fake-bpy-module 20240327__py3-none-any.whl → 20240330__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 +34 -96
- bgl/__init__.pyi +1265 -2417
- bl_math/__init__.pyi +3 -14
- bl_ui/space_toolsystem_toolbar/__init__.pyi +6 -0
- blf/__init__.pyi +13 -50
- bmesh/ops/__init__.pyi +68 -142
- bmesh/types/__init__.pyi +18 -44
- bmesh/utils/__init__.pyi +2 -6
- bpy/app/icons/__init__.pyi +2 -4
- bpy/app/timers/__init__.pyi +2 -6
- bpy/ops/action/__init__.pyi +92 -93
- bpy/ops/anim/__init__.pyi +104 -104
- bpy/ops/armature/__init__.pyi +108 -112
- bpy/ops/asset/__init__.pyi +32 -32
- bpy/ops/boid/__init__.pyi +18 -18
- bpy/ops/brush/__init__.pyi +18 -18
- 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 +194 -195
- bpy/ops/cloth/__init__.pyi +2 -2
- bpy/ops/collection/__init__.pyi +10 -10
- bpy/ops/console/__init__.pyi +42 -42
- bpy/ops/constraint/__init__.pyi +36 -36
- bpy/ops/curve/__init__.pyi +114 -118
- bpy/ops/curves/__init__.pyi +55 -53
- bpy/ops/cycles/__init__.pyi +6 -6
- bpy/ops/dpaint/__init__.pyi +12 -12
- bpy/ops/ed/__init__.pyi +24 -24
- bpy/ops/export_anim/__init__.pyi +2 -2
- bpy/ops/export_mesh/__init__.pyi +2 -2
- bpy/ops/export_scene/__init__.pyi +9 -9
- bpy/ops/file/__init__.pyi +80 -83
- bpy/ops/fluid/__init__.pyi +28 -28
- bpy/ops/font/__init__.pyi +46 -46
- bpy/ops/geometry/__init__.pyi +38 -38
- bpy/ops/gizmogroup/__init__.pyi +4 -4
- bpy/ops/gpencil/__init__.pyi +308 -309
- bpy/ops/graph/__init__.pyi +150 -151
- bpy/ops/grease_pencil/__init__.pyi +114 -115
- bpy/ops/image/__init__.pyi +100 -100
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +2 -2
- bpy/ops/import_mesh/__init__.pyi +2 -2
- bpy/ops/import_scene/__init__.pyi +6 -6
- 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 +90 -91
- bpy/ops/material/__init__.pyi +6 -6
- bpy/ops/mball/__init__.pyi +20 -21
- bpy/ops/mesh/__init__.pyi +431 -429
- bpy/ops/nla/__init__.pyi +89 -90
- bpy/ops/node/__init__.pyi +242 -243
- bpy/ops/object/__init__.pyi +572 -567
- bpy/ops/outliner/__init__.pyi +142 -142
- bpy/ops/paint/__init__.pyi +182 -126
- bpy/ops/paintcurve/__init__.pyi +20 -20
- bpy/ops/palette/__init__.pyi +14 -14
- bpy/ops/particle/__init__.pyi +72 -72
- bpy/ops/pose/__init__.pyi +90 -90
- bpy/ops/poselib/__init__.pyi +18 -18
- bpy/ops/preferences/__init__.pyi +76 -76
- bpy/ops/ptcache/__init__.pyi +14 -14
- bpy/ops/render/__init__.pyi +24 -24
- bpy/ops/rigidbody/__init__.pyi +34 -34
- bpy/ops/scene/__init__.pyi +86 -86
- bpy/ops/screen/__init__.pyi +84 -84
- bpy/ops/script/__init__.pyi +6 -6
- bpy/ops/sculpt/__init__.pyi +62 -62
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +184 -185
- bpy/ops/sound/__init__.pyi +16 -16
- 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 +112 -112
- bpy/ops/ui/__init__.pyi +64 -64
- bpy/ops/uilist/__init__.pyi +6 -6
- bpy/ops/uv/__init__.pyi +104 -105
- bpy/ops/view2d/__init__.pyi +28 -28
- bpy/ops/view3d/__init__.pyi +134 -134
- bpy/ops/wm/__init__.pyi +232 -232
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +2 -2
- bpy/props/__init__.pyi +29 -52
- bpy/types/__init__.pyi +5354 -3708
- bpy/utils/__init__.pyi +3 -6
- bpy/utils/units/__init__.pyi +3 -6
- bpy_extras/io_utils/__init__.pyi +8 -0
- {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240330.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240330.dist-info}/RECORD +114 -114
- freestyle/chainingiterators/__init__.pyi +5 -12
- freestyle/functions/__init__.pyi +19 -73
- freestyle/predicates/__init__.pyi +8 -21
- freestyle/shaders/__init__.pyi +32 -81
- freestyle/types/__init__.pyi +100 -270
- freestyle/utils/ContextFunctions/__init__.pyi +7 -27
- freestyle/utils/__init__.pyi +1 -2
- gpu/capabilities/__init__.pyi +15 -32
- gpu/matrix/__init__.pyi +1 -2
- gpu/state/__init__.pyi +4 -10
- gpu/types/__init__.pyi +29 -87
- gpu_extras/presets/__init__.pyi +4 -16
- imbuf/types/__init__.pyi +4 -10
- mathutils/__init__.pyi +106 -257
- mathutils/bvhtree/__init__.pyi +7 -15
- mathutils/geometry/__init__.pyi +9 -18
- mathutils/kdtree/__init__.pyi +4 -11
- mathutils/noise/__init__.pyi +41 -82
- {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240330.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240330.dist-info}/top_level.txt +0 -0
bpy/ops/preferences/__init__.pyi
CHANGED
|
@@ -5,14 +5,14 @@ GenericType = typing.TypeVar("GenericType")
|
|
|
5
5
|
|
|
6
6
|
def addon_disable(
|
|
7
7
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
8
|
-
execution_context:
|
|
8
|
+
execution_context: str = None,
|
|
9
9
|
undo: bool = None,
|
|
10
10
|
module: typing.Union[str, typing.Any] = "",
|
|
11
11
|
):
|
|
12
12
|
"""Turn off this extension
|
|
13
13
|
|
|
14
14
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
15
|
-
:type execution_context:
|
|
15
|
+
:type execution_context: str
|
|
16
16
|
:type undo: bool
|
|
17
17
|
:param module: Module, Module name of the add-on to disable
|
|
18
18
|
:type module: typing.Union[str, typing.Any]
|
|
@@ -22,14 +22,14 @@ def addon_disable(
|
|
|
22
22
|
|
|
23
23
|
def addon_enable(
|
|
24
24
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
25
|
-
execution_context:
|
|
25
|
+
execution_context: str = None,
|
|
26
26
|
undo: bool = None,
|
|
27
27
|
module: typing.Union[str, typing.Any] = "",
|
|
28
28
|
):
|
|
29
29
|
"""Turn on this extension
|
|
30
30
|
|
|
31
31
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
32
|
-
:type execution_context:
|
|
32
|
+
:type execution_context: str
|
|
33
33
|
:type undo: bool
|
|
34
34
|
:param module: Module, Module name of the add-on to enable
|
|
35
35
|
:type module: typing.Union[str, typing.Any]
|
|
@@ -39,14 +39,14 @@ def addon_enable(
|
|
|
39
39
|
|
|
40
40
|
def addon_expand(
|
|
41
41
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
42
|
-
execution_context:
|
|
42
|
+
execution_context: str = None,
|
|
43
43
|
undo: bool = None,
|
|
44
44
|
module: typing.Union[str, typing.Any] = "",
|
|
45
45
|
):
|
|
46
46
|
"""Display information and preferences for this add-on
|
|
47
47
|
|
|
48
48
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
49
|
-
:type execution_context:
|
|
49
|
+
:type execution_context: str
|
|
50
50
|
:type undo: bool
|
|
51
51
|
:param module: Module, Module name of the add-on to expand
|
|
52
52
|
:type module: typing.Union[str, typing.Any]
|
|
@@ -56,7 +56,7 @@ def addon_expand(
|
|
|
56
56
|
|
|
57
57
|
def addon_install(
|
|
58
58
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
59
|
-
execution_context:
|
|
59
|
+
execution_context: str = None,
|
|
60
60
|
undo: bool = None,
|
|
61
61
|
overwrite: typing.Union[bool, typing.Any] = True,
|
|
62
62
|
target: typing.Union[str, int, typing.Any] = "",
|
|
@@ -68,7 +68,7 @@ def addon_install(
|
|
|
68
68
|
"""Install an add-on
|
|
69
69
|
|
|
70
70
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
71
|
-
:type execution_context:
|
|
71
|
+
:type execution_context: str
|
|
72
72
|
:type undo: bool
|
|
73
73
|
:param overwrite: Overwrite, Remove existing add-ons with the same ID
|
|
74
74
|
:type overwrite: typing.Union[bool, typing.Any]
|
|
@@ -88,13 +88,13 @@ def addon_install(
|
|
|
88
88
|
|
|
89
89
|
def addon_refresh(
|
|
90
90
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
91
|
-
execution_context:
|
|
91
|
+
execution_context: str = None,
|
|
92
92
|
undo: bool = None,
|
|
93
93
|
):
|
|
94
94
|
"""Scan add-on directories for new modules
|
|
95
95
|
|
|
96
96
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
97
|
-
:type execution_context:
|
|
97
|
+
:type execution_context: str
|
|
98
98
|
:type undo: bool
|
|
99
99
|
"""
|
|
100
100
|
|
|
@@ -102,14 +102,14 @@ def addon_refresh(
|
|
|
102
102
|
|
|
103
103
|
def addon_remove(
|
|
104
104
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
105
|
-
execution_context:
|
|
105
|
+
execution_context: str = None,
|
|
106
106
|
undo: bool = None,
|
|
107
107
|
module: typing.Union[str, typing.Any] = "",
|
|
108
108
|
):
|
|
109
109
|
"""Delete the add-on from the file system
|
|
110
110
|
|
|
111
111
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
112
|
-
:type execution_context:
|
|
112
|
+
:type execution_context: str
|
|
113
113
|
:type undo: bool
|
|
114
114
|
:param module: Module, Module name of the add-on to remove
|
|
115
115
|
:type module: typing.Union[str, typing.Any]
|
|
@@ -119,14 +119,14 @@ def addon_remove(
|
|
|
119
119
|
|
|
120
120
|
def addon_show(
|
|
121
121
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
122
|
-
execution_context:
|
|
122
|
+
execution_context: str = None,
|
|
123
123
|
undo: bool = None,
|
|
124
124
|
module: typing.Union[str, typing.Any] = "",
|
|
125
125
|
):
|
|
126
126
|
"""Show add-on preferences
|
|
127
127
|
|
|
128
128
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
129
|
-
:type execution_context:
|
|
129
|
+
:type execution_context: str
|
|
130
130
|
:type undo: bool
|
|
131
131
|
:param module: Module, Module name of the add-on to expand
|
|
132
132
|
:type module: typing.Union[str, typing.Any]
|
|
@@ -136,7 +136,7 @@ def addon_show(
|
|
|
136
136
|
|
|
137
137
|
def app_template_install(
|
|
138
138
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
139
|
-
execution_context:
|
|
139
|
+
execution_context: str = None,
|
|
140
140
|
undo: bool = None,
|
|
141
141
|
overwrite: typing.Union[bool, typing.Any] = True,
|
|
142
142
|
filepath: typing.Union[str, typing.Any] = "",
|
|
@@ -146,7 +146,7 @@ def app_template_install(
|
|
|
146
146
|
"""Install an application template
|
|
147
147
|
|
|
148
148
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
149
|
-
:type execution_context:
|
|
149
|
+
:type execution_context: str
|
|
150
150
|
:type undo: bool
|
|
151
151
|
:param overwrite: Overwrite, Remove existing template with the same ID
|
|
152
152
|
:type overwrite: typing.Union[bool, typing.Any]
|
|
@@ -162,7 +162,7 @@ def app_template_install(
|
|
|
162
162
|
|
|
163
163
|
def asset_library_add(
|
|
164
164
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
165
|
-
execution_context:
|
|
165
|
+
execution_context: str = None,
|
|
166
166
|
undo: bool = None,
|
|
167
167
|
directory: typing.Union[str, typing.Any] = "",
|
|
168
168
|
hide_props_region: typing.Union[bool, typing.Any] = True,
|
|
@@ -191,7 +191,7 @@ def asset_library_add(
|
|
|
191
191
|
"""Add a directory to be used by the Asset Browser as source of assets
|
|
192
192
|
|
|
193
193
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
194
|
-
:type execution_context:
|
|
194
|
+
:type execution_context: str
|
|
195
195
|
:type undo: bool
|
|
196
196
|
:param directory: Directory, Directory of the file
|
|
197
197
|
:type directory: typing.Union[str, typing.Any]
|
|
@@ -257,14 +257,14 @@ def asset_library_add(
|
|
|
257
257
|
|
|
258
258
|
def asset_library_remove(
|
|
259
259
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
260
|
-
execution_context:
|
|
260
|
+
execution_context: str = None,
|
|
261
261
|
undo: bool = None,
|
|
262
262
|
index: typing.Any = 0,
|
|
263
263
|
):
|
|
264
264
|
"""Remove a path to a .blend file, so the Asset Browser will not attempt to show it anymore
|
|
265
265
|
|
|
266
266
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
267
|
-
:type execution_context:
|
|
267
|
+
:type execution_context: str
|
|
268
268
|
:type undo: bool
|
|
269
269
|
:param index: Index
|
|
270
270
|
:type index: typing.Any
|
|
@@ -274,13 +274,13 @@ def asset_library_remove(
|
|
|
274
274
|
|
|
275
275
|
def associate_blend(
|
|
276
276
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
277
|
-
execution_context:
|
|
277
|
+
execution_context: str = None,
|
|
278
278
|
undo: bool = None,
|
|
279
279
|
):
|
|
280
280
|
"""Use this installation for .blend files and to display thumbnails
|
|
281
281
|
|
|
282
282
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
283
|
-
:type execution_context:
|
|
283
|
+
:type execution_context: str
|
|
284
284
|
:type undo: bool
|
|
285
285
|
"""
|
|
286
286
|
|
|
@@ -288,13 +288,13 @@ def associate_blend(
|
|
|
288
288
|
|
|
289
289
|
def autoexec_path_add(
|
|
290
290
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
291
|
-
execution_context:
|
|
291
|
+
execution_context: str = None,
|
|
292
292
|
undo: bool = None,
|
|
293
293
|
):
|
|
294
294
|
"""Add path to exclude from auto-execution
|
|
295
295
|
|
|
296
296
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
297
|
-
:type execution_context:
|
|
297
|
+
:type execution_context: str
|
|
298
298
|
:type undo: bool
|
|
299
299
|
"""
|
|
300
300
|
|
|
@@ -302,14 +302,14 @@ def autoexec_path_add(
|
|
|
302
302
|
|
|
303
303
|
def autoexec_path_remove(
|
|
304
304
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
305
|
-
execution_context:
|
|
305
|
+
execution_context: str = None,
|
|
306
306
|
undo: bool = None,
|
|
307
307
|
index: typing.Any = 0,
|
|
308
308
|
):
|
|
309
309
|
"""Remove path to exclude from auto-execution
|
|
310
310
|
|
|
311
311
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
312
|
-
:type execution_context:
|
|
312
|
+
:type execution_context: str
|
|
313
313
|
:type undo: bool
|
|
314
314
|
:param index: Index
|
|
315
315
|
:type index: typing.Any
|
|
@@ -319,13 +319,13 @@ def autoexec_path_remove(
|
|
|
319
319
|
|
|
320
320
|
def copy_prev(
|
|
321
321
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
322
|
-
execution_context:
|
|
322
|
+
execution_context: str = None,
|
|
323
323
|
undo: bool = None,
|
|
324
324
|
):
|
|
325
325
|
"""Copy settings from previous version
|
|
326
326
|
|
|
327
327
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
328
|
-
:type execution_context:
|
|
328
|
+
:type execution_context: str
|
|
329
329
|
:type undo: bool
|
|
330
330
|
"""
|
|
331
331
|
|
|
@@ -333,7 +333,7 @@ def copy_prev(
|
|
|
333
333
|
|
|
334
334
|
def extension_repo_add(
|
|
335
335
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
336
|
-
execution_context:
|
|
336
|
+
execution_context: str = None,
|
|
337
337
|
undo: bool = None,
|
|
338
338
|
name: typing.Union[str, typing.Any] = "",
|
|
339
339
|
remote_path: typing.Union[str, typing.Any] = "",
|
|
@@ -344,7 +344,7 @@ def extension_repo_add(
|
|
|
344
344
|
"""Add a new repository used to store extensions
|
|
345
345
|
|
|
346
346
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
347
|
-
:type execution_context:
|
|
347
|
+
:type execution_context: str
|
|
348
348
|
:type undo: bool
|
|
349
349
|
:param name: Name, Unique repository name
|
|
350
350
|
:type name: typing.Union[str, typing.Any]
|
|
@@ -368,7 +368,7 @@ def extension_repo_add(
|
|
|
368
368
|
|
|
369
369
|
def extension_repo_remove(
|
|
370
370
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
371
|
-
execution_context:
|
|
371
|
+
execution_context: str = None,
|
|
372
372
|
undo: bool = None,
|
|
373
373
|
index: typing.Any = 0,
|
|
374
374
|
type: typing.Any = "REPO_ONLY",
|
|
@@ -376,7 +376,7 @@ def extension_repo_remove(
|
|
|
376
376
|
"""Remove an extension repository
|
|
377
377
|
|
|
378
378
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
379
|
-
:type execution_context:
|
|
379
|
+
:type execution_context: str
|
|
380
380
|
:type undo: bool
|
|
381
381
|
:param index: Index
|
|
382
382
|
:type index: typing.Any
|
|
@@ -394,13 +394,13 @@ def extension_repo_remove(
|
|
|
394
394
|
|
|
395
395
|
def extension_repo_sync(
|
|
396
396
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
397
|
-
execution_context:
|
|
397
|
+
execution_context: str = None,
|
|
398
398
|
undo: bool = None,
|
|
399
399
|
):
|
|
400
400
|
"""Synchronize the active extension repository with its remote URL
|
|
401
401
|
|
|
402
402
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
403
|
-
:type execution_context:
|
|
403
|
+
:type execution_context: str
|
|
404
404
|
:type undo: bool
|
|
405
405
|
"""
|
|
406
406
|
|
|
@@ -408,13 +408,13 @@ def extension_repo_sync(
|
|
|
408
408
|
|
|
409
409
|
def extension_repo_upgrade(
|
|
410
410
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
411
|
-
execution_context:
|
|
411
|
+
execution_context: str = None,
|
|
412
412
|
undo: bool = None,
|
|
413
413
|
):
|
|
414
414
|
"""Update any outdated extensions for the active extension repository
|
|
415
415
|
|
|
416
416
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
417
|
-
:type execution_context:
|
|
417
|
+
:type execution_context: str
|
|
418
418
|
:type undo: bool
|
|
419
419
|
"""
|
|
420
420
|
|
|
@@ -422,14 +422,14 @@ def extension_repo_upgrade(
|
|
|
422
422
|
|
|
423
423
|
def extension_url_drop(
|
|
424
424
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
425
|
-
execution_context:
|
|
425
|
+
execution_context: str = None,
|
|
426
426
|
undo: bool = None,
|
|
427
427
|
url: typing.Union[str, typing.Any] = "",
|
|
428
428
|
):
|
|
429
429
|
"""Handle dropping an extension URL
|
|
430
430
|
|
|
431
431
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
432
|
-
:type execution_context:
|
|
432
|
+
:type execution_context: str
|
|
433
433
|
:type undo: bool
|
|
434
434
|
:param url: URL, Location of the extension to install
|
|
435
435
|
:type url: typing.Union[str, typing.Any]
|
|
@@ -439,14 +439,14 @@ def extension_url_drop(
|
|
|
439
439
|
|
|
440
440
|
def keyconfig_activate(
|
|
441
441
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
442
|
-
execution_context:
|
|
442
|
+
execution_context: str = None,
|
|
443
443
|
undo: bool = None,
|
|
444
444
|
filepath: typing.Union[str, typing.Any] = "",
|
|
445
445
|
):
|
|
446
446
|
"""Undocumented, consider contributing.
|
|
447
447
|
|
|
448
448
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
449
|
-
:type execution_context:
|
|
449
|
+
:type execution_context: str
|
|
450
450
|
:type undo: bool
|
|
451
451
|
:param filepath: filepath
|
|
452
452
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -456,7 +456,7 @@ def keyconfig_activate(
|
|
|
456
456
|
|
|
457
457
|
def keyconfig_export(
|
|
458
458
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
459
|
-
execution_context:
|
|
459
|
+
execution_context: str = None,
|
|
460
460
|
undo: bool = None,
|
|
461
461
|
all: typing.Union[bool, typing.Any] = False,
|
|
462
462
|
filepath: typing.Union[str, typing.Any] = "",
|
|
@@ -467,7 +467,7 @@ def keyconfig_export(
|
|
|
467
467
|
"""Export key configuration to a Python script
|
|
468
468
|
|
|
469
469
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
470
|
-
:type execution_context:
|
|
470
|
+
:type execution_context: str
|
|
471
471
|
:type undo: bool
|
|
472
472
|
:param all: All Keymaps, Write all keymaps (not just user modified)
|
|
473
473
|
:type all: typing.Union[bool, typing.Any]
|
|
@@ -485,7 +485,7 @@ def keyconfig_export(
|
|
|
485
485
|
|
|
486
486
|
def keyconfig_import(
|
|
487
487
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
488
|
-
execution_context:
|
|
488
|
+
execution_context: str = None,
|
|
489
489
|
undo: bool = None,
|
|
490
490
|
filepath: typing.Union[str, typing.Any] = "keymap.py",
|
|
491
491
|
filter_folder: typing.Union[bool, typing.Any] = True,
|
|
@@ -496,7 +496,7 @@ def keyconfig_import(
|
|
|
496
496
|
"""Import key configuration from a Python script
|
|
497
497
|
|
|
498
498
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
499
|
-
:type execution_context:
|
|
499
|
+
:type execution_context: str
|
|
500
500
|
:type undo: bool
|
|
501
501
|
:param filepath: filepath
|
|
502
502
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -514,13 +514,13 @@ def keyconfig_import(
|
|
|
514
514
|
|
|
515
515
|
def keyconfig_remove(
|
|
516
516
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
517
|
-
execution_context:
|
|
517
|
+
execution_context: str = None,
|
|
518
518
|
undo: bool = None,
|
|
519
519
|
):
|
|
520
520
|
"""Remove key config
|
|
521
521
|
|
|
522
522
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
523
|
-
:type execution_context:
|
|
523
|
+
:type execution_context: str
|
|
524
524
|
:type undo: bool
|
|
525
525
|
"""
|
|
526
526
|
|
|
@@ -528,13 +528,13 @@ def keyconfig_remove(
|
|
|
528
528
|
|
|
529
529
|
def keyconfig_test(
|
|
530
530
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
531
|
-
execution_context:
|
|
531
|
+
execution_context: str = None,
|
|
532
532
|
undo: bool = None,
|
|
533
533
|
):
|
|
534
534
|
"""Test key configuration for conflicts
|
|
535
535
|
|
|
536
536
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
537
|
-
:type execution_context:
|
|
537
|
+
:type execution_context: str
|
|
538
538
|
:type undo: bool
|
|
539
539
|
"""
|
|
540
540
|
|
|
@@ -542,13 +542,13 @@ def keyconfig_test(
|
|
|
542
542
|
|
|
543
543
|
def keyitem_add(
|
|
544
544
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
545
|
-
execution_context:
|
|
545
|
+
execution_context: str = None,
|
|
546
546
|
undo: bool = None,
|
|
547
547
|
):
|
|
548
548
|
"""Add key map item
|
|
549
549
|
|
|
550
550
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
551
|
-
:type execution_context:
|
|
551
|
+
:type execution_context: str
|
|
552
552
|
:type undo: bool
|
|
553
553
|
"""
|
|
554
554
|
|
|
@@ -556,14 +556,14 @@ def keyitem_add(
|
|
|
556
556
|
|
|
557
557
|
def keyitem_remove(
|
|
558
558
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
559
|
-
execution_context:
|
|
559
|
+
execution_context: str = None,
|
|
560
560
|
undo: bool = None,
|
|
561
561
|
item_id: typing.Any = 0,
|
|
562
562
|
):
|
|
563
563
|
"""Remove key map item
|
|
564
564
|
|
|
565
565
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
566
|
-
:type execution_context:
|
|
566
|
+
:type execution_context: str
|
|
567
567
|
:type undo: bool
|
|
568
568
|
:param item_id: Item Identifier, Identifier of the item to remove
|
|
569
569
|
:type item_id: typing.Any
|
|
@@ -573,14 +573,14 @@ def keyitem_remove(
|
|
|
573
573
|
|
|
574
574
|
def keyitem_restore(
|
|
575
575
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
576
|
-
execution_context:
|
|
576
|
+
execution_context: str = None,
|
|
577
577
|
undo: bool = None,
|
|
578
578
|
item_id: typing.Any = 0,
|
|
579
579
|
):
|
|
580
580
|
"""Restore key map item
|
|
581
581
|
|
|
582
582
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
583
|
-
:type execution_context:
|
|
583
|
+
:type execution_context: str
|
|
584
584
|
:type undo: bool
|
|
585
585
|
:param item_id: Item Identifier, Identifier of the item to restore
|
|
586
586
|
:type item_id: typing.Any
|
|
@@ -590,14 +590,14 @@ def keyitem_restore(
|
|
|
590
590
|
|
|
591
591
|
def keymap_restore(
|
|
592
592
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
593
|
-
execution_context:
|
|
593
|
+
execution_context: str = None,
|
|
594
594
|
undo: bool = None,
|
|
595
595
|
all: typing.Union[bool, typing.Any] = False,
|
|
596
596
|
):
|
|
597
597
|
"""Restore key map(s)
|
|
598
598
|
|
|
599
599
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
600
|
-
:type execution_context:
|
|
600
|
+
:type execution_context: str
|
|
601
601
|
:type undo: bool
|
|
602
602
|
:param all: All Keymaps, Restore all keymaps to default
|
|
603
603
|
:type all: typing.Union[bool, typing.Any]
|
|
@@ -607,13 +607,13 @@ def keymap_restore(
|
|
|
607
607
|
|
|
608
608
|
def reset_default_theme(
|
|
609
609
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
610
|
-
execution_context:
|
|
610
|
+
execution_context: str = None,
|
|
611
611
|
undo: bool = None,
|
|
612
612
|
):
|
|
613
613
|
"""Reset to the default theme colors
|
|
614
614
|
|
|
615
615
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
616
|
-
:type execution_context:
|
|
616
|
+
:type execution_context: str
|
|
617
617
|
:type undo: bool
|
|
618
618
|
"""
|
|
619
619
|
|
|
@@ -621,7 +621,7 @@ def reset_default_theme(
|
|
|
621
621
|
|
|
622
622
|
def script_directory_add(
|
|
623
623
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
624
|
-
execution_context:
|
|
624
|
+
execution_context: str = None,
|
|
625
625
|
undo: bool = None,
|
|
626
626
|
directory: typing.Union[str, typing.Any] = "",
|
|
627
627
|
filter_folder: typing.Union[bool, typing.Any] = True,
|
|
@@ -629,7 +629,7 @@ def script_directory_add(
|
|
|
629
629
|
"""Undocumented, consider contributing.
|
|
630
630
|
|
|
631
631
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
632
|
-
:type execution_context:
|
|
632
|
+
:type execution_context: str
|
|
633
633
|
:type undo: bool
|
|
634
634
|
:param directory: directory
|
|
635
635
|
:type directory: typing.Union[str, typing.Any]
|
|
@@ -641,14 +641,14 @@ def script_directory_add(
|
|
|
641
641
|
|
|
642
642
|
def script_directory_remove(
|
|
643
643
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
644
|
-
execution_context:
|
|
644
|
+
execution_context: str = None,
|
|
645
645
|
undo: bool = None,
|
|
646
646
|
index: typing.Any = 0,
|
|
647
647
|
):
|
|
648
648
|
"""Undocumented, consider contributing.
|
|
649
649
|
|
|
650
650
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
651
|
-
:type execution_context:
|
|
651
|
+
:type execution_context: str
|
|
652
652
|
:type undo: bool
|
|
653
653
|
:param index: Index, Index of the script directory to remove
|
|
654
654
|
:type index: typing.Any
|
|
@@ -658,14 +658,14 @@ def script_directory_remove(
|
|
|
658
658
|
|
|
659
659
|
def studiolight_copy_settings(
|
|
660
660
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
661
|
-
execution_context:
|
|
661
|
+
execution_context: str = None,
|
|
662
662
|
undo: bool = None,
|
|
663
663
|
index: typing.Any = 0,
|
|
664
664
|
):
|
|
665
665
|
"""Copy Studio Light settings to the Studio Light editor
|
|
666
666
|
|
|
667
667
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
668
|
-
:type execution_context:
|
|
668
|
+
:type execution_context: str
|
|
669
669
|
:type undo: bool
|
|
670
670
|
:param index: index
|
|
671
671
|
:type index: typing.Any
|
|
@@ -675,7 +675,7 @@ def studiolight_copy_settings(
|
|
|
675
675
|
|
|
676
676
|
def studiolight_install(
|
|
677
677
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
678
|
-
execution_context:
|
|
678
|
+
execution_context: str = None,
|
|
679
679
|
undo: bool = None,
|
|
680
680
|
files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] = None,
|
|
681
681
|
directory: typing.Union[str, typing.Any] = "",
|
|
@@ -686,7 +686,7 @@ def studiolight_install(
|
|
|
686
686
|
"""Install a user defined light
|
|
687
687
|
|
|
688
688
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
689
|
-
:type execution_context:
|
|
689
|
+
:type execution_context: str
|
|
690
690
|
:type undo: bool
|
|
691
691
|
:param files: File Path
|
|
692
692
|
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
|
|
@@ -713,14 +713,14 @@ def studiolight_install(
|
|
|
713
713
|
|
|
714
714
|
def studiolight_new(
|
|
715
715
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
716
|
-
execution_context:
|
|
716
|
+
execution_context: str = None,
|
|
717
717
|
undo: bool = None,
|
|
718
718
|
filename: typing.Union[str, typing.Any] = "StudioLight",
|
|
719
719
|
):
|
|
720
720
|
"""Save custom studio light from the studio light editor settings
|
|
721
721
|
|
|
722
722
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
723
|
-
:type execution_context:
|
|
723
|
+
:type execution_context: str
|
|
724
724
|
:type undo: bool
|
|
725
725
|
:param filename: Name
|
|
726
726
|
:type filename: typing.Union[str, typing.Any]
|
|
@@ -730,13 +730,13 @@ def studiolight_new(
|
|
|
730
730
|
|
|
731
731
|
def studiolight_show(
|
|
732
732
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
733
|
-
execution_context:
|
|
733
|
+
execution_context: str = None,
|
|
734
734
|
undo: bool = None,
|
|
735
735
|
):
|
|
736
736
|
"""Show light preferences
|
|
737
737
|
|
|
738
738
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
739
|
-
:type execution_context:
|
|
739
|
+
:type execution_context: str
|
|
740
740
|
:type undo: bool
|
|
741
741
|
"""
|
|
742
742
|
|
|
@@ -744,14 +744,14 @@ def studiolight_show(
|
|
|
744
744
|
|
|
745
745
|
def studiolight_uninstall(
|
|
746
746
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
747
|
-
execution_context:
|
|
747
|
+
execution_context: str = None,
|
|
748
748
|
undo: bool = None,
|
|
749
749
|
index: typing.Any = 0,
|
|
750
750
|
):
|
|
751
751
|
"""Delete Studio Light
|
|
752
752
|
|
|
753
753
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
754
|
-
:type execution_context:
|
|
754
|
+
:type execution_context: str
|
|
755
755
|
:type undo: bool
|
|
756
756
|
:param index: index
|
|
757
757
|
:type index: typing.Any
|
|
@@ -761,7 +761,7 @@ def studiolight_uninstall(
|
|
|
761
761
|
|
|
762
762
|
def theme_install(
|
|
763
763
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
764
|
-
execution_context:
|
|
764
|
+
execution_context: str = None,
|
|
765
765
|
undo: bool = None,
|
|
766
766
|
overwrite: typing.Union[bool, typing.Any] = True,
|
|
767
767
|
filepath: typing.Union[str, typing.Any] = "",
|
|
@@ -771,7 +771,7 @@ def theme_install(
|
|
|
771
771
|
"""Load and apply a Blender XML theme file
|
|
772
772
|
|
|
773
773
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
774
|
-
:type execution_context:
|
|
774
|
+
:type execution_context: str
|
|
775
775
|
:type undo: bool
|
|
776
776
|
:param overwrite: Overwrite, Remove existing theme file if exists
|
|
777
777
|
:type overwrite: typing.Union[bool, typing.Any]
|
|
@@ -787,13 +787,13 @@ def theme_install(
|
|
|
787
787
|
|
|
788
788
|
def unassociate_blend(
|
|
789
789
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
790
|
-
execution_context:
|
|
790
|
+
execution_context: str = None,
|
|
791
791
|
undo: bool = None,
|
|
792
792
|
):
|
|
793
793
|
"""Remove this installation's associations with .blend files
|
|
794
794
|
|
|
795
795
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
796
|
-
:type execution_context:
|
|
796
|
+
:type execution_context: str
|
|
797
797
|
:type undo: bool
|
|
798
798
|
"""
|
|
799
799
|
|