fake-bpy-module 20240531__py3-none-any.whl → 20240604__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- aud/__init__.pyi +4 -4
- bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
- bl_ui/space_sequencer/__init__.pyi +14 -0
- bl_ui/space_userpref/__init__.pyi +234 -0
- bl_ui/space_view3d/__init__.pyi +810 -0
- blf/__init__.pyi +4 -4
- bmesh/ops/__init__.pyi +97 -82
- bmesh/types/__init__.pyi +43 -40
- bmesh/utils/__init__.pyi +2 -4
- bpy/ops/action/__init__.pyi +152 -152
- bpy/ops/anim/__init__.pyi +216 -216
- bpy/ops/armature/__init__.pyi +192 -192
- bpy/ops/asset/__init__.pyi +64 -64
- bpy/ops/boid/__init__.pyi +32 -32
- bpy/ops/brush/__init__.pyi +36 -36
- bpy/ops/buttons/__init__.pyi +24 -24
- bpy/ops/cachefile/__init__.pyi +20 -20
- bpy/ops/camera/__init__.pyi +8 -8
- bpy/ops/clip/__init__.pyi +368 -368
- bpy/ops/cloth/__init__.pyi +4 -4
- bpy/ops/collection/__init__.pyi +36 -36
- bpy/ops/console/__init__.pyi +84 -84
- bpy/ops/constraint/__init__.pyi +72 -72
- bpy/ops/curve/__init__.pyi +204 -204
- bpy/ops/curves/__init__.pyi +108 -108
- bpy/ops/cycles/__init__.pyi +12 -12
- bpy/ops/dpaint/__init__.pyi +20 -20
- bpy/ops/ed/__init__.pyi +48 -48
- bpy/ops/export_anim/__init__.pyi +4 -4
- bpy/ops/export_scene/__init__.pyi +8 -8
- bpy/ops/extensions/__init__.pyi +130 -110
- bpy/ops/file/__init__.pyi +160 -160
- bpy/ops/fluid/__init__.pyi +56 -56
- bpy/ops/font/__init__.pyi +92 -92
- bpy/ops/geometry/__init__.pyi +40 -40
- bpy/ops/gizmogroup/__init__.pyi +8 -8
- bpy/ops/gpencil/__init__.pyi +600 -600
- bpy/ops/graph/__init__.pyi +260 -260
- bpy/ops/grease_pencil/__init__.pyi +292 -292
- bpy/ops/image/__init__.pyi +192 -192
- bpy/ops/import_anim/__init__.pyi +4 -4
- bpy/ops/import_curve/__init__.pyi +4 -4
- bpy/ops/import_scene/__init__.pyi +8 -8
- bpy/ops/info/__init__.pyi +28 -28
- bpy/ops/lattice/__init__.pyi +32 -32
- bpy/ops/marker/__init__.pyi +44 -44
- bpy/ops/mask/__init__.pyi +156 -156
- bpy/ops/material/__init__.pyi +12 -12
- bpy/ops/mball/__init__.pyi +32 -32
- bpy/ops/mesh/__init__.pyi +652 -652
- bpy/ops/nla/__init__.pyi +156 -156
- bpy/ops/node/__init__.pyi +450 -404
- bpy/ops/object/__init__.pyi +984 -987
- bpy/ops/outliner/__init__.pyi +284 -284
- bpy/ops/paint/__init__.pyi +220 -220
- bpy/ops/paintcurve/__init__.pyi +32 -32
- bpy/ops/palette/__init__.pyi +28 -28
- bpy/ops/particle/__init__.pyi +144 -144
- bpy/ops/pose/__init__.pyi +156 -156
- bpy/ops/poselib/__init__.pyi +36 -36
- bpy/ops/preferences/__init__.pyi +151 -148
- bpy/ops/ptcache/__init__.pyi +28 -28
- bpy/ops/render/__init__.pyi +48 -48
- bpy/ops/rigidbody/__init__.pyi +52 -52
- bpy/ops/scene/__init__.pyi +156 -156
- bpy/ops/screen/__init__.pyi +156 -156
- bpy/ops/script/__init__.pyi +12 -12
- bpy/ops/sculpt/__init__.pyi +144 -144
- bpy/ops/sculpt_curves/__init__.pyi +16 -16
- bpy/ops/sequencer/__init__.pyi +364 -340
- bpy/ops/sound/__init__.pyi +28 -28
- bpy/ops/spreadsheet/__init__.pyi +16 -16
- bpy/ops/surface/__init__.pyi +24 -24
- bpy/ops/text/__init__.pyi +172 -172
- bpy/ops/text_editor/__init__.pyi +4 -4
- bpy/ops/texture/__init__.pyi +16 -16
- bpy/ops/transform/__init__.pyi +111 -108
- bpy/ops/ui/__init__.pyi +132 -132
- bpy/ops/uilist/__init__.pyi +12 -12
- bpy/ops/uv/__init__.pyi +196 -196
- bpy/ops/view2d/__init__.pyi +56 -56
- bpy/ops/view3d/__init__.pyi +268 -268
- bpy/ops/wm/__init__.pyi +475 -448
- bpy/ops/workspace/__init__.pyi +28 -28
- bpy/ops/world/__init__.pyi +8 -8
- bpy/path/__init__.pyi +18 -18
- bpy/props/__init__.pyi +11 -11
- bpy/types/__init__.pyi +2136 -1798
- bpy/utils/__init__.pyi +4 -4
- bpy_extras/anim_utils/__init__.pyi +4 -4
- bpy_extras/io_utils/__init__.pyi +4 -4
- bpy_extras/mesh_utils/__init__.pyi +4 -4
- bpy_extras/view3d_utils/__init__.pyi +24 -20
- bpy_types/__init__.pyi +12 -7
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/RECORD +107 -107
- freestyle/types/__init__.pyi +64 -64
- freestyle/utils/__init__.pyi +2 -2
- gpu/matrix/__init__.pyi +15 -6
- gpu/state/__init__.pyi +2 -2
- gpu/types/__init__.pyi +6 -4
- gpu_extras/presets/__init__.pyi +8 -4
- imbuf/__init__.pyi +4 -4
- mathutils/__init__.pyi +292 -187
- mathutils/geometry/__init__.pyi +2 -5
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/top_level.txt +0 -0
bpy/ops/extensions/__init__.pyi
CHANGED
|
@@ -6,50 +6,50 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
6
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
7
|
|
|
8
8
|
def dummy_progress(
|
|
9
|
-
override_context: dict[str, typing.Any] |
|
|
10
|
-
execution_context:
|
|
9
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
10
|
+
execution_context: int | str | None = None,
|
|
11
11
|
undo: bool | None = None,
|
|
12
12
|
):
|
|
13
13
|
"""Undocumented, consider contributing.
|
|
14
14
|
|
|
15
|
-
:type override_context: dict[str, typing.Any] |
|
|
16
|
-
:type execution_context:
|
|
15
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
16
|
+
:type execution_context: int | str | None
|
|
17
17
|
:type undo: bool | None
|
|
18
18
|
"""
|
|
19
19
|
|
|
20
20
|
...
|
|
21
21
|
|
|
22
22
|
def package_disable(
|
|
23
|
-
override_context: dict[str, typing.Any] |
|
|
24
|
-
execution_context:
|
|
23
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
24
|
+
execution_context: int | str | None = None,
|
|
25
25
|
undo: bool | None = None,
|
|
26
26
|
):
|
|
27
27
|
"""Turn off this extension
|
|
28
28
|
|
|
29
|
-
:type override_context: dict[str, typing.Any] |
|
|
30
|
-
:type execution_context:
|
|
29
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
30
|
+
:type execution_context: int | str | None
|
|
31
31
|
:type undo: bool | None
|
|
32
32
|
"""
|
|
33
33
|
|
|
34
34
|
...
|
|
35
35
|
|
|
36
36
|
def package_enable_not_installed(
|
|
37
|
-
override_context: dict[str, typing.Any] |
|
|
38
|
-
execution_context:
|
|
37
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
38
|
+
execution_context: int | str | None = None,
|
|
39
39
|
undo: bool | None = None,
|
|
40
40
|
):
|
|
41
41
|
"""Turn on this extension
|
|
42
42
|
|
|
43
|
-
:type override_context: dict[str, typing.Any] |
|
|
44
|
-
:type execution_context:
|
|
43
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
44
|
+
:type execution_context: int | str | None
|
|
45
45
|
:type undo: bool | None
|
|
46
46
|
"""
|
|
47
47
|
|
|
48
48
|
...
|
|
49
49
|
|
|
50
50
|
def package_install(
|
|
51
|
-
override_context: dict[str, typing.Any] |
|
|
52
|
-
execution_context:
|
|
51
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
52
|
+
execution_context: int | str | None = None,
|
|
53
53
|
undo: bool | None = None,
|
|
54
54
|
*,
|
|
55
55
|
repo_directory: str | typing.Any = "",
|
|
@@ -60,8 +60,8 @@ def package_install(
|
|
|
60
60
|
):
|
|
61
61
|
"""Download and install the extension
|
|
62
62
|
|
|
63
|
-
:type override_context: dict[str, typing.Any] |
|
|
64
|
-
:type execution_context:
|
|
63
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
64
|
+
:type execution_context: int | str | None
|
|
65
65
|
:type undo: bool | None
|
|
66
66
|
:param repo_directory: Repo Directory
|
|
67
67
|
:type repo_directory: str | typing.Any
|
|
@@ -78,23 +78,25 @@ def package_install(
|
|
|
78
78
|
...
|
|
79
79
|
|
|
80
80
|
def package_install_files(
|
|
81
|
-
override_context: dict[str, typing.Any] |
|
|
82
|
-
execution_context:
|
|
81
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
82
|
+
execution_context: int | str | None = None,
|
|
83
83
|
undo: bool | None = None,
|
|
84
84
|
*,
|
|
85
|
-
filter_glob: str | typing.Any = "*.zip",
|
|
85
|
+
filter_glob: str | typing.Any = "*.zip;*.py",
|
|
86
86
|
directory: str | typing.Any = "",
|
|
87
87
|
files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
|
|
88
88
|
| None = None,
|
|
89
89
|
filepath: str | typing.Any = "",
|
|
90
90
|
repo: str | None = "",
|
|
91
91
|
enable_on_install: bool | typing.Any | None = True,
|
|
92
|
+
target: str | None = "",
|
|
93
|
+
overwrite: bool | typing.Any | None = True,
|
|
92
94
|
url: str | typing.Any = "",
|
|
93
95
|
):
|
|
94
96
|
"""Install an extension from a file into a locally managed repository
|
|
95
97
|
|
|
96
|
-
:type override_context: dict[str, typing.Any] |
|
|
97
|
-
:type execution_context:
|
|
98
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
99
|
+
:type execution_context: int | str | None
|
|
98
100
|
:type undo: bool | None
|
|
99
101
|
:param filter_glob: filter_glob
|
|
100
102
|
:type filter_glob: str | typing.Any
|
|
@@ -108,6 +110,10 @@ def package_install_files(
|
|
|
108
110
|
:type repo: str | None
|
|
109
111
|
:param enable_on_install: Enable on Install, Enable after installing
|
|
110
112
|
:type enable_on_install: bool | typing.Any | None
|
|
113
|
+
:param target: Legacy Target Path, Path to install legacy add-on packages to
|
|
114
|
+
:type target: str | None
|
|
115
|
+
:param overwrite: Legacy Overwrite, Remove existing add-ons with the same ID
|
|
116
|
+
:type overwrite: bool | typing.Any | None
|
|
111
117
|
:param url: URL
|
|
112
118
|
:type url: str | typing.Any
|
|
113
119
|
"""
|
|
@@ -115,16 +121,16 @@ def package_install_files(
|
|
|
115
121
|
...
|
|
116
122
|
|
|
117
123
|
def package_install_marked(
|
|
118
|
-
override_context: dict[str, typing.Any] |
|
|
119
|
-
execution_context:
|
|
124
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
125
|
+
execution_context: int | str | None = None,
|
|
120
126
|
undo: bool | None = None,
|
|
121
127
|
*,
|
|
122
128
|
enable_on_install: bool | typing.Any | None = True,
|
|
123
129
|
):
|
|
124
130
|
"""Undocumented, consider contributing.
|
|
125
131
|
|
|
126
|
-
:type override_context: dict[str, typing.Any] |
|
|
127
|
-
:type execution_context:
|
|
132
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
133
|
+
:type execution_context: int | str | None
|
|
128
134
|
:type undo: bool | None
|
|
129
135
|
:param enable_on_install: Enable on Install, Enable after installing
|
|
130
136
|
:type enable_on_install: bool | typing.Any | None
|
|
@@ -133,8 +139,8 @@ def package_install_marked(
|
|
|
133
139
|
...
|
|
134
140
|
|
|
135
141
|
def package_mark_clear(
|
|
136
|
-
override_context: dict[str, typing.Any] |
|
|
137
|
-
execution_context:
|
|
142
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
143
|
+
execution_context: int | str | None = None,
|
|
138
144
|
undo: bool | None = None,
|
|
139
145
|
*,
|
|
140
146
|
pkg_id: str | typing.Any = "",
|
|
@@ -142,8 +148,8 @@ def package_mark_clear(
|
|
|
142
148
|
):
|
|
143
149
|
"""Undocumented, consider contributing.
|
|
144
150
|
|
|
145
|
-
:type override_context: dict[str, typing.Any] |
|
|
146
|
-
:type execution_context:
|
|
151
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
152
|
+
:type execution_context: int | str | None
|
|
147
153
|
:type undo: bool | None
|
|
148
154
|
:param pkg_id: Package ID
|
|
149
155
|
:type pkg_id: str | typing.Any
|
|
@@ -154,8 +160,8 @@ def package_mark_clear(
|
|
|
154
160
|
...
|
|
155
161
|
|
|
156
162
|
def package_mark_set(
|
|
157
|
-
override_context: dict[str, typing.Any] |
|
|
158
|
-
execution_context:
|
|
163
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
164
|
+
execution_context: int | str | None = None,
|
|
159
165
|
undo: bool | None = None,
|
|
160
166
|
*,
|
|
161
167
|
pkg_id: str | typing.Any = "",
|
|
@@ -163,8 +169,8 @@ def package_mark_set(
|
|
|
163
169
|
):
|
|
164
170
|
"""Undocumented, consider contributing.
|
|
165
171
|
|
|
166
|
-
:type override_context: dict[str, typing.Any] |
|
|
167
|
-
:type execution_context:
|
|
172
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
173
|
+
:type execution_context: int | str | None
|
|
168
174
|
:type undo: bool | None
|
|
169
175
|
:param pkg_id: Package ID
|
|
170
176
|
:type pkg_id: str | typing.Any
|
|
@@ -175,22 +181,22 @@ def package_mark_set(
|
|
|
175
181
|
...
|
|
176
182
|
|
|
177
183
|
def package_obsolete_marked(
|
|
178
|
-
override_context: dict[str, typing.Any] |
|
|
179
|
-
execution_context:
|
|
184
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
185
|
+
execution_context: int | str | None = None,
|
|
180
186
|
undo: bool | None = None,
|
|
181
187
|
):
|
|
182
188
|
"""Zeroes package versions, useful for development - to test upgrading
|
|
183
189
|
|
|
184
|
-
:type override_context: dict[str, typing.Any] |
|
|
185
|
-
:type execution_context:
|
|
190
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
191
|
+
:type execution_context: int | str | None
|
|
186
192
|
:type undo: bool | None
|
|
187
193
|
"""
|
|
188
194
|
|
|
189
195
|
...
|
|
190
196
|
|
|
191
197
|
def package_show_clear(
|
|
192
|
-
override_context: dict[str, typing.Any] |
|
|
193
|
-
execution_context:
|
|
198
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
199
|
+
execution_context: int | str | None = None,
|
|
194
200
|
undo: bool | None = None,
|
|
195
201
|
*,
|
|
196
202
|
pkg_id: str | typing.Any = "",
|
|
@@ -198,8 +204,8 @@ def package_show_clear(
|
|
|
198
204
|
):
|
|
199
205
|
"""Undocumented, consider contributing.
|
|
200
206
|
|
|
201
|
-
:type override_context: dict[str, typing.Any] |
|
|
202
|
-
:type execution_context:
|
|
207
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
208
|
+
:type execution_context: int | str | None
|
|
203
209
|
:type undo: bool | None
|
|
204
210
|
:param pkg_id: Package ID
|
|
205
211
|
:type pkg_id: str | typing.Any
|
|
@@ -210,8 +216,8 @@ def package_show_clear(
|
|
|
210
216
|
...
|
|
211
217
|
|
|
212
218
|
def package_show_set(
|
|
213
|
-
override_context: dict[str, typing.Any] |
|
|
214
|
-
execution_context:
|
|
219
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
220
|
+
execution_context: int | str | None = None,
|
|
215
221
|
undo: bool | None = None,
|
|
216
222
|
*,
|
|
217
223
|
pkg_id: str | typing.Any = "",
|
|
@@ -219,8 +225,8 @@ def package_show_set(
|
|
|
219
225
|
):
|
|
220
226
|
"""Undocumented, consider contributing.
|
|
221
227
|
|
|
222
|
-
:type override_context: dict[str, typing.Any] |
|
|
223
|
-
:type execution_context:
|
|
228
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
229
|
+
:type execution_context: int | str | None
|
|
224
230
|
:type undo: bool | None
|
|
225
231
|
:param pkg_id: Package ID
|
|
226
232
|
:type pkg_id: str | typing.Any
|
|
@@ -231,8 +237,8 @@ def package_show_set(
|
|
|
231
237
|
...
|
|
232
238
|
|
|
233
239
|
def package_show_settings(
|
|
234
|
-
override_context: dict[str, typing.Any] |
|
|
235
|
-
execution_context:
|
|
240
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
241
|
+
execution_context: int | str | None = None,
|
|
236
242
|
undo: bool | None = None,
|
|
237
243
|
*,
|
|
238
244
|
pkg_id: str | typing.Any = "",
|
|
@@ -240,8 +246,8 @@ def package_show_settings(
|
|
|
240
246
|
):
|
|
241
247
|
"""Undocumented, consider contributing.
|
|
242
248
|
|
|
243
|
-
:type override_context: dict[str, typing.Any] |
|
|
244
|
-
:type execution_context:
|
|
249
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
250
|
+
:type execution_context: int | str | None
|
|
245
251
|
:type undo: bool | None
|
|
246
252
|
:param pkg_id: Package ID
|
|
247
253
|
:type pkg_id: str | typing.Any
|
|
@@ -252,8 +258,8 @@ def package_show_settings(
|
|
|
252
258
|
...
|
|
253
259
|
|
|
254
260
|
def package_theme_disable(
|
|
255
|
-
override_context: dict[str, typing.Any] |
|
|
256
|
-
execution_context:
|
|
261
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
262
|
+
execution_context: int | str | None = None,
|
|
257
263
|
undo: bool | None = None,
|
|
258
264
|
*,
|
|
259
265
|
pkg_id: str | typing.Any = "",
|
|
@@ -261,8 +267,8 @@ def package_theme_disable(
|
|
|
261
267
|
):
|
|
262
268
|
"""Turn off this theme
|
|
263
269
|
|
|
264
|
-
:type override_context: dict[str, typing.Any] |
|
|
265
|
-
:type execution_context:
|
|
270
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
271
|
+
:type execution_context: int | str | None
|
|
266
272
|
:type undo: bool | None
|
|
267
273
|
:param pkg_id: Package ID
|
|
268
274
|
:type pkg_id: str | typing.Any
|
|
@@ -273,8 +279,8 @@ def package_theme_disable(
|
|
|
273
279
|
...
|
|
274
280
|
|
|
275
281
|
def package_theme_enable(
|
|
276
|
-
override_context: dict[str, typing.Any] |
|
|
277
|
-
execution_context:
|
|
282
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
283
|
+
execution_context: int | str | None = None,
|
|
278
284
|
undo: bool | None = None,
|
|
279
285
|
*,
|
|
280
286
|
pkg_id: str | typing.Any = "",
|
|
@@ -282,8 +288,8 @@ def package_theme_enable(
|
|
|
282
288
|
):
|
|
283
289
|
"""Turn off this theme
|
|
284
290
|
|
|
285
|
-
:type override_context: dict[str, typing.Any] |
|
|
286
|
-
:type execution_context:
|
|
291
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
292
|
+
:type execution_context: int | str | None
|
|
287
293
|
:type undo: bool | None
|
|
288
294
|
:param pkg_id: Package ID
|
|
289
295
|
:type pkg_id: str | typing.Any
|
|
@@ -294,8 +300,8 @@ def package_theme_enable(
|
|
|
294
300
|
...
|
|
295
301
|
|
|
296
302
|
def package_uninstall(
|
|
297
|
-
override_context: dict[str, typing.Any] |
|
|
298
|
-
execution_context:
|
|
303
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
304
|
+
execution_context: int | str | None = None,
|
|
299
305
|
undo: bool | None = None,
|
|
300
306
|
*,
|
|
301
307
|
repo_directory: str | typing.Any = "",
|
|
@@ -304,8 +310,8 @@ def package_uninstall(
|
|
|
304
310
|
):
|
|
305
311
|
"""Undocumented, consider contributing.
|
|
306
312
|
|
|
307
|
-
:type override_context: dict[str, typing.Any] |
|
|
308
|
-
:type execution_context:
|
|
313
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
314
|
+
:type execution_context: int | str | None
|
|
309
315
|
:type undo: bool | None
|
|
310
316
|
:param repo_directory: Repo Directory
|
|
311
317
|
:type repo_directory: str | typing.Any
|
|
@@ -318,30 +324,30 @@ def package_uninstall(
|
|
|
318
324
|
...
|
|
319
325
|
|
|
320
326
|
def package_uninstall_marked(
|
|
321
|
-
override_context: dict[str, typing.Any] |
|
|
322
|
-
execution_context:
|
|
327
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
328
|
+
execution_context: int | str | None = None,
|
|
323
329
|
undo: bool | None = None,
|
|
324
330
|
):
|
|
325
331
|
"""Undocumented, consider contributing.
|
|
326
332
|
|
|
327
|
-
:type override_context: dict[str, typing.Any] |
|
|
328
|
-
:type execution_context:
|
|
333
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
334
|
+
:type execution_context: int | str | None
|
|
329
335
|
:type undo: bool | None
|
|
330
336
|
"""
|
|
331
337
|
|
|
332
338
|
...
|
|
333
339
|
|
|
334
340
|
def package_upgrade_all(
|
|
335
|
-
override_context: dict[str, typing.Any] |
|
|
336
|
-
execution_context:
|
|
341
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
342
|
+
execution_context: int | str | None = None,
|
|
337
343
|
undo: bool | None = None,
|
|
338
344
|
*,
|
|
339
345
|
use_active_only: bool | typing.Any | None = False,
|
|
340
346
|
):
|
|
341
347
|
"""Upgrade all the extensions to their latest version for all the remote repositories
|
|
342
348
|
|
|
343
|
-
:type override_context: dict[str, typing.Any] |
|
|
344
|
-
:type execution_context:
|
|
349
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
350
|
+
:type execution_context: int | str | None
|
|
345
351
|
:type undo: bool | None
|
|
346
352
|
:param use_active_only: Active Only, Only sync the active repository
|
|
347
353
|
:type use_active_only: bool | typing.Any | None
|
|
@@ -350,22 +356,22 @@ def package_upgrade_all(
|
|
|
350
356
|
...
|
|
351
357
|
|
|
352
358
|
def repo_lock(
|
|
353
|
-
override_context: dict[str, typing.Any] |
|
|
354
|
-
execution_context:
|
|
359
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
360
|
+
execution_context: int | str | None = None,
|
|
355
361
|
undo: bool | None = None,
|
|
356
362
|
):
|
|
357
363
|
"""Lock repositories - to test locking
|
|
358
364
|
|
|
359
|
-
:type override_context: dict[str, typing.Any] |
|
|
360
|
-
:type execution_context:
|
|
365
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
366
|
+
:type execution_context: int | str | None
|
|
361
367
|
:type undo: bool | None
|
|
362
368
|
"""
|
|
363
369
|
|
|
364
370
|
...
|
|
365
371
|
|
|
366
372
|
def repo_sync(
|
|
367
|
-
override_context: dict[str, typing.Any] |
|
|
368
|
-
execution_context:
|
|
373
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
374
|
+
execution_context: int | str | None = None,
|
|
369
375
|
undo: bool | None = None,
|
|
370
376
|
*,
|
|
371
377
|
repo_directory: str | typing.Any = "",
|
|
@@ -373,8 +379,8 @@ def repo_sync(
|
|
|
373
379
|
):
|
|
374
380
|
"""Undocumented, consider contributing.
|
|
375
381
|
|
|
376
|
-
:type override_context: dict[str, typing.Any] |
|
|
377
|
-
:type execution_context:
|
|
382
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
383
|
+
:type execution_context: int | str | None
|
|
378
384
|
:type undo: bool | None
|
|
379
385
|
:param repo_directory: Repo Directory
|
|
380
386
|
:type repo_directory: str | typing.Any
|
|
@@ -385,16 +391,16 @@ def repo_sync(
|
|
|
385
391
|
...
|
|
386
392
|
|
|
387
393
|
def repo_sync_all(
|
|
388
|
-
override_context: dict[str, typing.Any] |
|
|
389
|
-
execution_context:
|
|
394
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
395
|
+
execution_context: int | str | None = None,
|
|
390
396
|
undo: bool | None = None,
|
|
391
397
|
*,
|
|
392
398
|
use_active_only: bool | typing.Any | None = False,
|
|
393
399
|
):
|
|
394
400
|
"""Refresh the list of extensions for all the remote repositories
|
|
395
401
|
|
|
396
|
-
:type override_context: dict[str, typing.Any] |
|
|
397
|
-
:type execution_context:
|
|
402
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
403
|
+
:type execution_context: int | str | None
|
|
398
404
|
:type undo: bool | None
|
|
399
405
|
:param use_active_only: Active Only, Only sync the active repository
|
|
400
406
|
:type use_active_only: bool | typing.Any | None
|
|
@@ -403,84 +409,98 @@ def repo_sync_all(
|
|
|
403
409
|
...
|
|
404
410
|
|
|
405
411
|
def repo_unlock(
|
|
406
|
-
override_context: dict[str, typing.Any] |
|
|
407
|
-
execution_context:
|
|
412
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
413
|
+
execution_context: int | str | None = None,
|
|
408
414
|
undo: bool | None = None,
|
|
409
415
|
):
|
|
410
416
|
"""Unlock repositories - to test unlocking
|
|
411
417
|
|
|
412
|
-
:type override_context: dict[str, typing.Any] |
|
|
413
|
-
:type execution_context:
|
|
418
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
419
|
+
:type execution_context: int | str | None
|
|
414
420
|
:type undo: bool | None
|
|
415
421
|
"""
|
|
416
422
|
|
|
417
423
|
...
|
|
418
424
|
|
|
419
425
|
def status_clear(
|
|
420
|
-
override_context: dict[str, typing.Any] |
|
|
421
|
-
execution_context:
|
|
426
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
427
|
+
execution_context: int | str | None = None,
|
|
422
428
|
undo: bool | None = None,
|
|
423
429
|
):
|
|
424
430
|
"""Undocumented, consider contributing.
|
|
425
431
|
|
|
426
|
-
:type override_context: dict[str, typing.Any] |
|
|
427
|
-
:type execution_context:
|
|
432
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
433
|
+
:type execution_context: int | str | None
|
|
428
434
|
:type undo: bool | None
|
|
429
435
|
"""
|
|
430
436
|
|
|
431
437
|
...
|
|
432
438
|
|
|
433
439
|
def status_clear_errors(
|
|
434
|
-
override_context: dict[str, typing.Any] |
|
|
435
|
-
execution_context:
|
|
440
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
441
|
+
execution_context: int | str | None = None,
|
|
436
442
|
undo: bool | None = None,
|
|
437
443
|
):
|
|
438
444
|
"""Undocumented, consider contributing.
|
|
439
445
|
|
|
440
|
-
:type override_context: dict[str, typing.Any] |
|
|
441
|
-
:type execution_context:
|
|
446
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
447
|
+
:type execution_context: int | str | None
|
|
442
448
|
:type undo: bool | None
|
|
443
449
|
"""
|
|
444
450
|
|
|
445
451
|
...
|
|
446
452
|
|
|
447
|
-
def
|
|
448
|
-
override_context: dict[str, typing.Any] |
|
|
449
|
-
execution_context:
|
|
453
|
+
def userpref_allow_online(
|
|
454
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
455
|
+
execution_context: int | str | None = None,
|
|
450
456
|
undo: bool | None = None,
|
|
451
457
|
):
|
|
452
|
-
"""
|
|
458
|
+
"""Allow internet access. Blender may access configured online extension repositories. Installed third party add-ons may access the internet for their own functionality
|
|
453
459
|
|
|
454
|
-
:type override_context: dict[str, typing.Any] |
|
|
455
|
-
:type execution_context:
|
|
460
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
461
|
+
:type execution_context: int | str | None
|
|
456
462
|
:type undo: bool | None
|
|
457
463
|
"""
|
|
458
464
|
|
|
459
465
|
...
|
|
460
466
|
|
|
461
|
-
def
|
|
462
|
-
override_context: dict[str, typing.Any] |
|
|
463
|
-
execution_context:
|
|
467
|
+
def userpref_allow_online_popup(
|
|
468
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
469
|
+
execution_context: int | str | None = None,
|
|
464
470
|
undo: bool | None = None,
|
|
465
471
|
):
|
|
466
|
-
"""
|
|
472
|
+
"""Allow internet access. Blender may access configured online extension repositories. Installed third party add-ons may access the internet for their own functionality
|
|
467
473
|
|
|
468
|
-
:type override_context: dict[str, typing.Any] |
|
|
469
|
-
:type execution_context:
|
|
474
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
475
|
+
:type execution_context: int | str | None
|
|
470
476
|
:type undo: bool | None
|
|
471
477
|
"""
|
|
472
478
|
|
|
473
479
|
...
|
|
474
480
|
|
|
475
|
-
def
|
|
476
|
-
override_context: dict[str, typing.Any] |
|
|
477
|
-
execution_context:
|
|
481
|
+
def userpref_show_for_update(
|
|
482
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
483
|
+
execution_context: int | str | None = None,
|
|
484
|
+
undo: bool | None = None,
|
|
485
|
+
):
|
|
486
|
+
"""Open extensions preferences
|
|
487
|
+
|
|
488
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
489
|
+
:type execution_context: int | str | None
|
|
490
|
+
:type undo: bool | None
|
|
491
|
+
"""
|
|
492
|
+
|
|
493
|
+
...
|
|
494
|
+
|
|
495
|
+
def userpref_show_online(
|
|
496
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
497
|
+
execution_context: int | str | None = None,
|
|
478
498
|
undo: bool | None = None,
|
|
479
499
|
):
|
|
480
500
|
"""Show system preferences "Network" panel to allow online access
|
|
481
501
|
|
|
482
|
-
:type override_context: dict[str, typing.Any] |
|
|
483
|
-
:type execution_context:
|
|
502
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
503
|
+
:type execution_context: int | str | None
|
|
484
504
|
:type undo: bool | None
|
|
485
505
|
"""
|
|
486
506
|
|