fake-bpy-module 20240417__py3-none-any.whl → 20240419__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.
- _bpy_internal/__init__.pyi +4 -0
- _bpy_internal/freedesktop/__init__.pyi +88 -0
- _bpy_internal/freedesktop/py.typed +0 -0
- _bpy_internal/py.typed +0 -0
- aud/__init__.pyi +121 -48
- bgl/__init__.pyi +2443 -1265
- bl_math/__init__.pyi +19 -3
- bl_operators/geometry_nodes/__init__.pyi +13 -0
- bl_ui/properties_data_light/__init__.pyi +337 -0
- blf/__init__.pyi +63 -13
- bmesh/__init__.pyi +13 -0
- bmesh/geometry/__init__.pyi +5 -0
- bmesh/ops/__init__.pyi +157 -68
- bmesh/types/__init__.pyi +109 -62
- bmesh/utils/__init__.pyi +11 -2
- bpy/__init__.pyi +7 -0
- bpy/app/__init__.pyi +13 -0
- bpy/app/handlers/__init__.pyi +41 -0
- bpy/app/icons/__init__.pyi +4 -2
- bpy/app/timers/__init__.pyi +38 -2
- bpy/app/translations/__init__.pyi +58 -0
- bpy/msgbus/__init__.pyi +46 -0
- bpy/ops/__init__.pyi +151 -0
- bpy/ops/action/__init__.pyi +76 -76
- bpy/ops/anim/__init__.pyi +104 -104
- bpy/ops/armature/__init__.pyi +96 -96
- bpy/ops/asset/__init__.pyi +32 -32
- bpy/ops/boid/__init__.pyi +16 -16
- bpy/ops/brush/__init__.pyi +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 +184 -184
- bpy/ops/cloth/__init__.pyi +2 -2
- bpy/ops/collection/__init__.pyi +18 -18
- bpy/ops/console/__init__.pyi +42 -42
- bpy/ops/constraint/__init__.pyi +36 -36
- bpy/ops/curve/__init__.pyi +102 -102
- bpy/ops/curves/__init__.pyi +54 -54
- bpy/ops/cycles/__init__.pyi +6 -6
- bpy/ops/dpaint/__init__.pyi +10 -10
- bpy/ops/ed/__init__.pyi +24 -24
- bpy/ops/export_anim/__init__.pyi +2 -2
- bpy/ops/export_mesh/__init__.pyi +2 -2
- bpy/ops/export_scene/__init__.pyi +7 -7
- bpy/ops/file/__init__.pyi +80 -80
- bpy/ops/fluid/__init__.pyi +28 -28
- bpy/ops/font/__init__.pyi +46 -46
- bpy/ops/geometry/__init__.pyi +20 -20
- bpy/ops/gizmogroup/__init__.pyi +4 -4
- bpy/ops/gpencil/__init__.pyi +300 -300
- bpy/ops/graph/__init__.pyi +130 -130
- bpy/ops/grease_pencil/__init__.pyi +112 -112
- bpy/ops/image/__init__.pyi +92 -92
- 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 +78 -78
- bpy/ops/material/__init__.pyi +6 -6
- bpy/ops/mball/__init__.pyi +16 -16
- bpy/ops/mesh/__init__.pyi +326 -326
- bpy/ops/nla/__init__.pyi +80 -80
- bpy/ops/node/__init__.pyi +202 -202
- bpy/ops/object/__init__.pyi +509 -500
- bpy/ops/outliner/__init__.pyi +138 -138
- bpy/ops/paint/__init__.pyi +104 -104
- bpy/ops/paintcurve/__init__.pyi +16 -16
- bpy/ops/palette/__init__.pyi +14 -14
- bpy/ops/particle/__init__.pyi +72 -72
- bpy/ops/pose/__init__.pyi +78 -78
- 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 +26 -26
- bpy/ops/scene/__init__.pyi +78 -78
- bpy/ops/screen/__init__.pyi +78 -78
- 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 +170 -170
- bpy/ops/sound/__init__.pyi +14 -14
- bpy/ops/spreadsheet/__init__.pyi +8 -8
- bpy/ops/surface/__init__.pyi +12 -12
- bpy/ops/text/__init__.pyi +86 -86
- bpy/ops/text_editor/__init__.pyi +2 -2
- bpy/ops/texture/__init__.pyi +8 -8
- bpy/ops/transform/__init__.pyi +54 -54
- bpy/ops/ui/__init__.pyi +64 -64
- bpy/ops/uilist/__init__.pyi +6 -6
- bpy/ops/uv/__init__.pyi +98 -98
- bpy/ops/view2d/__init__.pyi +28 -28
- bpy/ops/view3d/__init__.pyi +134 -134
- bpy/ops/wm/__init__.pyi +224 -224
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +2 -2
- bpy/path/__init__.pyi +6 -0
- bpy/props/__init__.pyi +141 -29
- bpy/types/__init__.pyi +101517 -5027
- bpy/utils/__init__.pyi +18 -3
- bpy/utils/previews/__init__.pyi +15 -0
- bpy/utils/units/__init__.pyi +11 -3
- bpy_extras/__init__.pyi +19 -0
- bpy_extras/asset_utils/__init__.pyi +5 -0
- {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240419.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240419.dist-info}/RECORD +139 -135
- {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240419.dist-info}/top_level.txt +1 -0
- freestyle/__init__.pyi +18 -0
- freestyle/chainingiterators/__init__.pyi +20 -5
- freestyle/functions/__init__.pyi +151 -155
- freestyle/predicates/__init__.pyi +53 -46
- freestyle/shaders/__init__.pyi +91 -32
- freestyle/types/__init__.pyi +362 -120
- freestyle/utils/ContextFunctions/__init__.pyi +32 -7
- freestyle/utils/__init__.pyi +13 -1
- gpu/__init__.pyi +225 -0
- gpu/capabilities/__init__.pyi +37 -15
- gpu/matrix/__init__.pyi +7 -1
- gpu/platform/__init__.pyi +5 -0
- gpu/select/__init__.pyi +5 -0
- gpu/shader/__init__.pyi +77 -0
- gpu/state/__init__.pyi +15 -4
- gpu/texture/__init__.pyi +5 -0
- gpu/types/__init__.pyi +91 -33
- gpu_extras/__init__.pyi +15 -0
- gpu_extras/presets/__init__.pyi +16 -4
- imbuf/__init__.pyi +13 -0
- imbuf/types/__init__.pyi +20 -5
- mathutils/__init__.pyi +349 -227
- mathutils/bvhtree/__init__.pyi +21 -8
- mathutils/geometry/__init__.pyi +23 -9
- mathutils/interpolate/__init__.pyi +5 -0
- mathutils/kdtree/__init__.pyi +19 -5
- mathutils/noise/__init__.pyi +87 -41
- {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240419.dist-info}/WHEEL +0 -0
bpy/ops/object/__init__.pyi
CHANGED
|
@@ -5,7 +5,7 @@ GenericType = typing.TypeVar("GenericType")
|
|
|
5
5
|
|
|
6
6
|
def add(
|
|
7
7
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
8
|
-
execution_context: str = None,
|
|
8
|
+
execution_context: typing.Union[str, int] = None,
|
|
9
9
|
undo: bool = None,
|
|
10
10
|
radius: typing.Any = 1.0,
|
|
11
11
|
type: typing.Union[str, int] = "EMPTY",
|
|
@@ -18,7 +18,7 @@ def add(
|
|
|
18
18
|
"""Add an object to the scene
|
|
19
19
|
|
|
20
20
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
21
|
-
:type execution_context: str
|
|
21
|
+
:type execution_context: typing.Union[str, int]
|
|
22
22
|
:type undo: bool
|
|
23
23
|
:param radius: Radius
|
|
24
24
|
:type radius: typing.Any
|
|
@@ -49,13 +49,13 @@ def add(
|
|
|
49
49
|
|
|
50
50
|
def add_modifier_menu(
|
|
51
51
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
52
|
-
execution_context: str = None,
|
|
52
|
+
execution_context: typing.Union[str, int] = None,
|
|
53
53
|
undo: bool = None,
|
|
54
54
|
):
|
|
55
55
|
"""Undocumented, consider contributing.
|
|
56
56
|
|
|
57
57
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
58
|
-
:type execution_context: str
|
|
58
|
+
:type execution_context: typing.Union[str, int]
|
|
59
59
|
:type undo: bool
|
|
60
60
|
"""
|
|
61
61
|
|
|
@@ -63,7 +63,7 @@ def add_modifier_menu(
|
|
|
63
63
|
|
|
64
64
|
def add_named(
|
|
65
65
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
66
|
-
execution_context: str = None,
|
|
66
|
+
execution_context: typing.Union[str, int] = None,
|
|
67
67
|
undo: bool = None,
|
|
68
68
|
linked: typing.Union[bool, typing.Any] = False,
|
|
69
69
|
name: typing.Union[str, typing.Any] = "",
|
|
@@ -80,7 +80,7 @@ def add_named(
|
|
|
80
80
|
"""Add named object
|
|
81
81
|
|
|
82
82
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
83
|
-
:type execution_context: str
|
|
83
|
+
:type execution_context: typing.Union[str, int]
|
|
84
84
|
:type undo: bool
|
|
85
85
|
:param linked: Linked, Duplicate object but not object data, linking to the original data
|
|
86
86
|
:type linked: typing.Union[bool, typing.Any]
|
|
@@ -100,7 +100,7 @@ def add_named(
|
|
|
100
100
|
|
|
101
101
|
def align(
|
|
102
102
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
103
|
-
execution_context: str = None,
|
|
103
|
+
execution_context: typing.Union[str, int] = None,
|
|
104
104
|
undo: bool = None,
|
|
105
105
|
bb_quality: typing.Union[bool, typing.Any] = True,
|
|
106
106
|
align_mode: typing.Any = "OPT_2",
|
|
@@ -110,7 +110,7 @@ def align(
|
|
|
110
110
|
"""Align objects
|
|
111
111
|
|
|
112
112
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
113
|
-
:type execution_context: str
|
|
113
|
+
:type execution_context: typing.Union[str, int]
|
|
114
114
|
:type undo: bool
|
|
115
115
|
:param bb_quality: High Quality, Enables high quality but slow calculation of the bounding box for perfect results on complex shape meshes with rotation/scale
|
|
116
116
|
:type bb_quality: typing.Union[bool, typing.Any]
|
|
@@ -138,13 +138,13 @@ def align(
|
|
|
138
138
|
|
|
139
139
|
def anim_transforms_to_deltas(
|
|
140
140
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
141
|
-
execution_context: str = None,
|
|
141
|
+
execution_context: typing.Union[str, int] = None,
|
|
142
142
|
undo: bool = None,
|
|
143
143
|
):
|
|
144
144
|
"""Convert object animation for normal transforms to delta transforms
|
|
145
145
|
|
|
146
146
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
147
|
-
:type execution_context: str
|
|
147
|
+
:type execution_context: typing.Union[str, int]
|
|
148
148
|
:type undo: bool
|
|
149
149
|
"""
|
|
150
150
|
|
|
@@ -152,7 +152,7 @@ def anim_transforms_to_deltas(
|
|
|
152
152
|
|
|
153
153
|
def armature_add(
|
|
154
154
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
155
|
-
execution_context: str = None,
|
|
155
|
+
execution_context: typing.Union[str, int] = None,
|
|
156
156
|
undo: bool = None,
|
|
157
157
|
radius: typing.Any = 1.0,
|
|
158
158
|
enter_editmode: typing.Union[bool, typing.Any] = False,
|
|
@@ -164,7 +164,7 @@ def armature_add(
|
|
|
164
164
|
"""Add an armature object to the scene
|
|
165
165
|
|
|
166
166
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
167
|
-
:type execution_context: str
|
|
167
|
+
:type execution_context: typing.Union[str, int]
|
|
168
168
|
:type undo: bool
|
|
169
169
|
:param radius: Radius
|
|
170
170
|
:type radius: typing.Any
|
|
@@ -193,7 +193,7 @@ def armature_add(
|
|
|
193
193
|
|
|
194
194
|
def assign_property_defaults(
|
|
195
195
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
196
|
-
execution_context: str = None,
|
|
196
|
+
execution_context: typing.Union[str, int] = None,
|
|
197
197
|
undo: bool = None,
|
|
198
198
|
process_data: typing.Union[bool, typing.Any] = True,
|
|
199
199
|
process_bones: typing.Union[bool, typing.Any] = True,
|
|
@@ -201,7 +201,7 @@ def assign_property_defaults(
|
|
|
201
201
|
"""Assign the current values of custom properties as their defaults, for use as part of the rest pose state in NLA track mixing
|
|
202
202
|
|
|
203
203
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
204
|
-
:type execution_context: str
|
|
204
|
+
:type execution_context: typing.Union[str, int]
|
|
205
205
|
:type undo: bool
|
|
206
206
|
:param process_data: Process data properties
|
|
207
207
|
:type process_data: typing.Union[bool, typing.Any]
|
|
@@ -213,7 +213,7 @@ def assign_property_defaults(
|
|
|
213
213
|
|
|
214
214
|
def bake(
|
|
215
215
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
216
|
-
execution_context: str = None,
|
|
216
|
+
execution_context: typing.Union[str, int] = None,
|
|
217
217
|
undo: bool = None,
|
|
218
218
|
type: typing.Union[str, int] = "COMBINED",
|
|
219
219
|
pass_filter: typing.Any = {},
|
|
@@ -241,7 +241,7 @@ def bake(
|
|
|
241
241
|
"""Bake image textures of selected objects
|
|
242
242
|
|
|
243
243
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
244
|
-
:type execution_context: str
|
|
244
|
+
:type execution_context: typing.Union[str, int]
|
|
245
245
|
:type undo: bool
|
|
246
246
|
:param type: Type, Type of pass to bake, some of them may not be supported by the current render engine
|
|
247
247
|
:type type: typing.Union[str, int]
|
|
@@ -293,13 +293,13 @@ def bake(
|
|
|
293
293
|
|
|
294
294
|
def bake_image(
|
|
295
295
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
296
|
-
execution_context: str = None,
|
|
296
|
+
execution_context: typing.Union[str, int] = None,
|
|
297
297
|
undo: bool = None,
|
|
298
298
|
):
|
|
299
299
|
"""Bake image textures of selected objects
|
|
300
300
|
|
|
301
301
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
302
|
-
:type execution_context: str
|
|
302
|
+
:type execution_context: typing.Union[str, int]
|
|
303
303
|
:type undo: bool
|
|
304
304
|
"""
|
|
305
305
|
|
|
@@ -307,7 +307,7 @@ def bake_image(
|
|
|
307
307
|
|
|
308
308
|
def camera_add(
|
|
309
309
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
310
|
-
execution_context: str = None,
|
|
310
|
+
execution_context: typing.Union[str, int] = None,
|
|
311
311
|
undo: bool = None,
|
|
312
312
|
enter_editmode: typing.Union[bool, typing.Any] = False,
|
|
313
313
|
align: typing.Any = "WORLD",
|
|
@@ -318,7 +318,7 @@ def camera_add(
|
|
|
318
318
|
"""Add a camera object to the scene
|
|
319
319
|
|
|
320
320
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
321
|
-
:type execution_context: str
|
|
321
|
+
:type execution_context: typing.Union[str, int]
|
|
322
322
|
:type undo: bool
|
|
323
323
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
324
324
|
:type enter_editmode: typing.Union[bool, typing.Any]
|
|
@@ -345,13 +345,13 @@ def camera_add(
|
|
|
345
345
|
|
|
346
346
|
def clear_override_library(
|
|
347
347
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
348
|
-
execution_context: str = None,
|
|
348
|
+
execution_context: typing.Union[str, int] = None,
|
|
349
349
|
undo: bool = None,
|
|
350
350
|
):
|
|
351
351
|
"""Delete the selected local overrides and relink their usages to the linked data-blocks if possible, else reset them and mark them as non editable
|
|
352
352
|
|
|
353
353
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
354
|
-
:type execution_context: str
|
|
354
|
+
:type execution_context: typing.Union[str, int]
|
|
355
355
|
:type undo: bool
|
|
356
356
|
"""
|
|
357
357
|
|
|
@@ -359,13 +359,13 @@ def clear_override_library(
|
|
|
359
359
|
|
|
360
360
|
def collection_add(
|
|
361
361
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
362
|
-
execution_context: str = None,
|
|
362
|
+
execution_context: typing.Union[str, int] = None,
|
|
363
363
|
undo: bool = None,
|
|
364
364
|
):
|
|
365
365
|
"""Add an object to a new collection
|
|
366
366
|
|
|
367
367
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
368
|
-
:type execution_context: str
|
|
368
|
+
:type execution_context: typing.Union[str, int]
|
|
369
369
|
:type undo: bool
|
|
370
370
|
"""
|
|
371
371
|
|
|
@@ -373,7 +373,7 @@ def collection_add(
|
|
|
373
373
|
|
|
374
374
|
def collection_external_asset_drop(
|
|
375
375
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
376
|
-
execution_context: str = None,
|
|
376
|
+
execution_context: typing.Union[str, int] = None,
|
|
377
377
|
undo: bool = None,
|
|
378
378
|
session_uid: typing.Any = 0,
|
|
379
379
|
align: typing.Any = "WORLD",
|
|
@@ -388,7 +388,7 @@ def collection_external_asset_drop(
|
|
|
388
388
|
"""Add the dragged collection to the scene
|
|
389
389
|
|
|
390
390
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
391
|
-
:type execution_context: str
|
|
391
|
+
:type execution_context: typing.Union[str, int]
|
|
392
392
|
:type undo: bool
|
|
393
393
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
394
394
|
:type session_uid: typing.Any
|
|
@@ -423,7 +423,7 @@ def collection_external_asset_drop(
|
|
|
423
423
|
|
|
424
424
|
def collection_instance_add(
|
|
425
425
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
426
|
-
execution_context: str = None,
|
|
426
|
+
execution_context: typing.Union[str, int] = None,
|
|
427
427
|
undo: bool = None,
|
|
428
428
|
name: typing.Union[str, typing.Any] = "Collection",
|
|
429
429
|
collection: typing.Union[str, int, typing.Any] = "",
|
|
@@ -438,7 +438,7 @@ def collection_instance_add(
|
|
|
438
438
|
"""Add a collection instance
|
|
439
439
|
|
|
440
440
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
441
|
-
:type execution_context: str
|
|
441
|
+
:type execution_context: typing.Union[str, int]
|
|
442
442
|
:type undo: bool
|
|
443
443
|
:param name: Name, Collection name to add
|
|
444
444
|
:type name: typing.Union[str, typing.Any]
|
|
@@ -473,14 +473,14 @@ def collection_instance_add(
|
|
|
473
473
|
|
|
474
474
|
def collection_link(
|
|
475
475
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
476
|
-
execution_context: str = None,
|
|
476
|
+
execution_context: typing.Union[str, int] = None,
|
|
477
477
|
undo: bool = None,
|
|
478
478
|
collection: typing.Union[str, int, typing.Any] = "",
|
|
479
479
|
):
|
|
480
480
|
"""Add an object to an existing collection
|
|
481
481
|
|
|
482
482
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
483
|
-
:type execution_context: str
|
|
483
|
+
:type execution_context: typing.Union[str, int]
|
|
484
484
|
:type undo: bool
|
|
485
485
|
:param collection: Collection
|
|
486
486
|
:type collection: typing.Union[str, int, typing.Any]
|
|
@@ -490,13 +490,13 @@ def collection_link(
|
|
|
490
490
|
|
|
491
491
|
def collection_objects_select(
|
|
492
492
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
493
|
-
execution_context: str = None,
|
|
493
|
+
execution_context: typing.Union[str, int] = None,
|
|
494
494
|
undo: bool = None,
|
|
495
495
|
):
|
|
496
496
|
"""Select all objects in collection
|
|
497
497
|
|
|
498
498
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
499
|
-
:type execution_context: str
|
|
499
|
+
:type execution_context: typing.Union[str, int]
|
|
500
500
|
:type undo: bool
|
|
501
501
|
"""
|
|
502
502
|
|
|
@@ -504,13 +504,13 @@ def collection_objects_select(
|
|
|
504
504
|
|
|
505
505
|
def collection_remove(
|
|
506
506
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
507
|
-
execution_context: str = None,
|
|
507
|
+
execution_context: typing.Union[str, int] = None,
|
|
508
508
|
undo: bool = None,
|
|
509
509
|
):
|
|
510
510
|
"""Remove the active object from this collection
|
|
511
511
|
|
|
512
512
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
513
|
-
:type execution_context: str
|
|
513
|
+
:type execution_context: typing.Union[str, int]
|
|
514
514
|
:type undo: bool
|
|
515
515
|
"""
|
|
516
516
|
|
|
@@ -518,13 +518,13 @@ def collection_remove(
|
|
|
518
518
|
|
|
519
519
|
def collection_unlink(
|
|
520
520
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
521
|
-
execution_context: str = None,
|
|
521
|
+
execution_context: typing.Union[str, int] = None,
|
|
522
522
|
undo: bool = None,
|
|
523
523
|
):
|
|
524
524
|
"""Unlink the collection from all objects
|
|
525
525
|
|
|
526
526
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
527
|
-
:type execution_context: str
|
|
527
|
+
:type execution_context: typing.Union[str, int]
|
|
528
528
|
:type undo: bool
|
|
529
529
|
"""
|
|
530
530
|
|
|
@@ -532,14 +532,14 @@ def collection_unlink(
|
|
|
532
532
|
|
|
533
533
|
def constraint_add(
|
|
534
534
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
535
|
-
execution_context: str = None,
|
|
535
|
+
execution_context: typing.Union[str, int] = None,
|
|
536
536
|
undo: bool = None,
|
|
537
537
|
type: typing.Union[str, int, typing.Any] = "",
|
|
538
538
|
):
|
|
539
539
|
"""Add a constraint to the active object
|
|
540
540
|
|
|
541
541
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
542
|
-
:type execution_context: str
|
|
542
|
+
:type execution_context: typing.Union[str, int]
|
|
543
543
|
:type undo: bool
|
|
544
544
|
:param type: Type
|
|
545
545
|
:type type: typing.Union[str, int, typing.Any]
|
|
@@ -549,14 +549,14 @@ def constraint_add(
|
|
|
549
549
|
|
|
550
550
|
def constraint_add_with_targets(
|
|
551
551
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
552
|
-
execution_context: str = None,
|
|
552
|
+
execution_context: typing.Union[str, int] = None,
|
|
553
553
|
undo: bool = None,
|
|
554
554
|
type: typing.Union[str, int, typing.Any] = "",
|
|
555
555
|
):
|
|
556
556
|
"""Add a constraint to the active object, with target (where applicable) set to the selected objects/bones
|
|
557
557
|
|
|
558
558
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
559
|
-
:type execution_context: str
|
|
559
|
+
:type execution_context: typing.Union[str, int]
|
|
560
560
|
:type undo: bool
|
|
561
561
|
:param type: Type
|
|
562
562
|
:type type: typing.Union[str, int, typing.Any]
|
|
@@ -566,13 +566,13 @@ def constraint_add_with_targets(
|
|
|
566
566
|
|
|
567
567
|
def constraints_clear(
|
|
568
568
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
569
|
-
execution_context: str = None,
|
|
569
|
+
execution_context: typing.Union[str, int] = None,
|
|
570
570
|
undo: bool = None,
|
|
571
571
|
):
|
|
572
572
|
"""Clear all constraints from the selected objects
|
|
573
573
|
|
|
574
574
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
575
|
-
:type execution_context: str
|
|
575
|
+
:type execution_context: typing.Union[str, int]
|
|
576
576
|
:type undo: bool
|
|
577
577
|
"""
|
|
578
578
|
|
|
@@ -580,13 +580,13 @@ def constraints_clear(
|
|
|
580
580
|
|
|
581
581
|
def constraints_copy(
|
|
582
582
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
583
|
-
execution_context: str = None,
|
|
583
|
+
execution_context: typing.Union[str, int] = None,
|
|
584
584
|
undo: bool = None,
|
|
585
585
|
):
|
|
586
586
|
"""Copy constraints to other selected objects
|
|
587
587
|
|
|
588
588
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
589
|
-
:type execution_context: str
|
|
589
|
+
:type execution_context: typing.Union[str, int]
|
|
590
590
|
:type undo: bool
|
|
591
591
|
"""
|
|
592
592
|
|
|
@@ -594,7 +594,7 @@ def constraints_copy(
|
|
|
594
594
|
|
|
595
595
|
def convert(
|
|
596
596
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
597
|
-
execution_context: str = None,
|
|
597
|
+
execution_context: typing.Union[str, int] = None,
|
|
598
598
|
undo: bool = None,
|
|
599
599
|
target: typing.Any = "MESH",
|
|
600
600
|
keep_original: typing.Union[bool, typing.Any] = False,
|
|
@@ -608,7 +608,7 @@ def convert(
|
|
|
608
608
|
"""Convert selected objects to another type
|
|
609
609
|
|
|
610
610
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
611
|
-
:type execution_context: str
|
|
611
|
+
:type execution_context: typing.Union[str, int]
|
|
612
612
|
:type undo: bool
|
|
613
613
|
:param target: Target, Type of object to convert to
|
|
614
614
|
|
|
@@ -650,14 +650,14 @@ def convert(
|
|
|
650
650
|
|
|
651
651
|
def correctivesmooth_bind(
|
|
652
652
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
653
|
-
execution_context: str = None,
|
|
653
|
+
execution_context: typing.Union[str, int] = None,
|
|
654
654
|
undo: bool = None,
|
|
655
655
|
modifier: typing.Union[str, typing.Any] = "",
|
|
656
656
|
):
|
|
657
657
|
"""Bind base pose in Corrective Smooth modifier
|
|
658
658
|
|
|
659
659
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
660
|
-
:type execution_context: str
|
|
660
|
+
:type execution_context: typing.Union[str, int]
|
|
661
661
|
:type undo: bool
|
|
662
662
|
:param modifier: Modifier, Name of the modifier to edit
|
|
663
663
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -667,7 +667,7 @@ def correctivesmooth_bind(
|
|
|
667
667
|
|
|
668
668
|
def curves_empty_hair_add(
|
|
669
669
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
670
|
-
execution_context: str = None,
|
|
670
|
+
execution_context: typing.Union[str, int] = None,
|
|
671
671
|
undo: bool = None,
|
|
672
672
|
align: typing.Any = "WORLD",
|
|
673
673
|
location: typing.Any = (0.0, 0.0, 0.0),
|
|
@@ -677,7 +677,7 @@ def curves_empty_hair_add(
|
|
|
677
677
|
"""Add an empty curve object to the scene with the selected mesh as surface
|
|
678
678
|
|
|
679
679
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
680
|
-
:type execution_context: str
|
|
680
|
+
:type execution_context: typing.Union[str, int]
|
|
681
681
|
:type undo: bool
|
|
682
682
|
:param align: Align, The alignment of the new object
|
|
683
683
|
|
|
@@ -702,7 +702,7 @@ def curves_empty_hair_add(
|
|
|
702
702
|
|
|
703
703
|
def curves_random_add(
|
|
704
704
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
705
|
-
execution_context: str = None,
|
|
705
|
+
execution_context: typing.Union[str, int] = None,
|
|
706
706
|
undo: bool = None,
|
|
707
707
|
align: typing.Any = "WORLD",
|
|
708
708
|
location: typing.Any = (0.0, 0.0, 0.0),
|
|
@@ -712,7 +712,7 @@ def curves_random_add(
|
|
|
712
712
|
"""Add a curves object with random curves to the scene
|
|
713
713
|
|
|
714
714
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
715
|
-
:type execution_context: str
|
|
715
|
+
:type execution_context: typing.Union[str, int]
|
|
716
716
|
:type undo: bool
|
|
717
717
|
:param align: Align, The alignment of the new object
|
|
718
718
|
|
|
@@ -737,7 +737,7 @@ def curves_random_add(
|
|
|
737
737
|
|
|
738
738
|
def data_instance_add(
|
|
739
739
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
740
|
-
execution_context: str = None,
|
|
740
|
+
execution_context: typing.Union[str, int] = None,
|
|
741
741
|
undo: bool = None,
|
|
742
742
|
name: typing.Union[str, typing.Any] = "",
|
|
743
743
|
session_uid: typing.Any = 0,
|
|
@@ -752,7 +752,7 @@ def data_instance_add(
|
|
|
752
752
|
"""Add an object data instance
|
|
753
753
|
|
|
754
754
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
755
|
-
:type execution_context: str
|
|
755
|
+
:type execution_context: typing.Union[str, int]
|
|
756
756
|
:type undo: bool
|
|
757
757
|
:param name: Name, Name of the data-block to use by the operator
|
|
758
758
|
:type name: typing.Union[str, typing.Any]
|
|
@@ -787,7 +787,7 @@ def data_instance_add(
|
|
|
787
787
|
|
|
788
788
|
def data_transfer(
|
|
789
789
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
790
|
-
execution_context: str = None,
|
|
790
|
+
execution_context: typing.Union[str, int] = None,
|
|
791
791
|
undo: bool = None,
|
|
792
792
|
use_reverse_transfer: typing.Union[bool, typing.Any] = False,
|
|
793
793
|
use_freeze: typing.Union[bool, typing.Any] = False,
|
|
@@ -811,7 +811,7 @@ def data_transfer(
|
|
|
811
811
|
"""Transfer data layer(s) (weights, edge sharp, etc.) from active to selected meshes
|
|
812
812
|
|
|
813
813
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
814
|
-
:type execution_context: str
|
|
814
|
+
:type execution_context: typing.Union[str, int]
|
|
815
815
|
:type undo: bool
|
|
816
816
|
:param use_reverse_transfer: Reverse Transfer, Transfer from selected objects to active one
|
|
817
817
|
:type use_reverse_transfer: typing.Union[bool, typing.Any]
|
|
@@ -894,7 +894,7 @@ def data_transfer(
|
|
|
894
894
|
|
|
895
895
|
def datalayout_transfer(
|
|
896
896
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
897
|
-
execution_context: str = None,
|
|
897
|
+
execution_context: typing.Union[str, int] = None,
|
|
898
898
|
undo: bool = None,
|
|
899
899
|
modifier: typing.Union[str, typing.Any] = "",
|
|
900
900
|
data_type: typing.Any = "",
|
|
@@ -905,7 +905,7 @@ def datalayout_transfer(
|
|
|
905
905
|
"""Transfer layout of data layer(s) from active to selected meshes
|
|
906
906
|
|
|
907
907
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
908
|
-
:type execution_context: str
|
|
908
|
+
:type execution_context: typing.Union[str, int]
|
|
909
909
|
:type undo: bool
|
|
910
910
|
:param modifier: Modifier, Name of the modifier to edit
|
|
911
911
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -962,7 +962,7 @@ def datalayout_transfer(
|
|
|
962
962
|
|
|
963
963
|
def delete(
|
|
964
964
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
965
|
-
execution_context: str = None,
|
|
965
|
+
execution_context: typing.Union[str, int] = None,
|
|
966
966
|
undo: bool = None,
|
|
967
967
|
use_global: typing.Union[bool, typing.Any] = False,
|
|
968
968
|
confirm: typing.Union[bool, typing.Any] = True,
|
|
@@ -970,7 +970,7 @@ def delete(
|
|
|
970
970
|
"""Delete selected objects
|
|
971
971
|
|
|
972
972
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
973
|
-
:type execution_context: str
|
|
973
|
+
:type execution_context: typing.Union[str, int]
|
|
974
974
|
:type undo: bool
|
|
975
975
|
:param use_global: Delete Globally, Remove object from all scenes
|
|
976
976
|
:type use_global: typing.Union[bool, typing.Any]
|
|
@@ -982,7 +982,7 @@ def delete(
|
|
|
982
982
|
|
|
983
983
|
def drop_geometry_nodes(
|
|
984
984
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
985
|
-
execution_context: str = None,
|
|
985
|
+
execution_context: typing.Union[str, int] = None,
|
|
986
986
|
undo: bool = None,
|
|
987
987
|
session_uid: typing.Any = 0,
|
|
988
988
|
show_datablock_in_modifier: typing.Union[bool, typing.Any] = True,
|
|
@@ -990,7 +990,7 @@ def drop_geometry_nodes(
|
|
|
990
990
|
"""Undocumented, consider contributing.
|
|
991
991
|
|
|
992
992
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
993
|
-
:type execution_context: str
|
|
993
|
+
:type execution_context: typing.Union[str, int]
|
|
994
994
|
:type undo: bool
|
|
995
995
|
:param session_uid: Session UID, Session UID of the geometry node group being dropped
|
|
996
996
|
:type session_uid: typing.Any
|
|
@@ -1002,7 +1002,7 @@ def drop_geometry_nodes(
|
|
|
1002
1002
|
|
|
1003
1003
|
def drop_named_material(
|
|
1004
1004
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1005
|
-
execution_context: str = None,
|
|
1005
|
+
execution_context: typing.Union[str, int] = None,
|
|
1006
1006
|
undo: bool = None,
|
|
1007
1007
|
name: typing.Union[str, typing.Any] = "",
|
|
1008
1008
|
session_uid: typing.Any = 0,
|
|
@@ -1010,7 +1010,7 @@ def drop_named_material(
|
|
|
1010
1010
|
"""Undocumented, consider contributing.
|
|
1011
1011
|
|
|
1012
1012
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1013
|
-
:type execution_context: str
|
|
1013
|
+
:type execution_context: typing.Union[str, int]
|
|
1014
1014
|
:type undo: bool
|
|
1015
1015
|
:param name: Name, Name of the data-block to use by the operator
|
|
1016
1016
|
:type name: typing.Union[str, typing.Any]
|
|
@@ -1022,7 +1022,7 @@ def drop_named_material(
|
|
|
1022
1022
|
|
|
1023
1023
|
def duplicate(
|
|
1024
1024
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1025
|
-
execution_context: str = None,
|
|
1025
|
+
execution_context: typing.Union[str, int] = None,
|
|
1026
1026
|
undo: bool = None,
|
|
1027
1027
|
linked: typing.Union[bool, typing.Any] = False,
|
|
1028
1028
|
mode: typing.Union[str, int] = "TRANSLATION",
|
|
@@ -1030,7 +1030,7 @@ def duplicate(
|
|
|
1030
1030
|
"""Duplicate selected objects
|
|
1031
1031
|
|
|
1032
1032
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1033
|
-
:type execution_context: str
|
|
1033
|
+
:type execution_context: typing.Union[str, int]
|
|
1034
1034
|
:type undo: bool
|
|
1035
1035
|
:param linked: Linked, Duplicate object but not object data, linking to the original data
|
|
1036
1036
|
:type linked: typing.Union[bool, typing.Any]
|
|
@@ -1042,7 +1042,7 @@ def duplicate(
|
|
|
1042
1042
|
|
|
1043
1043
|
def duplicate_move(
|
|
1044
1044
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1045
|
-
execution_context: str = None,
|
|
1045
|
+
execution_context: typing.Union[str, int] = None,
|
|
1046
1046
|
undo: bool = None,
|
|
1047
1047
|
OBJECT_OT_duplicate: typing.Any = None,
|
|
1048
1048
|
TRANSFORM_OT_translate: typing.Any = None,
|
|
@@ -1050,7 +1050,7 @@ def duplicate_move(
|
|
|
1050
1050
|
"""Duplicate the selected objects and move them
|
|
1051
1051
|
|
|
1052
1052
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1053
|
-
:type execution_context: str
|
|
1053
|
+
:type execution_context: typing.Union[str, int]
|
|
1054
1054
|
:type undo: bool
|
|
1055
1055
|
:param OBJECT_OT_duplicate: Duplicate Objects, Duplicate selected objects
|
|
1056
1056
|
:type OBJECT_OT_duplicate: typing.Any
|
|
@@ -1062,7 +1062,7 @@ def duplicate_move(
|
|
|
1062
1062
|
|
|
1063
1063
|
def duplicate_move_linked(
|
|
1064
1064
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1065
|
-
execution_context: str = None,
|
|
1065
|
+
execution_context: typing.Union[str, int] = None,
|
|
1066
1066
|
undo: bool = None,
|
|
1067
1067
|
OBJECT_OT_duplicate: typing.Any = None,
|
|
1068
1068
|
TRANSFORM_OT_translate: typing.Any = None,
|
|
@@ -1070,7 +1070,7 @@ def duplicate_move_linked(
|
|
|
1070
1070
|
"""Duplicate the selected objects, but not their object data, and move them
|
|
1071
1071
|
|
|
1072
1072
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1073
|
-
:type execution_context: str
|
|
1073
|
+
:type execution_context: typing.Union[str, int]
|
|
1074
1074
|
:type undo: bool
|
|
1075
1075
|
:param OBJECT_OT_duplicate: Duplicate Objects, Duplicate selected objects
|
|
1076
1076
|
:type OBJECT_OT_duplicate: typing.Any
|
|
@@ -1082,7 +1082,7 @@ def duplicate_move_linked(
|
|
|
1082
1082
|
|
|
1083
1083
|
def duplicates_make_real(
|
|
1084
1084
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1085
|
-
execution_context: str = None,
|
|
1085
|
+
execution_context: typing.Union[str, int] = None,
|
|
1086
1086
|
undo: bool = None,
|
|
1087
1087
|
use_base_parent: typing.Union[bool, typing.Any] = False,
|
|
1088
1088
|
use_hierarchy: typing.Union[bool, typing.Any] = False,
|
|
@@ -1090,7 +1090,7 @@ def duplicates_make_real(
|
|
|
1090
1090
|
"""Make instanced objects attached to this object real
|
|
1091
1091
|
|
|
1092
1092
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1093
|
-
:type execution_context: str
|
|
1093
|
+
:type execution_context: typing.Union[str, int]
|
|
1094
1094
|
:type undo: bool
|
|
1095
1095
|
:param use_base_parent: Parent, Parent newly created objects to the original instancer
|
|
1096
1096
|
:type use_base_parent: typing.Union[bool, typing.Any]
|
|
@@ -1102,13 +1102,13 @@ def duplicates_make_real(
|
|
|
1102
1102
|
|
|
1103
1103
|
def editmode_toggle(
|
|
1104
1104
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1105
|
-
execution_context: str = None,
|
|
1105
|
+
execution_context: typing.Union[str, int] = None,
|
|
1106
1106
|
undo: bool = None,
|
|
1107
1107
|
):
|
|
1108
1108
|
"""Toggle object's edit mode
|
|
1109
1109
|
|
|
1110
1110
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1111
|
-
:type execution_context: str
|
|
1111
|
+
:type execution_context: typing.Union[str, int]
|
|
1112
1112
|
:type undo: bool
|
|
1113
1113
|
"""
|
|
1114
1114
|
|
|
@@ -1116,7 +1116,7 @@ def editmode_toggle(
|
|
|
1116
1116
|
|
|
1117
1117
|
def effector_add(
|
|
1118
1118
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1119
|
-
execution_context: str = None,
|
|
1119
|
+
execution_context: typing.Union[str, int] = None,
|
|
1120
1120
|
undo: bool = None,
|
|
1121
1121
|
type: typing.Any = "FORCE",
|
|
1122
1122
|
radius: typing.Any = 1.0,
|
|
@@ -1129,7 +1129,7 @@ def effector_add(
|
|
|
1129
1129
|
"""Add an empty object with a physics effector to the scene
|
|
1130
1130
|
|
|
1131
1131
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1132
|
-
:type execution_context: str
|
|
1132
|
+
:type execution_context: typing.Union[str, int]
|
|
1133
1133
|
:type undo: bool
|
|
1134
1134
|
:param type: Type
|
|
1135
1135
|
:type type: typing.Any
|
|
@@ -1160,7 +1160,7 @@ def effector_add(
|
|
|
1160
1160
|
|
|
1161
1161
|
def empty_add(
|
|
1162
1162
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1163
|
-
execution_context: str = None,
|
|
1163
|
+
execution_context: typing.Union[str, int] = None,
|
|
1164
1164
|
undo: bool = None,
|
|
1165
1165
|
type: typing.Union[str, int] = "PLAIN_AXES",
|
|
1166
1166
|
radius: typing.Any = 1.0,
|
|
@@ -1172,7 +1172,7 @@ def empty_add(
|
|
|
1172
1172
|
"""Add an empty object to the scene
|
|
1173
1173
|
|
|
1174
1174
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1175
|
-
:type execution_context: str
|
|
1175
|
+
:type execution_context: typing.Union[str, int]
|
|
1176
1176
|
:type undo: bool
|
|
1177
1177
|
:param type: Type
|
|
1178
1178
|
:type type: typing.Union[str, int]
|
|
@@ -1201,7 +1201,7 @@ def empty_add(
|
|
|
1201
1201
|
|
|
1202
1202
|
def empty_image_add(
|
|
1203
1203
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1204
|
-
execution_context: str = None,
|
|
1204
|
+
execution_context: typing.Union[str, int] = None,
|
|
1205
1205
|
undo: bool = None,
|
|
1206
1206
|
filepath: typing.Union[str, typing.Any] = "",
|
|
1207
1207
|
hide_props_region: typing.Union[bool, typing.Any] = True,
|
|
@@ -1240,7 +1240,7 @@ def empty_image_add(
|
|
|
1240
1240
|
"""Add an empty image type to scene with data
|
|
1241
1241
|
|
|
1242
1242
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1243
|
-
:type execution_context: str
|
|
1243
|
+
:type execution_context: typing.Union[str, int]
|
|
1244
1244
|
:type undo: bool
|
|
1245
1245
|
:param filepath: File Path, Path to file
|
|
1246
1246
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -1350,14 +1350,14 @@ def empty_image_add(
|
|
|
1350
1350
|
|
|
1351
1351
|
def explode_refresh(
|
|
1352
1352
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1353
|
-
execution_context: str = None,
|
|
1353
|
+
execution_context: typing.Union[str, int] = None,
|
|
1354
1354
|
undo: bool = None,
|
|
1355
1355
|
modifier: typing.Union[str, typing.Any] = "",
|
|
1356
1356
|
):
|
|
1357
1357
|
"""Refresh data in the Explode modifier
|
|
1358
1358
|
|
|
1359
1359
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1360
|
-
:type execution_context: str
|
|
1360
|
+
:type execution_context: typing.Union[str, int]
|
|
1361
1361
|
:type undo: bool
|
|
1362
1362
|
:param modifier: Modifier, Name of the modifier to edit
|
|
1363
1363
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -1367,13 +1367,13 @@ def explode_refresh(
|
|
|
1367
1367
|
|
|
1368
1368
|
def forcefield_toggle(
|
|
1369
1369
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1370
|
-
execution_context: str = None,
|
|
1370
|
+
execution_context: typing.Union[str, int] = None,
|
|
1371
1371
|
undo: bool = None,
|
|
1372
1372
|
):
|
|
1373
1373
|
"""Toggle object's force field
|
|
1374
1374
|
|
|
1375
1375
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1376
|
-
:type execution_context: str
|
|
1376
|
+
:type execution_context: typing.Union[str, int]
|
|
1377
1377
|
:type undo: bool
|
|
1378
1378
|
"""
|
|
1379
1379
|
|
|
@@ -1381,7 +1381,7 @@ def forcefield_toggle(
|
|
|
1381
1381
|
|
|
1382
1382
|
def geometry_node_bake_delete_single(
|
|
1383
1383
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1384
|
-
execution_context: str = None,
|
|
1384
|
+
execution_context: typing.Union[str, int] = None,
|
|
1385
1385
|
undo: bool = None,
|
|
1386
1386
|
session_uid: typing.Any = 0,
|
|
1387
1387
|
modifier_name: typing.Union[str, typing.Any] = "",
|
|
@@ -1390,7 +1390,7 @@ def geometry_node_bake_delete_single(
|
|
|
1390
1390
|
"""Delete baked data of a single bake node or simulation
|
|
1391
1391
|
|
|
1392
1392
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1393
|
-
:type execution_context: str
|
|
1393
|
+
:type execution_context: typing.Union[str, int]
|
|
1394
1394
|
:type undo: bool
|
|
1395
1395
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
1396
1396
|
:type session_uid: typing.Any
|
|
@@ -1404,7 +1404,7 @@ def geometry_node_bake_delete_single(
|
|
|
1404
1404
|
|
|
1405
1405
|
def geometry_node_bake_single(
|
|
1406
1406
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1407
|
-
execution_context: str = None,
|
|
1407
|
+
execution_context: typing.Union[str, int] = None,
|
|
1408
1408
|
undo: bool = None,
|
|
1409
1409
|
session_uid: typing.Any = 0,
|
|
1410
1410
|
modifier_name: typing.Union[str, typing.Any] = "",
|
|
@@ -1413,7 +1413,7 @@ def geometry_node_bake_single(
|
|
|
1413
1413
|
"""Bake a single bake node or simulation
|
|
1414
1414
|
|
|
1415
1415
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1416
|
-
:type execution_context: str
|
|
1416
|
+
:type execution_context: typing.Union[str, int]
|
|
1417
1417
|
:type undo: bool
|
|
1418
1418
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
1419
1419
|
:type session_uid: typing.Any
|
|
@@ -1427,13 +1427,13 @@ def geometry_node_bake_single(
|
|
|
1427
1427
|
|
|
1428
1428
|
def geometry_node_tree_copy_assign(
|
|
1429
1429
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1430
|
-
execution_context: str = None,
|
|
1430
|
+
execution_context: typing.Union[str, int] = None,
|
|
1431
1431
|
undo: bool = None,
|
|
1432
1432
|
):
|
|
1433
1433
|
"""Copy the active geometry node group and assign it to the active modifier
|
|
1434
1434
|
|
|
1435
1435
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1436
|
-
:type execution_context: str
|
|
1436
|
+
:type execution_context: typing.Union[str, int]
|
|
1437
1437
|
:type undo: bool
|
|
1438
1438
|
"""
|
|
1439
1439
|
|
|
@@ -1441,7 +1441,7 @@ def geometry_node_tree_copy_assign(
|
|
|
1441
1441
|
|
|
1442
1442
|
def geometry_nodes_input_attribute_toggle(
|
|
1443
1443
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1444
|
-
execution_context: str = None,
|
|
1444
|
+
execution_context: typing.Union[str, int] = None,
|
|
1445
1445
|
undo: bool = None,
|
|
1446
1446
|
input_name: typing.Union[str, typing.Any] = "",
|
|
1447
1447
|
modifier_name: typing.Union[str, typing.Any] = "",
|
|
@@ -1449,7 +1449,7 @@ def geometry_nodes_input_attribute_toggle(
|
|
|
1449
1449
|
"""Switch between an attribute and a single value to define the data for every element
|
|
1450
1450
|
|
|
1451
1451
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1452
|
-
:type execution_context: str
|
|
1452
|
+
:type execution_context: typing.Union[str, int]
|
|
1453
1453
|
:type undo: bool
|
|
1454
1454
|
:param input_name: Input Name
|
|
1455
1455
|
:type input_name: typing.Union[str, typing.Any]
|
|
@@ -1461,21 +1461,24 @@ def geometry_nodes_input_attribute_toggle(
|
|
|
1461
1461
|
|
|
1462
1462
|
def geometry_nodes_move_to_nodes(
|
|
1463
1463
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1464
|
-
execution_context: str = None,
|
|
1464
|
+
execution_context: typing.Union[str, int] = None,
|
|
1465
1465
|
undo: bool = None,
|
|
1466
|
+
use_selected_objects: typing.Union[bool, typing.Any] = False,
|
|
1466
1467
|
):
|
|
1467
1468
|
"""Move inputs and outputs from in the modifier to a new node group
|
|
1468
1469
|
|
|
1469
1470
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1470
|
-
:type execution_context: str
|
|
1471
|
+
:type execution_context: typing.Union[str, int]
|
|
1471
1472
|
:type undo: bool
|
|
1473
|
+
:param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
|
|
1474
|
+
:type use_selected_objects: typing.Union[bool, typing.Any]
|
|
1472
1475
|
"""
|
|
1473
1476
|
|
|
1474
1477
|
...
|
|
1475
1478
|
|
|
1476
1479
|
def gpencil_add(
|
|
1477
1480
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1478
|
-
execution_context: str = None,
|
|
1481
|
+
execution_context: typing.Union[str, int] = None,
|
|
1479
1482
|
undo: bool = None,
|
|
1480
1483
|
radius: typing.Any = 1.0,
|
|
1481
1484
|
align: typing.Any = "WORLD",
|
|
@@ -1491,7 +1494,7 @@ def gpencil_add(
|
|
|
1491
1494
|
"""Add a Grease Pencil object to the scene
|
|
1492
1495
|
|
|
1493
1496
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1494
|
-
:type execution_context: str
|
|
1497
|
+
:type execution_context: typing.Union[str, int]
|
|
1495
1498
|
:type undo: bool
|
|
1496
1499
|
:param radius: Radius
|
|
1497
1500
|
:type radius: typing.Any
|
|
@@ -1534,14 +1537,14 @@ def gpencil_add(
|
|
|
1534
1537
|
|
|
1535
1538
|
def gpencil_modifier_add(
|
|
1536
1539
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1537
|
-
execution_context: str = None,
|
|
1540
|
+
execution_context: typing.Union[str, int] = None,
|
|
1538
1541
|
undo: bool = None,
|
|
1539
1542
|
type: typing.Union[str, int] = "GP_THICK",
|
|
1540
1543
|
):
|
|
1541
1544
|
"""Add a procedural operation/effect to the active grease pencil object
|
|
1542
1545
|
|
|
1543
1546
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1544
|
-
:type execution_context: str
|
|
1547
|
+
:type execution_context: typing.Union[str, int]
|
|
1545
1548
|
:type undo: bool
|
|
1546
1549
|
:param type: Type
|
|
1547
1550
|
:type type: typing.Union[str, int]
|
|
@@ -1551,7 +1554,7 @@ def gpencil_modifier_add(
|
|
|
1551
1554
|
|
|
1552
1555
|
def gpencil_modifier_apply(
|
|
1553
1556
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1554
|
-
execution_context: str = None,
|
|
1557
|
+
execution_context: typing.Union[str, int] = None,
|
|
1555
1558
|
undo: bool = None,
|
|
1556
1559
|
apply_as: typing.Any = "DATA",
|
|
1557
1560
|
modifier: typing.Union[str, typing.Any] = "",
|
|
@@ -1560,7 +1563,7 @@ def gpencil_modifier_apply(
|
|
|
1560
1563
|
"""Apply modifier and remove from the stack
|
|
1561
1564
|
|
|
1562
1565
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1563
|
-
:type execution_context: str
|
|
1566
|
+
:type execution_context: typing.Union[str, int]
|
|
1564
1567
|
:type undo: bool
|
|
1565
1568
|
:param apply_as: Apply As, How to apply the modifier to the geometry
|
|
1566
1569
|
|
|
@@ -1580,14 +1583,14 @@ def gpencil_modifier_apply(
|
|
|
1580
1583
|
|
|
1581
1584
|
def gpencil_modifier_copy(
|
|
1582
1585
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1583
|
-
execution_context: str = None,
|
|
1586
|
+
execution_context: typing.Union[str, int] = None,
|
|
1584
1587
|
undo: bool = None,
|
|
1585
1588
|
modifier: typing.Union[str, typing.Any] = "",
|
|
1586
1589
|
):
|
|
1587
1590
|
"""Duplicate modifier at the same position in the stack
|
|
1588
1591
|
|
|
1589
1592
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1590
|
-
:type execution_context: str
|
|
1593
|
+
:type execution_context: typing.Union[str, int]
|
|
1591
1594
|
:type undo: bool
|
|
1592
1595
|
:param modifier: Modifier, Name of the modifier to edit
|
|
1593
1596
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -1597,14 +1600,14 @@ def gpencil_modifier_copy(
|
|
|
1597
1600
|
|
|
1598
1601
|
def gpencil_modifier_copy_to_selected(
|
|
1599
1602
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1600
|
-
execution_context: str = None,
|
|
1603
|
+
execution_context: typing.Union[str, int] = None,
|
|
1601
1604
|
undo: bool = None,
|
|
1602
1605
|
modifier: typing.Union[str, typing.Any] = "",
|
|
1603
1606
|
):
|
|
1604
1607
|
"""Copy the modifier from the active object to all selected objects
|
|
1605
1608
|
|
|
1606
1609
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1607
|
-
:type execution_context: str
|
|
1610
|
+
:type execution_context: typing.Union[str, int]
|
|
1608
1611
|
:type undo: bool
|
|
1609
1612
|
:param modifier: Modifier, Name of the modifier to edit
|
|
1610
1613
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -1614,14 +1617,14 @@ def gpencil_modifier_copy_to_selected(
|
|
|
1614
1617
|
|
|
1615
1618
|
def gpencil_modifier_move_down(
|
|
1616
1619
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1617
|
-
execution_context: str = None,
|
|
1620
|
+
execution_context: typing.Union[str, int] = None,
|
|
1618
1621
|
undo: bool = None,
|
|
1619
1622
|
modifier: typing.Union[str, typing.Any] = "",
|
|
1620
1623
|
):
|
|
1621
1624
|
"""Move modifier down in the stack
|
|
1622
1625
|
|
|
1623
1626
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1624
|
-
:type execution_context: str
|
|
1627
|
+
:type execution_context: typing.Union[str, int]
|
|
1625
1628
|
:type undo: bool
|
|
1626
1629
|
:param modifier: Modifier, Name of the modifier to edit
|
|
1627
1630
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -1631,7 +1634,7 @@ def gpencil_modifier_move_down(
|
|
|
1631
1634
|
|
|
1632
1635
|
def gpencil_modifier_move_to_index(
|
|
1633
1636
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1634
|
-
execution_context: str = None,
|
|
1637
|
+
execution_context: typing.Union[str, int] = None,
|
|
1635
1638
|
undo: bool = None,
|
|
1636
1639
|
modifier: typing.Union[str, typing.Any] = "",
|
|
1637
1640
|
index: typing.Any = 0,
|
|
@@ -1639,7 +1642,7 @@ def gpencil_modifier_move_to_index(
|
|
|
1639
1642
|
"""Change the modifier's position in the list so it evaluates after the set number of others
|
|
1640
1643
|
|
|
1641
1644
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1642
|
-
:type execution_context: str
|
|
1645
|
+
:type execution_context: typing.Union[str, int]
|
|
1643
1646
|
:type undo: bool
|
|
1644
1647
|
:param modifier: Modifier, Name of the modifier to edit
|
|
1645
1648
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -1651,14 +1654,14 @@ def gpencil_modifier_move_to_index(
|
|
|
1651
1654
|
|
|
1652
1655
|
def gpencil_modifier_move_up(
|
|
1653
1656
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1654
|
-
execution_context: str = None,
|
|
1657
|
+
execution_context: typing.Union[str, int] = None,
|
|
1655
1658
|
undo: bool = None,
|
|
1656
1659
|
modifier: typing.Union[str, typing.Any] = "",
|
|
1657
1660
|
):
|
|
1658
1661
|
"""Move modifier up in the stack
|
|
1659
1662
|
|
|
1660
1663
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1661
|
-
:type execution_context: str
|
|
1664
|
+
:type execution_context: typing.Union[str, int]
|
|
1662
1665
|
:type undo: bool
|
|
1663
1666
|
:param modifier: Modifier, Name of the modifier to edit
|
|
1664
1667
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -1668,7 +1671,7 @@ def gpencil_modifier_move_up(
|
|
|
1668
1671
|
|
|
1669
1672
|
def gpencil_modifier_remove(
|
|
1670
1673
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1671
|
-
execution_context: str = None,
|
|
1674
|
+
execution_context: typing.Union[str, int] = None,
|
|
1672
1675
|
undo: bool = None,
|
|
1673
1676
|
modifier: typing.Union[str, typing.Any] = "",
|
|
1674
1677
|
report: typing.Union[bool, typing.Any] = False,
|
|
@@ -1676,7 +1679,7 @@ def gpencil_modifier_remove(
|
|
|
1676
1679
|
"""Remove a modifier from the active grease pencil object
|
|
1677
1680
|
|
|
1678
1681
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1679
|
-
:type execution_context: str
|
|
1682
|
+
:type execution_context: typing.Union[str, int]
|
|
1680
1683
|
:type undo: bool
|
|
1681
1684
|
:param modifier: Modifier, Name of the modifier to edit
|
|
1682
1685
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -1688,7 +1691,7 @@ def gpencil_modifier_remove(
|
|
|
1688
1691
|
|
|
1689
1692
|
def grease_pencil_add(
|
|
1690
1693
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1691
|
-
execution_context: str = None,
|
|
1694
|
+
execution_context: typing.Union[str, int] = None,
|
|
1692
1695
|
undo: bool = None,
|
|
1693
1696
|
type: typing.Union[str, int] = "EMPTY",
|
|
1694
1697
|
use_in_front: typing.Union[bool, typing.Any] = True,
|
|
@@ -1704,7 +1707,7 @@ def grease_pencil_add(
|
|
|
1704
1707
|
"""Add a Grease Pencil object to the scene
|
|
1705
1708
|
|
|
1706
1709
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1707
|
-
:type execution_context: str
|
|
1710
|
+
:type execution_context: typing.Union[str, int]
|
|
1708
1711
|
:type undo: bool
|
|
1709
1712
|
:param type: Type
|
|
1710
1713
|
:type type: typing.Union[str, int]
|
|
@@ -1747,14 +1750,14 @@ def grease_pencil_add(
|
|
|
1747
1750
|
|
|
1748
1751
|
def grease_pencil_dash_modifier_segment_add(
|
|
1749
1752
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1750
|
-
execution_context: str = None,
|
|
1753
|
+
execution_context: typing.Union[str, int] = None,
|
|
1751
1754
|
undo: bool = None,
|
|
1752
1755
|
modifier: typing.Union[str, typing.Any] = "",
|
|
1753
1756
|
):
|
|
1754
1757
|
"""Add a segment to the dash modifier
|
|
1755
1758
|
|
|
1756
1759
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1757
|
-
:type execution_context: str
|
|
1760
|
+
:type execution_context: typing.Union[str, int]
|
|
1758
1761
|
:type undo: bool
|
|
1759
1762
|
:param modifier: Modifier, Name of the modifier to edit
|
|
1760
1763
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -1764,7 +1767,7 @@ def grease_pencil_dash_modifier_segment_add(
|
|
|
1764
1767
|
|
|
1765
1768
|
def grease_pencil_dash_modifier_segment_move(
|
|
1766
1769
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1767
|
-
execution_context: str = None,
|
|
1770
|
+
execution_context: typing.Union[str, int] = None,
|
|
1768
1771
|
undo: bool = None,
|
|
1769
1772
|
modifier: typing.Union[str, typing.Any] = "",
|
|
1770
1773
|
type: typing.Any = "UP",
|
|
@@ -1772,7 +1775,7 @@ def grease_pencil_dash_modifier_segment_move(
|
|
|
1772
1775
|
"""Move the active dash segment up or down
|
|
1773
1776
|
|
|
1774
1777
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1775
|
-
:type execution_context: str
|
|
1778
|
+
:type execution_context: typing.Union[str, int]
|
|
1776
1779
|
:type undo: bool
|
|
1777
1780
|
:param modifier: Modifier, Name of the modifier to edit
|
|
1778
1781
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -1784,7 +1787,7 @@ def grease_pencil_dash_modifier_segment_move(
|
|
|
1784
1787
|
|
|
1785
1788
|
def grease_pencil_dash_modifier_segment_remove(
|
|
1786
1789
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1787
|
-
execution_context: str = None,
|
|
1790
|
+
execution_context: typing.Union[str, int] = None,
|
|
1788
1791
|
undo: bool = None,
|
|
1789
1792
|
modifier: typing.Union[str, typing.Any] = "",
|
|
1790
1793
|
index: typing.Any = 0,
|
|
@@ -1792,7 +1795,7 @@ def grease_pencil_dash_modifier_segment_remove(
|
|
|
1792
1795
|
"""Remove the active segment from the dash modifier
|
|
1793
1796
|
|
|
1794
1797
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1795
|
-
:type execution_context: str
|
|
1798
|
+
:type execution_context: typing.Union[str, int]
|
|
1796
1799
|
:type undo: bool
|
|
1797
1800
|
:param modifier: Modifier, Name of the modifier to edit
|
|
1798
1801
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -1804,14 +1807,14 @@ def grease_pencil_dash_modifier_segment_remove(
|
|
|
1804
1807
|
|
|
1805
1808
|
def grease_pencil_time_modifier_segment_add(
|
|
1806
1809
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1807
|
-
execution_context: str = None,
|
|
1810
|
+
execution_context: typing.Union[str, int] = None,
|
|
1808
1811
|
undo: bool = None,
|
|
1809
1812
|
modifier: typing.Union[str, typing.Any] = "",
|
|
1810
1813
|
):
|
|
1811
1814
|
"""Add a segment to the time modifier
|
|
1812
1815
|
|
|
1813
1816
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1814
|
-
:type execution_context: str
|
|
1817
|
+
:type execution_context: typing.Union[str, int]
|
|
1815
1818
|
:type undo: bool
|
|
1816
1819
|
:param modifier: Modifier, Name of the modifier to edit
|
|
1817
1820
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -1821,7 +1824,7 @@ def grease_pencil_time_modifier_segment_add(
|
|
|
1821
1824
|
|
|
1822
1825
|
def grease_pencil_time_modifier_segment_move(
|
|
1823
1826
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1824
|
-
execution_context: str = None,
|
|
1827
|
+
execution_context: typing.Union[str, int] = None,
|
|
1825
1828
|
undo: bool = None,
|
|
1826
1829
|
modifier: typing.Union[str, typing.Any] = "",
|
|
1827
1830
|
type: typing.Any = "UP",
|
|
@@ -1829,7 +1832,7 @@ def grease_pencil_time_modifier_segment_move(
|
|
|
1829
1832
|
"""Move the active time segment up or down
|
|
1830
1833
|
|
|
1831
1834
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1832
|
-
:type execution_context: str
|
|
1835
|
+
:type execution_context: typing.Union[str, int]
|
|
1833
1836
|
:type undo: bool
|
|
1834
1837
|
:param modifier: Modifier, Name of the modifier to edit
|
|
1835
1838
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -1841,7 +1844,7 @@ def grease_pencil_time_modifier_segment_move(
|
|
|
1841
1844
|
|
|
1842
1845
|
def grease_pencil_time_modifier_segment_remove(
|
|
1843
1846
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1844
|
-
execution_context: str = None,
|
|
1847
|
+
execution_context: typing.Union[str, int] = None,
|
|
1845
1848
|
undo: bool = None,
|
|
1846
1849
|
modifier: typing.Union[str, typing.Any] = "",
|
|
1847
1850
|
index: typing.Any = 0,
|
|
@@ -1849,7 +1852,7 @@ def grease_pencil_time_modifier_segment_remove(
|
|
|
1849
1852
|
"""Remove the active segment from the time modifier
|
|
1850
1853
|
|
|
1851
1854
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1852
|
-
:type execution_context: str
|
|
1855
|
+
:type execution_context: typing.Union[str, int]
|
|
1853
1856
|
:type undo: bool
|
|
1854
1857
|
:param modifier: Modifier, Name of the modifier to edit
|
|
1855
1858
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -1861,7 +1864,7 @@ def grease_pencil_time_modifier_segment_remove(
|
|
|
1861
1864
|
|
|
1862
1865
|
def hide_collection(
|
|
1863
1866
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1864
|
-
execution_context: str = None,
|
|
1867
|
+
execution_context: typing.Union[str, int] = None,
|
|
1865
1868
|
undo: bool = None,
|
|
1866
1869
|
collection_index: typing.Any = -1,
|
|
1867
1870
|
toggle: typing.Union[bool, typing.Any] = False,
|
|
@@ -1870,7 +1873,7 @@ def hide_collection(
|
|
|
1870
1873
|
"""Show only objects in collection (Shift to extend)
|
|
1871
1874
|
|
|
1872
1875
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1873
|
-
:type execution_context: str
|
|
1876
|
+
:type execution_context: typing.Union[str, int]
|
|
1874
1877
|
:type undo: bool
|
|
1875
1878
|
:param collection_index: Collection Index, Index of the collection to change visibility
|
|
1876
1879
|
:type collection_index: typing.Any
|
|
@@ -1884,13 +1887,13 @@ def hide_collection(
|
|
|
1884
1887
|
|
|
1885
1888
|
def hide_render_clear_all(
|
|
1886
1889
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1887
|
-
execution_context: str = None,
|
|
1890
|
+
execution_context: typing.Union[str, int] = None,
|
|
1888
1891
|
undo: bool = None,
|
|
1889
1892
|
):
|
|
1890
1893
|
"""Reveal all render objects by setting the hide render flag
|
|
1891
1894
|
|
|
1892
1895
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1893
|
-
:type execution_context: str
|
|
1896
|
+
:type execution_context: typing.Union[str, int]
|
|
1894
1897
|
:type undo: bool
|
|
1895
1898
|
"""
|
|
1896
1899
|
|
|
@@ -1898,14 +1901,14 @@ def hide_render_clear_all(
|
|
|
1898
1901
|
|
|
1899
1902
|
def hide_view_clear(
|
|
1900
1903
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1901
|
-
execution_context: str = None,
|
|
1904
|
+
execution_context: typing.Union[str, int] = None,
|
|
1902
1905
|
undo: bool = None,
|
|
1903
1906
|
select: typing.Union[bool, typing.Any] = True,
|
|
1904
1907
|
):
|
|
1905
1908
|
"""Reveal temporarily hidden objects
|
|
1906
1909
|
|
|
1907
1910
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1908
|
-
:type execution_context: str
|
|
1911
|
+
:type execution_context: typing.Union[str, int]
|
|
1909
1912
|
:type undo: bool
|
|
1910
1913
|
:param select: Select
|
|
1911
1914
|
:type select: typing.Union[bool, typing.Any]
|
|
@@ -1915,14 +1918,14 @@ def hide_view_clear(
|
|
|
1915
1918
|
|
|
1916
1919
|
def hide_view_set(
|
|
1917
1920
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1918
|
-
execution_context: str = None,
|
|
1921
|
+
execution_context: typing.Union[str, int] = None,
|
|
1919
1922
|
undo: bool = None,
|
|
1920
1923
|
unselected: typing.Union[bool, typing.Any] = False,
|
|
1921
1924
|
):
|
|
1922
1925
|
"""Temporarily hide objects from the viewport
|
|
1923
1926
|
|
|
1924
1927
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1925
|
-
:type execution_context: str
|
|
1928
|
+
:type execution_context: typing.Union[str, int]
|
|
1926
1929
|
:type undo: bool
|
|
1927
1930
|
:param unselected: Unselected, Hide unselected rather than selected objects
|
|
1928
1931
|
:type unselected: typing.Union[bool, typing.Any]
|
|
@@ -1932,13 +1935,13 @@ def hide_view_set(
|
|
|
1932
1935
|
|
|
1933
1936
|
def hook_add_newob(
|
|
1934
1937
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1935
|
-
execution_context: str = None,
|
|
1938
|
+
execution_context: typing.Union[str, int] = None,
|
|
1936
1939
|
undo: bool = None,
|
|
1937
1940
|
):
|
|
1938
1941
|
"""Hook selected vertices to a newly created object
|
|
1939
1942
|
|
|
1940
1943
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1941
|
-
:type execution_context: str
|
|
1944
|
+
:type execution_context: typing.Union[str, int]
|
|
1942
1945
|
:type undo: bool
|
|
1943
1946
|
"""
|
|
1944
1947
|
|
|
@@ -1946,14 +1949,14 @@ def hook_add_newob(
|
|
|
1946
1949
|
|
|
1947
1950
|
def hook_add_selob(
|
|
1948
1951
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1949
|
-
execution_context: str = None,
|
|
1952
|
+
execution_context: typing.Union[str, int] = None,
|
|
1950
1953
|
undo: bool = None,
|
|
1951
1954
|
use_bone: typing.Union[bool, typing.Any] = False,
|
|
1952
1955
|
):
|
|
1953
1956
|
"""Hook selected vertices to the first selected object
|
|
1954
1957
|
|
|
1955
1958
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1956
|
-
:type execution_context: str
|
|
1959
|
+
:type execution_context: typing.Union[str, int]
|
|
1957
1960
|
:type undo: bool
|
|
1958
1961
|
:param use_bone: Active Bone, Assign the hook to the hook object's active bone
|
|
1959
1962
|
:type use_bone: typing.Union[bool, typing.Any]
|
|
@@ -1963,14 +1966,14 @@ def hook_add_selob(
|
|
|
1963
1966
|
|
|
1964
1967
|
def hook_assign(
|
|
1965
1968
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1966
|
-
execution_context: str = None,
|
|
1969
|
+
execution_context: typing.Union[str, int] = None,
|
|
1967
1970
|
undo: bool = None,
|
|
1968
1971
|
modifier: typing.Union[str, int, typing.Any] = "",
|
|
1969
1972
|
):
|
|
1970
1973
|
"""Assign the selected vertices to a hook
|
|
1971
1974
|
|
|
1972
1975
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1973
|
-
:type execution_context: str
|
|
1976
|
+
:type execution_context: typing.Union[str, int]
|
|
1974
1977
|
:type undo: bool
|
|
1975
1978
|
:param modifier: Modifier, Modifier number to assign to
|
|
1976
1979
|
:type modifier: typing.Union[str, int, typing.Any]
|
|
@@ -1980,14 +1983,14 @@ def hook_assign(
|
|
|
1980
1983
|
|
|
1981
1984
|
def hook_recenter(
|
|
1982
1985
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1983
|
-
execution_context: str = None,
|
|
1986
|
+
execution_context: typing.Union[str, int] = None,
|
|
1984
1987
|
undo: bool = None,
|
|
1985
1988
|
modifier: typing.Union[str, int, typing.Any] = "",
|
|
1986
1989
|
):
|
|
1987
1990
|
"""Set hook center to cursor position
|
|
1988
1991
|
|
|
1989
1992
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1990
|
-
:type execution_context: str
|
|
1993
|
+
:type execution_context: typing.Union[str, int]
|
|
1991
1994
|
:type undo: bool
|
|
1992
1995
|
:param modifier: Modifier, Modifier number to assign to
|
|
1993
1996
|
:type modifier: typing.Union[str, int, typing.Any]
|
|
@@ -1997,14 +2000,14 @@ def hook_recenter(
|
|
|
1997
2000
|
|
|
1998
2001
|
def hook_remove(
|
|
1999
2002
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2000
|
-
execution_context: str = None,
|
|
2003
|
+
execution_context: typing.Union[str, int] = None,
|
|
2001
2004
|
undo: bool = None,
|
|
2002
2005
|
modifier: typing.Union[str, int, typing.Any] = "",
|
|
2003
2006
|
):
|
|
2004
2007
|
"""Remove a hook from the active object
|
|
2005
2008
|
|
|
2006
2009
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2007
|
-
:type execution_context: str
|
|
2010
|
+
:type execution_context: typing.Union[str, int]
|
|
2008
2011
|
:type undo: bool
|
|
2009
2012
|
:param modifier: Modifier, Modifier number to remove
|
|
2010
2013
|
:type modifier: typing.Union[str, int, typing.Any]
|
|
@@ -2014,14 +2017,14 @@ def hook_remove(
|
|
|
2014
2017
|
|
|
2015
2018
|
def hook_reset(
|
|
2016
2019
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2017
|
-
execution_context: str = None,
|
|
2020
|
+
execution_context: typing.Union[str, int] = None,
|
|
2018
2021
|
undo: bool = None,
|
|
2019
2022
|
modifier: typing.Union[str, int, typing.Any] = "",
|
|
2020
2023
|
):
|
|
2021
2024
|
"""Recalculate and clear offset transformation
|
|
2022
2025
|
|
|
2023
2026
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2024
|
-
:type execution_context: str
|
|
2027
|
+
:type execution_context: typing.Union[str, int]
|
|
2025
2028
|
:type undo: bool
|
|
2026
2029
|
:param modifier: Modifier, Modifier number to assign to
|
|
2027
2030
|
:type modifier: typing.Union[str, int, typing.Any]
|
|
@@ -2031,14 +2034,14 @@ def hook_reset(
|
|
|
2031
2034
|
|
|
2032
2035
|
def hook_select(
|
|
2033
2036
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2034
|
-
execution_context: str = None,
|
|
2037
|
+
execution_context: typing.Union[str, int] = None,
|
|
2035
2038
|
undo: bool = None,
|
|
2036
2039
|
modifier: typing.Union[str, int, typing.Any] = "",
|
|
2037
2040
|
):
|
|
2038
2041
|
"""Select affected vertices on mesh
|
|
2039
2042
|
|
|
2040
2043
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2041
|
-
:type execution_context: str
|
|
2044
|
+
:type execution_context: typing.Union[str, int]
|
|
2042
2045
|
:type undo: bool
|
|
2043
2046
|
:param modifier: Modifier, Modifier number to remove
|
|
2044
2047
|
:type modifier: typing.Union[str, int, typing.Any]
|
|
@@ -2048,13 +2051,13 @@ def hook_select(
|
|
|
2048
2051
|
|
|
2049
2052
|
def instance_offset_from_cursor(
|
|
2050
2053
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2051
|
-
execution_context: str = None,
|
|
2054
|
+
execution_context: typing.Union[str, int] = None,
|
|
2052
2055
|
undo: bool = None,
|
|
2053
2056
|
):
|
|
2054
2057
|
"""Set offset used for collection instances based on cursor position
|
|
2055
2058
|
|
|
2056
2059
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2057
|
-
:type execution_context: str
|
|
2060
|
+
:type execution_context: typing.Union[str, int]
|
|
2058
2061
|
:type undo: bool
|
|
2059
2062
|
"""
|
|
2060
2063
|
|
|
@@ -2062,13 +2065,13 @@ def instance_offset_from_cursor(
|
|
|
2062
2065
|
|
|
2063
2066
|
def instance_offset_from_object(
|
|
2064
2067
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2065
|
-
execution_context: str = None,
|
|
2068
|
+
execution_context: typing.Union[str, int] = None,
|
|
2066
2069
|
undo: bool = None,
|
|
2067
2070
|
):
|
|
2068
2071
|
"""Set offset used for collection instances based on the active object position
|
|
2069
2072
|
|
|
2070
2073
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2071
|
-
:type execution_context: str
|
|
2074
|
+
:type execution_context: typing.Union[str, int]
|
|
2072
2075
|
:type undo: bool
|
|
2073
2076
|
"""
|
|
2074
2077
|
|
|
@@ -2076,13 +2079,13 @@ def instance_offset_from_object(
|
|
|
2076
2079
|
|
|
2077
2080
|
def instance_offset_to_cursor(
|
|
2078
2081
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2079
|
-
execution_context: str = None,
|
|
2082
|
+
execution_context: typing.Union[str, int] = None,
|
|
2080
2083
|
undo: bool = None,
|
|
2081
2084
|
):
|
|
2082
2085
|
"""Set cursor position to the offset used for collection instances
|
|
2083
2086
|
|
|
2084
2087
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2085
|
-
:type execution_context: str
|
|
2088
|
+
:type execution_context: typing.Union[str, int]
|
|
2086
2089
|
:type undo: bool
|
|
2087
2090
|
"""
|
|
2088
2091
|
|
|
@@ -2090,13 +2093,13 @@ def instance_offset_to_cursor(
|
|
|
2090
2093
|
|
|
2091
2094
|
def isolate_type_render(
|
|
2092
2095
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2093
|
-
execution_context: str = None,
|
|
2096
|
+
execution_context: typing.Union[str, int] = None,
|
|
2094
2097
|
undo: bool = None,
|
|
2095
2098
|
):
|
|
2096
2099
|
"""Hide unselected render objects of same type as active by setting the hide render flag
|
|
2097
2100
|
|
|
2098
2101
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2099
|
-
:type execution_context: str
|
|
2102
|
+
:type execution_context: typing.Union[str, int]
|
|
2100
2103
|
:type undo: bool
|
|
2101
2104
|
"""
|
|
2102
2105
|
|
|
@@ -2104,13 +2107,13 @@ def isolate_type_render(
|
|
|
2104
2107
|
|
|
2105
2108
|
def join(
|
|
2106
2109
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2107
|
-
execution_context: str = None,
|
|
2110
|
+
execution_context: typing.Union[str, int] = None,
|
|
2108
2111
|
undo: bool = None,
|
|
2109
2112
|
):
|
|
2110
2113
|
"""Join selected objects into active object
|
|
2111
2114
|
|
|
2112
2115
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2113
|
-
:type execution_context: str
|
|
2116
|
+
:type execution_context: typing.Union[str, int]
|
|
2114
2117
|
:type undo: bool
|
|
2115
2118
|
"""
|
|
2116
2119
|
|
|
@@ -2118,13 +2121,13 @@ def join(
|
|
|
2118
2121
|
|
|
2119
2122
|
def join_shapes(
|
|
2120
2123
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2121
|
-
execution_context: str = None,
|
|
2124
|
+
execution_context: typing.Union[str, int] = None,
|
|
2122
2125
|
undo: bool = None,
|
|
2123
2126
|
):
|
|
2124
2127
|
"""Copy the current resulting shape of another selected object to this one
|
|
2125
2128
|
|
|
2126
2129
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2127
|
-
:type execution_context: str
|
|
2130
|
+
:type execution_context: typing.Union[str, int]
|
|
2128
2131
|
:type undo: bool
|
|
2129
2132
|
"""
|
|
2130
2133
|
|
|
@@ -2132,13 +2135,13 @@ def join_shapes(
|
|
|
2132
2135
|
|
|
2133
2136
|
def join_uvs(
|
|
2134
2137
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2135
|
-
execution_context: str = None,
|
|
2138
|
+
execution_context: typing.Union[str, int] = None,
|
|
2136
2139
|
undo: bool = None,
|
|
2137
2140
|
):
|
|
2138
2141
|
"""Transfer UV Maps from active to selected objects (needs matching geometry)
|
|
2139
2142
|
|
|
2140
2143
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2141
|
-
:type execution_context: str
|
|
2144
|
+
:type execution_context: typing.Union[str, int]
|
|
2142
2145
|
:type undo: bool
|
|
2143
2146
|
"""
|
|
2144
2147
|
|
|
@@ -2146,14 +2149,14 @@ def join_uvs(
|
|
|
2146
2149
|
|
|
2147
2150
|
def laplaciandeform_bind(
|
|
2148
2151
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2149
|
-
execution_context: str = None,
|
|
2152
|
+
execution_context: typing.Union[str, int] = None,
|
|
2150
2153
|
undo: bool = None,
|
|
2151
2154
|
modifier: typing.Union[str, typing.Any] = "",
|
|
2152
2155
|
):
|
|
2153
2156
|
"""Bind mesh to system in laplacian deform modifier
|
|
2154
2157
|
|
|
2155
2158
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2156
|
-
:type execution_context: str
|
|
2159
|
+
:type execution_context: typing.Union[str, int]
|
|
2157
2160
|
:type undo: bool
|
|
2158
2161
|
:param modifier: Modifier, Name of the modifier to edit
|
|
2159
2162
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -2163,9 +2166,9 @@ def laplaciandeform_bind(
|
|
|
2163
2166
|
|
|
2164
2167
|
def light_add(
|
|
2165
2168
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2166
|
-
execution_context: str = None,
|
|
2169
|
+
execution_context: typing.Union[str, int] = None,
|
|
2167
2170
|
undo: bool = None,
|
|
2168
|
-
type: typing.
|
|
2171
|
+
type: typing.Union[str, int] = "POINT",
|
|
2169
2172
|
radius: typing.Any = 1.0,
|
|
2170
2173
|
align: typing.Any = "WORLD",
|
|
2171
2174
|
location: typing.Any = (0.0, 0.0, 0.0),
|
|
@@ -2175,22 +2178,10 @@ def light_add(
|
|
|
2175
2178
|
"""Add a light object to the scene
|
|
2176
2179
|
|
|
2177
2180
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2178
|
-
:type execution_context: str
|
|
2181
|
+
:type execution_context: typing.Union[str, int]
|
|
2179
2182
|
:type undo: bool
|
|
2180
2183
|
:param type: Type
|
|
2181
|
-
|
|
2182
|
-
POINT
|
|
2183
|
-
Point -- Omnidirectional point light source.
|
|
2184
|
-
|
|
2185
|
-
SUN
|
|
2186
|
-
Sun -- Constant direction parallel ray light source.
|
|
2187
|
-
|
|
2188
|
-
SPOT
|
|
2189
|
-
Spot -- Directional cone light source.
|
|
2190
|
-
|
|
2191
|
-
AREA
|
|
2192
|
-
Area -- Directional area light source.
|
|
2193
|
-
:type type: typing.Any
|
|
2184
|
+
:type type: typing.Union[str, int]
|
|
2194
2185
|
:param radius: Radius
|
|
2195
2186
|
:type radius: typing.Any
|
|
2196
2187
|
:param align: Align, The alignment of the new object
|
|
@@ -2216,13 +2207,13 @@ def light_add(
|
|
|
2216
2207
|
|
|
2217
2208
|
def light_linking_blocker_collection_new(
|
|
2218
2209
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2219
|
-
execution_context: str = None,
|
|
2210
|
+
execution_context: typing.Union[str, int] = None,
|
|
2220
2211
|
undo: bool = None,
|
|
2221
2212
|
):
|
|
2222
2213
|
"""Create new light linking collection used by the active emitter
|
|
2223
2214
|
|
|
2224
2215
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2225
|
-
:type execution_context: str
|
|
2216
|
+
:type execution_context: typing.Union[str, int]
|
|
2226
2217
|
:type undo: bool
|
|
2227
2218
|
"""
|
|
2228
2219
|
|
|
@@ -2230,14 +2221,14 @@ def light_linking_blocker_collection_new(
|
|
|
2230
2221
|
|
|
2231
2222
|
def light_linking_blockers_link(
|
|
2232
2223
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2233
|
-
execution_context: str = None,
|
|
2224
|
+
execution_context: typing.Union[str, int] = None,
|
|
2234
2225
|
undo: bool = None,
|
|
2235
2226
|
link_state: typing.Any = "INCLUDE",
|
|
2236
2227
|
):
|
|
2237
2228
|
"""Light link selected blockers to the active emitter object
|
|
2238
2229
|
|
|
2239
2230
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2240
|
-
:type execution_context: str
|
|
2231
|
+
:type execution_context: typing.Union[str, int]
|
|
2241
2232
|
:type undo: bool
|
|
2242
2233
|
:param link_state: Link State, State of the shadow linking
|
|
2243
2234
|
|
|
@@ -2253,13 +2244,13 @@ def light_linking_blockers_link(
|
|
|
2253
2244
|
|
|
2254
2245
|
def light_linking_blockers_select(
|
|
2255
2246
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2256
|
-
execution_context: str = None,
|
|
2247
|
+
execution_context: typing.Union[str, int] = None,
|
|
2257
2248
|
undo: bool = None,
|
|
2258
2249
|
):
|
|
2259
2250
|
"""Select all objects which block light from this emitter
|
|
2260
2251
|
|
|
2261
2252
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2262
|
-
:type execution_context: str
|
|
2253
|
+
:type execution_context: typing.Union[str, int]
|
|
2263
2254
|
:type undo: bool
|
|
2264
2255
|
"""
|
|
2265
2256
|
|
|
@@ -2267,13 +2258,13 @@ def light_linking_blockers_select(
|
|
|
2267
2258
|
|
|
2268
2259
|
def light_linking_receiver_collection_new(
|
|
2269
2260
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2270
|
-
execution_context: str = None,
|
|
2261
|
+
execution_context: typing.Union[str, int] = None,
|
|
2271
2262
|
undo: bool = None,
|
|
2272
2263
|
):
|
|
2273
2264
|
"""Create new light linking collection used by the active emitter
|
|
2274
2265
|
|
|
2275
2266
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2276
|
-
:type execution_context: str
|
|
2267
|
+
:type execution_context: typing.Union[str, int]
|
|
2277
2268
|
:type undo: bool
|
|
2278
2269
|
"""
|
|
2279
2270
|
|
|
@@ -2281,14 +2272,14 @@ def light_linking_receiver_collection_new(
|
|
|
2281
2272
|
|
|
2282
2273
|
def light_linking_receivers_link(
|
|
2283
2274
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2284
|
-
execution_context: str = None,
|
|
2275
|
+
execution_context: typing.Union[str, int] = None,
|
|
2285
2276
|
undo: bool = None,
|
|
2286
2277
|
link_state: typing.Any = "INCLUDE",
|
|
2287
2278
|
):
|
|
2288
2279
|
"""Light link selected receivers to the active emitter object
|
|
2289
2280
|
|
|
2290
2281
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2291
|
-
:type execution_context: str
|
|
2282
|
+
:type execution_context: typing.Union[str, int]
|
|
2292
2283
|
:type undo: bool
|
|
2293
2284
|
:param link_state: Link State, State of the light linking
|
|
2294
2285
|
|
|
@@ -2304,13 +2295,13 @@ def light_linking_receivers_link(
|
|
|
2304
2295
|
|
|
2305
2296
|
def light_linking_receivers_select(
|
|
2306
2297
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2307
|
-
execution_context: str = None,
|
|
2298
|
+
execution_context: typing.Union[str, int] = None,
|
|
2308
2299
|
undo: bool = None,
|
|
2309
2300
|
):
|
|
2310
2301
|
"""Select all objects which receive light from this emitter
|
|
2311
2302
|
|
|
2312
2303
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2313
|
-
:type execution_context: str
|
|
2304
|
+
:type execution_context: typing.Union[str, int]
|
|
2314
2305
|
:type undo: bool
|
|
2315
2306
|
"""
|
|
2316
2307
|
|
|
@@ -2318,13 +2309,13 @@ def light_linking_receivers_select(
|
|
|
2318
2309
|
|
|
2319
2310
|
def light_linking_unlink_from_collection(
|
|
2320
2311
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2321
|
-
execution_context: str = None,
|
|
2312
|
+
execution_context: typing.Union[str, int] = None,
|
|
2322
2313
|
undo: bool = None,
|
|
2323
2314
|
):
|
|
2324
2315
|
"""Remove this object or collection from the light linking collection
|
|
2325
2316
|
|
|
2326
2317
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2327
|
-
:type execution_context: str
|
|
2318
|
+
:type execution_context: typing.Union[str, int]
|
|
2328
2319
|
:type undo: bool
|
|
2329
2320
|
"""
|
|
2330
2321
|
|
|
@@ -2332,7 +2323,7 @@ def light_linking_unlink_from_collection(
|
|
|
2332
2323
|
|
|
2333
2324
|
def lightprobe_add(
|
|
2334
2325
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2335
|
-
execution_context: str = None,
|
|
2326
|
+
execution_context: typing.Union[str, int] = None,
|
|
2336
2327
|
undo: bool = None,
|
|
2337
2328
|
type: typing.Any = "SPHERE",
|
|
2338
2329
|
radius: typing.Any = 1.0,
|
|
@@ -2345,7 +2336,7 @@ def lightprobe_add(
|
|
|
2345
2336
|
"""Add a light probe object
|
|
2346
2337
|
|
|
2347
2338
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2348
|
-
:type execution_context: str
|
|
2339
|
+
:type execution_context: typing.Union[str, int]
|
|
2349
2340
|
:type undo: bool
|
|
2350
2341
|
:param type: Type
|
|
2351
2342
|
|
|
@@ -2385,7 +2376,7 @@ def lightprobe_add(
|
|
|
2385
2376
|
|
|
2386
2377
|
def lightprobe_cache_bake(
|
|
2387
2378
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2388
|
-
execution_context: str = None,
|
|
2379
|
+
execution_context: typing.Union[str, int] = None,
|
|
2389
2380
|
undo: bool = None,
|
|
2390
2381
|
delay: typing.Any = 0,
|
|
2391
2382
|
subset: typing.Any = "ALL",
|
|
@@ -2393,7 +2384,7 @@ def lightprobe_cache_bake(
|
|
|
2393
2384
|
"""Bake irradiance volume light cache
|
|
2394
2385
|
|
|
2395
2386
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2396
|
-
:type execution_context: str
|
|
2387
|
+
:type execution_context: typing.Union[str, int]
|
|
2397
2388
|
:type undo: bool
|
|
2398
2389
|
:param delay: Delay, Delay in millisecond before baking starts
|
|
2399
2390
|
:type delay: typing.Any
|
|
@@ -2414,14 +2405,14 @@ def lightprobe_cache_bake(
|
|
|
2414
2405
|
|
|
2415
2406
|
def lightprobe_cache_free(
|
|
2416
2407
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2417
|
-
execution_context: str = None,
|
|
2408
|
+
execution_context: typing.Union[str, int] = None,
|
|
2418
2409
|
undo: bool = None,
|
|
2419
2410
|
subset: typing.Any = "SELECTED",
|
|
2420
2411
|
):
|
|
2421
2412
|
"""Delete cached indirect lighting
|
|
2422
2413
|
|
|
2423
2414
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2424
|
-
:type execution_context: str
|
|
2415
|
+
:type execution_context: typing.Union[str, int]
|
|
2425
2416
|
:type undo: bool
|
|
2426
2417
|
:param subset: Subset, Subset of probes to update
|
|
2427
2418
|
|
|
@@ -2440,13 +2431,13 @@ def lightprobe_cache_free(
|
|
|
2440
2431
|
|
|
2441
2432
|
def lineart_bake_strokes(
|
|
2442
2433
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2443
|
-
execution_context: str = None,
|
|
2434
|
+
execution_context: typing.Union[str, int] = None,
|
|
2444
2435
|
undo: bool = None,
|
|
2445
2436
|
):
|
|
2446
2437
|
"""Bake Line Art for current Grease Pencil object
|
|
2447
2438
|
|
|
2448
2439
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2449
|
-
:type execution_context: str
|
|
2440
|
+
:type execution_context: typing.Union[str, int]
|
|
2450
2441
|
:type undo: bool
|
|
2451
2442
|
"""
|
|
2452
2443
|
|
|
@@ -2454,13 +2445,13 @@ def lineart_bake_strokes(
|
|
|
2454
2445
|
|
|
2455
2446
|
def lineart_bake_strokes_all(
|
|
2456
2447
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2457
|
-
execution_context: str = None,
|
|
2448
|
+
execution_context: typing.Union[str, int] = None,
|
|
2458
2449
|
undo: bool = None,
|
|
2459
2450
|
):
|
|
2460
2451
|
"""Bake all Grease Pencil objects that have a Line Art modifier
|
|
2461
2452
|
|
|
2462
2453
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2463
|
-
:type execution_context: str
|
|
2454
|
+
:type execution_context: typing.Union[str, int]
|
|
2464
2455
|
:type undo: bool
|
|
2465
2456
|
"""
|
|
2466
2457
|
|
|
@@ -2468,13 +2459,13 @@ def lineart_bake_strokes_all(
|
|
|
2468
2459
|
|
|
2469
2460
|
def lineart_clear(
|
|
2470
2461
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2471
|
-
execution_context: str = None,
|
|
2462
|
+
execution_context: typing.Union[str, int] = None,
|
|
2472
2463
|
undo: bool = None,
|
|
2473
2464
|
):
|
|
2474
2465
|
"""Clear all strokes in current Grease Pencil object
|
|
2475
2466
|
|
|
2476
2467
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2477
|
-
:type execution_context: str
|
|
2468
|
+
:type execution_context: typing.Union[str, int]
|
|
2478
2469
|
:type undo: bool
|
|
2479
2470
|
"""
|
|
2480
2471
|
|
|
@@ -2482,13 +2473,13 @@ def lineart_clear(
|
|
|
2482
2473
|
|
|
2483
2474
|
def lineart_clear_all(
|
|
2484
2475
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2485
|
-
execution_context: str = None,
|
|
2476
|
+
execution_context: typing.Union[str, int] = None,
|
|
2486
2477
|
undo: bool = None,
|
|
2487
2478
|
):
|
|
2488
2479
|
"""Clear all strokes in all Grease Pencil objects that have a Line Art modifier
|
|
2489
2480
|
|
|
2490
2481
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2491
|
-
:type execution_context: str
|
|
2482
|
+
:type execution_context: typing.Union[str, int]
|
|
2492
2483
|
:type undo: bool
|
|
2493
2484
|
"""
|
|
2494
2485
|
|
|
@@ -2496,7 +2487,7 @@ def lineart_clear_all(
|
|
|
2496
2487
|
|
|
2497
2488
|
def link_to_collection(
|
|
2498
2489
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2499
|
-
execution_context: str = None,
|
|
2490
|
+
execution_context: typing.Union[str, int] = None,
|
|
2500
2491
|
undo: bool = None,
|
|
2501
2492
|
collection_index: typing.Any = -1,
|
|
2502
2493
|
is_new: typing.Union[bool, typing.Any] = False,
|
|
@@ -2505,7 +2496,7 @@ def link_to_collection(
|
|
|
2505
2496
|
"""Link objects to a collection
|
|
2506
2497
|
|
|
2507
2498
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2508
|
-
:type execution_context: str
|
|
2499
|
+
:type execution_context: typing.Union[str, int]
|
|
2509
2500
|
:type undo: bool
|
|
2510
2501
|
:param collection_index: Collection Index, Index of the collection to move to
|
|
2511
2502
|
:type collection_index: typing.Any
|
|
@@ -2519,14 +2510,14 @@ def link_to_collection(
|
|
|
2519
2510
|
|
|
2520
2511
|
def location_clear(
|
|
2521
2512
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2522
|
-
execution_context: str = None,
|
|
2513
|
+
execution_context: typing.Union[str, int] = None,
|
|
2523
2514
|
undo: bool = None,
|
|
2524
2515
|
clear_delta: typing.Union[bool, typing.Any] = False,
|
|
2525
2516
|
):
|
|
2526
2517
|
"""Clear the object's location
|
|
2527
2518
|
|
|
2528
2519
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2529
|
-
:type execution_context: str
|
|
2520
|
+
:type execution_context: typing.Union[str, int]
|
|
2530
2521
|
:type undo: bool
|
|
2531
2522
|
:param clear_delta: Clear Delta, Clear delta location in addition to clearing the normal location transform
|
|
2532
2523
|
:type clear_delta: typing.Union[bool, typing.Any]
|
|
@@ -2536,13 +2527,13 @@ def location_clear(
|
|
|
2536
2527
|
|
|
2537
2528
|
def make_dupli_face(
|
|
2538
2529
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2539
|
-
execution_context: str = None,
|
|
2530
|
+
execution_context: typing.Union[str, int] = None,
|
|
2540
2531
|
undo: bool = None,
|
|
2541
2532
|
):
|
|
2542
2533
|
"""Convert objects into instanced faces
|
|
2543
2534
|
|
|
2544
2535
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2545
|
-
:type execution_context: str
|
|
2536
|
+
:type execution_context: typing.Union[str, int]
|
|
2546
2537
|
:type undo: bool
|
|
2547
2538
|
"""
|
|
2548
2539
|
|
|
@@ -2550,14 +2541,14 @@ def make_dupli_face(
|
|
|
2550
2541
|
|
|
2551
2542
|
def make_links_data(
|
|
2552
2543
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2553
|
-
execution_context: str = None,
|
|
2544
|
+
execution_context: typing.Union[str, int] = None,
|
|
2554
2545
|
undo: bool = None,
|
|
2555
2546
|
type: typing.Any = "OBDATA",
|
|
2556
2547
|
):
|
|
2557
2548
|
"""Transfer data from active object to selected objects
|
|
2558
2549
|
|
|
2559
2550
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2560
|
-
:type execution_context: str
|
|
2551
|
+
:type execution_context: typing.Union[str, int]
|
|
2561
2552
|
:type undo: bool
|
|
2562
2553
|
:param type: Type
|
|
2563
2554
|
|
|
@@ -2591,14 +2582,14 @@ def make_links_data(
|
|
|
2591
2582
|
|
|
2592
2583
|
def make_links_scene(
|
|
2593
2584
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2594
|
-
execution_context: str = None,
|
|
2585
|
+
execution_context: typing.Union[str, int] = None,
|
|
2595
2586
|
undo: bool = None,
|
|
2596
2587
|
scene: typing.Union[str, int, typing.Any] = "",
|
|
2597
2588
|
):
|
|
2598
2589
|
"""Link selection to another scene
|
|
2599
2590
|
|
|
2600
2591
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2601
|
-
:type execution_context: str
|
|
2592
|
+
:type execution_context: typing.Union[str, int]
|
|
2602
2593
|
:type undo: bool
|
|
2603
2594
|
:param scene: Scene
|
|
2604
2595
|
:type scene: typing.Union[str, int, typing.Any]
|
|
@@ -2608,14 +2599,14 @@ def make_links_scene(
|
|
|
2608
2599
|
|
|
2609
2600
|
def make_local(
|
|
2610
2601
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2611
|
-
execution_context: str = None,
|
|
2602
|
+
execution_context: typing.Union[str, int] = None,
|
|
2612
2603
|
undo: bool = None,
|
|
2613
2604
|
type: typing.Any = "SELECT_OBJECT",
|
|
2614
2605
|
):
|
|
2615
2606
|
"""Make library linked data-blocks local to this file
|
|
2616
2607
|
|
|
2617
2608
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2618
|
-
:type execution_context: str
|
|
2609
|
+
:type execution_context: typing.Union[str, int]
|
|
2619
2610
|
:type undo: bool
|
|
2620
2611
|
:param type: Type
|
|
2621
2612
|
:type type: typing.Any
|
|
@@ -2625,14 +2616,14 @@ def make_local(
|
|
|
2625
2616
|
|
|
2626
2617
|
def make_override_library(
|
|
2627
2618
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2628
|
-
execution_context: str = None,
|
|
2619
|
+
execution_context: typing.Union[str, int] = None,
|
|
2629
2620
|
undo: bool = None,
|
|
2630
2621
|
collection: typing.Any = 0,
|
|
2631
2622
|
):
|
|
2632
2623
|
"""Create a local override of the selected linked objects, and their hierarchy of dependencies
|
|
2633
2624
|
|
|
2634
2625
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2635
|
-
:type execution_context: str
|
|
2626
|
+
:type execution_context: typing.Union[str, int]
|
|
2636
2627
|
:type undo: bool
|
|
2637
2628
|
:param collection: Override Collection, Session UID of the directly linked collection containing the selected object, to make an override from
|
|
2638
2629
|
:type collection: typing.Any
|
|
@@ -2642,7 +2633,7 @@ def make_override_library(
|
|
|
2642
2633
|
|
|
2643
2634
|
def make_single_user(
|
|
2644
2635
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2645
|
-
execution_context: str = None,
|
|
2636
|
+
execution_context: typing.Union[str, int] = None,
|
|
2646
2637
|
undo: bool = None,
|
|
2647
2638
|
type: typing.Any = "SELECTED_OBJECTS",
|
|
2648
2639
|
object: typing.Union[bool, typing.Any] = False,
|
|
@@ -2654,7 +2645,7 @@ def make_single_user(
|
|
|
2654
2645
|
"""Make linked data local to each object
|
|
2655
2646
|
|
|
2656
2647
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2657
|
-
:type execution_context: str
|
|
2648
|
+
:type execution_context: typing.Union[str, int]
|
|
2658
2649
|
:type undo: bool
|
|
2659
2650
|
:param type: Type
|
|
2660
2651
|
:type type: typing.Any
|
|
@@ -2674,13 +2665,13 @@ def make_single_user(
|
|
|
2674
2665
|
|
|
2675
2666
|
def material_slot_add(
|
|
2676
2667
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2677
|
-
execution_context: str = None,
|
|
2668
|
+
execution_context: typing.Union[str, int] = None,
|
|
2678
2669
|
undo: bool = None,
|
|
2679
2670
|
):
|
|
2680
2671
|
"""Add a new material slot
|
|
2681
2672
|
|
|
2682
2673
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2683
|
-
:type execution_context: str
|
|
2674
|
+
:type execution_context: typing.Union[str, int]
|
|
2684
2675
|
:type undo: bool
|
|
2685
2676
|
"""
|
|
2686
2677
|
|
|
@@ -2688,13 +2679,13 @@ def material_slot_add(
|
|
|
2688
2679
|
|
|
2689
2680
|
def material_slot_assign(
|
|
2690
2681
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2691
|
-
execution_context: str = None,
|
|
2682
|
+
execution_context: typing.Union[str, int] = None,
|
|
2692
2683
|
undo: bool = None,
|
|
2693
2684
|
):
|
|
2694
2685
|
"""Assign active material slot to selection
|
|
2695
2686
|
|
|
2696
2687
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2697
|
-
:type execution_context: str
|
|
2688
|
+
:type execution_context: typing.Union[str, int]
|
|
2698
2689
|
:type undo: bool
|
|
2699
2690
|
"""
|
|
2700
2691
|
|
|
@@ -2702,13 +2693,13 @@ def material_slot_assign(
|
|
|
2702
2693
|
|
|
2703
2694
|
def material_slot_copy(
|
|
2704
2695
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2705
|
-
execution_context: str = None,
|
|
2696
|
+
execution_context: typing.Union[str, int] = None,
|
|
2706
2697
|
undo: bool = None,
|
|
2707
2698
|
):
|
|
2708
2699
|
"""Copy material to selected objects
|
|
2709
2700
|
|
|
2710
2701
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2711
|
-
:type execution_context: str
|
|
2702
|
+
:type execution_context: typing.Union[str, int]
|
|
2712
2703
|
:type undo: bool
|
|
2713
2704
|
"""
|
|
2714
2705
|
|
|
@@ -2716,13 +2707,13 @@ def material_slot_copy(
|
|
|
2716
2707
|
|
|
2717
2708
|
def material_slot_deselect(
|
|
2718
2709
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2719
|
-
execution_context: str = None,
|
|
2710
|
+
execution_context: typing.Union[str, int] = None,
|
|
2720
2711
|
undo: bool = None,
|
|
2721
2712
|
):
|
|
2722
2713
|
"""Deselect by active material slot
|
|
2723
2714
|
|
|
2724
2715
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2725
|
-
:type execution_context: str
|
|
2716
|
+
:type execution_context: typing.Union[str, int]
|
|
2726
2717
|
:type undo: bool
|
|
2727
2718
|
"""
|
|
2728
2719
|
|
|
@@ -2730,14 +2721,14 @@ def material_slot_deselect(
|
|
|
2730
2721
|
|
|
2731
2722
|
def material_slot_move(
|
|
2732
2723
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2733
|
-
execution_context: str = None,
|
|
2724
|
+
execution_context: typing.Union[str, int] = None,
|
|
2734
2725
|
undo: bool = None,
|
|
2735
2726
|
direction: typing.Any = "UP",
|
|
2736
2727
|
):
|
|
2737
2728
|
"""Move the active material up/down in the list
|
|
2738
2729
|
|
|
2739
2730
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2740
|
-
:type execution_context: str
|
|
2731
|
+
:type execution_context: typing.Union[str, int]
|
|
2741
2732
|
:type undo: bool
|
|
2742
2733
|
:param direction: Direction, Direction to move the active material towards
|
|
2743
2734
|
:type direction: typing.Any
|
|
@@ -2747,13 +2738,13 @@ def material_slot_move(
|
|
|
2747
2738
|
|
|
2748
2739
|
def material_slot_remove(
|
|
2749
2740
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2750
|
-
execution_context: str = None,
|
|
2741
|
+
execution_context: typing.Union[str, int] = None,
|
|
2751
2742
|
undo: bool = None,
|
|
2752
2743
|
):
|
|
2753
2744
|
"""Remove the selected material slot
|
|
2754
2745
|
|
|
2755
2746
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2756
|
-
:type execution_context: str
|
|
2747
|
+
:type execution_context: typing.Union[str, int]
|
|
2757
2748
|
:type undo: bool
|
|
2758
2749
|
"""
|
|
2759
2750
|
|
|
@@ -2761,13 +2752,13 @@ def material_slot_remove(
|
|
|
2761
2752
|
|
|
2762
2753
|
def material_slot_remove_unused(
|
|
2763
2754
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2764
|
-
execution_context: str = None,
|
|
2755
|
+
execution_context: typing.Union[str, int] = None,
|
|
2765
2756
|
undo: bool = None,
|
|
2766
2757
|
):
|
|
2767
2758
|
"""Remove unused material slots
|
|
2768
2759
|
|
|
2769
2760
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2770
|
-
:type execution_context: str
|
|
2761
|
+
:type execution_context: typing.Union[str, int]
|
|
2771
2762
|
:type undo: bool
|
|
2772
2763
|
"""
|
|
2773
2764
|
|
|
@@ -2775,13 +2766,13 @@ def material_slot_remove_unused(
|
|
|
2775
2766
|
|
|
2776
2767
|
def material_slot_select(
|
|
2777
2768
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2778
|
-
execution_context: str = None,
|
|
2769
|
+
execution_context: typing.Union[str, int] = None,
|
|
2779
2770
|
undo: bool = None,
|
|
2780
2771
|
):
|
|
2781
2772
|
"""Select by active material slot
|
|
2782
2773
|
|
|
2783
2774
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2784
|
-
:type execution_context: str
|
|
2775
|
+
:type execution_context: typing.Union[str, int]
|
|
2785
2776
|
:type undo: bool
|
|
2786
2777
|
"""
|
|
2787
2778
|
|
|
@@ -2789,14 +2780,14 @@ def material_slot_select(
|
|
|
2789
2780
|
|
|
2790
2781
|
def meshdeform_bind(
|
|
2791
2782
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2792
|
-
execution_context: str = None,
|
|
2783
|
+
execution_context: typing.Union[str, int] = None,
|
|
2793
2784
|
undo: bool = None,
|
|
2794
2785
|
modifier: typing.Union[str, typing.Any] = "",
|
|
2795
2786
|
):
|
|
2796
2787
|
"""Bind mesh to cage in mesh deform modifier
|
|
2797
2788
|
|
|
2798
2789
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2799
|
-
:type execution_context: str
|
|
2790
|
+
:type execution_context: typing.Union[str, int]
|
|
2800
2791
|
:type undo: bool
|
|
2801
2792
|
:param modifier: Modifier, Name of the modifier to edit
|
|
2802
2793
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -2806,7 +2797,7 @@ def meshdeform_bind(
|
|
|
2806
2797
|
|
|
2807
2798
|
def metaball_add(
|
|
2808
2799
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2809
|
-
execution_context: str = None,
|
|
2800
|
+
execution_context: typing.Union[str, int] = None,
|
|
2810
2801
|
undo: bool = None,
|
|
2811
2802
|
type: typing.Union[str, int] = "BALL",
|
|
2812
2803
|
radius: typing.Any = 2.0,
|
|
@@ -2819,7 +2810,7 @@ def metaball_add(
|
|
|
2819
2810
|
"""Add an metaball object to the scene
|
|
2820
2811
|
|
|
2821
2812
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2822
|
-
:type execution_context: str
|
|
2813
|
+
:type execution_context: typing.Union[str, int]
|
|
2823
2814
|
:type undo: bool
|
|
2824
2815
|
:param type: Primitive
|
|
2825
2816
|
:type type: typing.Union[str, int]
|
|
@@ -2850,7 +2841,7 @@ def metaball_add(
|
|
|
2850
2841
|
|
|
2851
2842
|
def mode_set(
|
|
2852
2843
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2853
|
-
execution_context: str = None,
|
|
2844
|
+
execution_context: typing.Union[str, int] = None,
|
|
2854
2845
|
undo: bool = None,
|
|
2855
2846
|
mode: typing.Union[str, int] = "OBJECT",
|
|
2856
2847
|
toggle: typing.Union[bool, typing.Any] = False,
|
|
@@ -2858,7 +2849,7 @@ def mode_set(
|
|
|
2858
2849
|
"""Sets the object interaction mode
|
|
2859
2850
|
|
|
2860
2851
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2861
|
-
:type execution_context: str
|
|
2852
|
+
:type execution_context: typing.Union[str, int]
|
|
2862
2853
|
:type undo: bool
|
|
2863
2854
|
:param mode: Mode
|
|
2864
2855
|
:type mode: typing.Union[str, int]
|
|
@@ -2870,7 +2861,7 @@ def mode_set(
|
|
|
2870
2861
|
|
|
2871
2862
|
def mode_set_with_submode(
|
|
2872
2863
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2873
|
-
execution_context: str = None,
|
|
2864
|
+
execution_context: typing.Union[str, int] = None,
|
|
2874
2865
|
undo: bool = None,
|
|
2875
2866
|
mode: typing.Union[str, int] = "OBJECT",
|
|
2876
2867
|
toggle: typing.Union[bool, typing.Any] = False,
|
|
@@ -2879,7 +2870,7 @@ def mode_set_with_submode(
|
|
|
2879
2870
|
"""Sets the object interaction mode
|
|
2880
2871
|
|
|
2881
2872
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2882
|
-
:type execution_context: str
|
|
2873
|
+
:type execution_context: typing.Union[str, int]
|
|
2883
2874
|
:type undo: bool
|
|
2884
2875
|
:param mode: Mode
|
|
2885
2876
|
:type mode: typing.Union[str, int]
|
|
@@ -2893,34 +2884,38 @@ def mode_set_with_submode(
|
|
|
2893
2884
|
|
|
2894
2885
|
def modifier_add(
|
|
2895
2886
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2896
|
-
execution_context: str = None,
|
|
2887
|
+
execution_context: typing.Union[str, int] = None,
|
|
2897
2888
|
undo: bool = None,
|
|
2898
2889
|
type: typing.Union[str, int] = "SUBSURF",
|
|
2890
|
+
use_selected_objects: typing.Union[bool, typing.Any] = False,
|
|
2899
2891
|
):
|
|
2900
2892
|
"""Add a procedural operation/effect to the active object
|
|
2901
2893
|
|
|
2902
2894
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2903
|
-
:type execution_context: str
|
|
2895
|
+
:type execution_context: typing.Union[str, int]
|
|
2904
2896
|
:type undo: bool
|
|
2905
2897
|
:param type: Type
|
|
2906
2898
|
:type type: typing.Union[str, int]
|
|
2899
|
+
:param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
|
|
2900
|
+
:type use_selected_objects: typing.Union[bool, typing.Any]
|
|
2907
2901
|
"""
|
|
2908
2902
|
|
|
2909
2903
|
...
|
|
2910
2904
|
|
|
2911
2905
|
def modifier_add_node_group(
|
|
2912
2906
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2913
|
-
execution_context: str = None,
|
|
2907
|
+
execution_context: typing.Union[str, int] = None,
|
|
2914
2908
|
undo: bool = None,
|
|
2915
2909
|
asset_library_type: typing.Union[str, int] = "LOCAL",
|
|
2916
2910
|
asset_library_identifier: typing.Union[str, typing.Any] = "",
|
|
2917
2911
|
relative_asset_identifier: typing.Union[str, typing.Any] = "",
|
|
2918
2912
|
session_uid: typing.Any = 0,
|
|
2913
|
+
use_selected_objects: typing.Union[bool, typing.Any] = False,
|
|
2919
2914
|
):
|
|
2920
2915
|
"""Add a procedural operation/effect to the active object
|
|
2921
2916
|
|
|
2922
2917
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2923
|
-
:type execution_context: str
|
|
2918
|
+
:type execution_context: typing.Union[str, int]
|
|
2924
2919
|
:type undo: bool
|
|
2925
2920
|
:param asset_library_type: Asset Library Type
|
|
2926
2921
|
:type asset_library_type: typing.Union[str, int]
|
|
@@ -2930,23 +2925,26 @@ def modifier_add_node_group(
|
|
|
2930
2925
|
:type relative_asset_identifier: typing.Union[str, typing.Any]
|
|
2931
2926
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
2932
2927
|
:type session_uid: typing.Any
|
|
2928
|
+
:param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
|
|
2929
|
+
:type use_selected_objects: typing.Union[bool, typing.Any]
|
|
2933
2930
|
"""
|
|
2934
2931
|
|
|
2935
2932
|
...
|
|
2936
2933
|
|
|
2937
2934
|
def modifier_apply(
|
|
2938
2935
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2939
|
-
execution_context: str = None,
|
|
2936
|
+
execution_context: typing.Union[str, int] = None,
|
|
2940
2937
|
undo: bool = None,
|
|
2941
2938
|
modifier: typing.Union[str, typing.Any] = "",
|
|
2942
2939
|
report: typing.Union[bool, typing.Any] = False,
|
|
2943
2940
|
merge_customdata: typing.Union[bool, typing.Any] = True,
|
|
2944
2941
|
single_user: typing.Union[bool, typing.Any] = False,
|
|
2942
|
+
use_selected_objects: typing.Union[bool, typing.Any] = False,
|
|
2945
2943
|
):
|
|
2946
2944
|
"""Apply modifier and remove from the stack
|
|
2947
2945
|
|
|
2948
2946
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2949
|
-
:type execution_context: str
|
|
2947
|
+
:type execution_context: typing.Union[str, int]
|
|
2950
2948
|
:type undo: bool
|
|
2951
2949
|
:param modifier: Modifier, Name of the modifier to edit
|
|
2952
2950
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -2956,13 +2954,15 @@ def modifier_apply(
|
|
|
2956
2954
|
:type merge_customdata: typing.Union[bool, typing.Any]
|
|
2957
2955
|
:param single_user: Make Data Single User, Make the object's data single user if needed
|
|
2958
2956
|
:type single_user: typing.Union[bool, typing.Any]
|
|
2957
|
+
:param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
|
|
2958
|
+
:type use_selected_objects: typing.Union[bool, typing.Any]
|
|
2959
2959
|
"""
|
|
2960
2960
|
|
|
2961
2961
|
...
|
|
2962
2962
|
|
|
2963
2963
|
def modifier_apply_as_shapekey(
|
|
2964
2964
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2965
|
-
execution_context: str = None,
|
|
2965
|
+
execution_context: typing.Union[str, int] = None,
|
|
2966
2966
|
undo: bool = None,
|
|
2967
2967
|
keep_modifier: typing.Union[bool, typing.Any] = False,
|
|
2968
2968
|
modifier: typing.Union[str, typing.Any] = "",
|
|
@@ -2971,7 +2971,7 @@ def modifier_apply_as_shapekey(
|
|
|
2971
2971
|
"""Apply modifier as a new shape key and remove from the stack
|
|
2972
2972
|
|
|
2973
2973
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2974
|
-
:type execution_context: str
|
|
2974
|
+
:type execution_context: typing.Union[str, int]
|
|
2975
2975
|
:type undo: bool
|
|
2976
2976
|
:param keep_modifier: Keep Modifier, Do not remove the modifier from stack
|
|
2977
2977
|
:type keep_modifier: typing.Union[bool, typing.Any]
|
|
@@ -2985,14 +2985,14 @@ def modifier_apply_as_shapekey(
|
|
|
2985
2985
|
|
|
2986
2986
|
def modifier_convert(
|
|
2987
2987
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2988
|
-
execution_context: str = None,
|
|
2988
|
+
execution_context: typing.Union[str, int] = None,
|
|
2989
2989
|
undo: bool = None,
|
|
2990
2990
|
modifier: typing.Union[str, typing.Any] = "",
|
|
2991
2991
|
):
|
|
2992
2992
|
"""Convert particles to a mesh object
|
|
2993
2993
|
|
|
2994
2994
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2995
|
-
:type execution_context: str
|
|
2995
|
+
:type execution_context: typing.Union[str, int]
|
|
2996
2996
|
:type undo: bool
|
|
2997
2997
|
:param modifier: Modifier, Name of the modifier to edit
|
|
2998
2998
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -3002,31 +3002,34 @@ def modifier_convert(
|
|
|
3002
3002
|
|
|
3003
3003
|
def modifier_copy(
|
|
3004
3004
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3005
|
-
execution_context: str = None,
|
|
3005
|
+
execution_context: typing.Union[str, int] = None,
|
|
3006
3006
|
undo: bool = None,
|
|
3007
3007
|
modifier: typing.Union[str, typing.Any] = "",
|
|
3008
|
+
use_selected_objects: typing.Union[bool, typing.Any] = False,
|
|
3008
3009
|
):
|
|
3009
3010
|
"""Duplicate modifier at the same position in the stack
|
|
3010
3011
|
|
|
3011
3012
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3012
|
-
:type execution_context: str
|
|
3013
|
+
:type execution_context: typing.Union[str, int]
|
|
3013
3014
|
:type undo: bool
|
|
3014
3015
|
:param modifier: Modifier, Name of the modifier to edit
|
|
3015
3016
|
:type modifier: typing.Union[str, typing.Any]
|
|
3017
|
+
:param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
|
|
3018
|
+
:type use_selected_objects: typing.Union[bool, typing.Any]
|
|
3016
3019
|
"""
|
|
3017
3020
|
|
|
3018
3021
|
...
|
|
3019
3022
|
|
|
3020
3023
|
def modifier_copy_to_selected(
|
|
3021
3024
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3022
|
-
execution_context: str = None,
|
|
3025
|
+
execution_context: typing.Union[str, int] = None,
|
|
3023
3026
|
undo: bool = None,
|
|
3024
3027
|
modifier: typing.Union[str, typing.Any] = "",
|
|
3025
3028
|
):
|
|
3026
3029
|
"""Copy the modifier from the active object to all selected objects
|
|
3027
3030
|
|
|
3028
3031
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3029
|
-
:type execution_context: str
|
|
3032
|
+
:type execution_context: typing.Union[str, int]
|
|
3030
3033
|
:type undo: bool
|
|
3031
3034
|
:param modifier: Modifier, Name of the modifier to edit
|
|
3032
3035
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -3036,14 +3039,14 @@ def modifier_copy_to_selected(
|
|
|
3036
3039
|
|
|
3037
3040
|
def modifier_move_down(
|
|
3038
3041
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3039
|
-
execution_context: str = None,
|
|
3042
|
+
execution_context: typing.Union[str, int] = None,
|
|
3040
3043
|
undo: bool = None,
|
|
3041
3044
|
modifier: typing.Union[str, typing.Any] = "",
|
|
3042
3045
|
):
|
|
3043
3046
|
"""Move modifier down in the stack
|
|
3044
3047
|
|
|
3045
3048
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3046
|
-
:type execution_context: str
|
|
3049
|
+
:type execution_context: typing.Union[str, int]
|
|
3047
3050
|
:type undo: bool
|
|
3048
3051
|
:param modifier: Modifier, Name of the modifier to edit
|
|
3049
3052
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -3053,34 +3056,37 @@ def modifier_move_down(
|
|
|
3053
3056
|
|
|
3054
3057
|
def modifier_move_to_index(
|
|
3055
3058
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3056
|
-
execution_context: str = None,
|
|
3059
|
+
execution_context: typing.Union[str, int] = None,
|
|
3057
3060
|
undo: bool = None,
|
|
3058
3061
|
modifier: typing.Union[str, typing.Any] = "",
|
|
3059
3062
|
index: typing.Any = 0,
|
|
3063
|
+
use_selected_objects: typing.Union[bool, typing.Any] = False,
|
|
3060
3064
|
):
|
|
3061
3065
|
"""Change the modifier's index in the stack so it evaluates after the set number of others
|
|
3062
3066
|
|
|
3063
3067
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3064
|
-
:type execution_context: str
|
|
3068
|
+
:type execution_context: typing.Union[str, int]
|
|
3065
3069
|
:type undo: bool
|
|
3066
3070
|
:param modifier: Modifier, Name of the modifier to edit
|
|
3067
3071
|
:type modifier: typing.Union[str, typing.Any]
|
|
3068
3072
|
:param index: Index, The index to move the modifier to
|
|
3069
3073
|
:type index: typing.Any
|
|
3074
|
+
:param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
|
|
3075
|
+
:type use_selected_objects: typing.Union[bool, typing.Any]
|
|
3070
3076
|
"""
|
|
3071
3077
|
|
|
3072
3078
|
...
|
|
3073
3079
|
|
|
3074
3080
|
def modifier_move_up(
|
|
3075
3081
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3076
|
-
execution_context: str = None,
|
|
3082
|
+
execution_context: typing.Union[str, int] = None,
|
|
3077
3083
|
undo: bool = None,
|
|
3078
3084
|
modifier: typing.Union[str, typing.Any] = "",
|
|
3079
3085
|
):
|
|
3080
3086
|
"""Move modifier up in the stack
|
|
3081
3087
|
|
|
3082
3088
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3083
|
-
:type execution_context: str
|
|
3089
|
+
:type execution_context: typing.Union[str, int]
|
|
3084
3090
|
:type undo: bool
|
|
3085
3091
|
:param modifier: Modifier, Name of the modifier to edit
|
|
3086
3092
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -3090,34 +3096,37 @@ def modifier_move_up(
|
|
|
3090
3096
|
|
|
3091
3097
|
def modifier_remove(
|
|
3092
3098
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3093
|
-
execution_context: str = None,
|
|
3099
|
+
execution_context: typing.Union[str, int] = None,
|
|
3094
3100
|
undo: bool = None,
|
|
3095
3101
|
modifier: typing.Union[str, typing.Any] = "",
|
|
3096
3102
|
report: typing.Union[bool, typing.Any] = False,
|
|
3103
|
+
use_selected_objects: typing.Union[bool, typing.Any] = False,
|
|
3097
3104
|
):
|
|
3098
3105
|
"""Remove a modifier from the active object
|
|
3099
3106
|
|
|
3100
3107
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3101
|
-
:type execution_context: str
|
|
3108
|
+
:type execution_context: typing.Union[str, int]
|
|
3102
3109
|
:type undo: bool
|
|
3103
3110
|
:param modifier: Modifier, Name of the modifier to edit
|
|
3104
3111
|
:type modifier: typing.Union[str, typing.Any]
|
|
3105
3112
|
:param report: Report, Create a notification after the operation
|
|
3106
3113
|
:type report: typing.Union[bool, typing.Any]
|
|
3114
|
+
:param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
|
|
3115
|
+
:type use_selected_objects: typing.Union[bool, typing.Any]
|
|
3107
3116
|
"""
|
|
3108
3117
|
|
|
3109
3118
|
...
|
|
3110
3119
|
|
|
3111
3120
|
def modifier_set_active(
|
|
3112
3121
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3113
|
-
execution_context: str = None,
|
|
3122
|
+
execution_context: typing.Union[str, int] = None,
|
|
3114
3123
|
undo: bool = None,
|
|
3115
3124
|
modifier: typing.Union[str, typing.Any] = "",
|
|
3116
3125
|
):
|
|
3117
3126
|
"""Activate the modifier to use as the context
|
|
3118
3127
|
|
|
3119
3128
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3120
|
-
:type execution_context: str
|
|
3129
|
+
:type execution_context: typing.Union[str, int]
|
|
3121
3130
|
:type undo: bool
|
|
3122
3131
|
:param modifier: Modifier, Name of the modifier to edit
|
|
3123
3132
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -3127,7 +3136,7 @@ def modifier_set_active(
|
|
|
3127
3136
|
|
|
3128
3137
|
def move_to_collection(
|
|
3129
3138
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3130
|
-
execution_context: str = None,
|
|
3139
|
+
execution_context: typing.Union[str, int] = None,
|
|
3131
3140
|
undo: bool = None,
|
|
3132
3141
|
collection_index: typing.Any = -1,
|
|
3133
3142
|
is_new: typing.Union[bool, typing.Any] = False,
|
|
@@ -3136,7 +3145,7 @@ def move_to_collection(
|
|
|
3136
3145
|
"""Move objects to a collection
|
|
3137
3146
|
|
|
3138
3147
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3139
|
-
:type execution_context: str
|
|
3148
|
+
:type execution_context: typing.Union[str, int]
|
|
3140
3149
|
:type undo: bool
|
|
3141
3150
|
:param collection_index: Collection Index, Index of the collection to move to
|
|
3142
3151
|
:type collection_index: typing.Any
|
|
@@ -3150,14 +3159,14 @@ def move_to_collection(
|
|
|
3150
3159
|
|
|
3151
3160
|
def multires_base_apply(
|
|
3152
3161
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3153
|
-
execution_context: str = None,
|
|
3162
|
+
execution_context: typing.Union[str, int] = None,
|
|
3154
3163
|
undo: bool = None,
|
|
3155
3164
|
modifier: typing.Union[str, typing.Any] = "",
|
|
3156
3165
|
):
|
|
3157
3166
|
"""Modify the base mesh to conform to the displaced mesh
|
|
3158
3167
|
|
|
3159
3168
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3160
|
-
:type execution_context: str
|
|
3169
|
+
:type execution_context: typing.Union[str, int]
|
|
3161
3170
|
:type undo: bool
|
|
3162
3171
|
:param modifier: Modifier, Name of the modifier to edit
|
|
3163
3172
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -3167,13 +3176,13 @@ def multires_base_apply(
|
|
|
3167
3176
|
|
|
3168
3177
|
def multires_external_pack(
|
|
3169
3178
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3170
|
-
execution_context: str = None,
|
|
3179
|
+
execution_context: typing.Union[str, int] = None,
|
|
3171
3180
|
undo: bool = None,
|
|
3172
3181
|
):
|
|
3173
3182
|
"""Pack displacements from an external file
|
|
3174
3183
|
|
|
3175
3184
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3176
|
-
:type execution_context: str
|
|
3185
|
+
:type execution_context: typing.Union[str, int]
|
|
3177
3186
|
:type undo: bool
|
|
3178
3187
|
"""
|
|
3179
3188
|
|
|
@@ -3181,7 +3190,7 @@ def multires_external_pack(
|
|
|
3181
3190
|
|
|
3182
3191
|
def multires_external_save(
|
|
3183
3192
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3184
|
-
execution_context: str = None,
|
|
3193
|
+
execution_context: typing.Union[str, int] = None,
|
|
3185
3194
|
undo: bool = None,
|
|
3186
3195
|
filepath: typing.Union[str, typing.Any] = "",
|
|
3187
3196
|
hide_props_region: typing.Union[bool, typing.Any] = True,
|
|
@@ -3212,7 +3221,7 @@ def multires_external_save(
|
|
|
3212
3221
|
"""Save displacements to an external file
|
|
3213
3222
|
|
|
3214
3223
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3215
|
-
:type execution_context: str
|
|
3224
|
+
:type execution_context: typing.Union[str, int]
|
|
3216
3225
|
:type undo: bool
|
|
3217
3226
|
:param filepath: File Path, Path to file
|
|
3218
3227
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -3282,14 +3291,14 @@ def multires_external_save(
|
|
|
3282
3291
|
|
|
3283
3292
|
def multires_higher_levels_delete(
|
|
3284
3293
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3285
|
-
execution_context: str = None,
|
|
3294
|
+
execution_context: typing.Union[str, int] = None,
|
|
3286
3295
|
undo: bool = None,
|
|
3287
3296
|
modifier: typing.Union[str, typing.Any] = "",
|
|
3288
3297
|
):
|
|
3289
3298
|
"""Deletes the higher resolution mesh, potential loss of detail
|
|
3290
3299
|
|
|
3291
3300
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3292
|
-
:type execution_context: str
|
|
3301
|
+
:type execution_context: typing.Union[str, int]
|
|
3293
3302
|
:type undo: bool
|
|
3294
3303
|
:param modifier: Modifier, Name of the modifier to edit
|
|
3295
3304
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -3299,14 +3308,14 @@ def multires_higher_levels_delete(
|
|
|
3299
3308
|
|
|
3300
3309
|
def multires_rebuild_subdiv(
|
|
3301
3310
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3302
|
-
execution_context: str = None,
|
|
3311
|
+
execution_context: typing.Union[str, int] = None,
|
|
3303
3312
|
undo: bool = None,
|
|
3304
3313
|
modifier: typing.Union[str, typing.Any] = "",
|
|
3305
3314
|
):
|
|
3306
3315
|
"""Rebuilds all possible subdivisions levels to generate a lower resolution base mesh
|
|
3307
3316
|
|
|
3308
3317
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3309
|
-
:type execution_context: str
|
|
3318
|
+
:type execution_context: typing.Union[str, int]
|
|
3310
3319
|
:type undo: bool
|
|
3311
3320
|
:param modifier: Modifier, Name of the modifier to edit
|
|
3312
3321
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -3316,14 +3325,14 @@ def multires_rebuild_subdiv(
|
|
|
3316
3325
|
|
|
3317
3326
|
def multires_reshape(
|
|
3318
3327
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3319
|
-
execution_context: str = None,
|
|
3328
|
+
execution_context: typing.Union[str, int] = None,
|
|
3320
3329
|
undo: bool = None,
|
|
3321
3330
|
modifier: typing.Union[str, typing.Any] = "",
|
|
3322
3331
|
):
|
|
3323
3332
|
"""Copy vertex coordinates from other object
|
|
3324
3333
|
|
|
3325
3334
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3326
|
-
:type execution_context: str
|
|
3335
|
+
:type execution_context: typing.Union[str, int]
|
|
3327
3336
|
:type undo: bool
|
|
3328
3337
|
:param modifier: Modifier, Name of the modifier to edit
|
|
3329
3338
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -3333,7 +3342,7 @@ def multires_reshape(
|
|
|
3333
3342
|
|
|
3334
3343
|
def multires_subdivide(
|
|
3335
3344
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3336
|
-
execution_context: str = None,
|
|
3345
|
+
execution_context: typing.Union[str, int] = None,
|
|
3337
3346
|
undo: bool = None,
|
|
3338
3347
|
modifier: typing.Union[str, typing.Any] = "",
|
|
3339
3348
|
mode: typing.Any = "CATMULL_CLARK",
|
|
@@ -3341,7 +3350,7 @@ def multires_subdivide(
|
|
|
3341
3350
|
"""Add a new level of subdivision
|
|
3342
3351
|
|
|
3343
3352
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3344
|
-
:type execution_context: str
|
|
3353
|
+
:type execution_context: typing.Union[str, int]
|
|
3345
3354
|
:type undo: bool
|
|
3346
3355
|
:param modifier: Modifier, Name of the modifier to edit
|
|
3347
3356
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -3362,14 +3371,14 @@ def multires_subdivide(
|
|
|
3362
3371
|
|
|
3363
3372
|
def multires_unsubdivide(
|
|
3364
3373
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3365
|
-
execution_context: str = None,
|
|
3374
|
+
execution_context: typing.Union[str, int] = None,
|
|
3366
3375
|
undo: bool = None,
|
|
3367
3376
|
modifier: typing.Union[str, typing.Any] = "",
|
|
3368
3377
|
):
|
|
3369
3378
|
"""Rebuild a lower subdivision level of the current base mesh
|
|
3370
3379
|
|
|
3371
3380
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3372
|
-
:type execution_context: str
|
|
3381
|
+
:type execution_context: typing.Union[str, int]
|
|
3373
3382
|
:type undo: bool
|
|
3374
3383
|
:param modifier: Modifier, Name of the modifier to edit
|
|
3375
3384
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -3379,7 +3388,7 @@ def multires_unsubdivide(
|
|
|
3379
3388
|
|
|
3380
3389
|
def ocean_bake(
|
|
3381
3390
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3382
|
-
execution_context: str = None,
|
|
3391
|
+
execution_context: typing.Union[str, int] = None,
|
|
3383
3392
|
undo: bool = None,
|
|
3384
3393
|
modifier: typing.Union[str, typing.Any] = "",
|
|
3385
3394
|
free: typing.Union[bool, typing.Any] = False,
|
|
@@ -3387,7 +3396,7 @@ def ocean_bake(
|
|
|
3387
3396
|
"""Bake an image sequence of ocean data
|
|
3388
3397
|
|
|
3389
3398
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3390
|
-
:type execution_context: str
|
|
3399
|
+
:type execution_context: typing.Union[str, int]
|
|
3391
3400
|
:type undo: bool
|
|
3392
3401
|
:param modifier: Modifier, Name of the modifier to edit
|
|
3393
3402
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -3399,13 +3408,13 @@ def ocean_bake(
|
|
|
3399
3408
|
|
|
3400
3409
|
def origin_clear(
|
|
3401
3410
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3402
|
-
execution_context: str = None,
|
|
3411
|
+
execution_context: typing.Union[str, int] = None,
|
|
3403
3412
|
undo: bool = None,
|
|
3404
3413
|
):
|
|
3405
3414
|
"""Clear the object's origin
|
|
3406
3415
|
|
|
3407
3416
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3408
|
-
:type execution_context: str
|
|
3417
|
+
:type execution_context: typing.Union[str, int]
|
|
3409
3418
|
:type undo: bool
|
|
3410
3419
|
"""
|
|
3411
3420
|
|
|
@@ -3413,7 +3422,7 @@ def origin_clear(
|
|
|
3413
3422
|
|
|
3414
3423
|
def origin_set(
|
|
3415
3424
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3416
|
-
execution_context: str = None,
|
|
3425
|
+
execution_context: typing.Union[str, int] = None,
|
|
3417
3426
|
undo: bool = None,
|
|
3418
3427
|
type: typing.Any = "GEOMETRY_ORIGIN",
|
|
3419
3428
|
center: typing.Any = "MEDIAN",
|
|
@@ -3421,7 +3430,7 @@ def origin_set(
|
|
|
3421
3430
|
"""Set the object's origin, by either moving the data, or set to center of data, or use 3D cursor
|
|
3422
3431
|
|
|
3423
3432
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3424
|
-
:type execution_context: str
|
|
3433
|
+
:type execution_context: typing.Union[str, int]
|
|
3425
3434
|
:type undo: bool
|
|
3426
3435
|
:param type: Type
|
|
3427
3436
|
|
|
@@ -3448,14 +3457,14 @@ def origin_set(
|
|
|
3448
3457
|
|
|
3449
3458
|
def parent_clear(
|
|
3450
3459
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3451
|
-
execution_context: str = None,
|
|
3460
|
+
execution_context: typing.Union[str, int] = None,
|
|
3452
3461
|
undo: bool = None,
|
|
3453
3462
|
type: typing.Any = "CLEAR",
|
|
3454
3463
|
):
|
|
3455
3464
|
"""Clear the object's parenting
|
|
3456
3465
|
|
|
3457
3466
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3458
|
-
:type execution_context: str
|
|
3467
|
+
:type execution_context: typing.Union[str, int]
|
|
3459
3468
|
:type undo: bool
|
|
3460
3469
|
:param type: Type
|
|
3461
3470
|
|
|
@@ -3474,13 +3483,13 @@ def parent_clear(
|
|
|
3474
3483
|
|
|
3475
3484
|
def parent_inverse_apply(
|
|
3476
3485
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3477
|
-
execution_context: str = None,
|
|
3486
|
+
execution_context: typing.Union[str, int] = None,
|
|
3478
3487
|
undo: bool = None,
|
|
3479
3488
|
):
|
|
3480
3489
|
"""Apply the object's parent inverse to its data
|
|
3481
3490
|
|
|
3482
3491
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3483
|
-
:type execution_context: str
|
|
3492
|
+
:type execution_context: typing.Union[str, int]
|
|
3484
3493
|
:type undo: bool
|
|
3485
3494
|
"""
|
|
3486
3495
|
|
|
@@ -3488,14 +3497,14 @@ def parent_inverse_apply(
|
|
|
3488
3497
|
|
|
3489
3498
|
def parent_no_inverse_set(
|
|
3490
3499
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3491
|
-
execution_context: str = None,
|
|
3500
|
+
execution_context: typing.Union[str, int] = None,
|
|
3492
3501
|
undo: bool = None,
|
|
3493
3502
|
keep_transform: typing.Union[bool, typing.Any] = False,
|
|
3494
3503
|
):
|
|
3495
3504
|
"""Set the object's parenting without setting the inverse parent correction
|
|
3496
3505
|
|
|
3497
3506
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3498
|
-
:type execution_context: str
|
|
3507
|
+
:type execution_context: typing.Union[str, int]
|
|
3499
3508
|
:type undo: bool
|
|
3500
3509
|
:param keep_transform: Keep Transform, Preserve the world transform throughout parenting
|
|
3501
3510
|
:type keep_transform: typing.Union[bool, typing.Any]
|
|
@@ -3505,7 +3514,7 @@ def parent_no_inverse_set(
|
|
|
3505
3514
|
|
|
3506
3515
|
def parent_set(
|
|
3507
3516
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3508
|
-
execution_context: str = None,
|
|
3517
|
+
execution_context: typing.Union[str, int] = None,
|
|
3509
3518
|
undo: bool = None,
|
|
3510
3519
|
type: typing.Any = "OBJECT",
|
|
3511
3520
|
xmirror: typing.Union[bool, typing.Any] = False,
|
|
@@ -3514,7 +3523,7 @@ def parent_set(
|
|
|
3514
3523
|
"""Set the object's parenting
|
|
3515
3524
|
|
|
3516
3525
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3517
|
-
:type execution_context: str
|
|
3526
|
+
:type execution_context: typing.Union[str, int]
|
|
3518
3527
|
:type undo: bool
|
|
3519
3528
|
:param type: Type
|
|
3520
3529
|
:type type: typing.Any
|
|
@@ -3528,13 +3537,13 @@ def parent_set(
|
|
|
3528
3537
|
|
|
3529
3538
|
def particle_system_add(
|
|
3530
3539
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3531
|
-
execution_context: str = None,
|
|
3540
|
+
execution_context: typing.Union[str, int] = None,
|
|
3532
3541
|
undo: bool = None,
|
|
3533
3542
|
):
|
|
3534
3543
|
"""Add a particle system
|
|
3535
3544
|
|
|
3536
3545
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3537
|
-
:type execution_context: str
|
|
3546
|
+
:type execution_context: typing.Union[str, int]
|
|
3538
3547
|
:type undo: bool
|
|
3539
3548
|
"""
|
|
3540
3549
|
|
|
@@ -3542,13 +3551,13 @@ def particle_system_add(
|
|
|
3542
3551
|
|
|
3543
3552
|
def particle_system_remove(
|
|
3544
3553
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3545
|
-
execution_context: str = None,
|
|
3554
|
+
execution_context: typing.Union[str, int] = None,
|
|
3546
3555
|
undo: bool = None,
|
|
3547
3556
|
):
|
|
3548
3557
|
"""Remove the selected particle system
|
|
3549
3558
|
|
|
3550
3559
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3551
|
-
:type execution_context: str
|
|
3560
|
+
:type execution_context: typing.Union[str, int]
|
|
3552
3561
|
:type undo: bool
|
|
3553
3562
|
"""
|
|
3554
3563
|
|
|
@@ -3556,7 +3565,7 @@ def particle_system_remove(
|
|
|
3556
3565
|
|
|
3557
3566
|
def paths_calculate(
|
|
3558
3567
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3559
|
-
execution_context: str = None,
|
|
3568
|
+
execution_context: typing.Union[str, int] = None,
|
|
3560
3569
|
undo: bool = None,
|
|
3561
3570
|
display_type: typing.Union[str, int] = "RANGE",
|
|
3562
3571
|
range: typing.Union[str, int] = "SCENE",
|
|
@@ -3564,7 +3573,7 @@ def paths_calculate(
|
|
|
3564
3573
|
"""Generate motion paths for the selected objects
|
|
3565
3574
|
|
|
3566
3575
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3567
|
-
:type execution_context: str
|
|
3576
|
+
:type execution_context: typing.Union[str, int]
|
|
3568
3577
|
:type undo: bool
|
|
3569
3578
|
:param display_type: Display type
|
|
3570
3579
|
:type display_type: typing.Union[str, int]
|
|
@@ -3576,14 +3585,14 @@ def paths_calculate(
|
|
|
3576
3585
|
|
|
3577
3586
|
def paths_clear(
|
|
3578
3587
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3579
|
-
execution_context: str = None,
|
|
3588
|
+
execution_context: typing.Union[str, int] = None,
|
|
3580
3589
|
undo: bool = None,
|
|
3581
3590
|
only_selected: typing.Union[bool, typing.Any] = False,
|
|
3582
3591
|
):
|
|
3583
3592
|
"""Undocumented, consider contributing.
|
|
3584
3593
|
|
|
3585
3594
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3586
|
-
:type execution_context: str
|
|
3595
|
+
:type execution_context: typing.Union[str, int]
|
|
3587
3596
|
:type undo: bool
|
|
3588
3597
|
:param only_selected: Only Selected, Only clear motion paths of selected objects
|
|
3589
3598
|
:type only_selected: typing.Union[bool, typing.Any]
|
|
@@ -3593,13 +3602,13 @@ def paths_clear(
|
|
|
3593
3602
|
|
|
3594
3603
|
def paths_update(
|
|
3595
3604
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3596
|
-
execution_context: str = None,
|
|
3605
|
+
execution_context: typing.Union[str, int] = None,
|
|
3597
3606
|
undo: bool = None,
|
|
3598
3607
|
):
|
|
3599
3608
|
"""Recalculate motion paths for selected objects
|
|
3600
3609
|
|
|
3601
3610
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3602
|
-
:type execution_context: str
|
|
3611
|
+
:type execution_context: typing.Union[str, int]
|
|
3603
3612
|
:type undo: bool
|
|
3604
3613
|
"""
|
|
3605
3614
|
|
|
@@ -3607,13 +3616,13 @@ def paths_update(
|
|
|
3607
3616
|
|
|
3608
3617
|
def paths_update_visible(
|
|
3609
3618
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3610
|
-
execution_context: str = None,
|
|
3619
|
+
execution_context: typing.Union[str, int] = None,
|
|
3611
3620
|
undo: bool = None,
|
|
3612
3621
|
):
|
|
3613
3622
|
"""Recalculate all visible motion paths for objects and poses
|
|
3614
3623
|
|
|
3615
3624
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3616
|
-
:type execution_context: str
|
|
3625
|
+
:type execution_context: typing.Union[str, int]
|
|
3617
3626
|
:type undo: bool
|
|
3618
3627
|
"""
|
|
3619
3628
|
|
|
@@ -3621,7 +3630,7 @@ def paths_update_visible(
|
|
|
3621
3630
|
|
|
3622
3631
|
def pointcloud_add(
|
|
3623
3632
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3624
|
-
execution_context: str = None,
|
|
3633
|
+
execution_context: typing.Union[str, int] = None,
|
|
3625
3634
|
undo: bool = None,
|
|
3626
3635
|
align: typing.Any = "WORLD",
|
|
3627
3636
|
location: typing.Any = (0.0, 0.0, 0.0),
|
|
@@ -3631,7 +3640,7 @@ def pointcloud_add(
|
|
|
3631
3640
|
"""Add a point cloud object to the scene
|
|
3632
3641
|
|
|
3633
3642
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3634
|
-
:type execution_context: str
|
|
3643
|
+
:type execution_context: typing.Union[str, int]
|
|
3635
3644
|
:type undo: bool
|
|
3636
3645
|
:param align: Align, The alignment of the new object
|
|
3637
3646
|
|
|
@@ -3656,13 +3665,13 @@ def pointcloud_add(
|
|
|
3656
3665
|
|
|
3657
3666
|
def posemode_toggle(
|
|
3658
3667
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3659
|
-
execution_context: str = None,
|
|
3668
|
+
execution_context: typing.Union[str, int] = None,
|
|
3660
3669
|
undo: bool = None,
|
|
3661
3670
|
):
|
|
3662
3671
|
"""Enable or disable posing/selecting bones
|
|
3663
3672
|
|
|
3664
3673
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3665
|
-
:type execution_context: str
|
|
3674
|
+
:type execution_context: typing.Union[str, int]
|
|
3666
3675
|
:type undo: bool
|
|
3667
3676
|
"""
|
|
3668
3677
|
|
|
@@ -3670,7 +3679,7 @@ def posemode_toggle(
|
|
|
3670
3679
|
|
|
3671
3680
|
def quadriflow_remesh(
|
|
3672
3681
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3673
|
-
execution_context: str = None,
|
|
3682
|
+
execution_context: typing.Union[str, int] = None,
|
|
3674
3683
|
undo: bool = None,
|
|
3675
3684
|
use_mesh_symmetry: typing.Union[bool, typing.Any] = True,
|
|
3676
3685
|
use_preserve_sharp: typing.Union[bool, typing.Any] = False,
|
|
@@ -3687,7 +3696,7 @@ def quadriflow_remesh(
|
|
|
3687
3696
|
"""Create a new quad based mesh using the surface data of the current mesh. All data layers will be lost
|
|
3688
3697
|
|
|
3689
3698
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3690
|
-
:type execution_context: str
|
|
3699
|
+
:type execution_context: typing.Union[str, int]
|
|
3691
3700
|
:type undo: bool
|
|
3692
3701
|
:param use_mesh_symmetry: Use Mesh Symmetry, Generates a symmetrical mesh using the mesh symmetry configuration
|
|
3693
3702
|
:type use_mesh_symmetry: typing.Union[bool, typing.Any]
|
|
@@ -3726,7 +3735,7 @@ def quadriflow_remesh(
|
|
|
3726
3735
|
|
|
3727
3736
|
def quick_explode(
|
|
3728
3737
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3729
|
-
execution_context: str = None,
|
|
3738
|
+
execution_context: typing.Union[str, int] = None,
|
|
3730
3739
|
undo: bool = None,
|
|
3731
3740
|
style: typing.Any = "EXPLODE",
|
|
3732
3741
|
amount: typing.Any = 100,
|
|
@@ -3739,7 +3748,7 @@ def quick_explode(
|
|
|
3739
3748
|
"""Make selected objects explode
|
|
3740
3749
|
|
|
3741
3750
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3742
|
-
:type execution_context: str
|
|
3751
|
+
:type execution_context: typing.Union[str, int]
|
|
3743
3752
|
:type undo: bool
|
|
3744
3753
|
:param style: Explode Style
|
|
3745
3754
|
:type style: typing.Any
|
|
@@ -3761,7 +3770,7 @@ def quick_explode(
|
|
|
3761
3770
|
|
|
3762
3771
|
def quick_fur(
|
|
3763
3772
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3764
|
-
execution_context: str = None,
|
|
3773
|
+
execution_context: typing.Union[str, int] = None,
|
|
3765
3774
|
undo: bool = None,
|
|
3766
3775
|
density: typing.Any = "MEDIUM",
|
|
3767
3776
|
length: typing.Any = 0.1,
|
|
@@ -3774,7 +3783,7 @@ def quick_fur(
|
|
|
3774
3783
|
"""Add a fur setup to the selected objects
|
|
3775
3784
|
|
|
3776
3785
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3777
|
-
:type execution_context: str
|
|
3786
|
+
:type execution_context: typing.Union[str, int]
|
|
3778
3787
|
:type undo: bool
|
|
3779
3788
|
:param density: Density
|
|
3780
3789
|
:type density: typing.Any
|
|
@@ -3796,14 +3805,14 @@ def quick_fur(
|
|
|
3796
3805
|
|
|
3797
3806
|
def quick_liquid(
|
|
3798
3807
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3799
|
-
execution_context: str = None,
|
|
3808
|
+
execution_context: typing.Union[str, int] = None,
|
|
3800
3809
|
undo: bool = None,
|
|
3801
3810
|
show_flows: typing.Union[bool, typing.Any] = False,
|
|
3802
3811
|
):
|
|
3803
3812
|
"""Make selected objects liquid
|
|
3804
3813
|
|
|
3805
3814
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3806
|
-
:type execution_context: str
|
|
3815
|
+
:type execution_context: typing.Union[str, int]
|
|
3807
3816
|
:type undo: bool
|
|
3808
3817
|
:param show_flows: Render Liquid Objects, Keep the liquid objects visible during rendering
|
|
3809
3818
|
:type show_flows: typing.Union[bool, typing.Any]
|
|
@@ -3813,7 +3822,7 @@ def quick_liquid(
|
|
|
3813
3822
|
|
|
3814
3823
|
def quick_smoke(
|
|
3815
3824
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3816
|
-
execution_context: str = None,
|
|
3825
|
+
execution_context: typing.Union[str, int] = None,
|
|
3817
3826
|
undo: bool = None,
|
|
3818
3827
|
style: typing.Any = "SMOKE",
|
|
3819
3828
|
show_flows: typing.Union[bool, typing.Any] = False,
|
|
@@ -3821,7 +3830,7 @@ def quick_smoke(
|
|
|
3821
3830
|
"""Use selected objects as smoke emitters
|
|
3822
3831
|
|
|
3823
3832
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3824
|
-
:type execution_context: str
|
|
3833
|
+
:type execution_context: typing.Union[str, int]
|
|
3825
3834
|
:type undo: bool
|
|
3826
3835
|
:param style: Smoke Style
|
|
3827
3836
|
:type style: typing.Any
|
|
@@ -3833,7 +3842,7 @@ def quick_smoke(
|
|
|
3833
3842
|
|
|
3834
3843
|
def randomize_transform(
|
|
3835
3844
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3836
|
-
execution_context: str = None,
|
|
3845
|
+
execution_context: typing.Union[str, int] = None,
|
|
3837
3846
|
undo: bool = None,
|
|
3838
3847
|
random_seed: typing.Any = 0,
|
|
3839
3848
|
use_delta: typing.Union[bool, typing.Any] = False,
|
|
@@ -3848,7 +3857,7 @@ def randomize_transform(
|
|
|
3848
3857
|
"""Randomize objects location, rotation, and scale
|
|
3849
3858
|
|
|
3850
3859
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3851
|
-
:type execution_context: str
|
|
3860
|
+
:type execution_context: typing.Union[str, int]
|
|
3852
3861
|
:type undo: bool
|
|
3853
3862
|
:param random_seed: Random Seed, Seed value for the random generator
|
|
3854
3863
|
:type random_seed: typing.Any
|
|
@@ -3874,13 +3883,13 @@ def randomize_transform(
|
|
|
3874
3883
|
|
|
3875
3884
|
def reset_override_library(
|
|
3876
3885
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3877
|
-
execution_context: str = None,
|
|
3886
|
+
execution_context: typing.Union[str, int] = None,
|
|
3878
3887
|
undo: bool = None,
|
|
3879
3888
|
):
|
|
3880
3889
|
"""Reset the selected local overrides to their linked references values
|
|
3881
3890
|
|
|
3882
3891
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3883
|
-
:type execution_context: str
|
|
3892
|
+
:type execution_context: typing.Union[str, int]
|
|
3884
3893
|
:type undo: bool
|
|
3885
3894
|
"""
|
|
3886
3895
|
|
|
@@ -3888,14 +3897,14 @@ def reset_override_library(
|
|
|
3888
3897
|
|
|
3889
3898
|
def rotation_clear(
|
|
3890
3899
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3891
|
-
execution_context: str = None,
|
|
3900
|
+
execution_context: typing.Union[str, int] = None,
|
|
3892
3901
|
undo: bool = None,
|
|
3893
3902
|
clear_delta: typing.Union[bool, typing.Any] = False,
|
|
3894
3903
|
):
|
|
3895
3904
|
"""Clear the object's rotation
|
|
3896
3905
|
|
|
3897
3906
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3898
|
-
:type execution_context: str
|
|
3907
|
+
:type execution_context: typing.Union[str, int]
|
|
3899
3908
|
:type undo: bool
|
|
3900
3909
|
:param clear_delta: Clear Delta, Clear delta rotation in addition to clearing the normal rotation transform
|
|
3901
3910
|
:type clear_delta: typing.Union[bool, typing.Any]
|
|
@@ -3905,14 +3914,14 @@ def rotation_clear(
|
|
|
3905
3914
|
|
|
3906
3915
|
def scale_clear(
|
|
3907
3916
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3908
|
-
execution_context: str = None,
|
|
3917
|
+
execution_context: typing.Union[str, int] = None,
|
|
3909
3918
|
undo: bool = None,
|
|
3910
3919
|
clear_delta: typing.Union[bool, typing.Any] = False,
|
|
3911
3920
|
):
|
|
3912
3921
|
"""Clear the object's scale
|
|
3913
3922
|
|
|
3914
3923
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3915
|
-
:type execution_context: str
|
|
3924
|
+
:type execution_context: typing.Union[str, int]
|
|
3916
3925
|
:type undo: bool
|
|
3917
3926
|
:param clear_delta: Clear Delta, Clear delta scale in addition to clearing the normal scale transform
|
|
3918
3927
|
:type clear_delta: typing.Union[bool, typing.Any]
|
|
@@ -3922,14 +3931,14 @@ def scale_clear(
|
|
|
3922
3931
|
|
|
3923
3932
|
def select_all(
|
|
3924
3933
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3925
|
-
execution_context: str = None,
|
|
3934
|
+
execution_context: typing.Union[str, int] = None,
|
|
3926
3935
|
undo: bool = None,
|
|
3927
3936
|
action: typing.Any = "TOGGLE",
|
|
3928
3937
|
):
|
|
3929
3938
|
"""Change selection of all visible objects in scene
|
|
3930
3939
|
|
|
3931
3940
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3932
|
-
:type execution_context: str
|
|
3941
|
+
:type execution_context: typing.Union[str, int]
|
|
3933
3942
|
:type undo: bool
|
|
3934
3943
|
:param action: Action, Selection action to execute
|
|
3935
3944
|
|
|
@@ -3951,7 +3960,7 @@ def select_all(
|
|
|
3951
3960
|
|
|
3952
3961
|
def select_by_type(
|
|
3953
3962
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3954
|
-
execution_context: str = None,
|
|
3963
|
+
execution_context: typing.Union[str, int] = None,
|
|
3955
3964
|
undo: bool = None,
|
|
3956
3965
|
extend: typing.Union[bool, typing.Any] = False,
|
|
3957
3966
|
type: typing.Union[str, int] = "MESH",
|
|
@@ -3959,7 +3968,7 @@ def select_by_type(
|
|
|
3959
3968
|
"""Select all visible objects that are of a type
|
|
3960
3969
|
|
|
3961
3970
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3962
|
-
:type execution_context: str
|
|
3971
|
+
:type execution_context: typing.Union[str, int]
|
|
3963
3972
|
:type undo: bool
|
|
3964
3973
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
3965
3974
|
:type extend: typing.Union[bool, typing.Any]
|
|
@@ -3971,14 +3980,14 @@ def select_by_type(
|
|
|
3971
3980
|
|
|
3972
3981
|
def select_camera(
|
|
3973
3982
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3974
|
-
execution_context: str = None,
|
|
3983
|
+
execution_context: typing.Union[str, int] = None,
|
|
3975
3984
|
undo: bool = None,
|
|
3976
3985
|
extend: typing.Union[bool, typing.Any] = False,
|
|
3977
3986
|
):
|
|
3978
3987
|
"""Select the active camera
|
|
3979
3988
|
|
|
3980
3989
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3981
|
-
:type execution_context: str
|
|
3990
|
+
:type execution_context: typing.Union[str, int]
|
|
3982
3991
|
:type undo: bool
|
|
3983
3992
|
:param extend: Extend, Extend the selection
|
|
3984
3993
|
:type extend: typing.Union[bool, typing.Any]
|
|
@@ -3988,7 +3997,7 @@ def select_camera(
|
|
|
3988
3997
|
|
|
3989
3998
|
def select_grouped(
|
|
3990
3999
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3991
|
-
execution_context: str = None,
|
|
4000
|
+
execution_context: typing.Union[str, int] = None,
|
|
3992
4001
|
undo: bool = None,
|
|
3993
4002
|
extend: typing.Union[bool, typing.Any] = False,
|
|
3994
4003
|
type: typing.Any = "CHILDREN_RECURSIVE",
|
|
@@ -3996,7 +4005,7 @@ def select_grouped(
|
|
|
3996
4005
|
"""Select all visible objects grouped by various properties
|
|
3997
4006
|
|
|
3998
4007
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3999
|
-
:type execution_context: str
|
|
4008
|
+
:type execution_context: typing.Union[str, int]
|
|
4000
4009
|
:type undo: bool
|
|
4001
4010
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
4002
4011
|
:type extend: typing.Union[bool, typing.Any]
|
|
@@ -4041,7 +4050,7 @@ def select_grouped(
|
|
|
4041
4050
|
|
|
4042
4051
|
def select_hierarchy(
|
|
4043
4052
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4044
|
-
execution_context: str = None,
|
|
4053
|
+
execution_context: typing.Union[str, int] = None,
|
|
4045
4054
|
undo: bool = None,
|
|
4046
4055
|
direction: typing.Any = "PARENT",
|
|
4047
4056
|
extend: typing.Union[bool, typing.Any] = False,
|
|
@@ -4049,7 +4058,7 @@ def select_hierarchy(
|
|
|
4049
4058
|
"""Select object relative to the active object's position in the hierarchy
|
|
4050
4059
|
|
|
4051
4060
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4052
|
-
:type execution_context: str
|
|
4061
|
+
:type execution_context: typing.Union[str, int]
|
|
4053
4062
|
:type undo: bool
|
|
4054
4063
|
:param direction: Direction, Direction to select in the hierarchy
|
|
4055
4064
|
:type direction: typing.Any
|
|
@@ -4061,13 +4070,13 @@ def select_hierarchy(
|
|
|
4061
4070
|
|
|
4062
4071
|
def select_less(
|
|
4063
4072
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4064
|
-
execution_context: str = None,
|
|
4073
|
+
execution_context: typing.Union[str, int] = None,
|
|
4065
4074
|
undo: bool = None,
|
|
4066
4075
|
):
|
|
4067
4076
|
"""Deselect objects at the boundaries of parent/child relationships
|
|
4068
4077
|
|
|
4069
4078
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4070
|
-
:type execution_context: str
|
|
4079
|
+
:type execution_context: typing.Union[str, int]
|
|
4071
4080
|
:type undo: bool
|
|
4072
4081
|
"""
|
|
4073
4082
|
|
|
@@ -4075,7 +4084,7 @@ def select_less(
|
|
|
4075
4084
|
|
|
4076
4085
|
def select_linked(
|
|
4077
4086
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4078
|
-
execution_context: str = None,
|
|
4087
|
+
execution_context: typing.Union[str, int] = None,
|
|
4079
4088
|
undo: bool = None,
|
|
4080
4089
|
extend: typing.Union[bool, typing.Any] = False,
|
|
4081
4090
|
type: typing.Any = "OBDATA",
|
|
@@ -4083,7 +4092,7 @@ def select_linked(
|
|
|
4083
4092
|
"""Select all visible objects that are linked
|
|
4084
4093
|
|
|
4085
4094
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4086
|
-
:type execution_context: str
|
|
4095
|
+
:type execution_context: typing.Union[str, int]
|
|
4087
4096
|
:type undo: bool
|
|
4088
4097
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
4089
4098
|
:type extend: typing.Union[bool, typing.Any]
|
|
@@ -4095,14 +4104,14 @@ def select_linked(
|
|
|
4095
4104
|
|
|
4096
4105
|
def select_mirror(
|
|
4097
4106
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4098
|
-
execution_context: str = None,
|
|
4107
|
+
execution_context: typing.Union[str, int] = None,
|
|
4099
4108
|
undo: bool = None,
|
|
4100
4109
|
extend: typing.Union[bool, typing.Any] = False,
|
|
4101
4110
|
):
|
|
4102
4111
|
"""Select the mirror objects of the selected object e.g. "L.sword" and "R.sword"
|
|
4103
4112
|
|
|
4104
4113
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4105
|
-
:type execution_context: str
|
|
4114
|
+
:type execution_context: typing.Union[str, int]
|
|
4106
4115
|
:type undo: bool
|
|
4107
4116
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
4108
4117
|
:type extend: typing.Union[bool, typing.Any]
|
|
@@ -4112,13 +4121,13 @@ def select_mirror(
|
|
|
4112
4121
|
|
|
4113
4122
|
def select_more(
|
|
4114
4123
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4115
|
-
execution_context: str = None,
|
|
4124
|
+
execution_context: typing.Union[str, int] = None,
|
|
4116
4125
|
undo: bool = None,
|
|
4117
4126
|
):
|
|
4118
4127
|
"""Select connected parent/child objects
|
|
4119
4128
|
|
|
4120
4129
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4121
|
-
:type execution_context: str
|
|
4130
|
+
:type execution_context: typing.Union[str, int]
|
|
4122
4131
|
:type undo: bool
|
|
4123
4132
|
"""
|
|
4124
4133
|
|
|
@@ -4126,7 +4135,7 @@ def select_more(
|
|
|
4126
4135
|
|
|
4127
4136
|
def select_pattern(
|
|
4128
4137
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4129
|
-
execution_context: str = None,
|
|
4138
|
+
execution_context: typing.Union[str, int] = None,
|
|
4130
4139
|
undo: bool = None,
|
|
4131
4140
|
pattern: typing.Union[str, typing.Any] = "*",
|
|
4132
4141
|
case_sensitive: typing.Union[bool, typing.Any] = False,
|
|
@@ -4135,7 +4144,7 @@ def select_pattern(
|
|
|
4135
4144
|
"""Select objects matching a naming pattern
|
|
4136
4145
|
|
|
4137
4146
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4138
|
-
:type execution_context: str
|
|
4147
|
+
:type execution_context: typing.Union[str, int]
|
|
4139
4148
|
:type undo: bool
|
|
4140
4149
|
:param pattern: Pattern, Name filter using '*', '?' and '[abc]' unix style wildcards
|
|
4141
4150
|
:type pattern: typing.Union[str, typing.Any]
|
|
@@ -4149,7 +4158,7 @@ def select_pattern(
|
|
|
4149
4158
|
|
|
4150
4159
|
def select_random(
|
|
4151
4160
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4152
|
-
execution_context: str = None,
|
|
4161
|
+
execution_context: typing.Union[str, int] = None,
|
|
4153
4162
|
undo: bool = None,
|
|
4154
4163
|
ratio: typing.Any = 0.5,
|
|
4155
4164
|
seed: typing.Any = 0,
|
|
@@ -4158,7 +4167,7 @@ def select_random(
|
|
|
4158
4167
|
"""Select or deselect random visible objects
|
|
4159
4168
|
|
|
4160
4169
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4161
|
-
:type execution_context: str
|
|
4170
|
+
:type execution_context: typing.Union[str, int]
|
|
4162
4171
|
:type undo: bool
|
|
4163
4172
|
:param ratio: Ratio, Portion of items to select randomly
|
|
4164
4173
|
:type ratio: typing.Any
|
|
@@ -4178,14 +4187,14 @@ def select_random(
|
|
|
4178
4187
|
|
|
4179
4188
|
def select_same_collection(
|
|
4180
4189
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4181
|
-
execution_context: str = None,
|
|
4190
|
+
execution_context: typing.Union[str, int] = None,
|
|
4182
4191
|
undo: bool = None,
|
|
4183
4192
|
collection: typing.Union[str, typing.Any] = "",
|
|
4184
4193
|
):
|
|
4185
4194
|
"""Select object in the same collection
|
|
4186
4195
|
|
|
4187
4196
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4188
|
-
:type execution_context: str
|
|
4197
|
+
:type execution_context: typing.Union[str, int]
|
|
4189
4198
|
:type undo: bool
|
|
4190
4199
|
:param collection: Collection, Name of the collection to select
|
|
4191
4200
|
:type collection: typing.Union[str, typing.Any]
|
|
@@ -4195,14 +4204,14 @@ def select_same_collection(
|
|
|
4195
4204
|
|
|
4196
4205
|
def shade_flat(
|
|
4197
4206
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4198
|
-
execution_context: str = None,
|
|
4207
|
+
execution_context: typing.Union[str, int] = None,
|
|
4199
4208
|
undo: bool = None,
|
|
4200
4209
|
keep_sharp_edges: typing.Union[bool, typing.Any] = True,
|
|
4201
4210
|
):
|
|
4202
4211
|
"""Render and display faces uniform, using face normals
|
|
4203
4212
|
|
|
4204
4213
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4205
|
-
:type execution_context: str
|
|
4214
|
+
:type execution_context: typing.Union[str, int]
|
|
4206
4215
|
:type undo: bool
|
|
4207
4216
|
:param keep_sharp_edges: Keep Sharp Edges, Don't remove sharp edges, which are redundant with faces shaded smooth
|
|
4208
4217
|
:type keep_sharp_edges: typing.Union[bool, typing.Any]
|
|
@@ -4212,14 +4221,14 @@ def shade_flat(
|
|
|
4212
4221
|
|
|
4213
4222
|
def shade_smooth(
|
|
4214
4223
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4215
|
-
execution_context: str = None,
|
|
4224
|
+
execution_context: typing.Union[str, int] = None,
|
|
4216
4225
|
undo: bool = None,
|
|
4217
4226
|
keep_sharp_edges: typing.Union[bool, typing.Any] = True,
|
|
4218
4227
|
):
|
|
4219
4228
|
"""Render and display faces smooth, using interpolated vertex normals
|
|
4220
4229
|
|
|
4221
4230
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4222
|
-
:type execution_context: str
|
|
4231
|
+
:type execution_context: typing.Union[str, int]
|
|
4223
4232
|
:type undo: bool
|
|
4224
4233
|
:param keep_sharp_edges: Keep Sharp Edges, Don't remove sharp edges. Tagged edges will remain sharp
|
|
4225
4234
|
:type keep_sharp_edges: typing.Union[bool, typing.Any]
|
|
@@ -4229,7 +4238,7 @@ def shade_smooth(
|
|
|
4229
4238
|
|
|
4230
4239
|
def shade_smooth_by_angle(
|
|
4231
4240
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4232
|
-
execution_context: str = None,
|
|
4241
|
+
execution_context: typing.Union[str, int] = None,
|
|
4233
4242
|
undo: bool = None,
|
|
4234
4243
|
angle: typing.Any = 0.523599,
|
|
4235
4244
|
keep_sharp_edges: typing.Union[bool, typing.Any] = True,
|
|
@@ -4237,7 +4246,7 @@ def shade_smooth_by_angle(
|
|
|
4237
4246
|
"""Set the sharpness of mesh edges based on the angle between the neighboring faces
|
|
4238
4247
|
|
|
4239
4248
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4240
|
-
:type execution_context: str
|
|
4249
|
+
:type execution_context: typing.Union[str, int]
|
|
4241
4250
|
:type undo: bool
|
|
4242
4251
|
:param angle: Angle, Maximum angle between face normals that will be considered as smooth
|
|
4243
4252
|
:type angle: typing.Any
|
|
@@ -4249,14 +4258,14 @@ def shade_smooth_by_angle(
|
|
|
4249
4258
|
|
|
4250
4259
|
def shaderfx_add(
|
|
4251
4260
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4252
|
-
execution_context: str = None,
|
|
4261
|
+
execution_context: typing.Union[str, int] = None,
|
|
4253
4262
|
undo: bool = None,
|
|
4254
4263
|
type: typing.Union[str, int] = "FX_BLUR",
|
|
4255
4264
|
):
|
|
4256
4265
|
"""Add a visual effect to the active object
|
|
4257
4266
|
|
|
4258
4267
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4259
|
-
:type execution_context: str
|
|
4268
|
+
:type execution_context: typing.Union[str, int]
|
|
4260
4269
|
:type undo: bool
|
|
4261
4270
|
:param type: Type
|
|
4262
4271
|
:type type: typing.Union[str, int]
|
|
@@ -4266,14 +4275,14 @@ def shaderfx_add(
|
|
|
4266
4275
|
|
|
4267
4276
|
def shaderfx_copy(
|
|
4268
4277
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4269
|
-
execution_context: str = None,
|
|
4278
|
+
execution_context: typing.Union[str, int] = None,
|
|
4270
4279
|
undo: bool = None,
|
|
4271
4280
|
shaderfx: typing.Union[str, typing.Any] = "",
|
|
4272
4281
|
):
|
|
4273
4282
|
"""Duplicate effect at the same position in the stack
|
|
4274
4283
|
|
|
4275
4284
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4276
|
-
:type execution_context: str
|
|
4285
|
+
:type execution_context: typing.Union[str, int]
|
|
4277
4286
|
:type undo: bool
|
|
4278
4287
|
:param shaderfx: Shader, Name of the shaderfx to edit
|
|
4279
4288
|
:type shaderfx: typing.Union[str, typing.Any]
|
|
@@ -4283,14 +4292,14 @@ def shaderfx_copy(
|
|
|
4283
4292
|
|
|
4284
4293
|
def shaderfx_move_down(
|
|
4285
4294
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4286
|
-
execution_context: str = None,
|
|
4295
|
+
execution_context: typing.Union[str, int] = None,
|
|
4287
4296
|
undo: bool = None,
|
|
4288
4297
|
shaderfx: typing.Union[str, typing.Any] = "",
|
|
4289
4298
|
):
|
|
4290
4299
|
"""Move effect down in the stack
|
|
4291
4300
|
|
|
4292
4301
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4293
|
-
:type execution_context: str
|
|
4302
|
+
:type execution_context: typing.Union[str, int]
|
|
4294
4303
|
:type undo: bool
|
|
4295
4304
|
:param shaderfx: Shader, Name of the shaderfx to edit
|
|
4296
4305
|
:type shaderfx: typing.Union[str, typing.Any]
|
|
@@ -4300,7 +4309,7 @@ def shaderfx_move_down(
|
|
|
4300
4309
|
|
|
4301
4310
|
def shaderfx_move_to_index(
|
|
4302
4311
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4303
|
-
execution_context: str = None,
|
|
4312
|
+
execution_context: typing.Union[str, int] = None,
|
|
4304
4313
|
undo: bool = None,
|
|
4305
4314
|
shaderfx: typing.Union[str, typing.Any] = "",
|
|
4306
4315
|
index: typing.Any = 0,
|
|
@@ -4308,7 +4317,7 @@ def shaderfx_move_to_index(
|
|
|
4308
4317
|
"""Change the effect's position in the list so it evaluates after the set number of others
|
|
4309
4318
|
|
|
4310
4319
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4311
|
-
:type execution_context: str
|
|
4320
|
+
:type execution_context: typing.Union[str, int]
|
|
4312
4321
|
:type undo: bool
|
|
4313
4322
|
:param shaderfx: Shader, Name of the shaderfx to edit
|
|
4314
4323
|
:type shaderfx: typing.Union[str, typing.Any]
|
|
@@ -4320,14 +4329,14 @@ def shaderfx_move_to_index(
|
|
|
4320
4329
|
|
|
4321
4330
|
def shaderfx_move_up(
|
|
4322
4331
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4323
|
-
execution_context: str = None,
|
|
4332
|
+
execution_context: typing.Union[str, int] = None,
|
|
4324
4333
|
undo: bool = None,
|
|
4325
4334
|
shaderfx: typing.Union[str, typing.Any] = "",
|
|
4326
4335
|
):
|
|
4327
4336
|
"""Move effect up in the stack
|
|
4328
4337
|
|
|
4329
4338
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4330
|
-
:type execution_context: str
|
|
4339
|
+
:type execution_context: typing.Union[str, int]
|
|
4331
4340
|
:type undo: bool
|
|
4332
4341
|
:param shaderfx: Shader, Name of the shaderfx to edit
|
|
4333
4342
|
:type shaderfx: typing.Union[str, typing.Any]
|
|
@@ -4337,7 +4346,7 @@ def shaderfx_move_up(
|
|
|
4337
4346
|
|
|
4338
4347
|
def shaderfx_remove(
|
|
4339
4348
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4340
|
-
execution_context: str = None,
|
|
4349
|
+
execution_context: typing.Union[str, int] = None,
|
|
4341
4350
|
undo: bool = None,
|
|
4342
4351
|
shaderfx: typing.Union[str, typing.Any] = "",
|
|
4343
4352
|
report: typing.Union[bool, typing.Any] = False,
|
|
@@ -4345,7 +4354,7 @@ def shaderfx_remove(
|
|
|
4345
4354
|
"""Remove a effect from the active grease pencil object
|
|
4346
4355
|
|
|
4347
4356
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4348
|
-
:type execution_context: str
|
|
4357
|
+
:type execution_context: typing.Union[str, int]
|
|
4349
4358
|
:type undo: bool
|
|
4350
4359
|
:param shaderfx: Shader, Name of the shaderfx to edit
|
|
4351
4360
|
:type shaderfx: typing.Union[str, typing.Any]
|
|
@@ -4357,14 +4366,14 @@ def shaderfx_remove(
|
|
|
4357
4366
|
|
|
4358
4367
|
def shape_key_add(
|
|
4359
4368
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4360
|
-
execution_context: str = None,
|
|
4369
|
+
execution_context: typing.Union[str, int] = None,
|
|
4361
4370
|
undo: bool = None,
|
|
4362
4371
|
from_mix: typing.Union[bool, typing.Any] = True,
|
|
4363
4372
|
):
|
|
4364
4373
|
"""Add shape key to the object
|
|
4365
4374
|
|
|
4366
4375
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4367
|
-
:type execution_context: str
|
|
4376
|
+
:type execution_context: typing.Union[str, int]
|
|
4368
4377
|
:type undo: bool
|
|
4369
4378
|
:param from_mix: From Mix, Create the new shape key from the existing mix of keys
|
|
4370
4379
|
:type from_mix: typing.Union[bool, typing.Any]
|
|
@@ -4374,13 +4383,13 @@ def shape_key_add(
|
|
|
4374
4383
|
|
|
4375
4384
|
def shape_key_clear(
|
|
4376
4385
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4377
|
-
execution_context: str = None,
|
|
4386
|
+
execution_context: typing.Union[str, int] = None,
|
|
4378
4387
|
undo: bool = None,
|
|
4379
4388
|
):
|
|
4380
4389
|
"""Clear weights for all shape keys
|
|
4381
4390
|
|
|
4382
4391
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4383
|
-
:type execution_context: str
|
|
4392
|
+
:type execution_context: typing.Union[str, int]
|
|
4384
4393
|
:type undo: bool
|
|
4385
4394
|
"""
|
|
4386
4395
|
|
|
@@ -4388,14 +4397,14 @@ def shape_key_clear(
|
|
|
4388
4397
|
|
|
4389
4398
|
def shape_key_lock(
|
|
4390
4399
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4391
|
-
execution_context: str = None,
|
|
4400
|
+
execution_context: typing.Union[str, int] = None,
|
|
4392
4401
|
undo: bool = None,
|
|
4393
4402
|
action: typing.Any = "LOCK",
|
|
4394
4403
|
):
|
|
4395
4404
|
"""Change the lock state of all shape keys of active object
|
|
4396
4405
|
|
|
4397
4406
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4398
|
-
:type execution_context: str
|
|
4407
|
+
:type execution_context: typing.Union[str, int]
|
|
4399
4408
|
:type undo: bool
|
|
4400
4409
|
:param action: Action, Lock action to execute on vertex groups
|
|
4401
4410
|
|
|
@@ -4411,14 +4420,14 @@ def shape_key_lock(
|
|
|
4411
4420
|
|
|
4412
4421
|
def shape_key_mirror(
|
|
4413
4422
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4414
|
-
execution_context: str = None,
|
|
4423
|
+
execution_context: typing.Union[str, int] = None,
|
|
4415
4424
|
undo: bool = None,
|
|
4416
4425
|
use_topology: typing.Union[bool, typing.Any] = False,
|
|
4417
4426
|
):
|
|
4418
4427
|
"""Mirror the current shape key along the local X axis
|
|
4419
4428
|
|
|
4420
4429
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4421
|
-
:type execution_context: str
|
|
4430
|
+
:type execution_context: typing.Union[str, int]
|
|
4422
4431
|
:type undo: bool
|
|
4423
4432
|
:param use_topology: Topology Mirror, Use topology based mirroring (for when both sides of mesh have matching, unique topology)
|
|
4424
4433
|
:type use_topology: typing.Union[bool, typing.Any]
|
|
@@ -4428,14 +4437,14 @@ def shape_key_mirror(
|
|
|
4428
4437
|
|
|
4429
4438
|
def shape_key_move(
|
|
4430
4439
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4431
|
-
execution_context: str = None,
|
|
4440
|
+
execution_context: typing.Union[str, int] = None,
|
|
4432
4441
|
undo: bool = None,
|
|
4433
4442
|
type: typing.Any = "TOP",
|
|
4434
4443
|
):
|
|
4435
4444
|
"""Move the active shape key up/down in the list
|
|
4436
4445
|
|
|
4437
4446
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4438
|
-
:type execution_context: str
|
|
4447
|
+
:type execution_context: typing.Union[str, int]
|
|
4439
4448
|
:type undo: bool
|
|
4440
4449
|
:param type: Type
|
|
4441
4450
|
|
|
@@ -4457,7 +4466,7 @@ def shape_key_move(
|
|
|
4457
4466
|
|
|
4458
4467
|
def shape_key_remove(
|
|
4459
4468
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4460
|
-
execution_context: str = None,
|
|
4469
|
+
execution_context: typing.Union[str, int] = None,
|
|
4461
4470
|
undo: bool = None,
|
|
4462
4471
|
all: typing.Union[bool, typing.Any] = False,
|
|
4463
4472
|
apply_mix: typing.Union[bool, typing.Any] = False,
|
|
@@ -4465,7 +4474,7 @@ def shape_key_remove(
|
|
|
4465
4474
|
"""Remove shape key from the object
|
|
4466
4475
|
|
|
4467
4476
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4468
|
-
:type execution_context: str
|
|
4477
|
+
:type execution_context: typing.Union[str, int]
|
|
4469
4478
|
:type undo: bool
|
|
4470
4479
|
:param all: All, Remove all shape keys
|
|
4471
4480
|
:type all: typing.Union[bool, typing.Any]
|
|
@@ -4477,13 +4486,13 @@ def shape_key_remove(
|
|
|
4477
4486
|
|
|
4478
4487
|
def shape_key_retime(
|
|
4479
4488
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4480
|
-
execution_context: str = None,
|
|
4489
|
+
execution_context: typing.Union[str, int] = None,
|
|
4481
4490
|
undo: bool = None,
|
|
4482
4491
|
):
|
|
4483
4492
|
"""Resets the timing for absolute shape keys
|
|
4484
4493
|
|
|
4485
4494
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4486
|
-
:type execution_context: str
|
|
4495
|
+
:type execution_context: typing.Union[str, int]
|
|
4487
4496
|
:type undo: bool
|
|
4488
4497
|
"""
|
|
4489
4498
|
|
|
@@ -4491,7 +4500,7 @@ def shape_key_retime(
|
|
|
4491
4500
|
|
|
4492
4501
|
def shape_key_transfer(
|
|
4493
4502
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4494
|
-
execution_context: str = None,
|
|
4503
|
+
execution_context: typing.Union[str, int] = None,
|
|
4495
4504
|
undo: bool = None,
|
|
4496
4505
|
mode: typing.Any = "OFFSET",
|
|
4497
4506
|
use_clamp: typing.Union[bool, typing.Any] = False,
|
|
@@ -4499,7 +4508,7 @@ def shape_key_transfer(
|
|
|
4499
4508
|
"""Copy the active shape key of another selected object to this one
|
|
4500
4509
|
|
|
4501
4510
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4502
|
-
:type execution_context: str
|
|
4511
|
+
:type execution_context: typing.Union[str, int]
|
|
4503
4512
|
:type undo: bool
|
|
4504
4513
|
:param mode: Transformation Mode, Relative shape positions to the new shape method
|
|
4505
4514
|
|
|
@@ -4520,14 +4529,14 @@ def shape_key_transfer(
|
|
|
4520
4529
|
|
|
4521
4530
|
def simulation_nodes_cache_bake(
|
|
4522
4531
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4523
|
-
execution_context: str = None,
|
|
4532
|
+
execution_context: typing.Union[str, int] = None,
|
|
4524
4533
|
undo: bool = None,
|
|
4525
4534
|
selected: typing.Union[bool, typing.Any] = False,
|
|
4526
4535
|
):
|
|
4527
4536
|
"""Bake simulations in geometry nodes modifiers
|
|
4528
4537
|
|
|
4529
4538
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4530
|
-
:type execution_context: str
|
|
4539
|
+
:type execution_context: typing.Union[str, int]
|
|
4531
4540
|
:type undo: bool
|
|
4532
4541
|
:param selected: Selected, Bake cache on all selected objects
|
|
4533
4542
|
:type selected: typing.Union[bool, typing.Any]
|
|
@@ -4537,14 +4546,14 @@ def simulation_nodes_cache_bake(
|
|
|
4537
4546
|
|
|
4538
4547
|
def simulation_nodes_cache_calculate_to_frame(
|
|
4539
4548
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4540
|
-
execution_context: str = None,
|
|
4549
|
+
execution_context: typing.Union[str, int] = None,
|
|
4541
4550
|
undo: bool = None,
|
|
4542
4551
|
selected: typing.Union[bool, typing.Any] = False,
|
|
4543
4552
|
):
|
|
4544
4553
|
"""Calculate simulations in geometry nodes modifiers from the start to current frame
|
|
4545
4554
|
|
|
4546
4555
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4547
|
-
:type execution_context: str
|
|
4556
|
+
:type execution_context: typing.Union[str, int]
|
|
4548
4557
|
:type undo: bool
|
|
4549
4558
|
:param selected: Selected, Calculate all selected objects instead of just the active object
|
|
4550
4559
|
:type selected: typing.Union[bool, typing.Any]
|
|
@@ -4554,14 +4563,14 @@ def simulation_nodes_cache_calculate_to_frame(
|
|
|
4554
4563
|
|
|
4555
4564
|
def simulation_nodes_cache_delete(
|
|
4556
4565
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4557
|
-
execution_context: str = None,
|
|
4566
|
+
execution_context: typing.Union[str, int] = None,
|
|
4558
4567
|
undo: bool = None,
|
|
4559
4568
|
selected: typing.Union[bool, typing.Any] = False,
|
|
4560
4569
|
):
|
|
4561
4570
|
"""Delete cached/baked simulations in geometry nodes modifiers
|
|
4562
4571
|
|
|
4563
4572
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4564
|
-
:type execution_context: str
|
|
4573
|
+
:type execution_context: typing.Union[str, int]
|
|
4565
4574
|
:type undo: bool
|
|
4566
4575
|
:param selected: Selected, Delete cache on all selected objects
|
|
4567
4576
|
:type selected: typing.Union[bool, typing.Any]
|
|
@@ -4571,14 +4580,14 @@ def simulation_nodes_cache_delete(
|
|
|
4571
4580
|
|
|
4572
4581
|
def skin_armature_create(
|
|
4573
4582
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4574
|
-
execution_context: str = None,
|
|
4583
|
+
execution_context: typing.Union[str, int] = None,
|
|
4575
4584
|
undo: bool = None,
|
|
4576
4585
|
modifier: typing.Union[str, typing.Any] = "",
|
|
4577
4586
|
):
|
|
4578
4587
|
"""Create an armature that parallels the skin layout
|
|
4579
4588
|
|
|
4580
4589
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4581
|
-
:type execution_context: str
|
|
4590
|
+
:type execution_context: typing.Union[str, int]
|
|
4582
4591
|
:type undo: bool
|
|
4583
4592
|
:param modifier: Modifier, Name of the modifier to edit
|
|
4584
4593
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -4588,14 +4597,14 @@ def skin_armature_create(
|
|
|
4588
4597
|
|
|
4589
4598
|
def skin_loose_mark_clear(
|
|
4590
4599
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4591
|
-
execution_context: str = None,
|
|
4600
|
+
execution_context: typing.Union[str, int] = None,
|
|
4592
4601
|
undo: bool = None,
|
|
4593
4602
|
action: typing.Any = "MARK",
|
|
4594
4603
|
):
|
|
4595
4604
|
"""Mark/clear selected vertices as loose
|
|
4596
4605
|
|
|
4597
4606
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4598
|
-
:type execution_context: str
|
|
4607
|
+
:type execution_context: typing.Union[str, int]
|
|
4599
4608
|
:type undo: bool
|
|
4600
4609
|
:param action: Action
|
|
4601
4610
|
|
|
@@ -4611,13 +4620,13 @@ def skin_loose_mark_clear(
|
|
|
4611
4620
|
|
|
4612
4621
|
def skin_radii_equalize(
|
|
4613
4622
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4614
|
-
execution_context: str = None,
|
|
4623
|
+
execution_context: typing.Union[str, int] = None,
|
|
4615
4624
|
undo: bool = None,
|
|
4616
4625
|
):
|
|
4617
4626
|
"""Make skin radii of selected vertices equal on each axis
|
|
4618
4627
|
|
|
4619
4628
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4620
|
-
:type execution_context: str
|
|
4629
|
+
:type execution_context: typing.Union[str, int]
|
|
4621
4630
|
:type undo: bool
|
|
4622
4631
|
"""
|
|
4623
4632
|
|
|
@@ -4625,13 +4634,13 @@ def skin_radii_equalize(
|
|
|
4625
4634
|
|
|
4626
4635
|
def skin_root_mark(
|
|
4627
4636
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4628
|
-
execution_context: str = None,
|
|
4637
|
+
execution_context: typing.Union[str, int] = None,
|
|
4629
4638
|
undo: bool = None,
|
|
4630
4639
|
):
|
|
4631
4640
|
"""Mark selected vertices as roots
|
|
4632
4641
|
|
|
4633
4642
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4634
|
-
:type execution_context: str
|
|
4643
|
+
:type execution_context: typing.Union[str, int]
|
|
4635
4644
|
:type undo: bool
|
|
4636
4645
|
"""
|
|
4637
4646
|
|
|
@@ -4639,7 +4648,7 @@ def skin_root_mark(
|
|
|
4639
4648
|
|
|
4640
4649
|
def speaker_add(
|
|
4641
4650
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4642
|
-
execution_context: str = None,
|
|
4651
|
+
execution_context: typing.Union[str, int] = None,
|
|
4643
4652
|
undo: bool = None,
|
|
4644
4653
|
enter_editmode: typing.Union[bool, typing.Any] = False,
|
|
4645
4654
|
align: typing.Any = "WORLD",
|
|
@@ -4650,7 +4659,7 @@ def speaker_add(
|
|
|
4650
4659
|
"""Add a speaker object to the scene
|
|
4651
4660
|
|
|
4652
4661
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4653
|
-
:type execution_context: str
|
|
4662
|
+
:type execution_context: typing.Union[str, int]
|
|
4654
4663
|
:type undo: bool
|
|
4655
4664
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
4656
4665
|
:type enter_editmode: typing.Union[bool, typing.Any]
|
|
@@ -4677,7 +4686,7 @@ def speaker_add(
|
|
|
4677
4686
|
|
|
4678
4687
|
def subdivision_set(
|
|
4679
4688
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4680
|
-
execution_context: str = None,
|
|
4689
|
+
execution_context: typing.Union[str, int] = None,
|
|
4681
4690
|
undo: bool = None,
|
|
4682
4691
|
level: typing.Any = 1,
|
|
4683
4692
|
relative: typing.Union[bool, typing.Any] = False,
|
|
@@ -4685,7 +4694,7 @@ def subdivision_set(
|
|
|
4685
4694
|
"""Sets a Subdivision Surface level (1 to 5)
|
|
4686
4695
|
|
|
4687
4696
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4688
|
-
:type execution_context: str
|
|
4697
|
+
:type execution_context: typing.Union[str, int]
|
|
4689
4698
|
:type undo: bool
|
|
4690
4699
|
:param level: Level
|
|
4691
4700
|
:type level: typing.Any
|
|
@@ -4697,14 +4706,14 @@ def subdivision_set(
|
|
|
4697
4706
|
|
|
4698
4707
|
def surfacedeform_bind(
|
|
4699
4708
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4700
|
-
execution_context: str = None,
|
|
4709
|
+
execution_context: typing.Union[str, int] = None,
|
|
4701
4710
|
undo: bool = None,
|
|
4702
4711
|
modifier: typing.Union[str, typing.Any] = "",
|
|
4703
4712
|
):
|
|
4704
4713
|
"""Bind mesh to target in surface deform modifier
|
|
4705
4714
|
|
|
4706
4715
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4707
|
-
:type execution_context: str
|
|
4716
|
+
:type execution_context: typing.Union[str, int]
|
|
4708
4717
|
:type undo: bool
|
|
4709
4718
|
:param modifier: Modifier, Name of the modifier to edit
|
|
4710
4719
|
:type modifier: typing.Union[str, typing.Any]
|
|
@@ -4714,7 +4723,7 @@ def surfacedeform_bind(
|
|
|
4714
4723
|
|
|
4715
4724
|
def text_add(
|
|
4716
4725
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4717
|
-
execution_context: str = None,
|
|
4726
|
+
execution_context: typing.Union[str, int] = None,
|
|
4718
4727
|
undo: bool = None,
|
|
4719
4728
|
radius: typing.Any = 1.0,
|
|
4720
4729
|
enter_editmode: typing.Union[bool, typing.Any] = False,
|
|
@@ -4726,7 +4735,7 @@ def text_add(
|
|
|
4726
4735
|
"""Add a text object to the scene
|
|
4727
4736
|
|
|
4728
4737
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4729
|
-
:type execution_context: str
|
|
4738
|
+
:type execution_context: typing.Union[str, int]
|
|
4730
4739
|
:type undo: bool
|
|
4731
4740
|
:param radius: Radius
|
|
4732
4741
|
:type radius: typing.Any
|
|
@@ -4755,14 +4764,14 @@ def text_add(
|
|
|
4755
4764
|
|
|
4756
4765
|
def track_clear(
|
|
4757
4766
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4758
|
-
execution_context: str = None,
|
|
4767
|
+
execution_context: typing.Union[str, int] = None,
|
|
4759
4768
|
undo: bool = None,
|
|
4760
4769
|
type: typing.Any = "CLEAR",
|
|
4761
4770
|
):
|
|
4762
4771
|
"""Clear tracking constraint or flag from object
|
|
4763
4772
|
|
|
4764
4773
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4765
|
-
:type execution_context: str
|
|
4774
|
+
:type execution_context: typing.Union[str, int]
|
|
4766
4775
|
:type undo: bool
|
|
4767
4776
|
:param type: Type
|
|
4768
4777
|
:type type: typing.Any
|
|
@@ -4772,14 +4781,14 @@ def track_clear(
|
|
|
4772
4781
|
|
|
4773
4782
|
def track_set(
|
|
4774
4783
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4775
|
-
execution_context: str = None,
|
|
4784
|
+
execution_context: typing.Union[str, int] = None,
|
|
4776
4785
|
undo: bool = None,
|
|
4777
4786
|
type: typing.Any = "DAMPTRACK",
|
|
4778
4787
|
):
|
|
4779
4788
|
"""Make the object track another object, using various methods/constraints
|
|
4780
4789
|
|
|
4781
4790
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4782
|
-
:type execution_context: str
|
|
4791
|
+
:type execution_context: typing.Union[str, int]
|
|
4783
4792
|
:type undo: bool
|
|
4784
4793
|
:param type: Type
|
|
4785
4794
|
:type type: typing.Any
|
|
@@ -4789,14 +4798,14 @@ def track_set(
|
|
|
4789
4798
|
|
|
4790
4799
|
def transfer_mode(
|
|
4791
4800
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4792
|
-
execution_context: str = None,
|
|
4801
|
+
execution_context: typing.Union[str, int] = None,
|
|
4793
4802
|
undo: bool = None,
|
|
4794
4803
|
use_flash_on_transfer: typing.Union[bool, typing.Any] = True,
|
|
4795
4804
|
):
|
|
4796
4805
|
"""Switches the active object and assigns the same mode to a new one under the mouse cursor, leaving the active mode in the current one
|
|
4797
4806
|
|
|
4798
4807
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4799
|
-
:type execution_context: str
|
|
4808
|
+
:type execution_context: typing.Union[str, int]
|
|
4800
4809
|
:type undo: bool
|
|
4801
4810
|
:param use_flash_on_transfer: Flash On Transfer, Flash the target object when transferring the mode
|
|
4802
4811
|
:type use_flash_on_transfer: typing.Union[bool, typing.Any]
|
|
@@ -4806,7 +4815,7 @@ def transfer_mode(
|
|
|
4806
4815
|
|
|
4807
4816
|
def transform_apply(
|
|
4808
4817
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4809
|
-
execution_context: str = None,
|
|
4818
|
+
execution_context: typing.Union[str, int] = None,
|
|
4810
4819
|
undo: bool = None,
|
|
4811
4820
|
location: typing.Union[bool, typing.Any] = True,
|
|
4812
4821
|
rotation: typing.Union[bool, typing.Any] = True,
|
|
@@ -4817,7 +4826,7 @@ def transform_apply(
|
|
|
4817
4826
|
"""Apply the object's transformation to its data
|
|
4818
4827
|
|
|
4819
4828
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4820
|
-
:type execution_context: str
|
|
4829
|
+
:type execution_context: typing.Union[str, int]
|
|
4821
4830
|
:type undo: bool
|
|
4822
4831
|
:param location: Location
|
|
4823
4832
|
:type location: typing.Union[bool, typing.Any]
|
|
@@ -4835,13 +4844,13 @@ def transform_apply(
|
|
|
4835
4844
|
|
|
4836
4845
|
def transform_axis_target(
|
|
4837
4846
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4838
|
-
execution_context: str = None,
|
|
4847
|
+
execution_context: typing.Union[str, int] = None,
|
|
4839
4848
|
undo: bool = None,
|
|
4840
4849
|
):
|
|
4841
4850
|
"""Interactively point cameras and lights to a location (Ctrl translates)
|
|
4842
4851
|
|
|
4843
4852
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4844
|
-
:type execution_context: str
|
|
4853
|
+
:type execution_context: typing.Union[str, int]
|
|
4845
4854
|
:type undo: bool
|
|
4846
4855
|
"""
|
|
4847
4856
|
|
|
@@ -4849,7 +4858,7 @@ def transform_axis_target(
|
|
|
4849
4858
|
|
|
4850
4859
|
def transform_to_mouse(
|
|
4851
4860
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4852
|
-
execution_context: str = None,
|
|
4861
|
+
execution_context: typing.Union[str, int] = None,
|
|
4853
4862
|
undo: bool = None,
|
|
4854
4863
|
name: typing.Union[str, typing.Any] = "",
|
|
4855
4864
|
session_uid: typing.Any = 0,
|
|
@@ -4865,7 +4874,7 @@ def transform_to_mouse(
|
|
|
4865
4874
|
"""Snap selected item(s) to the mouse location
|
|
4866
4875
|
|
|
4867
4876
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4868
|
-
:type execution_context: str
|
|
4877
|
+
:type execution_context: typing.Union[str, int]
|
|
4869
4878
|
:type undo: bool
|
|
4870
4879
|
:param name: Name, Object name to place (uses the active object when this and 'session_uid' are unset)
|
|
4871
4880
|
:type name: typing.Union[str, typing.Any]
|
|
@@ -4883,7 +4892,7 @@ def transform_to_mouse(
|
|
|
4883
4892
|
|
|
4884
4893
|
def transforms_to_deltas(
|
|
4885
4894
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4886
|
-
execution_context: str = None,
|
|
4895
|
+
execution_context: typing.Union[str, int] = None,
|
|
4887
4896
|
undo: bool = None,
|
|
4888
4897
|
mode: typing.Any = "ALL",
|
|
4889
4898
|
reset_values: typing.Union[bool, typing.Any] = True,
|
|
@@ -4891,7 +4900,7 @@ def transforms_to_deltas(
|
|
|
4891
4900
|
"""Convert normal object transforms to delta transforms, any existing delta transforms will be included as well
|
|
4892
4901
|
|
|
4893
4902
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4894
|
-
:type execution_context: str
|
|
4903
|
+
:type execution_context: typing.Union[str, int]
|
|
4895
4904
|
:type undo: bool
|
|
4896
4905
|
:param mode: Mode, Which transforms to transfer
|
|
4897
4906
|
|
|
@@ -4915,13 +4924,13 @@ def transforms_to_deltas(
|
|
|
4915
4924
|
|
|
4916
4925
|
def unlink_data(
|
|
4917
4926
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4918
|
-
execution_context: str = None,
|
|
4927
|
+
execution_context: typing.Union[str, int] = None,
|
|
4919
4928
|
undo: bool = None,
|
|
4920
4929
|
):
|
|
4921
4930
|
"""Undocumented, consider contributing.
|
|
4922
4931
|
|
|
4923
4932
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4924
|
-
:type execution_context: str
|
|
4933
|
+
:type execution_context: typing.Union[str, int]
|
|
4925
4934
|
:type undo: bool
|
|
4926
4935
|
"""
|
|
4927
4936
|
|
|
@@ -4929,13 +4938,13 @@ def unlink_data(
|
|
|
4929
4938
|
|
|
4930
4939
|
def vertex_group_add(
|
|
4931
4940
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4932
|
-
execution_context: str = None,
|
|
4941
|
+
execution_context: typing.Union[str, int] = None,
|
|
4933
4942
|
undo: bool = None,
|
|
4934
4943
|
):
|
|
4935
4944
|
"""Add a new vertex group to the active object
|
|
4936
4945
|
|
|
4937
4946
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4938
|
-
:type execution_context: str
|
|
4947
|
+
:type execution_context: typing.Union[str, int]
|
|
4939
4948
|
:type undo: bool
|
|
4940
4949
|
"""
|
|
4941
4950
|
|
|
@@ -4943,13 +4952,13 @@ def vertex_group_add(
|
|
|
4943
4952
|
|
|
4944
4953
|
def vertex_group_assign(
|
|
4945
4954
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4946
|
-
execution_context: str = None,
|
|
4955
|
+
execution_context: typing.Union[str, int] = None,
|
|
4947
4956
|
undo: bool = None,
|
|
4948
4957
|
):
|
|
4949
4958
|
"""Assign the selected vertices to the active vertex group
|
|
4950
4959
|
|
|
4951
4960
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4952
|
-
:type execution_context: str
|
|
4961
|
+
:type execution_context: typing.Union[str, int]
|
|
4953
4962
|
:type undo: bool
|
|
4954
4963
|
"""
|
|
4955
4964
|
|
|
@@ -4957,13 +4966,13 @@ def vertex_group_assign(
|
|
|
4957
4966
|
|
|
4958
4967
|
def vertex_group_assign_new(
|
|
4959
4968
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4960
|
-
execution_context: str = None,
|
|
4969
|
+
execution_context: typing.Union[str, int] = None,
|
|
4961
4970
|
undo: bool = None,
|
|
4962
4971
|
):
|
|
4963
4972
|
"""Assign the selected vertices to a new vertex group
|
|
4964
4973
|
|
|
4965
4974
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4966
|
-
:type execution_context: str
|
|
4975
|
+
:type execution_context: typing.Union[str, int]
|
|
4967
4976
|
:type undo: bool
|
|
4968
4977
|
"""
|
|
4969
4978
|
|
|
@@ -4971,7 +4980,7 @@ def vertex_group_assign_new(
|
|
|
4971
4980
|
|
|
4972
4981
|
def vertex_group_clean(
|
|
4973
4982
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4974
|
-
execution_context: str = None,
|
|
4983
|
+
execution_context: typing.Union[str, int] = None,
|
|
4975
4984
|
undo: bool = None,
|
|
4976
4985
|
group_select_mode: typing.Union[str, int, typing.Any] = "",
|
|
4977
4986
|
limit: typing.Any = 0.0,
|
|
@@ -4980,7 +4989,7 @@ def vertex_group_clean(
|
|
|
4980
4989
|
"""Remove vertex group assignments which are not required
|
|
4981
4990
|
|
|
4982
4991
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4983
|
-
:type execution_context: str
|
|
4992
|
+
:type execution_context: typing.Union[str, int]
|
|
4984
4993
|
:type undo: bool
|
|
4985
4994
|
:param group_select_mode: Subset, Define which subset of groups shall be used
|
|
4986
4995
|
:type group_select_mode: typing.Union[str, int, typing.Any]
|
|
@@ -4994,13 +5003,13 @@ def vertex_group_clean(
|
|
|
4994
5003
|
|
|
4995
5004
|
def vertex_group_copy(
|
|
4996
5005
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4997
|
-
execution_context: str = None,
|
|
5006
|
+
execution_context: typing.Union[str, int] = None,
|
|
4998
5007
|
undo: bool = None,
|
|
4999
5008
|
):
|
|
5000
5009
|
"""Make a copy of the active vertex group
|
|
5001
5010
|
|
|
5002
5011
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5003
|
-
:type execution_context: str
|
|
5012
|
+
:type execution_context: typing.Union[str, int]
|
|
5004
5013
|
:type undo: bool
|
|
5005
5014
|
"""
|
|
5006
5015
|
|
|
@@ -5008,13 +5017,13 @@ def vertex_group_copy(
|
|
|
5008
5017
|
|
|
5009
5018
|
def vertex_group_copy_to_selected(
|
|
5010
5019
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5011
|
-
execution_context: str = None,
|
|
5020
|
+
execution_context: typing.Union[str, int] = None,
|
|
5012
5021
|
undo: bool = None,
|
|
5013
5022
|
):
|
|
5014
5023
|
"""Replace vertex groups of selected objects by vertex groups of active object
|
|
5015
5024
|
|
|
5016
5025
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5017
|
-
:type execution_context: str
|
|
5026
|
+
:type execution_context: typing.Union[str, int]
|
|
5018
5027
|
:type undo: bool
|
|
5019
5028
|
"""
|
|
5020
5029
|
|
|
@@ -5022,13 +5031,13 @@ def vertex_group_copy_to_selected(
|
|
|
5022
5031
|
|
|
5023
5032
|
def vertex_group_deselect(
|
|
5024
5033
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5025
|
-
execution_context: str = None,
|
|
5034
|
+
execution_context: typing.Union[str, int] = None,
|
|
5026
5035
|
undo: bool = None,
|
|
5027
5036
|
):
|
|
5028
5037
|
"""Deselect all selected vertices assigned to the active vertex group
|
|
5029
5038
|
|
|
5030
5039
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5031
|
-
:type execution_context: str
|
|
5040
|
+
:type execution_context: typing.Union[str, int]
|
|
5032
5041
|
:type undo: bool
|
|
5033
5042
|
"""
|
|
5034
5043
|
|
|
@@ -5036,7 +5045,7 @@ def vertex_group_deselect(
|
|
|
5036
5045
|
|
|
5037
5046
|
def vertex_group_invert(
|
|
5038
5047
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5039
|
-
execution_context: str = None,
|
|
5048
|
+
execution_context: typing.Union[str, int] = None,
|
|
5040
5049
|
undo: bool = None,
|
|
5041
5050
|
group_select_mode: typing.Union[str, int, typing.Any] = "",
|
|
5042
5051
|
auto_assign: typing.Union[bool, typing.Any] = True,
|
|
@@ -5045,7 +5054,7 @@ def vertex_group_invert(
|
|
|
5045
5054
|
"""Invert active vertex group's weights
|
|
5046
5055
|
|
|
5047
5056
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5048
|
-
:type execution_context: str
|
|
5057
|
+
:type execution_context: typing.Union[str, int]
|
|
5049
5058
|
:type undo: bool
|
|
5050
5059
|
:param group_select_mode: Subset, Define which subset of groups shall be used
|
|
5051
5060
|
:type group_select_mode: typing.Union[str, int, typing.Any]
|
|
@@ -5059,7 +5068,7 @@ def vertex_group_invert(
|
|
|
5059
5068
|
|
|
5060
5069
|
def vertex_group_levels(
|
|
5061
5070
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5062
|
-
execution_context: str = None,
|
|
5071
|
+
execution_context: typing.Union[str, int] = None,
|
|
5063
5072
|
undo: bool = None,
|
|
5064
5073
|
group_select_mode: typing.Union[str, int, typing.Any] = "",
|
|
5065
5074
|
offset: typing.Any = 0.0,
|
|
@@ -5068,7 +5077,7 @@ def vertex_group_levels(
|
|
|
5068
5077
|
"""Add some offset and multiply with some gain the weights of the active vertex group
|
|
5069
5078
|
|
|
5070
5079
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5071
|
-
:type execution_context: str
|
|
5080
|
+
:type execution_context: typing.Union[str, int]
|
|
5072
5081
|
:type undo: bool
|
|
5073
5082
|
:param group_select_mode: Subset, Define which subset of groups shall be used
|
|
5074
5083
|
:type group_select_mode: typing.Union[str, int, typing.Any]
|
|
@@ -5082,7 +5091,7 @@ def vertex_group_levels(
|
|
|
5082
5091
|
|
|
5083
5092
|
def vertex_group_limit_total(
|
|
5084
5093
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5085
|
-
execution_context: str = None,
|
|
5094
|
+
execution_context: typing.Union[str, int] = None,
|
|
5086
5095
|
undo: bool = None,
|
|
5087
5096
|
group_select_mode: typing.Union[str, int, typing.Any] = "",
|
|
5088
5097
|
limit: typing.Any = 4,
|
|
@@ -5090,7 +5099,7 @@ def vertex_group_limit_total(
|
|
|
5090
5099
|
"""Limit deform weights associated with a vertex to a specified number by removing lowest weights
|
|
5091
5100
|
|
|
5092
5101
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5093
|
-
:type execution_context: str
|
|
5102
|
+
:type execution_context: typing.Union[str, int]
|
|
5094
5103
|
:type undo: bool
|
|
5095
5104
|
:param group_select_mode: Subset, Define which subset of groups shall be used
|
|
5096
5105
|
:type group_select_mode: typing.Union[str, int, typing.Any]
|
|
@@ -5102,7 +5111,7 @@ def vertex_group_limit_total(
|
|
|
5102
5111
|
|
|
5103
5112
|
def vertex_group_lock(
|
|
5104
5113
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5105
|
-
execution_context: str = None,
|
|
5114
|
+
execution_context: typing.Union[str, int] = None,
|
|
5106
5115
|
undo: bool = None,
|
|
5107
5116
|
action: typing.Any = "TOGGLE",
|
|
5108
5117
|
mask: typing.Any = "ALL",
|
|
@@ -5110,7 +5119,7 @@ def vertex_group_lock(
|
|
|
5110
5119
|
"""Change the lock state of all or some vertex groups of active object
|
|
5111
5120
|
|
|
5112
5121
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5113
|
-
:type execution_context: str
|
|
5122
|
+
:type execution_context: typing.Union[str, int]
|
|
5114
5123
|
:type undo: bool
|
|
5115
5124
|
:param action: Action, Lock action to execute on vertex groups
|
|
5116
5125
|
|
|
@@ -5146,7 +5155,7 @@ def vertex_group_lock(
|
|
|
5146
5155
|
|
|
5147
5156
|
def vertex_group_mirror(
|
|
5148
5157
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5149
|
-
execution_context: str = None,
|
|
5158
|
+
execution_context: typing.Union[str, int] = None,
|
|
5150
5159
|
undo: bool = None,
|
|
5151
5160
|
mirror_weights: typing.Union[bool, typing.Any] = True,
|
|
5152
5161
|
flip_group_names: typing.Union[bool, typing.Any] = True,
|
|
@@ -5156,7 +5165,7 @@ def vertex_group_mirror(
|
|
|
5156
5165
|
"""Mirror vertex group, flip weights and/or names, editing only selected vertices, flipping when both sides are selected otherwise copy from unselected
|
|
5157
5166
|
|
|
5158
5167
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5159
|
-
:type execution_context: str
|
|
5168
|
+
:type execution_context: typing.Union[str, int]
|
|
5160
5169
|
:type undo: bool
|
|
5161
5170
|
:param mirror_weights: Mirror Weights, Mirror weights
|
|
5162
5171
|
:type mirror_weights: typing.Union[bool, typing.Any]
|
|
@@ -5172,14 +5181,14 @@ def vertex_group_mirror(
|
|
|
5172
5181
|
|
|
5173
5182
|
def vertex_group_move(
|
|
5174
5183
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5175
|
-
execution_context: str = None,
|
|
5184
|
+
execution_context: typing.Union[str, int] = None,
|
|
5176
5185
|
undo: bool = None,
|
|
5177
5186
|
direction: typing.Any = "UP",
|
|
5178
5187
|
):
|
|
5179
5188
|
"""Move the active vertex group up/down in the list
|
|
5180
5189
|
|
|
5181
5190
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5182
|
-
:type execution_context: str
|
|
5191
|
+
:type execution_context: typing.Union[str, int]
|
|
5183
5192
|
:type undo: bool
|
|
5184
5193
|
:param direction: Direction, Direction to move the active vertex group towards
|
|
5185
5194
|
:type direction: typing.Any
|
|
@@ -5189,13 +5198,13 @@ def vertex_group_move(
|
|
|
5189
5198
|
|
|
5190
5199
|
def vertex_group_normalize(
|
|
5191
5200
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5192
|
-
execution_context: str = None,
|
|
5201
|
+
execution_context: typing.Union[str, int] = None,
|
|
5193
5202
|
undo: bool = None,
|
|
5194
5203
|
):
|
|
5195
5204
|
"""Normalize weights of the active vertex group, so that the highest ones are now 1.0
|
|
5196
5205
|
|
|
5197
5206
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5198
|
-
:type execution_context: str
|
|
5207
|
+
:type execution_context: typing.Union[str, int]
|
|
5199
5208
|
:type undo: bool
|
|
5200
5209
|
"""
|
|
5201
5210
|
|
|
@@ -5203,7 +5212,7 @@ def vertex_group_normalize(
|
|
|
5203
5212
|
|
|
5204
5213
|
def vertex_group_normalize_all(
|
|
5205
5214
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5206
|
-
execution_context: str = None,
|
|
5215
|
+
execution_context: typing.Union[str, int] = None,
|
|
5207
5216
|
undo: bool = None,
|
|
5208
5217
|
group_select_mode: typing.Union[str, int, typing.Any] = "",
|
|
5209
5218
|
lock_active: typing.Union[bool, typing.Any] = True,
|
|
@@ -5211,7 +5220,7 @@ def vertex_group_normalize_all(
|
|
|
5211
5220
|
"""Normalize all weights of all vertex groups, so that for each vertex, the sum of all weights is 1.0
|
|
5212
5221
|
|
|
5213
5222
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5214
|
-
:type execution_context: str
|
|
5223
|
+
:type execution_context: typing.Union[str, int]
|
|
5215
5224
|
:type undo: bool
|
|
5216
5225
|
:param group_select_mode: Subset, Define which subset of groups shall be used
|
|
5217
5226
|
:type group_select_mode: typing.Union[str, int, typing.Any]
|
|
@@ -5223,7 +5232,7 @@ def vertex_group_normalize_all(
|
|
|
5223
5232
|
|
|
5224
5233
|
def vertex_group_quantize(
|
|
5225
5234
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5226
|
-
execution_context: str = None,
|
|
5235
|
+
execution_context: typing.Union[str, int] = None,
|
|
5227
5236
|
undo: bool = None,
|
|
5228
5237
|
group_select_mode: typing.Union[str, int, typing.Any] = "",
|
|
5229
5238
|
steps: typing.Any = 4,
|
|
@@ -5231,7 +5240,7 @@ def vertex_group_quantize(
|
|
|
5231
5240
|
"""Set weights to a fixed number of steps
|
|
5232
5241
|
|
|
5233
5242
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5234
|
-
:type execution_context: str
|
|
5243
|
+
:type execution_context: typing.Union[str, int]
|
|
5235
5244
|
:type undo: bool
|
|
5236
5245
|
:param group_select_mode: Subset, Define which subset of groups shall be used
|
|
5237
5246
|
:type group_select_mode: typing.Union[str, int, typing.Any]
|
|
@@ -5243,7 +5252,7 @@ def vertex_group_quantize(
|
|
|
5243
5252
|
|
|
5244
5253
|
def vertex_group_remove(
|
|
5245
5254
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5246
|
-
execution_context: str = None,
|
|
5255
|
+
execution_context: typing.Union[str, int] = None,
|
|
5247
5256
|
undo: bool = None,
|
|
5248
5257
|
all: typing.Union[bool, typing.Any] = False,
|
|
5249
5258
|
all_unlocked: typing.Union[bool, typing.Any] = False,
|
|
@@ -5251,7 +5260,7 @@ def vertex_group_remove(
|
|
|
5251
5260
|
"""Delete the active or all vertex groups from the active object
|
|
5252
5261
|
|
|
5253
5262
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5254
|
-
:type execution_context: str
|
|
5263
|
+
:type execution_context: typing.Union[str, int]
|
|
5255
5264
|
:type undo: bool
|
|
5256
5265
|
:param all: All, Remove all vertex groups
|
|
5257
5266
|
:type all: typing.Union[bool, typing.Any]
|
|
@@ -5263,7 +5272,7 @@ def vertex_group_remove(
|
|
|
5263
5272
|
|
|
5264
5273
|
def vertex_group_remove_from(
|
|
5265
5274
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5266
|
-
execution_context: str = None,
|
|
5275
|
+
execution_context: typing.Union[str, int] = None,
|
|
5267
5276
|
undo: bool = None,
|
|
5268
5277
|
use_all_groups: typing.Union[bool, typing.Any] = False,
|
|
5269
5278
|
use_all_verts: typing.Union[bool, typing.Any] = False,
|
|
@@ -5271,7 +5280,7 @@ def vertex_group_remove_from(
|
|
|
5271
5280
|
"""Remove the selected vertices from active or all vertex group(s)
|
|
5272
5281
|
|
|
5273
5282
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5274
|
-
:type execution_context: str
|
|
5283
|
+
:type execution_context: typing.Union[str, int]
|
|
5275
5284
|
:type undo: bool
|
|
5276
5285
|
:param use_all_groups: All Groups, Remove from all groups
|
|
5277
5286
|
:type use_all_groups: typing.Union[bool, typing.Any]
|
|
@@ -5283,13 +5292,13 @@ def vertex_group_remove_from(
|
|
|
5283
5292
|
|
|
5284
5293
|
def vertex_group_select(
|
|
5285
5294
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5286
|
-
execution_context: str = None,
|
|
5295
|
+
execution_context: typing.Union[str, int] = None,
|
|
5287
5296
|
undo: bool = None,
|
|
5288
5297
|
):
|
|
5289
5298
|
"""Select all the vertices assigned to the active vertex group
|
|
5290
5299
|
|
|
5291
5300
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5292
|
-
:type execution_context: str
|
|
5301
|
+
:type execution_context: typing.Union[str, int]
|
|
5293
5302
|
:type undo: bool
|
|
5294
5303
|
"""
|
|
5295
5304
|
|
|
@@ -5297,14 +5306,14 @@ def vertex_group_select(
|
|
|
5297
5306
|
|
|
5298
5307
|
def vertex_group_set_active(
|
|
5299
5308
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5300
|
-
execution_context: str = None,
|
|
5309
|
+
execution_context: typing.Union[str, int] = None,
|
|
5301
5310
|
undo: bool = None,
|
|
5302
5311
|
group: typing.Union[str, int, typing.Any] = "",
|
|
5303
5312
|
):
|
|
5304
5313
|
"""Set the active vertex group
|
|
5305
5314
|
|
|
5306
5315
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5307
|
-
:type execution_context: str
|
|
5316
|
+
:type execution_context: typing.Union[str, int]
|
|
5308
5317
|
:type undo: bool
|
|
5309
5318
|
:param group: Group, Vertex group to set as active
|
|
5310
5319
|
:type group: typing.Union[str, int, typing.Any]
|
|
@@ -5314,7 +5323,7 @@ def vertex_group_set_active(
|
|
|
5314
5323
|
|
|
5315
5324
|
def vertex_group_smooth(
|
|
5316
5325
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5317
|
-
execution_context: str = None,
|
|
5326
|
+
execution_context: typing.Union[str, int] = None,
|
|
5318
5327
|
undo: bool = None,
|
|
5319
5328
|
group_select_mode: typing.Union[str, int, typing.Any] = "",
|
|
5320
5329
|
factor: typing.Any = 0.5,
|
|
@@ -5324,7 +5333,7 @@ def vertex_group_smooth(
|
|
|
5324
5333
|
"""Smooth weights for selected vertices
|
|
5325
5334
|
|
|
5326
5335
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5327
|
-
:type execution_context: str
|
|
5336
|
+
:type execution_context: typing.Union[str, int]
|
|
5328
5337
|
:type undo: bool
|
|
5329
5338
|
:param group_select_mode: Subset, Define which subset of groups shall be used
|
|
5330
5339
|
:type group_select_mode: typing.Union[str, int, typing.Any]
|
|
@@ -5340,14 +5349,14 @@ def vertex_group_smooth(
|
|
|
5340
5349
|
|
|
5341
5350
|
def vertex_group_sort(
|
|
5342
5351
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5343
|
-
execution_context: str = None,
|
|
5352
|
+
execution_context: typing.Union[str, int] = None,
|
|
5344
5353
|
undo: bool = None,
|
|
5345
5354
|
sort_type: typing.Any = "NAME",
|
|
5346
5355
|
):
|
|
5347
5356
|
"""Sort vertex groups
|
|
5348
5357
|
|
|
5349
5358
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5350
|
-
:type execution_context: str
|
|
5359
|
+
:type execution_context: typing.Union[str, int]
|
|
5351
5360
|
:type undo: bool
|
|
5352
5361
|
:param sort_type: Sort Type, Sort type
|
|
5353
5362
|
:type sort_type: typing.Any
|
|
@@ -5357,13 +5366,13 @@ def vertex_group_sort(
|
|
|
5357
5366
|
|
|
5358
5367
|
def vertex_parent_set(
|
|
5359
5368
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5360
|
-
execution_context: str = None,
|
|
5369
|
+
execution_context: typing.Union[str, int] = None,
|
|
5361
5370
|
undo: bool = None,
|
|
5362
5371
|
):
|
|
5363
5372
|
"""Parent selected objects to the selected vertices
|
|
5364
5373
|
|
|
5365
5374
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5366
|
-
:type execution_context: str
|
|
5375
|
+
:type execution_context: typing.Union[str, int]
|
|
5367
5376
|
:type undo: bool
|
|
5368
5377
|
"""
|
|
5369
5378
|
|
|
@@ -5371,13 +5380,13 @@ def vertex_parent_set(
|
|
|
5371
5380
|
|
|
5372
5381
|
def vertex_weight_copy(
|
|
5373
5382
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5374
|
-
execution_context: str = None,
|
|
5383
|
+
execution_context: typing.Union[str, int] = None,
|
|
5375
5384
|
undo: bool = None,
|
|
5376
5385
|
):
|
|
5377
5386
|
"""Copy weights from active to selected
|
|
5378
5387
|
|
|
5379
5388
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5380
|
-
:type execution_context: str
|
|
5389
|
+
:type execution_context: typing.Union[str, int]
|
|
5381
5390
|
:type undo: bool
|
|
5382
5391
|
"""
|
|
5383
5392
|
|
|
@@ -5385,14 +5394,14 @@ def vertex_weight_copy(
|
|
|
5385
5394
|
|
|
5386
5395
|
def vertex_weight_delete(
|
|
5387
5396
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5388
|
-
execution_context: str = None,
|
|
5397
|
+
execution_context: typing.Union[str, int] = None,
|
|
5389
5398
|
undo: bool = None,
|
|
5390
5399
|
weight_group: typing.Any = -1,
|
|
5391
5400
|
):
|
|
5392
5401
|
"""Delete this weight from the vertex (disabled if vertex group is locked)
|
|
5393
5402
|
|
|
5394
5403
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5395
|
-
:type execution_context: str
|
|
5404
|
+
:type execution_context: typing.Union[str, int]
|
|
5396
5405
|
:type undo: bool
|
|
5397
5406
|
:param weight_group: Weight Index, Index of source weight in active vertex group
|
|
5398
5407
|
:type weight_group: typing.Any
|
|
@@ -5402,13 +5411,13 @@ def vertex_weight_delete(
|
|
|
5402
5411
|
|
|
5403
5412
|
def vertex_weight_normalize_active_vertex(
|
|
5404
5413
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5405
|
-
execution_context: str = None,
|
|
5414
|
+
execution_context: typing.Union[str, int] = None,
|
|
5406
5415
|
undo: bool = None,
|
|
5407
5416
|
):
|
|
5408
5417
|
"""Normalize active vertex's weights
|
|
5409
5418
|
|
|
5410
5419
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5411
|
-
:type execution_context: str
|
|
5420
|
+
:type execution_context: typing.Union[str, int]
|
|
5412
5421
|
:type undo: bool
|
|
5413
5422
|
"""
|
|
5414
5423
|
|
|
@@ -5416,14 +5425,14 @@ def vertex_weight_normalize_active_vertex(
|
|
|
5416
5425
|
|
|
5417
5426
|
def vertex_weight_paste(
|
|
5418
5427
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5419
|
-
execution_context: str = None,
|
|
5428
|
+
execution_context: typing.Union[str, int] = None,
|
|
5420
5429
|
undo: bool = None,
|
|
5421
5430
|
weight_group: typing.Any = -1,
|
|
5422
5431
|
):
|
|
5423
5432
|
"""Copy this group's weight to other selected vertices (disabled if vertex group is locked)
|
|
5424
5433
|
|
|
5425
5434
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5426
|
-
:type execution_context: str
|
|
5435
|
+
:type execution_context: typing.Union[str, int]
|
|
5427
5436
|
:type undo: bool
|
|
5428
5437
|
:param weight_group: Weight Index, Index of source weight in active vertex group
|
|
5429
5438
|
:type weight_group: typing.Any
|
|
@@ -5433,14 +5442,14 @@ def vertex_weight_paste(
|
|
|
5433
5442
|
|
|
5434
5443
|
def vertex_weight_set_active(
|
|
5435
5444
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5436
|
-
execution_context: str = None,
|
|
5445
|
+
execution_context: typing.Union[str, int] = None,
|
|
5437
5446
|
undo: bool = None,
|
|
5438
5447
|
weight_group: typing.Any = -1,
|
|
5439
5448
|
):
|
|
5440
5449
|
"""Set as active vertex group
|
|
5441
5450
|
|
|
5442
5451
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5443
|
-
:type execution_context: str
|
|
5452
|
+
:type execution_context: typing.Union[str, int]
|
|
5444
5453
|
:type undo: bool
|
|
5445
5454
|
:param weight_group: Weight Index, Index of source weight in active vertex group
|
|
5446
5455
|
:type weight_group: typing.Any
|
|
@@ -5450,13 +5459,13 @@ def vertex_weight_set_active(
|
|
|
5450
5459
|
|
|
5451
5460
|
def visual_transform_apply(
|
|
5452
5461
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5453
|
-
execution_context: str = None,
|
|
5462
|
+
execution_context: typing.Union[str, int] = None,
|
|
5454
5463
|
undo: bool = None,
|
|
5455
5464
|
):
|
|
5456
5465
|
"""Apply the object's visual transformation to its data
|
|
5457
5466
|
|
|
5458
5467
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5459
|
-
:type execution_context: str
|
|
5468
|
+
:type execution_context: typing.Union[str, int]
|
|
5460
5469
|
:type undo: bool
|
|
5461
5470
|
"""
|
|
5462
5471
|
|
|
@@ -5464,7 +5473,7 @@ def visual_transform_apply(
|
|
|
5464
5473
|
|
|
5465
5474
|
def volume_add(
|
|
5466
5475
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5467
|
-
execution_context: str = None,
|
|
5476
|
+
execution_context: typing.Union[str, int] = None,
|
|
5468
5477
|
undo: bool = None,
|
|
5469
5478
|
align: typing.Any = "WORLD",
|
|
5470
5479
|
location: typing.Any = (0.0, 0.0, 0.0),
|
|
@@ -5474,7 +5483,7 @@ def volume_add(
|
|
|
5474
5483
|
"""Add a volume object to the scene
|
|
5475
5484
|
|
|
5476
5485
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5477
|
-
:type execution_context: str
|
|
5486
|
+
:type execution_context: typing.Union[str, int]
|
|
5478
5487
|
:type undo: bool
|
|
5479
5488
|
:param align: Align, The alignment of the new object
|
|
5480
5489
|
|
|
@@ -5499,7 +5508,7 @@ def volume_add(
|
|
|
5499
5508
|
|
|
5500
5509
|
def volume_import(
|
|
5501
5510
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5502
|
-
execution_context: str = None,
|
|
5511
|
+
execution_context: typing.Union[str, int] = None,
|
|
5503
5512
|
undo: bool = None,
|
|
5504
5513
|
filepath: typing.Union[str, typing.Any] = "",
|
|
5505
5514
|
directory: typing.Union[str, typing.Any] = "",
|
|
@@ -5536,7 +5545,7 @@ def volume_import(
|
|
|
5536
5545
|
"""Import OpenVDB volume file
|
|
5537
5546
|
|
|
5538
5547
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5539
|
-
:type execution_context: str
|
|
5548
|
+
:type execution_context: typing.Union[str, int]
|
|
5540
5549
|
:type undo: bool
|
|
5541
5550
|
:param filepath: File Path, Path to file
|
|
5542
5551
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -5642,13 +5651,13 @@ def volume_import(
|
|
|
5642
5651
|
|
|
5643
5652
|
def voxel_remesh(
|
|
5644
5653
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5645
|
-
execution_context: str = None,
|
|
5654
|
+
execution_context: typing.Union[str, int] = None,
|
|
5646
5655
|
undo: bool = None,
|
|
5647
5656
|
):
|
|
5648
5657
|
"""Calculates a new manifold mesh based on the volume of the current mesh. All data layers will be lost
|
|
5649
5658
|
|
|
5650
5659
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5651
|
-
:type execution_context: str
|
|
5660
|
+
:type execution_context: typing.Union[str, int]
|
|
5652
5661
|
:type undo: bool
|
|
5653
5662
|
"""
|
|
5654
5663
|
|
|
@@ -5656,13 +5665,13 @@ def voxel_remesh(
|
|
|
5656
5665
|
|
|
5657
5666
|
def voxel_size_edit(
|
|
5658
5667
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5659
|
-
execution_context: str = None,
|
|
5668
|
+
execution_context: typing.Union[str, int] = None,
|
|
5660
5669
|
undo: bool = None,
|
|
5661
5670
|
):
|
|
5662
5671
|
"""Modify the mesh voxel size interactively used in the voxel remesher
|
|
5663
5672
|
|
|
5664
5673
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5665
|
-
:type execution_context: str
|
|
5674
|
+
:type execution_context: typing.Union[str, int]
|
|
5666
5675
|
:type undo: bool
|
|
5667
5676
|
"""
|
|
5668
5677
|
|