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/preferences/__init__.pyi
CHANGED
|
@@ -6,16 +6,16 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
6
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
7
|
|
|
8
8
|
def addon_disable(
|
|
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
|
module: str | typing.Any = "",
|
|
14
14
|
):
|
|
15
15
|
"""Turn off this extension
|
|
16
16
|
|
|
17
|
-
:type override_context: dict[str, typing.Any] |
|
|
18
|
-
:type execution_context:
|
|
17
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
18
|
+
:type execution_context: int | str | None
|
|
19
19
|
:type undo: bool | None
|
|
20
20
|
:param module: Module, Module name of the add-on to disable
|
|
21
21
|
:type module: str | typing.Any
|
|
@@ -24,16 +24,16 @@ def addon_disable(
|
|
|
24
24
|
...
|
|
25
25
|
|
|
26
26
|
def addon_enable(
|
|
27
|
-
override_context: dict[str, typing.Any] |
|
|
28
|
-
execution_context:
|
|
27
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
28
|
+
execution_context: int | str | None = None,
|
|
29
29
|
undo: bool | None = None,
|
|
30
30
|
*,
|
|
31
31
|
module: str | typing.Any = "",
|
|
32
32
|
):
|
|
33
33
|
"""Turn on this extension
|
|
34
34
|
|
|
35
|
-
:type override_context: dict[str, typing.Any] |
|
|
36
|
-
:type execution_context:
|
|
35
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
36
|
+
:type execution_context: int | str | None
|
|
37
37
|
:type undo: bool | None
|
|
38
38
|
:param module: Module, Module name of the add-on to enable
|
|
39
39
|
:type module: str | typing.Any
|
|
@@ -42,16 +42,16 @@ def addon_enable(
|
|
|
42
42
|
...
|
|
43
43
|
|
|
44
44
|
def addon_expand(
|
|
45
|
-
override_context: dict[str, typing.Any] |
|
|
46
|
-
execution_context:
|
|
45
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
46
|
+
execution_context: int | str | None = None,
|
|
47
47
|
undo: bool | None = None,
|
|
48
48
|
*,
|
|
49
49
|
module: str | typing.Any = "",
|
|
50
50
|
):
|
|
51
51
|
"""Display information and preferences for this add-on
|
|
52
52
|
|
|
53
|
-
:type override_context: dict[str, typing.Any] |
|
|
54
|
-
:type execution_context:
|
|
53
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
54
|
+
:type execution_context: int | str | None
|
|
55
55
|
:type undo: bool | None
|
|
56
56
|
:param module: Module, Module name of the add-on to expand
|
|
57
57
|
:type module: str | typing.Any
|
|
@@ -60,11 +60,12 @@ def addon_expand(
|
|
|
60
60
|
...
|
|
61
61
|
|
|
62
62
|
def addon_install(
|
|
63
|
-
override_context: dict[str, typing.Any] |
|
|
64
|
-
execution_context:
|
|
63
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
64
|
+
execution_context: int | str | None = None,
|
|
65
65
|
undo: bool | None = None,
|
|
66
66
|
*,
|
|
67
67
|
overwrite: bool | typing.Any | None = True,
|
|
68
|
+
enable_on_install: bool | typing.Any | None = False,
|
|
68
69
|
target: str | None = "",
|
|
69
70
|
filepath: str | typing.Any = "",
|
|
70
71
|
filter_folder: bool | typing.Any | None = True,
|
|
@@ -73,11 +74,13 @@ def addon_install(
|
|
|
73
74
|
):
|
|
74
75
|
"""Install an add-on
|
|
75
76
|
|
|
76
|
-
:type override_context: dict[str, typing.Any] |
|
|
77
|
-
:type execution_context:
|
|
77
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
78
|
+
:type execution_context: int | str | None
|
|
78
79
|
:type undo: bool | None
|
|
79
80
|
:param overwrite: Overwrite, Remove existing add-ons with the same ID
|
|
80
81
|
:type overwrite: bool | typing.Any | None
|
|
82
|
+
:param enable_on_install: Enable on Install, Enable after installing
|
|
83
|
+
:type enable_on_install: bool | typing.Any | None
|
|
81
84
|
:param target: Target Path
|
|
82
85
|
:type target: str | None
|
|
83
86
|
:param filepath: filepath
|
|
@@ -93,30 +96,30 @@ def addon_install(
|
|
|
93
96
|
...
|
|
94
97
|
|
|
95
98
|
def addon_refresh(
|
|
96
|
-
override_context: dict[str, typing.Any] |
|
|
97
|
-
execution_context:
|
|
99
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
100
|
+
execution_context: int | str | None = None,
|
|
98
101
|
undo: bool | None = None,
|
|
99
102
|
):
|
|
100
103
|
"""Scan add-on directories for new modules
|
|
101
104
|
|
|
102
|
-
:type override_context: dict[str, typing.Any] |
|
|
103
|
-
:type execution_context:
|
|
105
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
106
|
+
:type execution_context: int | str | None
|
|
104
107
|
:type undo: bool | None
|
|
105
108
|
"""
|
|
106
109
|
|
|
107
110
|
...
|
|
108
111
|
|
|
109
112
|
def addon_remove(
|
|
110
|
-
override_context: dict[str, typing.Any] |
|
|
111
|
-
execution_context:
|
|
113
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
114
|
+
execution_context: int | str | None = None,
|
|
112
115
|
undo: bool | None = None,
|
|
113
116
|
*,
|
|
114
117
|
module: str | typing.Any = "",
|
|
115
118
|
):
|
|
116
119
|
"""Delete the add-on from the file system
|
|
117
120
|
|
|
118
|
-
:type override_context: dict[str, typing.Any] |
|
|
119
|
-
:type execution_context:
|
|
121
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
122
|
+
:type execution_context: int | str | None
|
|
120
123
|
:type undo: bool | None
|
|
121
124
|
:param module: Module, Module name of the add-on to remove
|
|
122
125
|
:type module: str | typing.Any
|
|
@@ -125,16 +128,16 @@ def addon_remove(
|
|
|
125
128
|
...
|
|
126
129
|
|
|
127
130
|
def addon_show(
|
|
128
|
-
override_context: dict[str, typing.Any] |
|
|
129
|
-
execution_context:
|
|
131
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
132
|
+
execution_context: int | str | None = None,
|
|
130
133
|
undo: bool | None = None,
|
|
131
134
|
*,
|
|
132
135
|
module: str | typing.Any = "",
|
|
133
136
|
):
|
|
134
137
|
"""Show add-on preferences
|
|
135
138
|
|
|
136
|
-
:type override_context: dict[str, typing.Any] |
|
|
137
|
-
:type execution_context:
|
|
139
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
140
|
+
:type execution_context: int | str | None
|
|
138
141
|
:type undo: bool | None
|
|
139
142
|
:param module: Module, Module name of the add-on to expand
|
|
140
143
|
:type module: str | typing.Any
|
|
@@ -143,8 +146,8 @@ def addon_show(
|
|
|
143
146
|
...
|
|
144
147
|
|
|
145
148
|
def app_template_install(
|
|
146
|
-
override_context: dict[str, typing.Any] |
|
|
147
|
-
execution_context:
|
|
149
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
150
|
+
execution_context: int | str | None = None,
|
|
148
151
|
undo: bool | None = None,
|
|
149
152
|
*,
|
|
150
153
|
overwrite: bool | typing.Any | None = True,
|
|
@@ -154,8 +157,8 @@ def app_template_install(
|
|
|
154
157
|
):
|
|
155
158
|
"""Install an application template
|
|
156
159
|
|
|
157
|
-
:type override_context: dict[str, typing.Any] |
|
|
158
|
-
:type execution_context:
|
|
160
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
161
|
+
:type execution_context: int | str | None
|
|
159
162
|
:type undo: bool | None
|
|
160
163
|
:param overwrite: Overwrite, Remove existing template with the same ID
|
|
161
164
|
:type overwrite: bool | typing.Any | None
|
|
@@ -170,8 +173,8 @@ def app_template_install(
|
|
|
170
173
|
...
|
|
171
174
|
|
|
172
175
|
def asset_library_add(
|
|
173
|
-
override_context: dict[str, typing.Any] |
|
|
174
|
-
execution_context:
|
|
176
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
177
|
+
execution_context: int | str | None = None,
|
|
175
178
|
undo: bool | None = None,
|
|
176
179
|
*,
|
|
177
180
|
directory: str | typing.Any = "",
|
|
@@ -200,8 +203,8 @@ def asset_library_add(
|
|
|
200
203
|
):
|
|
201
204
|
"""Add a directory to be used by the Asset Browser as source of assets
|
|
202
205
|
|
|
203
|
-
:type override_context: dict[str, typing.Any] |
|
|
204
|
-
:type execution_context:
|
|
206
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
207
|
+
:type execution_context: int | str | None
|
|
205
208
|
:type undo: bool | None
|
|
206
209
|
:param directory: Directory, Directory of the file
|
|
207
210
|
:type directory: str | typing.Any
|
|
@@ -266,16 +269,16 @@ def asset_library_add(
|
|
|
266
269
|
...
|
|
267
270
|
|
|
268
271
|
def asset_library_remove(
|
|
269
|
-
override_context: dict[str, typing.Any] |
|
|
270
|
-
execution_context:
|
|
272
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
273
|
+
execution_context: int | str | None = None,
|
|
271
274
|
undo: bool | None = None,
|
|
272
275
|
*,
|
|
273
276
|
index: typing.Any | None = 0,
|
|
274
277
|
):
|
|
275
278
|
"""Remove a path to a .blend file, so the Asset Browser will not attempt to show it anymore
|
|
276
279
|
|
|
277
|
-
:type override_context: dict[str, typing.Any] |
|
|
278
|
-
:type execution_context:
|
|
280
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
281
|
+
:type execution_context: int | str | None
|
|
279
282
|
:type undo: bool | None
|
|
280
283
|
:param index: Index
|
|
281
284
|
:type index: typing.Any | None
|
|
@@ -284,44 +287,44 @@ def asset_library_remove(
|
|
|
284
287
|
...
|
|
285
288
|
|
|
286
289
|
def associate_blend(
|
|
287
|
-
override_context: dict[str, typing.Any] |
|
|
288
|
-
execution_context:
|
|
290
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
291
|
+
execution_context: int | str | None = None,
|
|
289
292
|
undo: bool | None = None,
|
|
290
293
|
):
|
|
291
294
|
"""Use this installation for .blend files and to display thumbnails
|
|
292
295
|
|
|
293
|
-
:type override_context: dict[str, typing.Any] |
|
|
294
|
-
:type execution_context:
|
|
296
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
297
|
+
:type execution_context: int | str | None
|
|
295
298
|
:type undo: bool | None
|
|
296
299
|
"""
|
|
297
300
|
|
|
298
301
|
...
|
|
299
302
|
|
|
300
303
|
def autoexec_path_add(
|
|
301
|
-
override_context: dict[str, typing.Any] |
|
|
302
|
-
execution_context:
|
|
304
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
305
|
+
execution_context: int | str | None = None,
|
|
303
306
|
undo: bool | None = None,
|
|
304
307
|
):
|
|
305
308
|
"""Add path to exclude from auto-execution
|
|
306
309
|
|
|
307
|
-
:type override_context: dict[str, typing.Any] |
|
|
308
|
-
:type execution_context:
|
|
310
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
311
|
+
:type execution_context: int | str | None
|
|
309
312
|
:type undo: bool | None
|
|
310
313
|
"""
|
|
311
314
|
|
|
312
315
|
...
|
|
313
316
|
|
|
314
317
|
def autoexec_path_remove(
|
|
315
|
-
override_context: dict[str, typing.Any] |
|
|
316
|
-
execution_context:
|
|
318
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
319
|
+
execution_context: int | str | None = None,
|
|
317
320
|
undo: bool | None = None,
|
|
318
321
|
*,
|
|
319
322
|
index: typing.Any | None = 0,
|
|
320
323
|
):
|
|
321
324
|
"""Remove path to exclude from auto-execution
|
|
322
325
|
|
|
323
|
-
:type override_context: dict[str, typing.Any] |
|
|
324
|
-
:type execution_context:
|
|
326
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
327
|
+
:type execution_context: int | str | None
|
|
325
328
|
:type undo: bool | None
|
|
326
329
|
:param index: Index
|
|
327
330
|
:type index: typing.Any | None
|
|
@@ -330,22 +333,22 @@ def autoexec_path_remove(
|
|
|
330
333
|
...
|
|
331
334
|
|
|
332
335
|
def copy_prev(
|
|
333
|
-
override_context: dict[str, typing.Any] |
|
|
334
|
-
execution_context:
|
|
336
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
337
|
+
execution_context: int | str | None = None,
|
|
335
338
|
undo: bool | None = None,
|
|
336
339
|
):
|
|
337
340
|
"""Copy settings from previous version
|
|
338
341
|
|
|
339
|
-
:type override_context: dict[str, typing.Any] |
|
|
340
|
-
:type execution_context:
|
|
342
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
343
|
+
:type execution_context: int | str | None
|
|
341
344
|
:type undo: bool | None
|
|
342
345
|
"""
|
|
343
346
|
|
|
344
347
|
...
|
|
345
348
|
|
|
346
349
|
def extension_repo_add(
|
|
347
|
-
override_context: dict[str, typing.Any] |
|
|
348
|
-
execution_context:
|
|
350
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
351
|
+
execution_context: int | str | None = None,
|
|
349
352
|
undo: bool | None = None,
|
|
350
353
|
*,
|
|
351
354
|
name: str | typing.Any = "",
|
|
@@ -359,8 +362,8 @@ def extension_repo_add(
|
|
|
359
362
|
):
|
|
360
363
|
"""Add a new repository used to store extensions
|
|
361
364
|
|
|
362
|
-
:type override_context: dict[str, typing.Any] |
|
|
363
|
-
:type execution_context:
|
|
365
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
366
|
+
:type execution_context: int | str | None
|
|
364
367
|
:type undo: bool | None
|
|
365
368
|
:param name: Name, Unique repository name
|
|
366
369
|
:type name: str | typing.Any
|
|
@@ -389,8 +392,8 @@ def extension_repo_add(
|
|
|
389
392
|
...
|
|
390
393
|
|
|
391
394
|
def extension_repo_remove(
|
|
392
|
-
override_context: dict[str, typing.Any] |
|
|
393
|
-
execution_context:
|
|
395
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
396
|
+
execution_context: int | str | None = None,
|
|
394
397
|
undo: bool | None = None,
|
|
395
398
|
*,
|
|
396
399
|
index: typing.Any | None = 0,
|
|
@@ -398,8 +401,8 @@ def extension_repo_remove(
|
|
|
398
401
|
):
|
|
399
402
|
"""Remove an extension repository
|
|
400
403
|
|
|
401
|
-
:type override_context: dict[str, typing.Any] |
|
|
402
|
-
:type execution_context:
|
|
404
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
405
|
+
:type execution_context: int | str | None
|
|
403
406
|
:type undo: bool | None
|
|
404
407
|
:param index: Index
|
|
405
408
|
:type index: typing.Any | None
|
|
@@ -416,44 +419,44 @@ def extension_repo_remove(
|
|
|
416
419
|
...
|
|
417
420
|
|
|
418
421
|
def extension_repo_sync(
|
|
419
|
-
override_context: dict[str, typing.Any] |
|
|
420
|
-
execution_context:
|
|
422
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
423
|
+
execution_context: int | str | None = None,
|
|
421
424
|
undo: bool | None = None,
|
|
422
425
|
):
|
|
423
426
|
"""Refresh the list of extensions for the active repository
|
|
424
427
|
|
|
425
|
-
:type override_context: dict[str, typing.Any] |
|
|
426
|
-
:type execution_context:
|
|
428
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
429
|
+
:type execution_context: int | str | None
|
|
427
430
|
:type undo: bool | None
|
|
428
431
|
"""
|
|
429
432
|
|
|
430
433
|
...
|
|
431
434
|
|
|
432
435
|
def extension_repo_upgrade(
|
|
433
|
-
override_context: dict[str, typing.Any] |
|
|
434
|
-
execution_context:
|
|
436
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
437
|
+
execution_context: int | str | None = None,
|
|
435
438
|
undo: bool | None = None,
|
|
436
439
|
):
|
|
437
440
|
"""Upgrade all the extensions to their latest version for the active repository
|
|
438
441
|
|
|
439
|
-
:type override_context: dict[str, typing.Any] |
|
|
440
|
-
:type execution_context:
|
|
442
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
443
|
+
:type execution_context: int | str | None
|
|
441
444
|
:type undo: bool | None
|
|
442
445
|
"""
|
|
443
446
|
|
|
444
447
|
...
|
|
445
448
|
|
|
446
449
|
def extension_url_drop(
|
|
447
|
-
override_context: dict[str, typing.Any] |
|
|
448
|
-
execution_context:
|
|
450
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
451
|
+
execution_context: int | str | None = None,
|
|
449
452
|
undo: bool | None = None,
|
|
450
453
|
*,
|
|
451
454
|
url: str | typing.Any = "",
|
|
452
455
|
):
|
|
453
456
|
"""Handle dropping an extension URL
|
|
454
457
|
|
|
455
|
-
:type override_context: dict[str, typing.Any] |
|
|
456
|
-
:type execution_context:
|
|
458
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
459
|
+
:type execution_context: int | str | None
|
|
457
460
|
:type undo: bool | None
|
|
458
461
|
:param url: URL, Location of the extension to install
|
|
459
462
|
:type url: str | typing.Any
|
|
@@ -462,16 +465,16 @@ def extension_url_drop(
|
|
|
462
465
|
...
|
|
463
466
|
|
|
464
467
|
def keyconfig_activate(
|
|
465
|
-
override_context: dict[str, typing.Any] |
|
|
466
|
-
execution_context:
|
|
468
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
469
|
+
execution_context: int | str | None = None,
|
|
467
470
|
undo: bool | None = None,
|
|
468
471
|
*,
|
|
469
472
|
filepath: str | typing.Any = "",
|
|
470
473
|
):
|
|
471
474
|
"""Undocumented, consider contributing.
|
|
472
475
|
|
|
473
|
-
:type override_context: dict[str, typing.Any] |
|
|
474
|
-
:type execution_context:
|
|
476
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
477
|
+
:type execution_context: int | str | None
|
|
475
478
|
:type undo: bool | None
|
|
476
479
|
:param filepath: filepath
|
|
477
480
|
:type filepath: str | typing.Any
|
|
@@ -480,8 +483,8 @@ def keyconfig_activate(
|
|
|
480
483
|
...
|
|
481
484
|
|
|
482
485
|
def keyconfig_export(
|
|
483
|
-
override_context: dict[str, typing.Any] |
|
|
484
|
-
execution_context:
|
|
486
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
487
|
+
execution_context: int | str | None = None,
|
|
485
488
|
undo: bool | None = None,
|
|
486
489
|
*,
|
|
487
490
|
all: bool | typing.Any | None = False,
|
|
@@ -492,8 +495,8 @@ def keyconfig_export(
|
|
|
492
495
|
):
|
|
493
496
|
"""Export key configuration to a Python script
|
|
494
497
|
|
|
495
|
-
:type override_context: dict[str, typing.Any] |
|
|
496
|
-
:type execution_context:
|
|
498
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
499
|
+
:type execution_context: int | str | None
|
|
497
500
|
:type undo: bool | None
|
|
498
501
|
:param all: All Keymaps, Write all keymaps (not just user modified)
|
|
499
502
|
:type all: bool | typing.Any | None
|
|
@@ -510,8 +513,8 @@ def keyconfig_export(
|
|
|
510
513
|
...
|
|
511
514
|
|
|
512
515
|
def keyconfig_import(
|
|
513
|
-
override_context: dict[str, typing.Any] |
|
|
514
|
-
execution_context:
|
|
516
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
517
|
+
execution_context: int | str | None = None,
|
|
515
518
|
undo: bool | None = None,
|
|
516
519
|
*,
|
|
517
520
|
filepath: str | typing.Any = "keymap.py",
|
|
@@ -522,8 +525,8 @@ def keyconfig_import(
|
|
|
522
525
|
):
|
|
523
526
|
"""Import key configuration from a Python script
|
|
524
527
|
|
|
525
|
-
:type override_context: dict[str, typing.Any] |
|
|
526
|
-
:type execution_context:
|
|
528
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
529
|
+
:type execution_context: int | str | None
|
|
527
530
|
:type undo: bool | None
|
|
528
531
|
:param filepath: filepath
|
|
529
532
|
:type filepath: str | typing.Any
|
|
@@ -540,58 +543,58 @@ def keyconfig_import(
|
|
|
540
543
|
...
|
|
541
544
|
|
|
542
545
|
def keyconfig_remove(
|
|
543
|
-
override_context: dict[str, typing.Any] |
|
|
544
|
-
execution_context:
|
|
546
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
547
|
+
execution_context: int | str | None = None,
|
|
545
548
|
undo: bool | None = None,
|
|
546
549
|
):
|
|
547
550
|
"""Remove key config
|
|
548
551
|
|
|
549
|
-
:type override_context: dict[str, typing.Any] |
|
|
550
|
-
:type execution_context:
|
|
552
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
553
|
+
:type execution_context: int | str | None
|
|
551
554
|
:type undo: bool | None
|
|
552
555
|
"""
|
|
553
556
|
|
|
554
557
|
...
|
|
555
558
|
|
|
556
559
|
def keyconfig_test(
|
|
557
|
-
override_context: dict[str, typing.Any] |
|
|
558
|
-
execution_context:
|
|
560
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
561
|
+
execution_context: int | str | None = None,
|
|
559
562
|
undo: bool | None = None,
|
|
560
563
|
):
|
|
561
564
|
"""Test key configuration for conflicts
|
|
562
565
|
|
|
563
|
-
:type override_context: dict[str, typing.Any] |
|
|
564
|
-
:type execution_context:
|
|
566
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
567
|
+
:type execution_context: int | str | None
|
|
565
568
|
:type undo: bool | None
|
|
566
569
|
"""
|
|
567
570
|
|
|
568
571
|
...
|
|
569
572
|
|
|
570
573
|
def keyitem_add(
|
|
571
|
-
override_context: dict[str, typing.Any] |
|
|
572
|
-
execution_context:
|
|
574
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
575
|
+
execution_context: int | str | None = None,
|
|
573
576
|
undo: bool | None = None,
|
|
574
577
|
):
|
|
575
578
|
"""Add key map item
|
|
576
579
|
|
|
577
|
-
:type override_context: dict[str, typing.Any] |
|
|
578
|
-
:type execution_context:
|
|
580
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
581
|
+
:type execution_context: int | str | None
|
|
579
582
|
:type undo: bool | None
|
|
580
583
|
"""
|
|
581
584
|
|
|
582
585
|
...
|
|
583
586
|
|
|
584
587
|
def keyitem_remove(
|
|
585
|
-
override_context: dict[str, typing.Any] |
|
|
586
|
-
execution_context:
|
|
588
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
589
|
+
execution_context: int | str | None = None,
|
|
587
590
|
undo: bool | None = None,
|
|
588
591
|
*,
|
|
589
592
|
item_id: typing.Any | None = 0,
|
|
590
593
|
):
|
|
591
594
|
"""Remove key map item
|
|
592
595
|
|
|
593
|
-
:type override_context: dict[str, typing.Any] |
|
|
594
|
-
:type execution_context:
|
|
596
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
597
|
+
:type execution_context: int | str | None
|
|
595
598
|
:type undo: bool | None
|
|
596
599
|
:param item_id: Item Identifier, Identifier of the item to remove
|
|
597
600
|
:type item_id: typing.Any | None
|
|
@@ -600,16 +603,16 @@ def keyitem_remove(
|
|
|
600
603
|
...
|
|
601
604
|
|
|
602
605
|
def keyitem_restore(
|
|
603
|
-
override_context: dict[str, typing.Any] |
|
|
604
|
-
execution_context:
|
|
606
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
607
|
+
execution_context: int | str | None = None,
|
|
605
608
|
undo: bool | None = None,
|
|
606
609
|
*,
|
|
607
610
|
item_id: typing.Any | None = 0,
|
|
608
611
|
):
|
|
609
612
|
"""Restore key map item
|
|
610
613
|
|
|
611
|
-
:type override_context: dict[str, typing.Any] |
|
|
612
|
-
:type execution_context:
|
|
614
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
615
|
+
:type execution_context: int | str | None
|
|
613
616
|
:type undo: bool | None
|
|
614
617
|
:param item_id: Item Identifier, Identifier of the item to restore
|
|
615
618
|
:type item_id: typing.Any | None
|
|
@@ -618,16 +621,16 @@ def keyitem_restore(
|
|
|
618
621
|
...
|
|
619
622
|
|
|
620
623
|
def keymap_restore(
|
|
621
|
-
override_context: dict[str, typing.Any] |
|
|
622
|
-
execution_context:
|
|
624
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
625
|
+
execution_context: int | str | None = None,
|
|
623
626
|
undo: bool | None = None,
|
|
624
627
|
*,
|
|
625
628
|
all: bool | typing.Any | None = False,
|
|
626
629
|
):
|
|
627
630
|
"""Restore key map(s)
|
|
628
631
|
|
|
629
|
-
:type override_context: dict[str, typing.Any] |
|
|
630
|
-
:type execution_context:
|
|
632
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
633
|
+
:type execution_context: int | str | None
|
|
631
634
|
:type undo: bool | None
|
|
632
635
|
:param all: All Keymaps, Restore all keymaps to default
|
|
633
636
|
:type all: bool | typing.Any | None
|
|
@@ -636,22 +639,22 @@ def keymap_restore(
|
|
|
636
639
|
...
|
|
637
640
|
|
|
638
641
|
def reset_default_theme(
|
|
639
|
-
override_context: dict[str, typing.Any] |
|
|
640
|
-
execution_context:
|
|
642
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
643
|
+
execution_context: int | str | None = None,
|
|
641
644
|
undo: bool | None = None,
|
|
642
645
|
):
|
|
643
646
|
"""Reset to the default theme colors
|
|
644
647
|
|
|
645
|
-
:type override_context: dict[str, typing.Any] |
|
|
646
|
-
:type execution_context:
|
|
648
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
649
|
+
:type execution_context: int | str | None
|
|
647
650
|
:type undo: bool | None
|
|
648
651
|
"""
|
|
649
652
|
|
|
650
653
|
...
|
|
651
654
|
|
|
652
655
|
def script_directory_add(
|
|
653
|
-
override_context: dict[str, typing.Any] |
|
|
654
|
-
execution_context:
|
|
656
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
657
|
+
execution_context: int | str | None = None,
|
|
655
658
|
undo: bool | None = None,
|
|
656
659
|
*,
|
|
657
660
|
directory: str | typing.Any = "",
|
|
@@ -659,8 +662,8 @@ def script_directory_add(
|
|
|
659
662
|
):
|
|
660
663
|
"""Undocumented, consider contributing.
|
|
661
664
|
|
|
662
|
-
:type override_context: dict[str, typing.Any] |
|
|
663
|
-
:type execution_context:
|
|
665
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
666
|
+
:type execution_context: int | str | None
|
|
664
667
|
:type undo: bool | None
|
|
665
668
|
:param directory: directory
|
|
666
669
|
:type directory: str | typing.Any
|
|
@@ -671,16 +674,16 @@ def script_directory_add(
|
|
|
671
674
|
...
|
|
672
675
|
|
|
673
676
|
def script_directory_remove(
|
|
674
|
-
override_context: dict[str, typing.Any] |
|
|
675
|
-
execution_context:
|
|
677
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
678
|
+
execution_context: int | str | None = None,
|
|
676
679
|
undo: bool | None = None,
|
|
677
680
|
*,
|
|
678
681
|
index: typing.Any | None = 0,
|
|
679
682
|
):
|
|
680
683
|
"""Undocumented, consider contributing.
|
|
681
684
|
|
|
682
|
-
:type override_context: dict[str, typing.Any] |
|
|
683
|
-
:type execution_context:
|
|
685
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
686
|
+
:type execution_context: int | str | None
|
|
684
687
|
:type undo: bool | None
|
|
685
688
|
:param index: Index, Index of the script directory to remove
|
|
686
689
|
:type index: typing.Any | None
|
|
@@ -689,16 +692,16 @@ def script_directory_remove(
|
|
|
689
692
|
...
|
|
690
693
|
|
|
691
694
|
def studiolight_copy_settings(
|
|
692
|
-
override_context: dict[str, typing.Any] |
|
|
693
|
-
execution_context:
|
|
695
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
696
|
+
execution_context: int | str | None = None,
|
|
694
697
|
undo: bool | None = None,
|
|
695
698
|
*,
|
|
696
699
|
index: typing.Any | None = 0,
|
|
697
700
|
):
|
|
698
701
|
"""Copy Studio Light settings to the Studio Light editor
|
|
699
702
|
|
|
700
|
-
:type override_context: dict[str, typing.Any] |
|
|
701
|
-
:type execution_context:
|
|
703
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
704
|
+
:type execution_context: int | str | None
|
|
702
705
|
:type undo: bool | None
|
|
703
706
|
:param index: index
|
|
704
707
|
:type index: typing.Any | None
|
|
@@ -707,8 +710,8 @@ def studiolight_copy_settings(
|
|
|
707
710
|
...
|
|
708
711
|
|
|
709
712
|
def studiolight_install(
|
|
710
|
-
override_context: dict[str, typing.Any] |
|
|
711
|
-
execution_context:
|
|
713
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
714
|
+
execution_context: int | str | None = None,
|
|
712
715
|
undo: bool | None = None,
|
|
713
716
|
*,
|
|
714
717
|
files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
|
|
@@ -720,8 +723,8 @@ def studiolight_install(
|
|
|
720
723
|
):
|
|
721
724
|
"""Install a user defined light
|
|
722
725
|
|
|
723
|
-
:type override_context: dict[str, typing.Any] |
|
|
724
|
-
:type execution_context:
|
|
726
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
727
|
+
:type execution_context: int | str | None
|
|
725
728
|
:type undo: bool | None
|
|
726
729
|
:param files: File Path
|
|
727
730
|
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
|
|
@@ -747,16 +750,16 @@ def studiolight_install(
|
|
|
747
750
|
...
|
|
748
751
|
|
|
749
752
|
def studiolight_new(
|
|
750
|
-
override_context: dict[str, typing.Any] |
|
|
751
|
-
execution_context:
|
|
753
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
754
|
+
execution_context: int | str | None = None,
|
|
752
755
|
undo: bool | None = None,
|
|
753
756
|
*,
|
|
754
757
|
filename: str | typing.Any = "StudioLight",
|
|
755
758
|
):
|
|
756
759
|
"""Save custom studio light from the studio light editor settings
|
|
757
760
|
|
|
758
|
-
:type override_context: dict[str, typing.Any] |
|
|
759
|
-
:type execution_context:
|
|
761
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
762
|
+
:type execution_context: int | str | None
|
|
760
763
|
:type undo: bool | None
|
|
761
764
|
:param filename: Name
|
|
762
765
|
:type filename: str | typing.Any
|
|
@@ -765,16 +768,16 @@ def studiolight_new(
|
|
|
765
768
|
...
|
|
766
769
|
|
|
767
770
|
def studiolight_uninstall(
|
|
768
|
-
override_context: dict[str, typing.Any] |
|
|
769
|
-
execution_context:
|
|
771
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
772
|
+
execution_context: int | str | None = None,
|
|
770
773
|
undo: bool | None = None,
|
|
771
774
|
*,
|
|
772
775
|
index: typing.Any | None = 0,
|
|
773
776
|
):
|
|
774
777
|
"""Delete Studio Light
|
|
775
778
|
|
|
776
|
-
:type override_context: dict[str, typing.Any] |
|
|
777
|
-
:type execution_context:
|
|
779
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
780
|
+
:type execution_context: int | str | None
|
|
778
781
|
:type undo: bool | None
|
|
779
782
|
:param index: index
|
|
780
783
|
:type index: typing.Any | None
|
|
@@ -783,8 +786,8 @@ def studiolight_uninstall(
|
|
|
783
786
|
...
|
|
784
787
|
|
|
785
788
|
def theme_install(
|
|
786
|
-
override_context: dict[str, typing.Any] |
|
|
787
|
-
execution_context:
|
|
789
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
790
|
+
execution_context: int | str | None = None,
|
|
788
791
|
undo: bool | None = None,
|
|
789
792
|
*,
|
|
790
793
|
overwrite: bool | typing.Any | None = True,
|
|
@@ -794,8 +797,8 @@ def theme_install(
|
|
|
794
797
|
):
|
|
795
798
|
"""Load and apply a Blender XML theme file
|
|
796
799
|
|
|
797
|
-
:type override_context: dict[str, typing.Any] |
|
|
798
|
-
:type execution_context:
|
|
800
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
801
|
+
:type execution_context: int | str | None
|
|
799
802
|
:type undo: bool | None
|
|
800
803
|
:param overwrite: Overwrite, Remove existing theme file if exists
|
|
801
804
|
:type overwrite: bool | typing.Any | None
|
|
@@ -810,14 +813,14 @@ def theme_install(
|
|
|
810
813
|
...
|
|
811
814
|
|
|
812
815
|
def unassociate_blend(
|
|
813
|
-
override_context: dict[str, typing.Any] |
|
|
814
|
-
execution_context:
|
|
816
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
817
|
+
execution_context: int | str | None = None,
|
|
815
818
|
undo: bool | None = None,
|
|
816
819
|
):
|
|
817
820
|
"""Remove this installation's associations with .blend files
|
|
818
821
|
|
|
819
|
-
:type override_context: dict[str, typing.Any] |
|
|
820
|
-
:type execution_context:
|
|
822
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
823
|
+
:type execution_context: int | str | None
|
|
821
824
|
:type undo: bool | None
|
|
822
825
|
"""
|
|
823
826
|
|