fake-bpy-module 20240812__py3-none-any.whl → 20240813__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.
- bl_ui/space_view3d/__init__.pyi +31 -0
- bpy/ops/action/__init__.pyi +76 -76
- bpy/ops/anim/__init__.pyi +110 -110
- bpy/ops/armature/__init__.pyi +96 -96
- bpy/ops/asset/__init__.pyi +32 -32
- bpy/ops/boid/__init__.pyi +16 -16
- bpy/ops/brush/__init__.pyi +26 -26
- bpy/ops/buttons/__init__.pyi +12 -12
- bpy/ops/cachefile/__init__.pyi +10 -10
- bpy/ops/camera/__init__.pyi +4 -4
- bpy/ops/clip/__init__.pyi +184 -184
- bpy/ops/cloth/__init__.pyi +2 -2
- bpy/ops/collection/__init__.pyi +18 -18
- bpy/ops/console/__init__.pyi +42 -42
- bpy/ops/constraint/__init__.pyi +36 -36
- bpy/ops/curve/__init__.pyi +102 -102
- bpy/ops/curves/__init__.pyi +54 -54
- bpy/ops/cycles/__init__.pyi +6 -6
- bpy/ops/dpaint/__init__.pyi +10 -10
- bpy/ops/ed/__init__.pyi +24 -24
- bpy/ops/export_anim/__init__.pyi +2 -2
- bpy/ops/export_scene/__init__.pyi +4 -4
- bpy/ops/extensions/__init__.pyi +68 -68
- bpy/ops/file/__init__.pyi +80 -80
- bpy/ops/fluid/__init__.pyi +28 -28
- bpy/ops/font/__init__.pyi +46 -46
- bpy/ops/geometry/__init__.pyi +20 -20
- bpy/ops/gizmogroup/__init__.pyi +4 -4
- bpy/ops/gpencil/__init__.pyi +284 -284
- bpy/ops/graph/__init__.pyi +130 -130
- bpy/ops/grease_pencil/__init__.pyi +166 -166
- bpy/ops/image/__init__.pyi +98 -98
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +2 -2
- bpy/ops/import_scene/__init__.pyi +4 -4
- bpy/ops/info/__init__.pyi +14 -14
- bpy/ops/lattice/__init__.pyi +16 -16
- bpy/ops/marker/__init__.pyi +22 -22
- bpy/ops/mask/__init__.pyi +78 -78
- bpy/ops/material/__init__.pyi +6 -6
- bpy/ops/mball/__init__.pyi +16 -16
- bpy/ops/mesh/__init__.pyi +326 -326
- bpy/ops/nla/__init__.pyi +78 -78
- bpy/ops/node/__init__.pyi +208 -208
- bpy/ops/object/__init__.pyi +473 -473
- bpy/ops/outliner/__init__.pyi +142 -142
- bpy/ops/paint/__init__.pyi +108 -108
- bpy/ops/paintcurve/__init__.pyi +16 -16
- bpy/ops/palette/__init__.pyi +14 -14
- bpy/ops/particle/__init__.pyi +72 -72
- bpy/ops/pose/__init__.pyi +102 -102
- bpy/ops/poselib/__init__.pyi +18 -18
- bpy/ops/preferences/__init__.pyi +70 -70
- bpy/ops/ptcache/__init__.pyi +14 -14
- bpy/ops/render/__init__.pyi +26 -26
- bpy/ops/rigidbody/__init__.pyi +26 -26
- bpy/ops/scene/__init__.pyi +74 -74
- bpy/ops/screen/__init__.pyi +78 -78
- bpy/ops/script/__init__.pyi +6 -6
- bpy/ops/sculpt/__init__.pyi +72 -72
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +174 -174
- bpy/ops/sound/__init__.pyi +14 -14
- bpy/ops/spreadsheet/__init__.pyi +8 -8
- bpy/ops/surface/__init__.pyi +12 -12
- bpy/ops/text/__init__.pyi +86 -86
- bpy/ops/text_editor/__init__.pyi +2 -2
- bpy/ops/texture/__init__.pyi +8 -8
- bpy/ops/transform/__init__.pyi +54 -54
- bpy/ops/ui/__init__.pyi +64 -64
- bpy/ops/uilist/__init__.pyi +6 -6
- bpy/ops/uv/__init__.pyi +98 -98
- bpy/ops/view2d/__init__.pyi +28 -28
- bpy/ops/view3d/__init__.pyi +134 -134
- bpy/ops/wm/__init__.pyi +226 -226
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +4 -4
- bpy/types/__init__.pyi +44 -34
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240813.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240813.dist-info}/RECORD +83 -83
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240813.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240813.dist-info}/top_level.txt +0 -0
bpy/ops/extensions/__init__.pyi
CHANGED
|
@@ -7,13 +7,13 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
7
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
8
|
|
|
9
9
|
def dummy_progress(
|
|
10
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
10
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
11
11
|
execution_context: int | str | None = None,
|
|
12
12
|
undo: bool | None = None,
|
|
13
13
|
):
|
|
14
14
|
"""Undocumented, consider contributing.
|
|
15
15
|
|
|
16
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
16
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
17
17
|
:type execution_context: int | str | None
|
|
18
18
|
:type undo: bool | None
|
|
19
19
|
"""
|
|
@@ -21,13 +21,13 @@ def dummy_progress(
|
|
|
21
21
|
...
|
|
22
22
|
|
|
23
23
|
def package_disable(
|
|
24
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
24
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
25
25
|
execution_context: int | str | None = None,
|
|
26
26
|
undo: bool | None = None,
|
|
27
27
|
):
|
|
28
28
|
"""Turn off this extension
|
|
29
29
|
|
|
30
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
30
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
31
31
|
:type execution_context: int | str | None
|
|
32
32
|
:type undo: bool | None
|
|
33
33
|
"""
|
|
@@ -35,13 +35,13 @@ def package_disable(
|
|
|
35
35
|
...
|
|
36
36
|
|
|
37
37
|
def package_enable_not_installed(
|
|
38
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
38
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
39
39
|
execution_context: int | str | None = None,
|
|
40
40
|
undo: bool | None = None,
|
|
41
41
|
):
|
|
42
42
|
"""Turn on this extension
|
|
43
43
|
|
|
44
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
44
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
45
45
|
:type execution_context: int | str | None
|
|
46
46
|
:type undo: bool | None
|
|
47
47
|
"""
|
|
@@ -49,7 +49,7 @@ def package_enable_not_installed(
|
|
|
49
49
|
...
|
|
50
50
|
|
|
51
51
|
def package_install(
|
|
52
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
52
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
53
53
|
execution_context: int | str | None = None,
|
|
54
54
|
undo: bool | None = None,
|
|
55
55
|
*,
|
|
@@ -62,7 +62,7 @@ def package_install(
|
|
|
62
62
|
):
|
|
63
63
|
"""Download and install the extension
|
|
64
64
|
|
|
65
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
65
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
66
66
|
:type execution_context: int | str | None
|
|
67
67
|
:type undo: bool | None
|
|
68
68
|
:param repo_directory: Repo Directory
|
|
@@ -82,7 +82,7 @@ def package_install(
|
|
|
82
82
|
...
|
|
83
83
|
|
|
84
84
|
def package_install_files(
|
|
85
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
85
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
86
86
|
execution_context: int | str | None = None,
|
|
87
87
|
undo: bool | None = None,
|
|
88
88
|
*,
|
|
@@ -99,7 +99,7 @@ def package_install_files(
|
|
|
99
99
|
):
|
|
100
100
|
"""Install extensions from files into a locally managed repository
|
|
101
101
|
|
|
102
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
102
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
103
103
|
:type execution_context: int | str | None
|
|
104
104
|
:type undo: bool | None
|
|
105
105
|
:param filter_glob: filter_glob
|
|
@@ -125,7 +125,7 @@ def package_install_files(
|
|
|
125
125
|
...
|
|
126
126
|
|
|
127
127
|
def package_install_marked(
|
|
128
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
128
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
129
129
|
execution_context: int | str | None = None,
|
|
130
130
|
undo: bool | None = None,
|
|
131
131
|
*,
|
|
@@ -133,7 +133,7 @@ def package_install_marked(
|
|
|
133
133
|
):
|
|
134
134
|
"""Undocumented, consider contributing.
|
|
135
135
|
|
|
136
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
136
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
137
137
|
:type execution_context: int | str | None
|
|
138
138
|
:type undo: bool | None
|
|
139
139
|
:param enable_on_install: Enable on Install, Enable after installing
|
|
@@ -143,7 +143,7 @@ def package_install_marked(
|
|
|
143
143
|
...
|
|
144
144
|
|
|
145
145
|
def package_mark_clear(
|
|
146
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
146
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
147
147
|
execution_context: int | str | None = None,
|
|
148
148
|
undo: bool | None = None,
|
|
149
149
|
*,
|
|
@@ -152,7 +152,7 @@ def package_mark_clear(
|
|
|
152
152
|
):
|
|
153
153
|
"""Undocumented, consider contributing.
|
|
154
154
|
|
|
155
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
155
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
156
156
|
:type execution_context: int | str | None
|
|
157
157
|
:type undo: bool | None
|
|
158
158
|
:param pkg_id: Package ID
|
|
@@ -164,13 +164,13 @@ def package_mark_clear(
|
|
|
164
164
|
...
|
|
165
165
|
|
|
166
166
|
def package_mark_clear_all(
|
|
167
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
167
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
168
168
|
execution_context: int | str | None = None,
|
|
169
169
|
undo: bool | None = None,
|
|
170
170
|
):
|
|
171
171
|
"""Undocumented, consider contributing.
|
|
172
172
|
|
|
173
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
173
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
174
174
|
:type execution_context: int | str | None
|
|
175
175
|
:type undo: bool | None
|
|
176
176
|
"""
|
|
@@ -178,7 +178,7 @@ def package_mark_clear_all(
|
|
|
178
178
|
...
|
|
179
179
|
|
|
180
180
|
def package_mark_set(
|
|
181
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
181
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
182
182
|
execution_context: int | str | None = None,
|
|
183
183
|
undo: bool | None = None,
|
|
184
184
|
*,
|
|
@@ -187,7 +187,7 @@ def package_mark_set(
|
|
|
187
187
|
):
|
|
188
188
|
"""Undocumented, consider contributing.
|
|
189
189
|
|
|
190
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
190
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
191
191
|
:type execution_context: int | str | None
|
|
192
192
|
:type undo: bool | None
|
|
193
193
|
:param pkg_id: Package ID
|
|
@@ -199,13 +199,13 @@ def package_mark_set(
|
|
|
199
199
|
...
|
|
200
200
|
|
|
201
201
|
def package_mark_set_all(
|
|
202
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
202
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
203
203
|
execution_context: int | str | None = None,
|
|
204
204
|
undo: bool | None = None,
|
|
205
205
|
):
|
|
206
206
|
"""Undocumented, consider contributing.
|
|
207
207
|
|
|
208
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
208
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
209
209
|
:type execution_context: int | str | None
|
|
210
210
|
:type undo: bool | None
|
|
211
211
|
"""
|
|
@@ -213,13 +213,13 @@ def package_mark_set_all(
|
|
|
213
213
|
...
|
|
214
214
|
|
|
215
215
|
def package_obsolete_marked(
|
|
216
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
216
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
217
217
|
execution_context: int | str | None = None,
|
|
218
218
|
undo: bool | None = None,
|
|
219
219
|
):
|
|
220
220
|
"""Zeroes package versions, useful for development - to test upgrading
|
|
221
221
|
|
|
222
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
222
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
223
223
|
:type execution_context: int | str | None
|
|
224
224
|
:type undo: bool | None
|
|
225
225
|
"""
|
|
@@ -227,7 +227,7 @@ def package_obsolete_marked(
|
|
|
227
227
|
...
|
|
228
228
|
|
|
229
229
|
def package_show_clear(
|
|
230
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
230
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
231
231
|
execution_context: int | str | None = None,
|
|
232
232
|
undo: bool | None = None,
|
|
233
233
|
*,
|
|
@@ -236,7 +236,7 @@ def package_show_clear(
|
|
|
236
236
|
):
|
|
237
237
|
"""Undocumented, consider contributing.
|
|
238
238
|
|
|
239
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
239
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
240
240
|
:type execution_context: int | str | None
|
|
241
241
|
:type undo: bool | None
|
|
242
242
|
:param pkg_id: Package ID
|
|
@@ -248,7 +248,7 @@ def package_show_clear(
|
|
|
248
248
|
...
|
|
249
249
|
|
|
250
250
|
def package_show_set(
|
|
251
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
251
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
252
252
|
execution_context: int | str | None = None,
|
|
253
253
|
undo: bool | None = None,
|
|
254
254
|
*,
|
|
@@ -257,7 +257,7 @@ def package_show_set(
|
|
|
257
257
|
):
|
|
258
258
|
"""Undocumented, consider contributing.
|
|
259
259
|
|
|
260
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
260
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
261
261
|
:type execution_context: int | str | None
|
|
262
262
|
:type undo: bool | None
|
|
263
263
|
:param pkg_id: Package ID
|
|
@@ -269,7 +269,7 @@ def package_show_set(
|
|
|
269
269
|
...
|
|
270
270
|
|
|
271
271
|
def package_show_settings(
|
|
272
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
272
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
273
273
|
execution_context: int | str | None = None,
|
|
274
274
|
undo: bool | None = None,
|
|
275
275
|
*,
|
|
@@ -278,7 +278,7 @@ def package_show_settings(
|
|
|
278
278
|
):
|
|
279
279
|
"""Undocumented, consider contributing.
|
|
280
280
|
|
|
281
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
281
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
282
282
|
:type execution_context: int | str | None
|
|
283
283
|
:type undo: bool | None
|
|
284
284
|
:param pkg_id: Package ID
|
|
@@ -290,7 +290,7 @@ def package_show_settings(
|
|
|
290
290
|
...
|
|
291
291
|
|
|
292
292
|
def package_theme_disable(
|
|
293
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
293
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
294
294
|
execution_context: int | str | None = None,
|
|
295
295
|
undo: bool | None = None,
|
|
296
296
|
*,
|
|
@@ -299,7 +299,7 @@ def package_theme_disable(
|
|
|
299
299
|
):
|
|
300
300
|
"""Turn off this theme
|
|
301
301
|
|
|
302
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
302
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
303
303
|
:type execution_context: int | str | None
|
|
304
304
|
:type undo: bool | None
|
|
305
305
|
:param pkg_id: Package ID
|
|
@@ -311,7 +311,7 @@ def package_theme_disable(
|
|
|
311
311
|
...
|
|
312
312
|
|
|
313
313
|
def package_theme_enable(
|
|
314
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
314
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
315
315
|
execution_context: int | str | None = None,
|
|
316
316
|
undo: bool | None = None,
|
|
317
317
|
*,
|
|
@@ -320,7 +320,7 @@ def package_theme_enable(
|
|
|
320
320
|
):
|
|
321
321
|
"""Turn off this theme
|
|
322
322
|
|
|
323
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
323
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
324
324
|
:type execution_context: int | str | None
|
|
325
325
|
:type undo: bool | None
|
|
326
326
|
:param pkg_id: Package ID
|
|
@@ -332,7 +332,7 @@ def package_theme_enable(
|
|
|
332
332
|
...
|
|
333
333
|
|
|
334
334
|
def package_uninstall(
|
|
335
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
335
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
336
336
|
execution_context: int | str | None = None,
|
|
337
337
|
undo: bool | None = None,
|
|
338
338
|
*,
|
|
@@ -342,7 +342,7 @@ def package_uninstall(
|
|
|
342
342
|
):
|
|
343
343
|
"""Disable and uninstall the extension
|
|
344
344
|
|
|
345
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
345
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
346
346
|
:type execution_context: int | str | None
|
|
347
347
|
:type undo: bool | None
|
|
348
348
|
:param repo_directory: Repo Directory
|
|
@@ -356,13 +356,13 @@ def package_uninstall(
|
|
|
356
356
|
...
|
|
357
357
|
|
|
358
358
|
def package_uninstall_marked(
|
|
359
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
359
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
360
360
|
execution_context: int | str | None = None,
|
|
361
361
|
undo: bool | None = None,
|
|
362
362
|
):
|
|
363
363
|
"""Undocumented, consider contributing.
|
|
364
364
|
|
|
365
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
365
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
366
366
|
:type execution_context: int | str | None
|
|
367
367
|
:type undo: bool | None
|
|
368
368
|
"""
|
|
@@ -370,13 +370,13 @@ def package_uninstall_marked(
|
|
|
370
370
|
...
|
|
371
371
|
|
|
372
372
|
def package_uninstall_system(
|
|
373
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
373
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
374
374
|
execution_context: int | str | None = None,
|
|
375
375
|
undo: bool | None = None,
|
|
376
376
|
):
|
|
377
377
|
"""Undocumented, consider contributing.
|
|
378
378
|
|
|
379
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
379
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
380
380
|
:type execution_context: int | str | None
|
|
381
381
|
:type undo: bool | None
|
|
382
382
|
"""
|
|
@@ -384,7 +384,7 @@ def package_uninstall_system(
|
|
|
384
384
|
...
|
|
385
385
|
|
|
386
386
|
def package_upgrade_all(
|
|
387
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
387
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
388
388
|
execution_context: int | str | None = None,
|
|
389
389
|
undo: bool | None = None,
|
|
390
390
|
*,
|
|
@@ -392,7 +392,7 @@ def package_upgrade_all(
|
|
|
392
392
|
):
|
|
393
393
|
"""Upgrade all the extensions to their latest version for all the remote repositories
|
|
394
394
|
|
|
395
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
395
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
396
396
|
:type execution_context: int | str | None
|
|
397
397
|
:type undo: bool | None
|
|
398
398
|
:param use_active_only: Active Only, Only sync the active repository
|
|
@@ -402,7 +402,7 @@ def package_upgrade_all(
|
|
|
402
402
|
...
|
|
403
403
|
|
|
404
404
|
def repo_enable_from_drop(
|
|
405
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
405
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
406
406
|
execution_context: int | str | None = None,
|
|
407
407
|
undo: bool | None = None,
|
|
408
408
|
*,
|
|
@@ -410,7 +410,7 @@ def repo_enable_from_drop(
|
|
|
410
410
|
):
|
|
411
411
|
"""Undocumented, consider contributing.
|
|
412
412
|
|
|
413
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
413
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
414
414
|
:type execution_context: int | str | None
|
|
415
415
|
:type undo: bool | None
|
|
416
416
|
:param repo_index: Repo Index
|
|
@@ -420,13 +420,13 @@ def repo_enable_from_drop(
|
|
|
420
420
|
...
|
|
421
421
|
|
|
422
422
|
def repo_lock_all(
|
|
423
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
423
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
424
424
|
execution_context: int | str | None = None,
|
|
425
425
|
undo: bool | None = None,
|
|
426
426
|
):
|
|
427
427
|
"""Lock repositories - to test locking
|
|
428
428
|
|
|
429
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
429
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
430
430
|
:type execution_context: int | str | None
|
|
431
431
|
:type undo: bool | None
|
|
432
432
|
"""
|
|
@@ -434,13 +434,13 @@ def repo_lock_all(
|
|
|
434
434
|
...
|
|
435
435
|
|
|
436
436
|
def repo_refresh_all(
|
|
437
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
437
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
438
438
|
execution_context: int | str | None = None,
|
|
439
439
|
undo: bool | None = None,
|
|
440
440
|
):
|
|
441
441
|
"""Scan extension & legacy add-ons for changes to modules & meta-data (similar to restarting). Any issues are reported as warnings
|
|
442
442
|
|
|
443
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
443
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
444
444
|
:type execution_context: int | str | None
|
|
445
445
|
:type undo: bool | None
|
|
446
446
|
"""
|
|
@@ -448,7 +448,7 @@ def repo_refresh_all(
|
|
|
448
448
|
...
|
|
449
449
|
|
|
450
450
|
def repo_sync(
|
|
451
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
451
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
452
452
|
execution_context: int | str | None = None,
|
|
453
453
|
undo: bool | None = None,
|
|
454
454
|
*,
|
|
@@ -457,7 +457,7 @@ def repo_sync(
|
|
|
457
457
|
):
|
|
458
458
|
"""Undocumented, consider contributing.
|
|
459
459
|
|
|
460
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
460
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
461
461
|
:type execution_context: int | str | None
|
|
462
462
|
:type undo: bool | None
|
|
463
463
|
:param repo_directory: Repo Directory
|
|
@@ -469,7 +469,7 @@ def repo_sync(
|
|
|
469
469
|
...
|
|
470
470
|
|
|
471
471
|
def repo_sync_all(
|
|
472
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
472
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
473
473
|
execution_context: int | str | None = None,
|
|
474
474
|
undo: bool | None = None,
|
|
475
475
|
*,
|
|
@@ -477,7 +477,7 @@ def repo_sync_all(
|
|
|
477
477
|
):
|
|
478
478
|
"""Refresh the list of extensions for all the remote repositories
|
|
479
479
|
|
|
480
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
480
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
481
481
|
:type execution_context: int | str | None
|
|
482
482
|
:type undo: bool | None
|
|
483
483
|
:param use_active_only: Active Only, Only sync the active repository
|
|
@@ -487,13 +487,13 @@ def repo_sync_all(
|
|
|
487
487
|
...
|
|
488
488
|
|
|
489
489
|
def repo_unlock(
|
|
490
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
490
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
491
491
|
execution_context: int | str | None = None,
|
|
492
492
|
undo: bool | None = None,
|
|
493
493
|
):
|
|
494
494
|
"""Remove the repository file-system lock
|
|
495
495
|
|
|
496
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
496
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
497
497
|
:type execution_context: int | str | None
|
|
498
498
|
:type undo: bool | None
|
|
499
499
|
"""
|
|
@@ -501,13 +501,13 @@ def repo_unlock(
|
|
|
501
501
|
...
|
|
502
502
|
|
|
503
503
|
def repo_unlock_all(
|
|
504
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
504
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
505
505
|
execution_context: int | str | None = None,
|
|
506
506
|
undo: bool | None = None,
|
|
507
507
|
):
|
|
508
508
|
"""Unlock repositories - to test unlocking
|
|
509
509
|
|
|
510
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
510
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
511
511
|
:type execution_context: int | str | None
|
|
512
512
|
:type undo: bool | None
|
|
513
513
|
"""
|
|
@@ -515,13 +515,13 @@ def repo_unlock_all(
|
|
|
515
515
|
...
|
|
516
516
|
|
|
517
517
|
def status_clear(
|
|
518
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
518
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
519
519
|
execution_context: int | str | None = None,
|
|
520
520
|
undo: bool | None = None,
|
|
521
521
|
):
|
|
522
522
|
"""Undocumented, consider contributing.
|
|
523
523
|
|
|
524
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
524
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
525
525
|
:type execution_context: int | str | None
|
|
526
526
|
:type undo: bool | None
|
|
527
527
|
"""
|
|
@@ -529,13 +529,13 @@ def status_clear(
|
|
|
529
529
|
...
|
|
530
530
|
|
|
531
531
|
def status_clear_errors(
|
|
532
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
532
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
533
533
|
execution_context: int | str | None = None,
|
|
534
534
|
undo: bool | None = None,
|
|
535
535
|
):
|
|
536
536
|
"""Undocumented, consider contributing.
|
|
537
537
|
|
|
538
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
538
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
539
539
|
:type execution_context: int | str | None
|
|
540
540
|
:type undo: bool | None
|
|
541
541
|
"""
|
|
@@ -543,13 +543,13 @@ def status_clear_errors(
|
|
|
543
543
|
...
|
|
544
544
|
|
|
545
545
|
def userpref_allow_online(
|
|
546
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
546
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
547
547
|
execution_context: int | str | None = None,
|
|
548
548
|
undo: bool | None = None,
|
|
549
549
|
):
|
|
550
550
|
"""Allow internet access. Blender may access configured online extension repositories. Installed third party add-ons may access the internet for their own functionality
|
|
551
551
|
|
|
552
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
552
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
553
553
|
:type execution_context: int | str | None
|
|
554
554
|
:type undo: bool | None
|
|
555
555
|
"""
|
|
@@ -557,13 +557,13 @@ def userpref_allow_online(
|
|
|
557
557
|
...
|
|
558
558
|
|
|
559
559
|
def userpref_allow_online_popup(
|
|
560
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
560
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
561
561
|
execution_context: int | str | None = None,
|
|
562
562
|
undo: bool | None = None,
|
|
563
563
|
):
|
|
564
564
|
"""Allow internet access. Blender may access configured online extension repositories. Installed third party add-ons may access the internet for their own functionality
|
|
565
565
|
|
|
566
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
566
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
567
567
|
:type execution_context: int | str | None
|
|
568
568
|
:type undo: bool | None
|
|
569
569
|
"""
|
|
@@ -571,13 +571,13 @@ def userpref_allow_online_popup(
|
|
|
571
571
|
...
|
|
572
572
|
|
|
573
573
|
def userpref_show_for_update(
|
|
574
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
574
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
575
575
|
execution_context: int | str | None = None,
|
|
576
576
|
undo: bool | None = None,
|
|
577
577
|
):
|
|
578
578
|
"""Open extensions preferences
|
|
579
579
|
|
|
580
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
580
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
581
581
|
:type execution_context: int | str | None
|
|
582
582
|
:type undo: bool | None
|
|
583
583
|
"""
|
|
@@ -585,13 +585,13 @@ def userpref_show_for_update(
|
|
|
585
585
|
...
|
|
586
586
|
|
|
587
587
|
def userpref_show_online(
|
|
588
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
588
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
589
589
|
execution_context: int | str | None = None,
|
|
590
590
|
undo: bool | None = None,
|
|
591
591
|
):
|
|
592
592
|
"""Show system preferences "Network" panel to allow online access
|
|
593
593
|
|
|
594
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
594
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
595
595
|
:type execution_context: int | str | None
|
|
596
596
|
:type undo: bool | None
|
|
597
597
|
"""
|
|
@@ -599,7 +599,7 @@ def userpref_show_online(
|
|
|
599
599
|
...
|
|
600
600
|
|
|
601
601
|
def userpref_tags_set(
|
|
602
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
602
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
603
603
|
execution_context: int | str | None = None,
|
|
604
604
|
undo: bool | None = None,
|
|
605
605
|
*,
|
|
@@ -608,7 +608,7 @@ def userpref_tags_set(
|
|
|
608
608
|
):
|
|
609
609
|
"""Set the value of all tags
|
|
610
610
|
|
|
611
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
611
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
612
612
|
:type execution_context: int | str | None
|
|
613
613
|
:type undo: bool | None
|
|
614
614
|
:param value: Value, Enable or disable all tags
|