fake-bpy-module 20240601__py3-none-any.whl → 20240605__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_node/__init__.pyi +0 -1
- bl_ui/space_sequencer/__init__.pyi +14 -0
- bl_ui/space_userpref/__init__.pyi +234 -0
- bl_ui/space_view3d/__init__.pyi +810 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +949 -3
- blf/__init__.pyi +4 -4
- bmesh/ops/__init__.pyi +97 -82
- bmesh/types/__init__.pyi +37 -32
- bmesh/utils/__init__.pyi +2 -4
- bpy/app/handlers/__init__.pyi +36 -36
- 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 +123 -109
- 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 +416 -416
- bpy/ops/object/__init__.pyi +984 -984
- 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 +148 -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 +148 -192
- bpy/ops/screen/__init__.pyi +156 -156
- bpy/ops/script/__init__.pyi +12 -12
- bpy/ops/sculpt/__init__.pyi +152 -152
- 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 +448 -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 +2185 -1933
- bpy/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-20240601.dist-info → fake_bpy_module-20240605.dist-info}/METADATA +5 -1
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/RECORD +108 -108
- 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-20240601.dist-info → fake_bpy_module-20240605.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.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,8 +78,8 @@ 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
85
|
filter_glob: str | typing.Any = "*.zip;*.py",
|
|
@@ -95,8 +95,8 @@ def package_install_files(
|
|
|
95
95
|
):
|
|
96
96
|
"""Install an extension from a file into a locally managed repository
|
|
97
97
|
|
|
98
|
-
:type override_context: dict[str, typing.Any] |
|
|
99
|
-
:type execution_context:
|
|
98
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
99
|
+
:type execution_context: int | str | None
|
|
100
100
|
:type undo: bool | None
|
|
101
101
|
:param filter_glob: filter_glob
|
|
102
102
|
:type filter_glob: str | typing.Any
|
|
@@ -121,16 +121,16 @@ def package_install_files(
|
|
|
121
121
|
...
|
|
122
122
|
|
|
123
123
|
def package_install_marked(
|
|
124
|
-
override_context: dict[str, typing.Any] |
|
|
125
|
-
execution_context:
|
|
124
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
125
|
+
execution_context: int | str | None = None,
|
|
126
126
|
undo: bool | None = None,
|
|
127
127
|
*,
|
|
128
128
|
enable_on_install: bool | typing.Any | None = True,
|
|
129
129
|
):
|
|
130
130
|
"""Undocumented, consider contributing.
|
|
131
131
|
|
|
132
|
-
:type override_context: dict[str, typing.Any] |
|
|
133
|
-
:type execution_context:
|
|
132
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
133
|
+
:type execution_context: int | str | None
|
|
134
134
|
:type undo: bool | None
|
|
135
135
|
:param enable_on_install: Enable on Install, Enable after installing
|
|
136
136
|
:type enable_on_install: bool | typing.Any | None
|
|
@@ -139,8 +139,8 @@ def package_install_marked(
|
|
|
139
139
|
...
|
|
140
140
|
|
|
141
141
|
def package_mark_clear(
|
|
142
|
-
override_context: dict[str, typing.Any] |
|
|
143
|
-
execution_context:
|
|
142
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
143
|
+
execution_context: int | str | None = None,
|
|
144
144
|
undo: bool | None = None,
|
|
145
145
|
*,
|
|
146
146
|
pkg_id: str | typing.Any = "",
|
|
@@ -148,8 +148,8 @@ def package_mark_clear(
|
|
|
148
148
|
):
|
|
149
149
|
"""Undocumented, consider contributing.
|
|
150
150
|
|
|
151
|
-
:type override_context: dict[str, typing.Any] |
|
|
152
|
-
:type execution_context:
|
|
151
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
152
|
+
:type execution_context: int | str | None
|
|
153
153
|
:type undo: bool | None
|
|
154
154
|
:param pkg_id: Package ID
|
|
155
155
|
:type pkg_id: str | typing.Any
|
|
@@ -160,8 +160,8 @@ def package_mark_clear(
|
|
|
160
160
|
...
|
|
161
161
|
|
|
162
162
|
def package_mark_set(
|
|
163
|
-
override_context: dict[str, typing.Any] |
|
|
164
|
-
execution_context:
|
|
163
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
164
|
+
execution_context: int | str | None = None,
|
|
165
165
|
undo: bool | None = None,
|
|
166
166
|
*,
|
|
167
167
|
pkg_id: str | typing.Any = "",
|
|
@@ -169,8 +169,8 @@ def package_mark_set(
|
|
|
169
169
|
):
|
|
170
170
|
"""Undocumented, consider contributing.
|
|
171
171
|
|
|
172
|
-
:type override_context: dict[str, typing.Any] |
|
|
173
|
-
:type execution_context:
|
|
172
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
173
|
+
:type execution_context: int | str | None
|
|
174
174
|
:type undo: bool | None
|
|
175
175
|
:param pkg_id: Package ID
|
|
176
176
|
:type pkg_id: str | typing.Any
|
|
@@ -181,22 +181,22 @@ def package_mark_set(
|
|
|
181
181
|
...
|
|
182
182
|
|
|
183
183
|
def package_obsolete_marked(
|
|
184
|
-
override_context: dict[str, typing.Any] |
|
|
185
|
-
execution_context:
|
|
184
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
185
|
+
execution_context: int | str | None = None,
|
|
186
186
|
undo: bool | None = None,
|
|
187
187
|
):
|
|
188
188
|
"""Zeroes package versions, useful for development - to test upgrading
|
|
189
189
|
|
|
190
|
-
:type override_context: dict[str, typing.Any] |
|
|
191
|
-
:type execution_context:
|
|
190
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
191
|
+
:type execution_context: int | str | None
|
|
192
192
|
:type undo: bool | None
|
|
193
193
|
"""
|
|
194
194
|
|
|
195
195
|
...
|
|
196
196
|
|
|
197
197
|
def package_show_clear(
|
|
198
|
-
override_context: dict[str, typing.Any] |
|
|
199
|
-
execution_context:
|
|
198
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
199
|
+
execution_context: int | str | None = None,
|
|
200
200
|
undo: bool | None = None,
|
|
201
201
|
*,
|
|
202
202
|
pkg_id: str | typing.Any = "",
|
|
@@ -204,8 +204,8 @@ def package_show_clear(
|
|
|
204
204
|
):
|
|
205
205
|
"""Undocumented, consider contributing.
|
|
206
206
|
|
|
207
|
-
:type override_context: dict[str, typing.Any] |
|
|
208
|
-
:type execution_context:
|
|
207
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
208
|
+
:type execution_context: int | str | None
|
|
209
209
|
:type undo: bool | None
|
|
210
210
|
:param pkg_id: Package ID
|
|
211
211
|
:type pkg_id: str | typing.Any
|
|
@@ -216,8 +216,8 @@ def package_show_clear(
|
|
|
216
216
|
...
|
|
217
217
|
|
|
218
218
|
def package_show_set(
|
|
219
|
-
override_context: dict[str, typing.Any] |
|
|
220
|
-
execution_context:
|
|
219
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
220
|
+
execution_context: int | str | None = None,
|
|
221
221
|
undo: bool | None = None,
|
|
222
222
|
*,
|
|
223
223
|
pkg_id: str | typing.Any = "",
|
|
@@ -225,8 +225,8 @@ def package_show_set(
|
|
|
225
225
|
):
|
|
226
226
|
"""Undocumented, consider contributing.
|
|
227
227
|
|
|
228
|
-
:type override_context: dict[str, typing.Any] |
|
|
229
|
-
:type execution_context:
|
|
228
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
229
|
+
:type execution_context: int | str | None
|
|
230
230
|
:type undo: bool | None
|
|
231
231
|
:param pkg_id: Package ID
|
|
232
232
|
:type pkg_id: str | typing.Any
|
|
@@ -237,8 +237,8 @@ def package_show_set(
|
|
|
237
237
|
...
|
|
238
238
|
|
|
239
239
|
def package_show_settings(
|
|
240
|
-
override_context: dict[str, typing.Any] |
|
|
241
|
-
execution_context:
|
|
240
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
241
|
+
execution_context: int | str | None = None,
|
|
242
242
|
undo: bool | None = None,
|
|
243
243
|
*,
|
|
244
244
|
pkg_id: str | typing.Any = "",
|
|
@@ -246,8 +246,8 @@ def package_show_settings(
|
|
|
246
246
|
):
|
|
247
247
|
"""Undocumented, consider contributing.
|
|
248
248
|
|
|
249
|
-
:type override_context: dict[str, typing.Any] |
|
|
250
|
-
:type execution_context:
|
|
249
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
250
|
+
:type execution_context: int | str | None
|
|
251
251
|
:type undo: bool | None
|
|
252
252
|
:param pkg_id: Package ID
|
|
253
253
|
:type pkg_id: str | typing.Any
|
|
@@ -258,8 +258,8 @@ def package_show_settings(
|
|
|
258
258
|
...
|
|
259
259
|
|
|
260
260
|
def package_theme_disable(
|
|
261
|
-
override_context: dict[str, typing.Any] |
|
|
262
|
-
execution_context:
|
|
261
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
262
|
+
execution_context: int | str | None = None,
|
|
263
263
|
undo: bool | None = None,
|
|
264
264
|
*,
|
|
265
265
|
pkg_id: str | typing.Any = "",
|
|
@@ -267,8 +267,8 @@ def package_theme_disable(
|
|
|
267
267
|
):
|
|
268
268
|
"""Turn off this theme
|
|
269
269
|
|
|
270
|
-
:type override_context: dict[str, typing.Any] |
|
|
271
|
-
:type execution_context:
|
|
270
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
271
|
+
:type execution_context: int | str | None
|
|
272
272
|
:type undo: bool | None
|
|
273
273
|
:param pkg_id: Package ID
|
|
274
274
|
:type pkg_id: str | typing.Any
|
|
@@ -279,8 +279,8 @@ def package_theme_disable(
|
|
|
279
279
|
...
|
|
280
280
|
|
|
281
281
|
def package_theme_enable(
|
|
282
|
-
override_context: dict[str, typing.Any] |
|
|
283
|
-
execution_context:
|
|
282
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
283
|
+
execution_context: int | str | None = None,
|
|
284
284
|
undo: bool | None = None,
|
|
285
285
|
*,
|
|
286
286
|
pkg_id: str | typing.Any = "",
|
|
@@ -288,8 +288,8 @@ def package_theme_enable(
|
|
|
288
288
|
):
|
|
289
289
|
"""Turn off this theme
|
|
290
290
|
|
|
291
|
-
:type override_context: dict[str, typing.Any] |
|
|
292
|
-
:type execution_context:
|
|
291
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
292
|
+
:type execution_context: int | str | None
|
|
293
293
|
:type undo: bool | None
|
|
294
294
|
:param pkg_id: Package ID
|
|
295
295
|
:type pkg_id: str | typing.Any
|
|
@@ -300,8 +300,8 @@ def package_theme_enable(
|
|
|
300
300
|
...
|
|
301
301
|
|
|
302
302
|
def package_uninstall(
|
|
303
|
-
override_context: dict[str, typing.Any] |
|
|
304
|
-
execution_context:
|
|
303
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
304
|
+
execution_context: int | str | None = None,
|
|
305
305
|
undo: bool | None = None,
|
|
306
306
|
*,
|
|
307
307
|
repo_directory: str | typing.Any = "",
|
|
@@ -310,8 +310,8 @@ def package_uninstall(
|
|
|
310
310
|
):
|
|
311
311
|
"""Undocumented, consider contributing.
|
|
312
312
|
|
|
313
|
-
:type override_context: dict[str, typing.Any] |
|
|
314
|
-
:type execution_context:
|
|
313
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
314
|
+
:type execution_context: int | str | None
|
|
315
315
|
:type undo: bool | None
|
|
316
316
|
:param repo_directory: Repo Directory
|
|
317
317
|
:type repo_directory: str | typing.Any
|
|
@@ -324,30 +324,30 @@ def package_uninstall(
|
|
|
324
324
|
...
|
|
325
325
|
|
|
326
326
|
def package_uninstall_marked(
|
|
327
|
-
override_context: dict[str, typing.Any] |
|
|
328
|
-
execution_context:
|
|
327
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
328
|
+
execution_context: int | str | None = None,
|
|
329
329
|
undo: bool | None = None,
|
|
330
330
|
):
|
|
331
331
|
"""Undocumented, consider contributing.
|
|
332
332
|
|
|
333
|
-
:type override_context: dict[str, typing.Any] |
|
|
334
|
-
:type execution_context:
|
|
333
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
334
|
+
:type execution_context: int | str | None
|
|
335
335
|
:type undo: bool | None
|
|
336
336
|
"""
|
|
337
337
|
|
|
338
338
|
...
|
|
339
339
|
|
|
340
340
|
def package_upgrade_all(
|
|
341
|
-
override_context: dict[str, typing.Any] |
|
|
342
|
-
execution_context:
|
|
341
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
342
|
+
execution_context: int | str | None = None,
|
|
343
343
|
undo: bool | None = None,
|
|
344
344
|
*,
|
|
345
345
|
use_active_only: bool | typing.Any | None = False,
|
|
346
346
|
):
|
|
347
347
|
"""Upgrade all the extensions to their latest version for all the remote repositories
|
|
348
348
|
|
|
349
|
-
:type override_context: dict[str, typing.Any] |
|
|
350
|
-
:type execution_context:
|
|
349
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
350
|
+
:type execution_context: int | str | None
|
|
351
351
|
:type undo: bool | None
|
|
352
352
|
:param use_active_only: Active Only, Only sync the active repository
|
|
353
353
|
:type use_active_only: bool | typing.Any | None
|
|
@@ -356,22 +356,22 @@ def package_upgrade_all(
|
|
|
356
356
|
...
|
|
357
357
|
|
|
358
358
|
def repo_lock(
|
|
359
|
-
override_context: dict[str, typing.Any] |
|
|
360
|
-
execution_context:
|
|
359
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
360
|
+
execution_context: int | str | None = None,
|
|
361
361
|
undo: bool | None = None,
|
|
362
362
|
):
|
|
363
363
|
"""Lock repositories - to test locking
|
|
364
364
|
|
|
365
|
-
:type override_context: dict[str, typing.Any] |
|
|
366
|
-
:type execution_context:
|
|
365
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
366
|
+
:type execution_context: int | str | None
|
|
367
367
|
:type undo: bool | None
|
|
368
368
|
"""
|
|
369
369
|
|
|
370
370
|
...
|
|
371
371
|
|
|
372
372
|
def repo_sync(
|
|
373
|
-
override_context: dict[str, typing.Any] |
|
|
374
|
-
execution_context:
|
|
373
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
374
|
+
execution_context: int | str | None = None,
|
|
375
375
|
undo: bool | None = None,
|
|
376
376
|
*,
|
|
377
377
|
repo_directory: str | typing.Any = "",
|
|
@@ -379,8 +379,8 @@ def repo_sync(
|
|
|
379
379
|
):
|
|
380
380
|
"""Undocumented, consider contributing.
|
|
381
381
|
|
|
382
|
-
:type override_context: dict[str, typing.Any] |
|
|
383
|
-
:type execution_context:
|
|
382
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
383
|
+
:type execution_context: int | str | None
|
|
384
384
|
:type undo: bool | None
|
|
385
385
|
:param repo_directory: Repo Directory
|
|
386
386
|
:type repo_directory: str | typing.Any
|
|
@@ -391,16 +391,16 @@ def repo_sync(
|
|
|
391
391
|
...
|
|
392
392
|
|
|
393
393
|
def repo_sync_all(
|
|
394
|
-
override_context: dict[str, typing.Any] |
|
|
395
|
-
execution_context:
|
|
394
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
395
|
+
execution_context: int | str | None = None,
|
|
396
396
|
undo: bool | None = None,
|
|
397
397
|
*,
|
|
398
398
|
use_active_only: bool | typing.Any | None = False,
|
|
399
399
|
):
|
|
400
400
|
"""Refresh the list of extensions for all the remote repositories
|
|
401
401
|
|
|
402
|
-
:type override_context: dict[str, typing.Any] |
|
|
403
|
-
:type execution_context:
|
|
402
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
403
|
+
:type execution_context: int | str | None
|
|
404
404
|
:type undo: bool | None
|
|
405
405
|
:param use_active_only: Active Only, Only sync the active repository
|
|
406
406
|
:type use_active_only: bool | typing.Any | None
|
|
@@ -409,84 +409,98 @@ def repo_sync_all(
|
|
|
409
409
|
...
|
|
410
410
|
|
|
411
411
|
def repo_unlock(
|
|
412
|
-
override_context: dict[str, typing.Any] |
|
|
413
|
-
execution_context:
|
|
412
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
413
|
+
execution_context: int | str | None = None,
|
|
414
414
|
undo: bool | None = None,
|
|
415
415
|
):
|
|
416
416
|
"""Unlock repositories - to test unlocking
|
|
417
417
|
|
|
418
|
-
:type override_context: dict[str, typing.Any] |
|
|
419
|
-
:type execution_context:
|
|
418
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
419
|
+
:type execution_context: int | str | None
|
|
420
420
|
:type undo: bool | None
|
|
421
421
|
"""
|
|
422
422
|
|
|
423
423
|
...
|
|
424
424
|
|
|
425
425
|
def status_clear(
|
|
426
|
-
override_context: dict[str, typing.Any] |
|
|
427
|
-
execution_context:
|
|
426
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
427
|
+
execution_context: int | str | None = None,
|
|
428
428
|
undo: bool | None = None,
|
|
429
429
|
):
|
|
430
430
|
"""Undocumented, consider contributing.
|
|
431
431
|
|
|
432
|
-
:type override_context: dict[str, typing.Any] |
|
|
433
|
-
:type execution_context:
|
|
432
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
433
|
+
:type execution_context: int | str | None
|
|
434
434
|
:type undo: bool | None
|
|
435
435
|
"""
|
|
436
436
|
|
|
437
437
|
...
|
|
438
438
|
|
|
439
439
|
def status_clear_errors(
|
|
440
|
-
override_context: dict[str, typing.Any] |
|
|
441
|
-
execution_context:
|
|
440
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
441
|
+
execution_context: int | str | None = None,
|
|
442
442
|
undo: bool | None = None,
|
|
443
443
|
):
|
|
444
444
|
"""Undocumented, consider contributing.
|
|
445
445
|
|
|
446
|
-
:type override_context: dict[str, typing.Any] |
|
|
447
|
-
:type execution_context:
|
|
446
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
447
|
+
:type execution_context: int | str | None
|
|
448
448
|
:type undo: bool | None
|
|
449
449
|
"""
|
|
450
450
|
|
|
451
451
|
...
|
|
452
452
|
|
|
453
|
-
def
|
|
454
|
-
override_context: dict[str, typing.Any] |
|
|
455
|
-
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,
|
|
456
456
|
undo: bool | None = None,
|
|
457
457
|
):
|
|
458
|
-
"""
|
|
458
|
+
"""Allow internet access. Blender may access configured online extension repositories. Installed third party add-ons may access the internet for their own functionality
|
|
459
459
|
|
|
460
|
-
:type override_context: dict[str, typing.Any] |
|
|
461
|
-
:type execution_context:
|
|
460
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
461
|
+
:type execution_context: int | str | None
|
|
462
462
|
:type undo: bool | None
|
|
463
463
|
"""
|
|
464
464
|
|
|
465
465
|
...
|
|
466
466
|
|
|
467
|
-
def
|
|
468
|
-
override_context: dict[str, typing.Any] |
|
|
469
|
-
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,
|
|
470
470
|
undo: bool | None = None,
|
|
471
471
|
):
|
|
472
|
-
"""
|
|
472
|
+
"""Allow internet access. Blender may access configured online extension repositories. Installed third party add-ons may access the internet for their own functionality
|
|
473
473
|
|
|
474
|
-
:type override_context: dict[str, typing.Any] |
|
|
475
|
-
:type execution_context:
|
|
474
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
475
|
+
:type execution_context: int | str | None
|
|
476
476
|
:type undo: bool | None
|
|
477
477
|
"""
|
|
478
478
|
|
|
479
479
|
...
|
|
480
480
|
|
|
481
|
-
def
|
|
482
|
-
override_context: dict[str, typing.Any] |
|
|
483
|
-
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,
|
|
484
498
|
undo: bool | None = None,
|
|
485
499
|
):
|
|
486
500
|
"""Show system preferences "Network" panel to allow online access
|
|
487
501
|
|
|
488
|
-
:type override_context: dict[str, typing.Any] |
|
|
489
|
-
:type execution_context:
|
|
502
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
503
|
+
:type execution_context: int | str | None
|
|
490
504
|
:type undo: bool | None
|
|
491
505
|
"""
|
|
492
506
|
|