fake-bpy-module 20240417__py3-none-any.whl → 20240418__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.

Files changed (137) hide show
  1. _bpy_internal/__init__.pyi +4 -0
  2. _bpy_internal/freedesktop/__init__.pyi +88 -0
  3. _bpy_internal/freedesktop/py.typed +0 -0
  4. _bpy_internal/py.typed +0 -0
  5. aud/__init__.pyi +121 -48
  6. bgl/__init__.pyi +2443 -1265
  7. bl_math/__init__.pyi +19 -3
  8. blf/__init__.pyi +63 -13
  9. bmesh/__init__.pyi +13 -0
  10. bmesh/geometry/__init__.pyi +5 -0
  11. bmesh/ops/__init__.pyi +157 -68
  12. bmesh/types/__init__.pyi +109 -62
  13. bmesh/utils/__init__.pyi +11 -2
  14. bpy/__init__.pyi +7 -0
  15. bpy/app/__init__.pyi +13 -0
  16. bpy/app/handlers/__init__.pyi +41 -0
  17. bpy/app/icons/__init__.pyi +4 -2
  18. bpy/app/timers/__init__.pyi +38 -2
  19. bpy/app/translations/__init__.pyi +58 -0
  20. bpy/msgbus/__init__.pyi +46 -0
  21. bpy/ops/__init__.pyi +151 -0
  22. bpy/ops/action/__init__.pyi +76 -76
  23. bpy/ops/anim/__init__.pyi +104 -104
  24. bpy/ops/armature/__init__.pyi +96 -96
  25. bpy/ops/asset/__init__.pyi +32 -32
  26. bpy/ops/boid/__init__.pyi +16 -16
  27. bpy/ops/brush/__init__.pyi +18 -18
  28. bpy/ops/buttons/__init__.pyi +12 -12
  29. bpy/ops/cachefile/__init__.pyi +10 -10
  30. bpy/ops/camera/__init__.pyi +4 -4
  31. bpy/ops/clip/__init__.pyi +184 -184
  32. bpy/ops/cloth/__init__.pyi +2 -2
  33. bpy/ops/collection/__init__.pyi +18 -18
  34. bpy/ops/console/__init__.pyi +42 -42
  35. bpy/ops/constraint/__init__.pyi +36 -36
  36. bpy/ops/curve/__init__.pyi +102 -102
  37. bpy/ops/curves/__init__.pyi +54 -54
  38. bpy/ops/cycles/__init__.pyi +6 -6
  39. bpy/ops/dpaint/__init__.pyi +10 -10
  40. bpy/ops/ed/__init__.pyi +24 -24
  41. bpy/ops/export_anim/__init__.pyi +2 -2
  42. bpy/ops/export_mesh/__init__.pyi +2 -2
  43. bpy/ops/export_scene/__init__.pyi +7 -7
  44. bpy/ops/file/__init__.pyi +80 -80
  45. bpy/ops/fluid/__init__.pyi +28 -28
  46. bpy/ops/font/__init__.pyi +46 -46
  47. bpy/ops/geometry/__init__.pyi +20 -20
  48. bpy/ops/gizmogroup/__init__.pyi +4 -4
  49. bpy/ops/gpencil/__init__.pyi +300 -300
  50. bpy/ops/graph/__init__.pyi +130 -130
  51. bpy/ops/grease_pencil/__init__.pyi +112 -112
  52. bpy/ops/image/__init__.pyi +92 -92
  53. bpy/ops/import_anim/__init__.pyi +2 -2
  54. bpy/ops/import_curve/__init__.pyi +2 -2
  55. bpy/ops/import_mesh/__init__.pyi +2 -2
  56. bpy/ops/import_scene/__init__.pyi +6 -6
  57. bpy/ops/info/__init__.pyi +14 -14
  58. bpy/ops/lattice/__init__.pyi +16 -16
  59. bpy/ops/marker/__init__.pyi +22 -22
  60. bpy/ops/mask/__init__.pyi +78 -78
  61. bpy/ops/material/__init__.pyi +6 -6
  62. bpy/ops/mball/__init__.pyi +16 -16
  63. bpy/ops/mesh/__init__.pyi +326 -326
  64. bpy/ops/nla/__init__.pyi +79 -79
  65. bpy/ops/node/__init__.pyi +202 -202
  66. bpy/ops/object/__init__.pyi +488 -500
  67. bpy/ops/outliner/__init__.pyi +138 -138
  68. bpy/ops/paint/__init__.pyi +104 -104
  69. bpy/ops/paintcurve/__init__.pyi +16 -16
  70. bpy/ops/palette/__init__.pyi +14 -14
  71. bpy/ops/particle/__init__.pyi +72 -72
  72. bpy/ops/pose/__init__.pyi +78 -78
  73. bpy/ops/poselib/__init__.pyi +18 -18
  74. bpy/ops/preferences/__init__.pyi +76 -76
  75. bpy/ops/ptcache/__init__.pyi +14 -14
  76. bpy/ops/render/__init__.pyi +24 -24
  77. bpy/ops/rigidbody/__init__.pyi +26 -26
  78. bpy/ops/scene/__init__.pyi +78 -78
  79. bpy/ops/screen/__init__.pyi +78 -78
  80. bpy/ops/script/__init__.pyi +6 -6
  81. bpy/ops/sculpt/__init__.pyi +62 -62
  82. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  83. bpy/ops/sequencer/__init__.pyi +170 -170
  84. bpy/ops/sound/__init__.pyi +14 -14
  85. bpy/ops/spreadsheet/__init__.pyi +8 -8
  86. bpy/ops/surface/__init__.pyi +12 -12
  87. bpy/ops/text/__init__.pyi +86 -86
  88. bpy/ops/text_editor/__init__.pyi +2 -2
  89. bpy/ops/texture/__init__.pyi +8 -8
  90. bpy/ops/transform/__init__.pyi +54 -54
  91. bpy/ops/ui/__init__.pyi +64 -64
  92. bpy/ops/uilist/__init__.pyi +6 -6
  93. bpy/ops/uv/__init__.pyi +98 -98
  94. bpy/ops/view2d/__init__.pyi +28 -28
  95. bpy/ops/view3d/__init__.pyi +134 -134
  96. bpy/ops/wm/__init__.pyi +224 -224
  97. bpy/ops/workspace/__init__.pyi +14 -14
  98. bpy/ops/world/__init__.pyi +2 -2
  99. bpy/path/__init__.pyi +6 -0
  100. bpy/props/__init__.pyi +141 -29
  101. bpy/types/__init__.pyi +101490 -5018
  102. bpy/utils/__init__.pyi +18 -3
  103. bpy/utils/previews/__init__.pyi +15 -0
  104. bpy/utils/units/__init__.pyi +11 -3
  105. bpy_extras/__init__.pyi +19 -0
  106. bpy_extras/asset_utils/__init__.pyi +5 -0
  107. {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240418.dist-info}/METADATA +1 -1
  108. {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240418.dist-info}/RECORD +137 -133
  109. {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240418.dist-info}/top_level.txt +1 -0
  110. freestyle/__init__.pyi +18 -0
  111. freestyle/chainingiterators/__init__.pyi +20 -5
  112. freestyle/functions/__init__.pyi +151 -155
  113. freestyle/predicates/__init__.pyi +53 -46
  114. freestyle/shaders/__init__.pyi +91 -32
  115. freestyle/types/__init__.pyi +362 -120
  116. freestyle/utils/ContextFunctions/__init__.pyi +32 -7
  117. freestyle/utils/__init__.pyi +13 -1
  118. gpu/__init__.pyi +225 -0
  119. gpu/capabilities/__init__.pyi +37 -15
  120. gpu/matrix/__init__.pyi +7 -1
  121. gpu/platform/__init__.pyi +5 -0
  122. gpu/select/__init__.pyi +5 -0
  123. gpu/shader/__init__.pyi +77 -0
  124. gpu/state/__init__.pyi +15 -4
  125. gpu/texture/__init__.pyi +5 -0
  126. gpu/types/__init__.pyi +91 -33
  127. gpu_extras/__init__.pyi +15 -0
  128. gpu_extras/presets/__init__.pyi +16 -4
  129. imbuf/__init__.pyi +13 -0
  130. imbuf/types/__init__.pyi +20 -5
  131. mathutils/__init__.pyi +349 -227
  132. mathutils/bvhtree/__init__.pyi +21 -8
  133. mathutils/geometry/__init__.pyi +23 -9
  134. mathutils/interpolate/__init__.pyi +5 -0
  135. mathutils/kdtree/__init__.pyi +19 -5
  136. mathutils/noise/__init__.pyi +87 -41
  137. {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240418.dist-info}/WHEEL +0 -0
@@ -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,13 +1461,13 @@ 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
1466
  ):
1467
1467
  """Move inputs and outputs from in the modifier to a new node group
1468
1468
 
1469
1469
  :type override_context: typing.Union[dict, bpy.types.Context]
1470
- :type execution_context: str
1470
+ :type execution_context: typing.Union[str, int]
1471
1471
  :type undo: bool
1472
1472
  """
1473
1473
 
@@ -1475,7 +1475,7 @@ def geometry_nodes_move_to_nodes(
1475
1475
 
1476
1476
  def gpencil_add(
1477
1477
  override_context: typing.Union[dict, bpy.types.Context] = None,
1478
- execution_context: str = None,
1478
+ execution_context: typing.Union[str, int] = None,
1479
1479
  undo: bool = None,
1480
1480
  radius: typing.Any = 1.0,
1481
1481
  align: typing.Any = "WORLD",
@@ -1491,7 +1491,7 @@ def gpencil_add(
1491
1491
  """Add a Grease Pencil object to the scene
1492
1492
 
1493
1493
  :type override_context: typing.Union[dict, bpy.types.Context]
1494
- :type execution_context: str
1494
+ :type execution_context: typing.Union[str, int]
1495
1495
  :type undo: bool
1496
1496
  :param radius: Radius
1497
1497
  :type radius: typing.Any
@@ -1534,14 +1534,14 @@ def gpencil_add(
1534
1534
 
1535
1535
  def gpencil_modifier_add(
1536
1536
  override_context: typing.Union[dict, bpy.types.Context] = None,
1537
- execution_context: str = None,
1537
+ execution_context: typing.Union[str, int] = None,
1538
1538
  undo: bool = None,
1539
1539
  type: typing.Union[str, int] = "GP_THICK",
1540
1540
  ):
1541
1541
  """Add a procedural operation/effect to the active grease pencil object
1542
1542
 
1543
1543
  :type override_context: typing.Union[dict, bpy.types.Context]
1544
- :type execution_context: str
1544
+ :type execution_context: typing.Union[str, int]
1545
1545
  :type undo: bool
1546
1546
  :param type: Type
1547
1547
  :type type: typing.Union[str, int]
@@ -1551,7 +1551,7 @@ def gpencil_modifier_add(
1551
1551
 
1552
1552
  def gpencil_modifier_apply(
1553
1553
  override_context: typing.Union[dict, bpy.types.Context] = None,
1554
- execution_context: str = None,
1554
+ execution_context: typing.Union[str, int] = None,
1555
1555
  undo: bool = None,
1556
1556
  apply_as: typing.Any = "DATA",
1557
1557
  modifier: typing.Union[str, typing.Any] = "",
@@ -1560,7 +1560,7 @@ def gpencil_modifier_apply(
1560
1560
  """Apply modifier and remove from the stack
1561
1561
 
1562
1562
  :type override_context: typing.Union[dict, bpy.types.Context]
1563
- :type execution_context: str
1563
+ :type execution_context: typing.Union[str, int]
1564
1564
  :type undo: bool
1565
1565
  :param apply_as: Apply As, How to apply the modifier to the geometry
1566
1566
 
@@ -1580,14 +1580,14 @@ def gpencil_modifier_apply(
1580
1580
 
1581
1581
  def gpencil_modifier_copy(
1582
1582
  override_context: typing.Union[dict, bpy.types.Context] = None,
1583
- execution_context: str = None,
1583
+ execution_context: typing.Union[str, int] = None,
1584
1584
  undo: bool = None,
1585
1585
  modifier: typing.Union[str, typing.Any] = "",
1586
1586
  ):
1587
1587
  """Duplicate modifier at the same position in the stack
1588
1588
 
1589
1589
  :type override_context: typing.Union[dict, bpy.types.Context]
1590
- :type execution_context: str
1590
+ :type execution_context: typing.Union[str, int]
1591
1591
  :type undo: bool
1592
1592
  :param modifier: Modifier, Name of the modifier to edit
1593
1593
  :type modifier: typing.Union[str, typing.Any]
@@ -1597,14 +1597,14 @@ def gpencil_modifier_copy(
1597
1597
 
1598
1598
  def gpencil_modifier_copy_to_selected(
1599
1599
  override_context: typing.Union[dict, bpy.types.Context] = None,
1600
- execution_context: str = None,
1600
+ execution_context: typing.Union[str, int] = None,
1601
1601
  undo: bool = None,
1602
1602
  modifier: typing.Union[str, typing.Any] = "",
1603
1603
  ):
1604
1604
  """Copy the modifier from the active object to all selected objects
1605
1605
 
1606
1606
  :type override_context: typing.Union[dict, bpy.types.Context]
1607
- :type execution_context: str
1607
+ :type execution_context: typing.Union[str, int]
1608
1608
  :type undo: bool
1609
1609
  :param modifier: Modifier, Name of the modifier to edit
1610
1610
  :type modifier: typing.Union[str, typing.Any]
@@ -1614,14 +1614,14 @@ def gpencil_modifier_copy_to_selected(
1614
1614
 
1615
1615
  def gpencil_modifier_move_down(
1616
1616
  override_context: typing.Union[dict, bpy.types.Context] = None,
1617
- execution_context: str = None,
1617
+ execution_context: typing.Union[str, int] = None,
1618
1618
  undo: bool = None,
1619
1619
  modifier: typing.Union[str, typing.Any] = "",
1620
1620
  ):
1621
1621
  """Move modifier down in the stack
1622
1622
 
1623
1623
  :type override_context: typing.Union[dict, bpy.types.Context]
1624
- :type execution_context: str
1624
+ :type execution_context: typing.Union[str, int]
1625
1625
  :type undo: bool
1626
1626
  :param modifier: Modifier, Name of the modifier to edit
1627
1627
  :type modifier: typing.Union[str, typing.Any]
@@ -1631,7 +1631,7 @@ def gpencil_modifier_move_down(
1631
1631
 
1632
1632
  def gpencil_modifier_move_to_index(
1633
1633
  override_context: typing.Union[dict, bpy.types.Context] = None,
1634
- execution_context: str = None,
1634
+ execution_context: typing.Union[str, int] = None,
1635
1635
  undo: bool = None,
1636
1636
  modifier: typing.Union[str, typing.Any] = "",
1637
1637
  index: typing.Any = 0,
@@ -1639,7 +1639,7 @@ def gpencil_modifier_move_to_index(
1639
1639
  """Change the modifier's position in the list so it evaluates after the set number of others
1640
1640
 
1641
1641
  :type override_context: typing.Union[dict, bpy.types.Context]
1642
- :type execution_context: str
1642
+ :type execution_context: typing.Union[str, int]
1643
1643
  :type undo: bool
1644
1644
  :param modifier: Modifier, Name of the modifier to edit
1645
1645
  :type modifier: typing.Union[str, typing.Any]
@@ -1651,14 +1651,14 @@ def gpencil_modifier_move_to_index(
1651
1651
 
1652
1652
  def gpencil_modifier_move_up(
1653
1653
  override_context: typing.Union[dict, bpy.types.Context] = None,
1654
- execution_context: str = None,
1654
+ execution_context: typing.Union[str, int] = None,
1655
1655
  undo: bool = None,
1656
1656
  modifier: typing.Union[str, typing.Any] = "",
1657
1657
  ):
1658
1658
  """Move modifier up in the stack
1659
1659
 
1660
1660
  :type override_context: typing.Union[dict, bpy.types.Context]
1661
- :type execution_context: str
1661
+ :type execution_context: typing.Union[str, int]
1662
1662
  :type undo: bool
1663
1663
  :param modifier: Modifier, Name of the modifier to edit
1664
1664
  :type modifier: typing.Union[str, typing.Any]
@@ -1668,7 +1668,7 @@ def gpencil_modifier_move_up(
1668
1668
 
1669
1669
  def gpencil_modifier_remove(
1670
1670
  override_context: typing.Union[dict, bpy.types.Context] = None,
1671
- execution_context: str = None,
1671
+ execution_context: typing.Union[str, int] = None,
1672
1672
  undo: bool = None,
1673
1673
  modifier: typing.Union[str, typing.Any] = "",
1674
1674
  report: typing.Union[bool, typing.Any] = False,
@@ -1676,7 +1676,7 @@ def gpencil_modifier_remove(
1676
1676
  """Remove a modifier from the active grease pencil object
1677
1677
 
1678
1678
  :type override_context: typing.Union[dict, bpy.types.Context]
1679
- :type execution_context: str
1679
+ :type execution_context: typing.Union[str, int]
1680
1680
  :type undo: bool
1681
1681
  :param modifier: Modifier, Name of the modifier to edit
1682
1682
  :type modifier: typing.Union[str, typing.Any]
@@ -1688,7 +1688,7 @@ def gpencil_modifier_remove(
1688
1688
 
1689
1689
  def grease_pencil_add(
1690
1690
  override_context: typing.Union[dict, bpy.types.Context] = None,
1691
- execution_context: str = None,
1691
+ execution_context: typing.Union[str, int] = None,
1692
1692
  undo: bool = None,
1693
1693
  type: typing.Union[str, int] = "EMPTY",
1694
1694
  use_in_front: typing.Union[bool, typing.Any] = True,
@@ -1704,7 +1704,7 @@ def grease_pencil_add(
1704
1704
  """Add a Grease Pencil object to the scene
1705
1705
 
1706
1706
  :type override_context: typing.Union[dict, bpy.types.Context]
1707
- :type execution_context: str
1707
+ :type execution_context: typing.Union[str, int]
1708
1708
  :type undo: bool
1709
1709
  :param type: Type
1710
1710
  :type type: typing.Union[str, int]
@@ -1747,14 +1747,14 @@ def grease_pencil_add(
1747
1747
 
1748
1748
  def grease_pencil_dash_modifier_segment_add(
1749
1749
  override_context: typing.Union[dict, bpy.types.Context] = None,
1750
- execution_context: str = None,
1750
+ execution_context: typing.Union[str, int] = None,
1751
1751
  undo: bool = None,
1752
1752
  modifier: typing.Union[str, typing.Any] = "",
1753
1753
  ):
1754
1754
  """Add a segment to the dash modifier
1755
1755
 
1756
1756
  :type override_context: typing.Union[dict, bpy.types.Context]
1757
- :type execution_context: str
1757
+ :type execution_context: typing.Union[str, int]
1758
1758
  :type undo: bool
1759
1759
  :param modifier: Modifier, Name of the modifier to edit
1760
1760
  :type modifier: typing.Union[str, typing.Any]
@@ -1764,7 +1764,7 @@ def grease_pencil_dash_modifier_segment_add(
1764
1764
 
1765
1765
  def grease_pencil_dash_modifier_segment_move(
1766
1766
  override_context: typing.Union[dict, bpy.types.Context] = None,
1767
- execution_context: str = None,
1767
+ execution_context: typing.Union[str, int] = None,
1768
1768
  undo: bool = None,
1769
1769
  modifier: typing.Union[str, typing.Any] = "",
1770
1770
  type: typing.Any = "UP",
@@ -1772,7 +1772,7 @@ def grease_pencil_dash_modifier_segment_move(
1772
1772
  """Move the active dash segment up or down
1773
1773
 
1774
1774
  :type override_context: typing.Union[dict, bpy.types.Context]
1775
- :type execution_context: str
1775
+ :type execution_context: typing.Union[str, int]
1776
1776
  :type undo: bool
1777
1777
  :param modifier: Modifier, Name of the modifier to edit
1778
1778
  :type modifier: typing.Union[str, typing.Any]
@@ -1784,7 +1784,7 @@ def grease_pencil_dash_modifier_segment_move(
1784
1784
 
1785
1785
  def grease_pencil_dash_modifier_segment_remove(
1786
1786
  override_context: typing.Union[dict, bpy.types.Context] = None,
1787
- execution_context: str = None,
1787
+ execution_context: typing.Union[str, int] = None,
1788
1788
  undo: bool = None,
1789
1789
  modifier: typing.Union[str, typing.Any] = "",
1790
1790
  index: typing.Any = 0,
@@ -1792,7 +1792,7 @@ def grease_pencil_dash_modifier_segment_remove(
1792
1792
  """Remove the active segment from the dash modifier
1793
1793
 
1794
1794
  :type override_context: typing.Union[dict, bpy.types.Context]
1795
- :type execution_context: str
1795
+ :type execution_context: typing.Union[str, int]
1796
1796
  :type undo: bool
1797
1797
  :param modifier: Modifier, Name of the modifier to edit
1798
1798
  :type modifier: typing.Union[str, typing.Any]
@@ -1804,14 +1804,14 @@ def grease_pencil_dash_modifier_segment_remove(
1804
1804
 
1805
1805
  def grease_pencil_time_modifier_segment_add(
1806
1806
  override_context: typing.Union[dict, bpy.types.Context] = None,
1807
- execution_context: str = None,
1807
+ execution_context: typing.Union[str, int] = None,
1808
1808
  undo: bool = None,
1809
1809
  modifier: typing.Union[str, typing.Any] = "",
1810
1810
  ):
1811
1811
  """Add a segment to the time modifier
1812
1812
 
1813
1813
  :type override_context: typing.Union[dict, bpy.types.Context]
1814
- :type execution_context: str
1814
+ :type execution_context: typing.Union[str, int]
1815
1815
  :type undo: bool
1816
1816
  :param modifier: Modifier, Name of the modifier to edit
1817
1817
  :type modifier: typing.Union[str, typing.Any]
@@ -1821,7 +1821,7 @@ def grease_pencil_time_modifier_segment_add(
1821
1821
 
1822
1822
  def grease_pencil_time_modifier_segment_move(
1823
1823
  override_context: typing.Union[dict, bpy.types.Context] = None,
1824
- execution_context: str = None,
1824
+ execution_context: typing.Union[str, int] = None,
1825
1825
  undo: bool = None,
1826
1826
  modifier: typing.Union[str, typing.Any] = "",
1827
1827
  type: typing.Any = "UP",
@@ -1829,7 +1829,7 @@ def grease_pencil_time_modifier_segment_move(
1829
1829
  """Move the active time segment up or down
1830
1830
 
1831
1831
  :type override_context: typing.Union[dict, bpy.types.Context]
1832
- :type execution_context: str
1832
+ :type execution_context: typing.Union[str, int]
1833
1833
  :type undo: bool
1834
1834
  :param modifier: Modifier, Name of the modifier to edit
1835
1835
  :type modifier: typing.Union[str, typing.Any]
@@ -1841,7 +1841,7 @@ def grease_pencil_time_modifier_segment_move(
1841
1841
 
1842
1842
  def grease_pencil_time_modifier_segment_remove(
1843
1843
  override_context: typing.Union[dict, bpy.types.Context] = None,
1844
- execution_context: str = None,
1844
+ execution_context: typing.Union[str, int] = None,
1845
1845
  undo: bool = None,
1846
1846
  modifier: typing.Union[str, typing.Any] = "",
1847
1847
  index: typing.Any = 0,
@@ -1849,7 +1849,7 @@ def grease_pencil_time_modifier_segment_remove(
1849
1849
  """Remove the active segment from the time modifier
1850
1850
 
1851
1851
  :type override_context: typing.Union[dict, bpy.types.Context]
1852
- :type execution_context: str
1852
+ :type execution_context: typing.Union[str, int]
1853
1853
  :type undo: bool
1854
1854
  :param modifier: Modifier, Name of the modifier to edit
1855
1855
  :type modifier: typing.Union[str, typing.Any]
@@ -1861,7 +1861,7 @@ def grease_pencil_time_modifier_segment_remove(
1861
1861
 
1862
1862
  def hide_collection(
1863
1863
  override_context: typing.Union[dict, bpy.types.Context] = None,
1864
- execution_context: str = None,
1864
+ execution_context: typing.Union[str, int] = None,
1865
1865
  undo: bool = None,
1866
1866
  collection_index: typing.Any = -1,
1867
1867
  toggle: typing.Union[bool, typing.Any] = False,
@@ -1870,7 +1870,7 @@ def hide_collection(
1870
1870
  """Show only objects in collection (Shift to extend)
1871
1871
 
1872
1872
  :type override_context: typing.Union[dict, bpy.types.Context]
1873
- :type execution_context: str
1873
+ :type execution_context: typing.Union[str, int]
1874
1874
  :type undo: bool
1875
1875
  :param collection_index: Collection Index, Index of the collection to change visibility
1876
1876
  :type collection_index: typing.Any
@@ -1884,13 +1884,13 @@ def hide_collection(
1884
1884
 
1885
1885
  def hide_render_clear_all(
1886
1886
  override_context: typing.Union[dict, bpy.types.Context] = None,
1887
- execution_context: str = None,
1887
+ execution_context: typing.Union[str, int] = None,
1888
1888
  undo: bool = None,
1889
1889
  ):
1890
1890
  """Reveal all render objects by setting the hide render flag
1891
1891
 
1892
1892
  :type override_context: typing.Union[dict, bpy.types.Context]
1893
- :type execution_context: str
1893
+ :type execution_context: typing.Union[str, int]
1894
1894
  :type undo: bool
1895
1895
  """
1896
1896
 
@@ -1898,14 +1898,14 @@ def hide_render_clear_all(
1898
1898
 
1899
1899
  def hide_view_clear(
1900
1900
  override_context: typing.Union[dict, bpy.types.Context] = None,
1901
- execution_context: str = None,
1901
+ execution_context: typing.Union[str, int] = None,
1902
1902
  undo: bool = None,
1903
1903
  select: typing.Union[bool, typing.Any] = True,
1904
1904
  ):
1905
1905
  """Reveal temporarily hidden objects
1906
1906
 
1907
1907
  :type override_context: typing.Union[dict, bpy.types.Context]
1908
- :type execution_context: str
1908
+ :type execution_context: typing.Union[str, int]
1909
1909
  :type undo: bool
1910
1910
  :param select: Select
1911
1911
  :type select: typing.Union[bool, typing.Any]
@@ -1915,14 +1915,14 @@ def hide_view_clear(
1915
1915
 
1916
1916
  def hide_view_set(
1917
1917
  override_context: typing.Union[dict, bpy.types.Context] = None,
1918
- execution_context: str = None,
1918
+ execution_context: typing.Union[str, int] = None,
1919
1919
  undo: bool = None,
1920
1920
  unselected: typing.Union[bool, typing.Any] = False,
1921
1921
  ):
1922
1922
  """Temporarily hide objects from the viewport
1923
1923
 
1924
1924
  :type override_context: typing.Union[dict, bpy.types.Context]
1925
- :type execution_context: str
1925
+ :type execution_context: typing.Union[str, int]
1926
1926
  :type undo: bool
1927
1927
  :param unselected: Unselected, Hide unselected rather than selected objects
1928
1928
  :type unselected: typing.Union[bool, typing.Any]
@@ -1932,13 +1932,13 @@ def hide_view_set(
1932
1932
 
1933
1933
  def hook_add_newob(
1934
1934
  override_context: typing.Union[dict, bpy.types.Context] = None,
1935
- execution_context: str = None,
1935
+ execution_context: typing.Union[str, int] = None,
1936
1936
  undo: bool = None,
1937
1937
  ):
1938
1938
  """Hook selected vertices to a newly created object
1939
1939
 
1940
1940
  :type override_context: typing.Union[dict, bpy.types.Context]
1941
- :type execution_context: str
1941
+ :type execution_context: typing.Union[str, int]
1942
1942
  :type undo: bool
1943
1943
  """
1944
1944
 
@@ -1946,14 +1946,14 @@ def hook_add_newob(
1946
1946
 
1947
1947
  def hook_add_selob(
1948
1948
  override_context: typing.Union[dict, bpy.types.Context] = None,
1949
- execution_context: str = None,
1949
+ execution_context: typing.Union[str, int] = None,
1950
1950
  undo: bool = None,
1951
1951
  use_bone: typing.Union[bool, typing.Any] = False,
1952
1952
  ):
1953
1953
  """Hook selected vertices to the first selected object
1954
1954
 
1955
1955
  :type override_context: typing.Union[dict, bpy.types.Context]
1956
- :type execution_context: str
1956
+ :type execution_context: typing.Union[str, int]
1957
1957
  :type undo: bool
1958
1958
  :param use_bone: Active Bone, Assign the hook to the hook object's active bone
1959
1959
  :type use_bone: typing.Union[bool, typing.Any]
@@ -1963,14 +1963,14 @@ def hook_add_selob(
1963
1963
 
1964
1964
  def hook_assign(
1965
1965
  override_context: typing.Union[dict, bpy.types.Context] = None,
1966
- execution_context: str = None,
1966
+ execution_context: typing.Union[str, int] = None,
1967
1967
  undo: bool = None,
1968
1968
  modifier: typing.Union[str, int, typing.Any] = "",
1969
1969
  ):
1970
1970
  """Assign the selected vertices to a hook
1971
1971
 
1972
1972
  :type override_context: typing.Union[dict, bpy.types.Context]
1973
- :type execution_context: str
1973
+ :type execution_context: typing.Union[str, int]
1974
1974
  :type undo: bool
1975
1975
  :param modifier: Modifier, Modifier number to assign to
1976
1976
  :type modifier: typing.Union[str, int, typing.Any]
@@ -1980,14 +1980,14 @@ def hook_assign(
1980
1980
 
1981
1981
  def hook_recenter(
1982
1982
  override_context: typing.Union[dict, bpy.types.Context] = None,
1983
- execution_context: str = None,
1983
+ execution_context: typing.Union[str, int] = None,
1984
1984
  undo: bool = None,
1985
1985
  modifier: typing.Union[str, int, typing.Any] = "",
1986
1986
  ):
1987
1987
  """Set hook center to cursor position
1988
1988
 
1989
1989
  :type override_context: typing.Union[dict, bpy.types.Context]
1990
- :type execution_context: str
1990
+ :type execution_context: typing.Union[str, int]
1991
1991
  :type undo: bool
1992
1992
  :param modifier: Modifier, Modifier number to assign to
1993
1993
  :type modifier: typing.Union[str, int, typing.Any]
@@ -1997,14 +1997,14 @@ def hook_recenter(
1997
1997
 
1998
1998
  def hook_remove(
1999
1999
  override_context: typing.Union[dict, bpy.types.Context] = None,
2000
- execution_context: str = None,
2000
+ execution_context: typing.Union[str, int] = None,
2001
2001
  undo: bool = None,
2002
2002
  modifier: typing.Union[str, int, typing.Any] = "",
2003
2003
  ):
2004
2004
  """Remove a hook from the active object
2005
2005
 
2006
2006
  :type override_context: typing.Union[dict, bpy.types.Context]
2007
- :type execution_context: str
2007
+ :type execution_context: typing.Union[str, int]
2008
2008
  :type undo: bool
2009
2009
  :param modifier: Modifier, Modifier number to remove
2010
2010
  :type modifier: typing.Union[str, int, typing.Any]
@@ -2014,14 +2014,14 @@ def hook_remove(
2014
2014
 
2015
2015
  def hook_reset(
2016
2016
  override_context: typing.Union[dict, bpy.types.Context] = None,
2017
- execution_context: str = None,
2017
+ execution_context: typing.Union[str, int] = None,
2018
2018
  undo: bool = None,
2019
2019
  modifier: typing.Union[str, int, typing.Any] = "",
2020
2020
  ):
2021
2021
  """Recalculate and clear offset transformation
2022
2022
 
2023
2023
  :type override_context: typing.Union[dict, bpy.types.Context]
2024
- :type execution_context: str
2024
+ :type execution_context: typing.Union[str, int]
2025
2025
  :type undo: bool
2026
2026
  :param modifier: Modifier, Modifier number to assign to
2027
2027
  :type modifier: typing.Union[str, int, typing.Any]
@@ -2031,14 +2031,14 @@ def hook_reset(
2031
2031
 
2032
2032
  def hook_select(
2033
2033
  override_context: typing.Union[dict, bpy.types.Context] = None,
2034
- execution_context: str = None,
2034
+ execution_context: typing.Union[str, int] = None,
2035
2035
  undo: bool = None,
2036
2036
  modifier: typing.Union[str, int, typing.Any] = "",
2037
2037
  ):
2038
2038
  """Select affected vertices on mesh
2039
2039
 
2040
2040
  :type override_context: typing.Union[dict, bpy.types.Context]
2041
- :type execution_context: str
2041
+ :type execution_context: typing.Union[str, int]
2042
2042
  :type undo: bool
2043
2043
  :param modifier: Modifier, Modifier number to remove
2044
2044
  :type modifier: typing.Union[str, int, typing.Any]
@@ -2048,13 +2048,13 @@ def hook_select(
2048
2048
 
2049
2049
  def instance_offset_from_cursor(
2050
2050
  override_context: typing.Union[dict, bpy.types.Context] = None,
2051
- execution_context: str = None,
2051
+ execution_context: typing.Union[str, int] = None,
2052
2052
  undo: bool = None,
2053
2053
  ):
2054
2054
  """Set offset used for collection instances based on cursor position
2055
2055
 
2056
2056
  :type override_context: typing.Union[dict, bpy.types.Context]
2057
- :type execution_context: str
2057
+ :type execution_context: typing.Union[str, int]
2058
2058
  :type undo: bool
2059
2059
  """
2060
2060
 
@@ -2062,13 +2062,13 @@ def instance_offset_from_cursor(
2062
2062
 
2063
2063
  def instance_offset_from_object(
2064
2064
  override_context: typing.Union[dict, bpy.types.Context] = None,
2065
- execution_context: str = None,
2065
+ execution_context: typing.Union[str, int] = None,
2066
2066
  undo: bool = None,
2067
2067
  ):
2068
2068
  """Set offset used for collection instances based on the active object position
2069
2069
 
2070
2070
  :type override_context: typing.Union[dict, bpy.types.Context]
2071
- :type execution_context: str
2071
+ :type execution_context: typing.Union[str, int]
2072
2072
  :type undo: bool
2073
2073
  """
2074
2074
 
@@ -2076,13 +2076,13 @@ def instance_offset_from_object(
2076
2076
 
2077
2077
  def instance_offset_to_cursor(
2078
2078
  override_context: typing.Union[dict, bpy.types.Context] = None,
2079
- execution_context: str = None,
2079
+ execution_context: typing.Union[str, int] = None,
2080
2080
  undo: bool = None,
2081
2081
  ):
2082
2082
  """Set cursor position to the offset used for collection instances
2083
2083
 
2084
2084
  :type override_context: typing.Union[dict, bpy.types.Context]
2085
- :type execution_context: str
2085
+ :type execution_context: typing.Union[str, int]
2086
2086
  :type undo: bool
2087
2087
  """
2088
2088
 
@@ -2090,13 +2090,13 @@ def instance_offset_to_cursor(
2090
2090
 
2091
2091
  def isolate_type_render(
2092
2092
  override_context: typing.Union[dict, bpy.types.Context] = None,
2093
- execution_context: str = None,
2093
+ execution_context: typing.Union[str, int] = None,
2094
2094
  undo: bool = None,
2095
2095
  ):
2096
2096
  """Hide unselected render objects of same type as active by setting the hide render flag
2097
2097
 
2098
2098
  :type override_context: typing.Union[dict, bpy.types.Context]
2099
- :type execution_context: str
2099
+ :type execution_context: typing.Union[str, int]
2100
2100
  :type undo: bool
2101
2101
  """
2102
2102
 
@@ -2104,13 +2104,13 @@ def isolate_type_render(
2104
2104
 
2105
2105
  def join(
2106
2106
  override_context: typing.Union[dict, bpy.types.Context] = None,
2107
- execution_context: str = None,
2107
+ execution_context: typing.Union[str, int] = None,
2108
2108
  undo: bool = None,
2109
2109
  ):
2110
2110
  """Join selected objects into active object
2111
2111
 
2112
2112
  :type override_context: typing.Union[dict, bpy.types.Context]
2113
- :type execution_context: str
2113
+ :type execution_context: typing.Union[str, int]
2114
2114
  :type undo: bool
2115
2115
  """
2116
2116
 
@@ -2118,13 +2118,13 @@ def join(
2118
2118
 
2119
2119
  def join_shapes(
2120
2120
  override_context: typing.Union[dict, bpy.types.Context] = None,
2121
- execution_context: str = None,
2121
+ execution_context: typing.Union[str, int] = None,
2122
2122
  undo: bool = None,
2123
2123
  ):
2124
2124
  """Copy the current resulting shape of another selected object to this one
2125
2125
 
2126
2126
  :type override_context: typing.Union[dict, bpy.types.Context]
2127
- :type execution_context: str
2127
+ :type execution_context: typing.Union[str, int]
2128
2128
  :type undo: bool
2129
2129
  """
2130
2130
 
@@ -2132,13 +2132,13 @@ def join_shapes(
2132
2132
 
2133
2133
  def join_uvs(
2134
2134
  override_context: typing.Union[dict, bpy.types.Context] = None,
2135
- execution_context: str = None,
2135
+ execution_context: typing.Union[str, int] = None,
2136
2136
  undo: bool = None,
2137
2137
  ):
2138
2138
  """Transfer UV Maps from active to selected objects (needs matching geometry)
2139
2139
 
2140
2140
  :type override_context: typing.Union[dict, bpy.types.Context]
2141
- :type execution_context: str
2141
+ :type execution_context: typing.Union[str, int]
2142
2142
  :type undo: bool
2143
2143
  """
2144
2144
 
@@ -2146,14 +2146,14 @@ def join_uvs(
2146
2146
 
2147
2147
  def laplaciandeform_bind(
2148
2148
  override_context: typing.Union[dict, bpy.types.Context] = None,
2149
- execution_context: str = None,
2149
+ execution_context: typing.Union[str, int] = None,
2150
2150
  undo: bool = None,
2151
2151
  modifier: typing.Union[str, typing.Any] = "",
2152
2152
  ):
2153
2153
  """Bind mesh to system in laplacian deform modifier
2154
2154
 
2155
2155
  :type override_context: typing.Union[dict, bpy.types.Context]
2156
- :type execution_context: str
2156
+ :type execution_context: typing.Union[str, int]
2157
2157
  :type undo: bool
2158
2158
  :param modifier: Modifier, Name of the modifier to edit
2159
2159
  :type modifier: typing.Union[str, typing.Any]
@@ -2163,9 +2163,9 @@ def laplaciandeform_bind(
2163
2163
 
2164
2164
  def light_add(
2165
2165
  override_context: typing.Union[dict, bpy.types.Context] = None,
2166
- execution_context: str = None,
2166
+ execution_context: typing.Union[str, int] = None,
2167
2167
  undo: bool = None,
2168
- type: typing.Any = "POINT",
2168
+ type: typing.Union[str, int] = "POINT",
2169
2169
  radius: typing.Any = 1.0,
2170
2170
  align: typing.Any = "WORLD",
2171
2171
  location: typing.Any = (0.0, 0.0, 0.0),
@@ -2175,22 +2175,10 @@ def light_add(
2175
2175
  """Add a light object to the scene
2176
2176
 
2177
2177
  :type override_context: typing.Union[dict, bpy.types.Context]
2178
- :type execution_context: str
2178
+ :type execution_context: typing.Union[str, int]
2179
2179
  :type undo: bool
2180
2180
  :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
2181
+ :type type: typing.Union[str, int]
2194
2182
  :param radius: Radius
2195
2183
  :type radius: typing.Any
2196
2184
  :param align: Align, The alignment of the new object
@@ -2216,13 +2204,13 @@ def light_add(
2216
2204
 
2217
2205
  def light_linking_blocker_collection_new(
2218
2206
  override_context: typing.Union[dict, bpy.types.Context] = None,
2219
- execution_context: str = None,
2207
+ execution_context: typing.Union[str, int] = None,
2220
2208
  undo: bool = None,
2221
2209
  ):
2222
2210
  """Create new light linking collection used by the active emitter
2223
2211
 
2224
2212
  :type override_context: typing.Union[dict, bpy.types.Context]
2225
- :type execution_context: str
2213
+ :type execution_context: typing.Union[str, int]
2226
2214
  :type undo: bool
2227
2215
  """
2228
2216
 
@@ -2230,14 +2218,14 @@ def light_linking_blocker_collection_new(
2230
2218
 
2231
2219
  def light_linking_blockers_link(
2232
2220
  override_context: typing.Union[dict, bpy.types.Context] = None,
2233
- execution_context: str = None,
2221
+ execution_context: typing.Union[str, int] = None,
2234
2222
  undo: bool = None,
2235
2223
  link_state: typing.Any = "INCLUDE",
2236
2224
  ):
2237
2225
  """Light link selected blockers to the active emitter object
2238
2226
 
2239
2227
  :type override_context: typing.Union[dict, bpy.types.Context]
2240
- :type execution_context: str
2228
+ :type execution_context: typing.Union[str, int]
2241
2229
  :type undo: bool
2242
2230
  :param link_state: Link State, State of the shadow linking
2243
2231
 
@@ -2253,13 +2241,13 @@ def light_linking_blockers_link(
2253
2241
 
2254
2242
  def light_linking_blockers_select(
2255
2243
  override_context: typing.Union[dict, bpy.types.Context] = None,
2256
- execution_context: str = None,
2244
+ execution_context: typing.Union[str, int] = None,
2257
2245
  undo: bool = None,
2258
2246
  ):
2259
2247
  """Select all objects which block light from this emitter
2260
2248
 
2261
2249
  :type override_context: typing.Union[dict, bpy.types.Context]
2262
- :type execution_context: str
2250
+ :type execution_context: typing.Union[str, int]
2263
2251
  :type undo: bool
2264
2252
  """
2265
2253
 
@@ -2267,13 +2255,13 @@ def light_linking_blockers_select(
2267
2255
 
2268
2256
  def light_linking_receiver_collection_new(
2269
2257
  override_context: typing.Union[dict, bpy.types.Context] = None,
2270
- execution_context: str = None,
2258
+ execution_context: typing.Union[str, int] = None,
2271
2259
  undo: bool = None,
2272
2260
  ):
2273
2261
  """Create new light linking collection used by the active emitter
2274
2262
 
2275
2263
  :type override_context: typing.Union[dict, bpy.types.Context]
2276
- :type execution_context: str
2264
+ :type execution_context: typing.Union[str, int]
2277
2265
  :type undo: bool
2278
2266
  """
2279
2267
 
@@ -2281,14 +2269,14 @@ def light_linking_receiver_collection_new(
2281
2269
 
2282
2270
  def light_linking_receivers_link(
2283
2271
  override_context: typing.Union[dict, bpy.types.Context] = None,
2284
- execution_context: str = None,
2272
+ execution_context: typing.Union[str, int] = None,
2285
2273
  undo: bool = None,
2286
2274
  link_state: typing.Any = "INCLUDE",
2287
2275
  ):
2288
2276
  """Light link selected receivers to the active emitter object
2289
2277
 
2290
2278
  :type override_context: typing.Union[dict, bpy.types.Context]
2291
- :type execution_context: str
2279
+ :type execution_context: typing.Union[str, int]
2292
2280
  :type undo: bool
2293
2281
  :param link_state: Link State, State of the light linking
2294
2282
 
@@ -2304,13 +2292,13 @@ def light_linking_receivers_link(
2304
2292
 
2305
2293
  def light_linking_receivers_select(
2306
2294
  override_context: typing.Union[dict, bpy.types.Context] = None,
2307
- execution_context: str = None,
2295
+ execution_context: typing.Union[str, int] = None,
2308
2296
  undo: bool = None,
2309
2297
  ):
2310
2298
  """Select all objects which receive light from this emitter
2311
2299
 
2312
2300
  :type override_context: typing.Union[dict, bpy.types.Context]
2313
- :type execution_context: str
2301
+ :type execution_context: typing.Union[str, int]
2314
2302
  :type undo: bool
2315
2303
  """
2316
2304
 
@@ -2318,13 +2306,13 @@ def light_linking_receivers_select(
2318
2306
 
2319
2307
  def light_linking_unlink_from_collection(
2320
2308
  override_context: typing.Union[dict, bpy.types.Context] = None,
2321
- execution_context: str = None,
2309
+ execution_context: typing.Union[str, int] = None,
2322
2310
  undo: bool = None,
2323
2311
  ):
2324
2312
  """Remove this object or collection from the light linking collection
2325
2313
 
2326
2314
  :type override_context: typing.Union[dict, bpy.types.Context]
2327
- :type execution_context: str
2315
+ :type execution_context: typing.Union[str, int]
2328
2316
  :type undo: bool
2329
2317
  """
2330
2318
 
@@ -2332,7 +2320,7 @@ def light_linking_unlink_from_collection(
2332
2320
 
2333
2321
  def lightprobe_add(
2334
2322
  override_context: typing.Union[dict, bpy.types.Context] = None,
2335
- execution_context: str = None,
2323
+ execution_context: typing.Union[str, int] = None,
2336
2324
  undo: bool = None,
2337
2325
  type: typing.Any = "SPHERE",
2338
2326
  radius: typing.Any = 1.0,
@@ -2345,7 +2333,7 @@ def lightprobe_add(
2345
2333
  """Add a light probe object
2346
2334
 
2347
2335
  :type override_context: typing.Union[dict, bpy.types.Context]
2348
- :type execution_context: str
2336
+ :type execution_context: typing.Union[str, int]
2349
2337
  :type undo: bool
2350
2338
  :param type: Type
2351
2339
 
@@ -2385,7 +2373,7 @@ def lightprobe_add(
2385
2373
 
2386
2374
  def lightprobe_cache_bake(
2387
2375
  override_context: typing.Union[dict, bpy.types.Context] = None,
2388
- execution_context: str = None,
2376
+ execution_context: typing.Union[str, int] = None,
2389
2377
  undo: bool = None,
2390
2378
  delay: typing.Any = 0,
2391
2379
  subset: typing.Any = "ALL",
@@ -2393,7 +2381,7 @@ def lightprobe_cache_bake(
2393
2381
  """Bake irradiance volume light cache
2394
2382
 
2395
2383
  :type override_context: typing.Union[dict, bpy.types.Context]
2396
- :type execution_context: str
2384
+ :type execution_context: typing.Union[str, int]
2397
2385
  :type undo: bool
2398
2386
  :param delay: Delay, Delay in millisecond before baking starts
2399
2387
  :type delay: typing.Any
@@ -2414,14 +2402,14 @@ def lightprobe_cache_bake(
2414
2402
 
2415
2403
  def lightprobe_cache_free(
2416
2404
  override_context: typing.Union[dict, bpy.types.Context] = None,
2417
- execution_context: str = None,
2405
+ execution_context: typing.Union[str, int] = None,
2418
2406
  undo: bool = None,
2419
2407
  subset: typing.Any = "SELECTED",
2420
2408
  ):
2421
2409
  """Delete cached indirect lighting
2422
2410
 
2423
2411
  :type override_context: typing.Union[dict, bpy.types.Context]
2424
- :type execution_context: str
2412
+ :type execution_context: typing.Union[str, int]
2425
2413
  :type undo: bool
2426
2414
  :param subset: Subset, Subset of probes to update
2427
2415
 
@@ -2440,13 +2428,13 @@ def lightprobe_cache_free(
2440
2428
 
2441
2429
  def lineart_bake_strokes(
2442
2430
  override_context: typing.Union[dict, bpy.types.Context] = None,
2443
- execution_context: str = None,
2431
+ execution_context: typing.Union[str, int] = None,
2444
2432
  undo: bool = None,
2445
2433
  ):
2446
2434
  """Bake Line Art for current Grease Pencil object
2447
2435
 
2448
2436
  :type override_context: typing.Union[dict, bpy.types.Context]
2449
- :type execution_context: str
2437
+ :type execution_context: typing.Union[str, int]
2450
2438
  :type undo: bool
2451
2439
  """
2452
2440
 
@@ -2454,13 +2442,13 @@ def lineart_bake_strokes(
2454
2442
 
2455
2443
  def lineart_bake_strokes_all(
2456
2444
  override_context: typing.Union[dict, bpy.types.Context] = None,
2457
- execution_context: str = None,
2445
+ execution_context: typing.Union[str, int] = None,
2458
2446
  undo: bool = None,
2459
2447
  ):
2460
2448
  """Bake all Grease Pencil objects that have a Line Art modifier
2461
2449
 
2462
2450
  :type override_context: typing.Union[dict, bpy.types.Context]
2463
- :type execution_context: str
2451
+ :type execution_context: typing.Union[str, int]
2464
2452
  :type undo: bool
2465
2453
  """
2466
2454
 
@@ -2468,13 +2456,13 @@ def lineart_bake_strokes_all(
2468
2456
 
2469
2457
  def lineart_clear(
2470
2458
  override_context: typing.Union[dict, bpy.types.Context] = None,
2471
- execution_context: str = None,
2459
+ execution_context: typing.Union[str, int] = None,
2472
2460
  undo: bool = None,
2473
2461
  ):
2474
2462
  """Clear all strokes in current Grease Pencil object
2475
2463
 
2476
2464
  :type override_context: typing.Union[dict, bpy.types.Context]
2477
- :type execution_context: str
2465
+ :type execution_context: typing.Union[str, int]
2478
2466
  :type undo: bool
2479
2467
  """
2480
2468
 
@@ -2482,13 +2470,13 @@ def lineart_clear(
2482
2470
 
2483
2471
  def lineart_clear_all(
2484
2472
  override_context: typing.Union[dict, bpy.types.Context] = None,
2485
- execution_context: str = None,
2473
+ execution_context: typing.Union[str, int] = None,
2486
2474
  undo: bool = None,
2487
2475
  ):
2488
2476
  """Clear all strokes in all Grease Pencil objects that have a Line Art modifier
2489
2477
 
2490
2478
  :type override_context: typing.Union[dict, bpy.types.Context]
2491
- :type execution_context: str
2479
+ :type execution_context: typing.Union[str, int]
2492
2480
  :type undo: bool
2493
2481
  """
2494
2482
 
@@ -2496,7 +2484,7 @@ def lineart_clear_all(
2496
2484
 
2497
2485
  def link_to_collection(
2498
2486
  override_context: typing.Union[dict, bpy.types.Context] = None,
2499
- execution_context: str = None,
2487
+ execution_context: typing.Union[str, int] = None,
2500
2488
  undo: bool = None,
2501
2489
  collection_index: typing.Any = -1,
2502
2490
  is_new: typing.Union[bool, typing.Any] = False,
@@ -2505,7 +2493,7 @@ def link_to_collection(
2505
2493
  """Link objects to a collection
2506
2494
 
2507
2495
  :type override_context: typing.Union[dict, bpy.types.Context]
2508
- :type execution_context: str
2496
+ :type execution_context: typing.Union[str, int]
2509
2497
  :type undo: bool
2510
2498
  :param collection_index: Collection Index, Index of the collection to move to
2511
2499
  :type collection_index: typing.Any
@@ -2519,14 +2507,14 @@ def link_to_collection(
2519
2507
 
2520
2508
  def location_clear(
2521
2509
  override_context: typing.Union[dict, bpy.types.Context] = None,
2522
- execution_context: str = None,
2510
+ execution_context: typing.Union[str, int] = None,
2523
2511
  undo: bool = None,
2524
2512
  clear_delta: typing.Union[bool, typing.Any] = False,
2525
2513
  ):
2526
2514
  """Clear the object's location
2527
2515
 
2528
2516
  :type override_context: typing.Union[dict, bpy.types.Context]
2529
- :type execution_context: str
2517
+ :type execution_context: typing.Union[str, int]
2530
2518
  :type undo: bool
2531
2519
  :param clear_delta: Clear Delta, Clear delta location in addition to clearing the normal location transform
2532
2520
  :type clear_delta: typing.Union[bool, typing.Any]
@@ -2536,13 +2524,13 @@ def location_clear(
2536
2524
 
2537
2525
  def make_dupli_face(
2538
2526
  override_context: typing.Union[dict, bpy.types.Context] = None,
2539
- execution_context: str = None,
2527
+ execution_context: typing.Union[str, int] = None,
2540
2528
  undo: bool = None,
2541
2529
  ):
2542
2530
  """Convert objects into instanced faces
2543
2531
 
2544
2532
  :type override_context: typing.Union[dict, bpy.types.Context]
2545
- :type execution_context: str
2533
+ :type execution_context: typing.Union[str, int]
2546
2534
  :type undo: bool
2547
2535
  """
2548
2536
 
@@ -2550,14 +2538,14 @@ def make_dupli_face(
2550
2538
 
2551
2539
  def make_links_data(
2552
2540
  override_context: typing.Union[dict, bpy.types.Context] = None,
2553
- execution_context: str = None,
2541
+ execution_context: typing.Union[str, int] = None,
2554
2542
  undo: bool = None,
2555
2543
  type: typing.Any = "OBDATA",
2556
2544
  ):
2557
2545
  """Transfer data from active object to selected objects
2558
2546
 
2559
2547
  :type override_context: typing.Union[dict, bpy.types.Context]
2560
- :type execution_context: str
2548
+ :type execution_context: typing.Union[str, int]
2561
2549
  :type undo: bool
2562
2550
  :param type: Type
2563
2551
 
@@ -2591,14 +2579,14 @@ def make_links_data(
2591
2579
 
2592
2580
  def make_links_scene(
2593
2581
  override_context: typing.Union[dict, bpy.types.Context] = None,
2594
- execution_context: str = None,
2582
+ execution_context: typing.Union[str, int] = None,
2595
2583
  undo: bool = None,
2596
2584
  scene: typing.Union[str, int, typing.Any] = "",
2597
2585
  ):
2598
2586
  """Link selection to another scene
2599
2587
 
2600
2588
  :type override_context: typing.Union[dict, bpy.types.Context]
2601
- :type execution_context: str
2589
+ :type execution_context: typing.Union[str, int]
2602
2590
  :type undo: bool
2603
2591
  :param scene: Scene
2604
2592
  :type scene: typing.Union[str, int, typing.Any]
@@ -2608,14 +2596,14 @@ def make_links_scene(
2608
2596
 
2609
2597
  def make_local(
2610
2598
  override_context: typing.Union[dict, bpy.types.Context] = None,
2611
- execution_context: str = None,
2599
+ execution_context: typing.Union[str, int] = None,
2612
2600
  undo: bool = None,
2613
2601
  type: typing.Any = "SELECT_OBJECT",
2614
2602
  ):
2615
2603
  """Make library linked data-blocks local to this file
2616
2604
 
2617
2605
  :type override_context: typing.Union[dict, bpy.types.Context]
2618
- :type execution_context: str
2606
+ :type execution_context: typing.Union[str, int]
2619
2607
  :type undo: bool
2620
2608
  :param type: Type
2621
2609
  :type type: typing.Any
@@ -2625,14 +2613,14 @@ def make_local(
2625
2613
 
2626
2614
  def make_override_library(
2627
2615
  override_context: typing.Union[dict, bpy.types.Context] = None,
2628
- execution_context: str = None,
2616
+ execution_context: typing.Union[str, int] = None,
2629
2617
  undo: bool = None,
2630
2618
  collection: typing.Any = 0,
2631
2619
  ):
2632
2620
  """Create a local override of the selected linked objects, and their hierarchy of dependencies
2633
2621
 
2634
2622
  :type override_context: typing.Union[dict, bpy.types.Context]
2635
- :type execution_context: str
2623
+ :type execution_context: typing.Union[str, int]
2636
2624
  :type undo: bool
2637
2625
  :param collection: Override Collection, Session UID of the directly linked collection containing the selected object, to make an override from
2638
2626
  :type collection: typing.Any
@@ -2642,7 +2630,7 @@ def make_override_library(
2642
2630
 
2643
2631
  def make_single_user(
2644
2632
  override_context: typing.Union[dict, bpy.types.Context] = None,
2645
- execution_context: str = None,
2633
+ execution_context: typing.Union[str, int] = None,
2646
2634
  undo: bool = None,
2647
2635
  type: typing.Any = "SELECTED_OBJECTS",
2648
2636
  object: typing.Union[bool, typing.Any] = False,
@@ -2654,7 +2642,7 @@ def make_single_user(
2654
2642
  """Make linked data local to each object
2655
2643
 
2656
2644
  :type override_context: typing.Union[dict, bpy.types.Context]
2657
- :type execution_context: str
2645
+ :type execution_context: typing.Union[str, int]
2658
2646
  :type undo: bool
2659
2647
  :param type: Type
2660
2648
  :type type: typing.Any
@@ -2674,13 +2662,13 @@ def make_single_user(
2674
2662
 
2675
2663
  def material_slot_add(
2676
2664
  override_context: typing.Union[dict, bpy.types.Context] = None,
2677
- execution_context: str = None,
2665
+ execution_context: typing.Union[str, int] = None,
2678
2666
  undo: bool = None,
2679
2667
  ):
2680
2668
  """Add a new material slot
2681
2669
 
2682
2670
  :type override_context: typing.Union[dict, bpy.types.Context]
2683
- :type execution_context: str
2671
+ :type execution_context: typing.Union[str, int]
2684
2672
  :type undo: bool
2685
2673
  """
2686
2674
 
@@ -2688,13 +2676,13 @@ def material_slot_add(
2688
2676
 
2689
2677
  def material_slot_assign(
2690
2678
  override_context: typing.Union[dict, bpy.types.Context] = None,
2691
- execution_context: str = None,
2679
+ execution_context: typing.Union[str, int] = None,
2692
2680
  undo: bool = None,
2693
2681
  ):
2694
2682
  """Assign active material slot to selection
2695
2683
 
2696
2684
  :type override_context: typing.Union[dict, bpy.types.Context]
2697
- :type execution_context: str
2685
+ :type execution_context: typing.Union[str, int]
2698
2686
  :type undo: bool
2699
2687
  """
2700
2688
 
@@ -2702,13 +2690,13 @@ def material_slot_assign(
2702
2690
 
2703
2691
  def material_slot_copy(
2704
2692
  override_context: typing.Union[dict, bpy.types.Context] = None,
2705
- execution_context: str = None,
2693
+ execution_context: typing.Union[str, int] = None,
2706
2694
  undo: bool = None,
2707
2695
  ):
2708
2696
  """Copy material to selected objects
2709
2697
 
2710
2698
  :type override_context: typing.Union[dict, bpy.types.Context]
2711
- :type execution_context: str
2699
+ :type execution_context: typing.Union[str, int]
2712
2700
  :type undo: bool
2713
2701
  """
2714
2702
 
@@ -2716,13 +2704,13 @@ def material_slot_copy(
2716
2704
 
2717
2705
  def material_slot_deselect(
2718
2706
  override_context: typing.Union[dict, bpy.types.Context] = None,
2719
- execution_context: str = None,
2707
+ execution_context: typing.Union[str, int] = None,
2720
2708
  undo: bool = None,
2721
2709
  ):
2722
2710
  """Deselect by active material slot
2723
2711
 
2724
2712
  :type override_context: typing.Union[dict, bpy.types.Context]
2725
- :type execution_context: str
2713
+ :type execution_context: typing.Union[str, int]
2726
2714
  :type undo: bool
2727
2715
  """
2728
2716
 
@@ -2730,14 +2718,14 @@ def material_slot_deselect(
2730
2718
 
2731
2719
  def material_slot_move(
2732
2720
  override_context: typing.Union[dict, bpy.types.Context] = None,
2733
- execution_context: str = None,
2721
+ execution_context: typing.Union[str, int] = None,
2734
2722
  undo: bool = None,
2735
2723
  direction: typing.Any = "UP",
2736
2724
  ):
2737
2725
  """Move the active material up/down in the list
2738
2726
 
2739
2727
  :type override_context: typing.Union[dict, bpy.types.Context]
2740
- :type execution_context: str
2728
+ :type execution_context: typing.Union[str, int]
2741
2729
  :type undo: bool
2742
2730
  :param direction: Direction, Direction to move the active material towards
2743
2731
  :type direction: typing.Any
@@ -2747,13 +2735,13 @@ def material_slot_move(
2747
2735
 
2748
2736
  def material_slot_remove(
2749
2737
  override_context: typing.Union[dict, bpy.types.Context] = None,
2750
- execution_context: str = None,
2738
+ execution_context: typing.Union[str, int] = None,
2751
2739
  undo: bool = None,
2752
2740
  ):
2753
2741
  """Remove the selected material slot
2754
2742
 
2755
2743
  :type override_context: typing.Union[dict, bpy.types.Context]
2756
- :type execution_context: str
2744
+ :type execution_context: typing.Union[str, int]
2757
2745
  :type undo: bool
2758
2746
  """
2759
2747
 
@@ -2761,13 +2749,13 @@ def material_slot_remove(
2761
2749
 
2762
2750
  def material_slot_remove_unused(
2763
2751
  override_context: typing.Union[dict, bpy.types.Context] = None,
2764
- execution_context: str = None,
2752
+ execution_context: typing.Union[str, int] = None,
2765
2753
  undo: bool = None,
2766
2754
  ):
2767
2755
  """Remove unused material slots
2768
2756
 
2769
2757
  :type override_context: typing.Union[dict, bpy.types.Context]
2770
- :type execution_context: str
2758
+ :type execution_context: typing.Union[str, int]
2771
2759
  :type undo: bool
2772
2760
  """
2773
2761
 
@@ -2775,13 +2763,13 @@ def material_slot_remove_unused(
2775
2763
 
2776
2764
  def material_slot_select(
2777
2765
  override_context: typing.Union[dict, bpy.types.Context] = None,
2778
- execution_context: str = None,
2766
+ execution_context: typing.Union[str, int] = None,
2779
2767
  undo: bool = None,
2780
2768
  ):
2781
2769
  """Select by active material slot
2782
2770
 
2783
2771
  :type override_context: typing.Union[dict, bpy.types.Context]
2784
- :type execution_context: str
2772
+ :type execution_context: typing.Union[str, int]
2785
2773
  :type undo: bool
2786
2774
  """
2787
2775
 
@@ -2789,14 +2777,14 @@ def material_slot_select(
2789
2777
 
2790
2778
  def meshdeform_bind(
2791
2779
  override_context: typing.Union[dict, bpy.types.Context] = None,
2792
- execution_context: str = None,
2780
+ execution_context: typing.Union[str, int] = None,
2793
2781
  undo: bool = None,
2794
2782
  modifier: typing.Union[str, typing.Any] = "",
2795
2783
  ):
2796
2784
  """Bind mesh to cage in mesh deform modifier
2797
2785
 
2798
2786
  :type override_context: typing.Union[dict, bpy.types.Context]
2799
- :type execution_context: str
2787
+ :type execution_context: typing.Union[str, int]
2800
2788
  :type undo: bool
2801
2789
  :param modifier: Modifier, Name of the modifier to edit
2802
2790
  :type modifier: typing.Union[str, typing.Any]
@@ -2806,7 +2794,7 @@ def meshdeform_bind(
2806
2794
 
2807
2795
  def metaball_add(
2808
2796
  override_context: typing.Union[dict, bpy.types.Context] = None,
2809
- execution_context: str = None,
2797
+ execution_context: typing.Union[str, int] = None,
2810
2798
  undo: bool = None,
2811
2799
  type: typing.Union[str, int] = "BALL",
2812
2800
  radius: typing.Any = 2.0,
@@ -2819,7 +2807,7 @@ def metaball_add(
2819
2807
  """Add an metaball object to the scene
2820
2808
 
2821
2809
  :type override_context: typing.Union[dict, bpy.types.Context]
2822
- :type execution_context: str
2810
+ :type execution_context: typing.Union[str, int]
2823
2811
  :type undo: bool
2824
2812
  :param type: Primitive
2825
2813
  :type type: typing.Union[str, int]
@@ -2850,7 +2838,7 @@ def metaball_add(
2850
2838
 
2851
2839
  def mode_set(
2852
2840
  override_context: typing.Union[dict, bpy.types.Context] = None,
2853
- execution_context: str = None,
2841
+ execution_context: typing.Union[str, int] = None,
2854
2842
  undo: bool = None,
2855
2843
  mode: typing.Union[str, int] = "OBJECT",
2856
2844
  toggle: typing.Union[bool, typing.Any] = False,
@@ -2858,7 +2846,7 @@ def mode_set(
2858
2846
  """Sets the object interaction mode
2859
2847
 
2860
2848
  :type override_context: typing.Union[dict, bpy.types.Context]
2861
- :type execution_context: str
2849
+ :type execution_context: typing.Union[str, int]
2862
2850
  :type undo: bool
2863
2851
  :param mode: Mode
2864
2852
  :type mode: typing.Union[str, int]
@@ -2870,7 +2858,7 @@ def mode_set(
2870
2858
 
2871
2859
  def mode_set_with_submode(
2872
2860
  override_context: typing.Union[dict, bpy.types.Context] = None,
2873
- execution_context: str = None,
2861
+ execution_context: typing.Union[str, int] = None,
2874
2862
  undo: bool = None,
2875
2863
  mode: typing.Union[str, int] = "OBJECT",
2876
2864
  toggle: typing.Union[bool, typing.Any] = False,
@@ -2879,7 +2867,7 @@ def mode_set_with_submode(
2879
2867
  """Sets the object interaction mode
2880
2868
 
2881
2869
  :type override_context: typing.Union[dict, bpy.types.Context]
2882
- :type execution_context: str
2870
+ :type execution_context: typing.Union[str, int]
2883
2871
  :type undo: bool
2884
2872
  :param mode: Mode
2885
2873
  :type mode: typing.Union[str, int]
@@ -2893,14 +2881,14 @@ def mode_set_with_submode(
2893
2881
 
2894
2882
  def modifier_add(
2895
2883
  override_context: typing.Union[dict, bpy.types.Context] = None,
2896
- execution_context: str = None,
2884
+ execution_context: typing.Union[str, int] = None,
2897
2885
  undo: bool = None,
2898
2886
  type: typing.Union[str, int] = "SUBSURF",
2899
2887
  ):
2900
2888
  """Add a procedural operation/effect to the active object
2901
2889
 
2902
2890
  :type override_context: typing.Union[dict, bpy.types.Context]
2903
- :type execution_context: str
2891
+ :type execution_context: typing.Union[str, int]
2904
2892
  :type undo: bool
2905
2893
  :param type: Type
2906
2894
  :type type: typing.Union[str, int]
@@ -2910,7 +2898,7 @@ def modifier_add(
2910
2898
 
2911
2899
  def modifier_add_node_group(
2912
2900
  override_context: typing.Union[dict, bpy.types.Context] = None,
2913
- execution_context: str = None,
2901
+ execution_context: typing.Union[str, int] = None,
2914
2902
  undo: bool = None,
2915
2903
  asset_library_type: typing.Union[str, int] = "LOCAL",
2916
2904
  asset_library_identifier: typing.Union[str, typing.Any] = "",
@@ -2920,7 +2908,7 @@ def modifier_add_node_group(
2920
2908
  """Add a procedural operation/effect to the active object
2921
2909
 
2922
2910
  :type override_context: typing.Union[dict, bpy.types.Context]
2923
- :type execution_context: str
2911
+ :type execution_context: typing.Union[str, int]
2924
2912
  :type undo: bool
2925
2913
  :param asset_library_type: Asset Library Type
2926
2914
  :type asset_library_type: typing.Union[str, int]
@@ -2936,7 +2924,7 @@ def modifier_add_node_group(
2936
2924
 
2937
2925
  def modifier_apply(
2938
2926
  override_context: typing.Union[dict, bpy.types.Context] = None,
2939
- execution_context: str = None,
2927
+ execution_context: typing.Union[str, int] = None,
2940
2928
  undo: bool = None,
2941
2929
  modifier: typing.Union[str, typing.Any] = "",
2942
2930
  report: typing.Union[bool, typing.Any] = False,
@@ -2946,7 +2934,7 @@ def modifier_apply(
2946
2934
  """Apply modifier and remove from the stack
2947
2935
 
2948
2936
  :type override_context: typing.Union[dict, bpy.types.Context]
2949
- :type execution_context: str
2937
+ :type execution_context: typing.Union[str, int]
2950
2938
  :type undo: bool
2951
2939
  :param modifier: Modifier, Name of the modifier to edit
2952
2940
  :type modifier: typing.Union[str, typing.Any]
@@ -2962,7 +2950,7 @@ def modifier_apply(
2962
2950
 
2963
2951
  def modifier_apply_as_shapekey(
2964
2952
  override_context: typing.Union[dict, bpy.types.Context] = None,
2965
- execution_context: str = None,
2953
+ execution_context: typing.Union[str, int] = None,
2966
2954
  undo: bool = None,
2967
2955
  keep_modifier: typing.Union[bool, typing.Any] = False,
2968
2956
  modifier: typing.Union[str, typing.Any] = "",
@@ -2971,7 +2959,7 @@ def modifier_apply_as_shapekey(
2971
2959
  """Apply modifier as a new shape key and remove from the stack
2972
2960
 
2973
2961
  :type override_context: typing.Union[dict, bpy.types.Context]
2974
- :type execution_context: str
2962
+ :type execution_context: typing.Union[str, int]
2975
2963
  :type undo: bool
2976
2964
  :param keep_modifier: Keep Modifier, Do not remove the modifier from stack
2977
2965
  :type keep_modifier: typing.Union[bool, typing.Any]
@@ -2985,14 +2973,14 @@ def modifier_apply_as_shapekey(
2985
2973
 
2986
2974
  def modifier_convert(
2987
2975
  override_context: typing.Union[dict, bpy.types.Context] = None,
2988
- execution_context: str = None,
2976
+ execution_context: typing.Union[str, int] = None,
2989
2977
  undo: bool = None,
2990
2978
  modifier: typing.Union[str, typing.Any] = "",
2991
2979
  ):
2992
2980
  """Convert particles to a mesh object
2993
2981
 
2994
2982
  :type override_context: typing.Union[dict, bpy.types.Context]
2995
- :type execution_context: str
2983
+ :type execution_context: typing.Union[str, int]
2996
2984
  :type undo: bool
2997
2985
  :param modifier: Modifier, Name of the modifier to edit
2998
2986
  :type modifier: typing.Union[str, typing.Any]
@@ -3002,14 +2990,14 @@ def modifier_convert(
3002
2990
 
3003
2991
  def modifier_copy(
3004
2992
  override_context: typing.Union[dict, bpy.types.Context] = None,
3005
- execution_context: str = None,
2993
+ execution_context: typing.Union[str, int] = None,
3006
2994
  undo: bool = None,
3007
2995
  modifier: typing.Union[str, typing.Any] = "",
3008
2996
  ):
3009
2997
  """Duplicate modifier at the same position in the stack
3010
2998
 
3011
2999
  :type override_context: typing.Union[dict, bpy.types.Context]
3012
- :type execution_context: str
3000
+ :type execution_context: typing.Union[str, int]
3013
3001
  :type undo: bool
3014
3002
  :param modifier: Modifier, Name of the modifier to edit
3015
3003
  :type modifier: typing.Union[str, typing.Any]
@@ -3019,14 +3007,14 @@ def modifier_copy(
3019
3007
 
3020
3008
  def modifier_copy_to_selected(
3021
3009
  override_context: typing.Union[dict, bpy.types.Context] = None,
3022
- execution_context: str = None,
3010
+ execution_context: typing.Union[str, int] = None,
3023
3011
  undo: bool = None,
3024
3012
  modifier: typing.Union[str, typing.Any] = "",
3025
3013
  ):
3026
3014
  """Copy the modifier from the active object to all selected objects
3027
3015
 
3028
3016
  :type override_context: typing.Union[dict, bpy.types.Context]
3029
- :type execution_context: str
3017
+ :type execution_context: typing.Union[str, int]
3030
3018
  :type undo: bool
3031
3019
  :param modifier: Modifier, Name of the modifier to edit
3032
3020
  :type modifier: typing.Union[str, typing.Any]
@@ -3036,14 +3024,14 @@ def modifier_copy_to_selected(
3036
3024
 
3037
3025
  def modifier_move_down(
3038
3026
  override_context: typing.Union[dict, bpy.types.Context] = None,
3039
- execution_context: str = None,
3027
+ execution_context: typing.Union[str, int] = None,
3040
3028
  undo: bool = None,
3041
3029
  modifier: typing.Union[str, typing.Any] = "",
3042
3030
  ):
3043
3031
  """Move modifier down in the stack
3044
3032
 
3045
3033
  :type override_context: typing.Union[dict, bpy.types.Context]
3046
- :type execution_context: str
3034
+ :type execution_context: typing.Union[str, int]
3047
3035
  :type undo: bool
3048
3036
  :param modifier: Modifier, Name of the modifier to edit
3049
3037
  :type modifier: typing.Union[str, typing.Any]
@@ -3053,7 +3041,7 @@ def modifier_move_down(
3053
3041
 
3054
3042
  def modifier_move_to_index(
3055
3043
  override_context: typing.Union[dict, bpy.types.Context] = None,
3056
- execution_context: str = None,
3044
+ execution_context: typing.Union[str, int] = None,
3057
3045
  undo: bool = None,
3058
3046
  modifier: typing.Union[str, typing.Any] = "",
3059
3047
  index: typing.Any = 0,
@@ -3061,7 +3049,7 @@ def modifier_move_to_index(
3061
3049
  """Change the modifier's index in the stack so it evaluates after the set number of others
3062
3050
 
3063
3051
  :type override_context: typing.Union[dict, bpy.types.Context]
3064
- :type execution_context: str
3052
+ :type execution_context: typing.Union[str, int]
3065
3053
  :type undo: bool
3066
3054
  :param modifier: Modifier, Name of the modifier to edit
3067
3055
  :type modifier: typing.Union[str, typing.Any]
@@ -3073,14 +3061,14 @@ def modifier_move_to_index(
3073
3061
 
3074
3062
  def modifier_move_up(
3075
3063
  override_context: typing.Union[dict, bpy.types.Context] = None,
3076
- execution_context: str = None,
3064
+ execution_context: typing.Union[str, int] = None,
3077
3065
  undo: bool = None,
3078
3066
  modifier: typing.Union[str, typing.Any] = "",
3079
3067
  ):
3080
3068
  """Move modifier up in the stack
3081
3069
 
3082
3070
  :type override_context: typing.Union[dict, bpy.types.Context]
3083
- :type execution_context: str
3071
+ :type execution_context: typing.Union[str, int]
3084
3072
  :type undo: bool
3085
3073
  :param modifier: Modifier, Name of the modifier to edit
3086
3074
  :type modifier: typing.Union[str, typing.Any]
@@ -3090,7 +3078,7 @@ def modifier_move_up(
3090
3078
 
3091
3079
  def modifier_remove(
3092
3080
  override_context: typing.Union[dict, bpy.types.Context] = None,
3093
- execution_context: str = None,
3081
+ execution_context: typing.Union[str, int] = None,
3094
3082
  undo: bool = None,
3095
3083
  modifier: typing.Union[str, typing.Any] = "",
3096
3084
  report: typing.Union[bool, typing.Any] = False,
@@ -3098,7 +3086,7 @@ def modifier_remove(
3098
3086
  """Remove a modifier from the active object
3099
3087
 
3100
3088
  :type override_context: typing.Union[dict, bpy.types.Context]
3101
- :type execution_context: str
3089
+ :type execution_context: typing.Union[str, int]
3102
3090
  :type undo: bool
3103
3091
  :param modifier: Modifier, Name of the modifier to edit
3104
3092
  :type modifier: typing.Union[str, typing.Any]
@@ -3110,14 +3098,14 @@ def modifier_remove(
3110
3098
 
3111
3099
  def modifier_set_active(
3112
3100
  override_context: typing.Union[dict, bpy.types.Context] = None,
3113
- execution_context: str = None,
3101
+ execution_context: typing.Union[str, int] = None,
3114
3102
  undo: bool = None,
3115
3103
  modifier: typing.Union[str, typing.Any] = "",
3116
3104
  ):
3117
3105
  """Activate the modifier to use as the context
3118
3106
 
3119
3107
  :type override_context: typing.Union[dict, bpy.types.Context]
3120
- :type execution_context: str
3108
+ :type execution_context: typing.Union[str, int]
3121
3109
  :type undo: bool
3122
3110
  :param modifier: Modifier, Name of the modifier to edit
3123
3111
  :type modifier: typing.Union[str, typing.Any]
@@ -3127,7 +3115,7 @@ def modifier_set_active(
3127
3115
 
3128
3116
  def move_to_collection(
3129
3117
  override_context: typing.Union[dict, bpy.types.Context] = None,
3130
- execution_context: str = None,
3118
+ execution_context: typing.Union[str, int] = None,
3131
3119
  undo: bool = None,
3132
3120
  collection_index: typing.Any = -1,
3133
3121
  is_new: typing.Union[bool, typing.Any] = False,
@@ -3136,7 +3124,7 @@ def move_to_collection(
3136
3124
  """Move objects to a collection
3137
3125
 
3138
3126
  :type override_context: typing.Union[dict, bpy.types.Context]
3139
- :type execution_context: str
3127
+ :type execution_context: typing.Union[str, int]
3140
3128
  :type undo: bool
3141
3129
  :param collection_index: Collection Index, Index of the collection to move to
3142
3130
  :type collection_index: typing.Any
@@ -3150,14 +3138,14 @@ def move_to_collection(
3150
3138
 
3151
3139
  def multires_base_apply(
3152
3140
  override_context: typing.Union[dict, bpy.types.Context] = None,
3153
- execution_context: str = None,
3141
+ execution_context: typing.Union[str, int] = None,
3154
3142
  undo: bool = None,
3155
3143
  modifier: typing.Union[str, typing.Any] = "",
3156
3144
  ):
3157
3145
  """Modify the base mesh to conform to the displaced mesh
3158
3146
 
3159
3147
  :type override_context: typing.Union[dict, bpy.types.Context]
3160
- :type execution_context: str
3148
+ :type execution_context: typing.Union[str, int]
3161
3149
  :type undo: bool
3162
3150
  :param modifier: Modifier, Name of the modifier to edit
3163
3151
  :type modifier: typing.Union[str, typing.Any]
@@ -3167,13 +3155,13 @@ def multires_base_apply(
3167
3155
 
3168
3156
  def multires_external_pack(
3169
3157
  override_context: typing.Union[dict, bpy.types.Context] = None,
3170
- execution_context: str = None,
3158
+ execution_context: typing.Union[str, int] = None,
3171
3159
  undo: bool = None,
3172
3160
  ):
3173
3161
  """Pack displacements from an external file
3174
3162
 
3175
3163
  :type override_context: typing.Union[dict, bpy.types.Context]
3176
- :type execution_context: str
3164
+ :type execution_context: typing.Union[str, int]
3177
3165
  :type undo: bool
3178
3166
  """
3179
3167
 
@@ -3181,7 +3169,7 @@ def multires_external_pack(
3181
3169
 
3182
3170
  def multires_external_save(
3183
3171
  override_context: typing.Union[dict, bpy.types.Context] = None,
3184
- execution_context: str = None,
3172
+ execution_context: typing.Union[str, int] = None,
3185
3173
  undo: bool = None,
3186
3174
  filepath: typing.Union[str, typing.Any] = "",
3187
3175
  hide_props_region: typing.Union[bool, typing.Any] = True,
@@ -3212,7 +3200,7 @@ def multires_external_save(
3212
3200
  """Save displacements to an external file
3213
3201
 
3214
3202
  :type override_context: typing.Union[dict, bpy.types.Context]
3215
- :type execution_context: str
3203
+ :type execution_context: typing.Union[str, int]
3216
3204
  :type undo: bool
3217
3205
  :param filepath: File Path, Path to file
3218
3206
  :type filepath: typing.Union[str, typing.Any]
@@ -3282,14 +3270,14 @@ def multires_external_save(
3282
3270
 
3283
3271
  def multires_higher_levels_delete(
3284
3272
  override_context: typing.Union[dict, bpy.types.Context] = None,
3285
- execution_context: str = None,
3273
+ execution_context: typing.Union[str, int] = None,
3286
3274
  undo: bool = None,
3287
3275
  modifier: typing.Union[str, typing.Any] = "",
3288
3276
  ):
3289
3277
  """Deletes the higher resolution mesh, potential loss of detail
3290
3278
 
3291
3279
  :type override_context: typing.Union[dict, bpy.types.Context]
3292
- :type execution_context: str
3280
+ :type execution_context: typing.Union[str, int]
3293
3281
  :type undo: bool
3294
3282
  :param modifier: Modifier, Name of the modifier to edit
3295
3283
  :type modifier: typing.Union[str, typing.Any]
@@ -3299,14 +3287,14 @@ def multires_higher_levels_delete(
3299
3287
 
3300
3288
  def multires_rebuild_subdiv(
3301
3289
  override_context: typing.Union[dict, bpy.types.Context] = None,
3302
- execution_context: str = None,
3290
+ execution_context: typing.Union[str, int] = None,
3303
3291
  undo: bool = None,
3304
3292
  modifier: typing.Union[str, typing.Any] = "",
3305
3293
  ):
3306
3294
  """Rebuilds all possible subdivisions levels to generate a lower resolution base mesh
3307
3295
 
3308
3296
  :type override_context: typing.Union[dict, bpy.types.Context]
3309
- :type execution_context: str
3297
+ :type execution_context: typing.Union[str, int]
3310
3298
  :type undo: bool
3311
3299
  :param modifier: Modifier, Name of the modifier to edit
3312
3300
  :type modifier: typing.Union[str, typing.Any]
@@ -3316,14 +3304,14 @@ def multires_rebuild_subdiv(
3316
3304
 
3317
3305
  def multires_reshape(
3318
3306
  override_context: typing.Union[dict, bpy.types.Context] = None,
3319
- execution_context: str = None,
3307
+ execution_context: typing.Union[str, int] = None,
3320
3308
  undo: bool = None,
3321
3309
  modifier: typing.Union[str, typing.Any] = "",
3322
3310
  ):
3323
3311
  """Copy vertex coordinates from other object
3324
3312
 
3325
3313
  :type override_context: typing.Union[dict, bpy.types.Context]
3326
- :type execution_context: str
3314
+ :type execution_context: typing.Union[str, int]
3327
3315
  :type undo: bool
3328
3316
  :param modifier: Modifier, Name of the modifier to edit
3329
3317
  :type modifier: typing.Union[str, typing.Any]
@@ -3333,7 +3321,7 @@ def multires_reshape(
3333
3321
 
3334
3322
  def multires_subdivide(
3335
3323
  override_context: typing.Union[dict, bpy.types.Context] = None,
3336
- execution_context: str = None,
3324
+ execution_context: typing.Union[str, int] = None,
3337
3325
  undo: bool = None,
3338
3326
  modifier: typing.Union[str, typing.Any] = "",
3339
3327
  mode: typing.Any = "CATMULL_CLARK",
@@ -3341,7 +3329,7 @@ def multires_subdivide(
3341
3329
  """Add a new level of subdivision
3342
3330
 
3343
3331
  :type override_context: typing.Union[dict, bpy.types.Context]
3344
- :type execution_context: str
3332
+ :type execution_context: typing.Union[str, int]
3345
3333
  :type undo: bool
3346
3334
  :param modifier: Modifier, Name of the modifier to edit
3347
3335
  :type modifier: typing.Union[str, typing.Any]
@@ -3362,14 +3350,14 @@ def multires_subdivide(
3362
3350
 
3363
3351
  def multires_unsubdivide(
3364
3352
  override_context: typing.Union[dict, bpy.types.Context] = None,
3365
- execution_context: str = None,
3353
+ execution_context: typing.Union[str, int] = None,
3366
3354
  undo: bool = None,
3367
3355
  modifier: typing.Union[str, typing.Any] = "",
3368
3356
  ):
3369
3357
  """Rebuild a lower subdivision level of the current base mesh
3370
3358
 
3371
3359
  :type override_context: typing.Union[dict, bpy.types.Context]
3372
- :type execution_context: str
3360
+ :type execution_context: typing.Union[str, int]
3373
3361
  :type undo: bool
3374
3362
  :param modifier: Modifier, Name of the modifier to edit
3375
3363
  :type modifier: typing.Union[str, typing.Any]
@@ -3379,7 +3367,7 @@ def multires_unsubdivide(
3379
3367
 
3380
3368
  def ocean_bake(
3381
3369
  override_context: typing.Union[dict, bpy.types.Context] = None,
3382
- execution_context: str = None,
3370
+ execution_context: typing.Union[str, int] = None,
3383
3371
  undo: bool = None,
3384
3372
  modifier: typing.Union[str, typing.Any] = "",
3385
3373
  free: typing.Union[bool, typing.Any] = False,
@@ -3387,7 +3375,7 @@ def ocean_bake(
3387
3375
  """Bake an image sequence of ocean data
3388
3376
 
3389
3377
  :type override_context: typing.Union[dict, bpy.types.Context]
3390
- :type execution_context: str
3378
+ :type execution_context: typing.Union[str, int]
3391
3379
  :type undo: bool
3392
3380
  :param modifier: Modifier, Name of the modifier to edit
3393
3381
  :type modifier: typing.Union[str, typing.Any]
@@ -3399,13 +3387,13 @@ def ocean_bake(
3399
3387
 
3400
3388
  def origin_clear(
3401
3389
  override_context: typing.Union[dict, bpy.types.Context] = None,
3402
- execution_context: str = None,
3390
+ execution_context: typing.Union[str, int] = None,
3403
3391
  undo: bool = None,
3404
3392
  ):
3405
3393
  """Clear the object's origin
3406
3394
 
3407
3395
  :type override_context: typing.Union[dict, bpy.types.Context]
3408
- :type execution_context: str
3396
+ :type execution_context: typing.Union[str, int]
3409
3397
  :type undo: bool
3410
3398
  """
3411
3399
 
@@ -3413,7 +3401,7 @@ def origin_clear(
3413
3401
 
3414
3402
  def origin_set(
3415
3403
  override_context: typing.Union[dict, bpy.types.Context] = None,
3416
- execution_context: str = None,
3404
+ execution_context: typing.Union[str, int] = None,
3417
3405
  undo: bool = None,
3418
3406
  type: typing.Any = "GEOMETRY_ORIGIN",
3419
3407
  center: typing.Any = "MEDIAN",
@@ -3421,7 +3409,7 @@ def origin_set(
3421
3409
  """Set the object's origin, by either moving the data, or set to center of data, or use 3D cursor
3422
3410
 
3423
3411
  :type override_context: typing.Union[dict, bpy.types.Context]
3424
- :type execution_context: str
3412
+ :type execution_context: typing.Union[str, int]
3425
3413
  :type undo: bool
3426
3414
  :param type: Type
3427
3415
 
@@ -3448,14 +3436,14 @@ def origin_set(
3448
3436
 
3449
3437
  def parent_clear(
3450
3438
  override_context: typing.Union[dict, bpy.types.Context] = None,
3451
- execution_context: str = None,
3439
+ execution_context: typing.Union[str, int] = None,
3452
3440
  undo: bool = None,
3453
3441
  type: typing.Any = "CLEAR",
3454
3442
  ):
3455
3443
  """Clear the object's parenting
3456
3444
 
3457
3445
  :type override_context: typing.Union[dict, bpy.types.Context]
3458
- :type execution_context: str
3446
+ :type execution_context: typing.Union[str, int]
3459
3447
  :type undo: bool
3460
3448
  :param type: Type
3461
3449
 
@@ -3474,13 +3462,13 @@ def parent_clear(
3474
3462
 
3475
3463
  def parent_inverse_apply(
3476
3464
  override_context: typing.Union[dict, bpy.types.Context] = None,
3477
- execution_context: str = None,
3465
+ execution_context: typing.Union[str, int] = None,
3478
3466
  undo: bool = None,
3479
3467
  ):
3480
3468
  """Apply the object's parent inverse to its data
3481
3469
 
3482
3470
  :type override_context: typing.Union[dict, bpy.types.Context]
3483
- :type execution_context: str
3471
+ :type execution_context: typing.Union[str, int]
3484
3472
  :type undo: bool
3485
3473
  """
3486
3474
 
@@ -3488,14 +3476,14 @@ def parent_inverse_apply(
3488
3476
 
3489
3477
  def parent_no_inverse_set(
3490
3478
  override_context: typing.Union[dict, bpy.types.Context] = None,
3491
- execution_context: str = None,
3479
+ execution_context: typing.Union[str, int] = None,
3492
3480
  undo: bool = None,
3493
3481
  keep_transform: typing.Union[bool, typing.Any] = False,
3494
3482
  ):
3495
3483
  """Set the object's parenting without setting the inverse parent correction
3496
3484
 
3497
3485
  :type override_context: typing.Union[dict, bpy.types.Context]
3498
- :type execution_context: str
3486
+ :type execution_context: typing.Union[str, int]
3499
3487
  :type undo: bool
3500
3488
  :param keep_transform: Keep Transform, Preserve the world transform throughout parenting
3501
3489
  :type keep_transform: typing.Union[bool, typing.Any]
@@ -3505,7 +3493,7 @@ def parent_no_inverse_set(
3505
3493
 
3506
3494
  def parent_set(
3507
3495
  override_context: typing.Union[dict, bpy.types.Context] = None,
3508
- execution_context: str = None,
3496
+ execution_context: typing.Union[str, int] = None,
3509
3497
  undo: bool = None,
3510
3498
  type: typing.Any = "OBJECT",
3511
3499
  xmirror: typing.Union[bool, typing.Any] = False,
@@ -3514,7 +3502,7 @@ def parent_set(
3514
3502
  """Set the object's parenting
3515
3503
 
3516
3504
  :type override_context: typing.Union[dict, bpy.types.Context]
3517
- :type execution_context: str
3505
+ :type execution_context: typing.Union[str, int]
3518
3506
  :type undo: bool
3519
3507
  :param type: Type
3520
3508
  :type type: typing.Any
@@ -3528,13 +3516,13 @@ def parent_set(
3528
3516
 
3529
3517
  def particle_system_add(
3530
3518
  override_context: typing.Union[dict, bpy.types.Context] = None,
3531
- execution_context: str = None,
3519
+ execution_context: typing.Union[str, int] = None,
3532
3520
  undo: bool = None,
3533
3521
  ):
3534
3522
  """Add a particle system
3535
3523
 
3536
3524
  :type override_context: typing.Union[dict, bpy.types.Context]
3537
- :type execution_context: str
3525
+ :type execution_context: typing.Union[str, int]
3538
3526
  :type undo: bool
3539
3527
  """
3540
3528
 
@@ -3542,13 +3530,13 @@ def particle_system_add(
3542
3530
 
3543
3531
  def particle_system_remove(
3544
3532
  override_context: typing.Union[dict, bpy.types.Context] = None,
3545
- execution_context: str = None,
3533
+ execution_context: typing.Union[str, int] = None,
3546
3534
  undo: bool = None,
3547
3535
  ):
3548
3536
  """Remove the selected particle system
3549
3537
 
3550
3538
  :type override_context: typing.Union[dict, bpy.types.Context]
3551
- :type execution_context: str
3539
+ :type execution_context: typing.Union[str, int]
3552
3540
  :type undo: bool
3553
3541
  """
3554
3542
 
@@ -3556,7 +3544,7 @@ def particle_system_remove(
3556
3544
 
3557
3545
  def paths_calculate(
3558
3546
  override_context: typing.Union[dict, bpy.types.Context] = None,
3559
- execution_context: str = None,
3547
+ execution_context: typing.Union[str, int] = None,
3560
3548
  undo: bool = None,
3561
3549
  display_type: typing.Union[str, int] = "RANGE",
3562
3550
  range: typing.Union[str, int] = "SCENE",
@@ -3564,7 +3552,7 @@ def paths_calculate(
3564
3552
  """Generate motion paths for the selected objects
3565
3553
 
3566
3554
  :type override_context: typing.Union[dict, bpy.types.Context]
3567
- :type execution_context: str
3555
+ :type execution_context: typing.Union[str, int]
3568
3556
  :type undo: bool
3569
3557
  :param display_type: Display type
3570
3558
  :type display_type: typing.Union[str, int]
@@ -3576,14 +3564,14 @@ def paths_calculate(
3576
3564
 
3577
3565
  def paths_clear(
3578
3566
  override_context: typing.Union[dict, bpy.types.Context] = None,
3579
- execution_context: str = None,
3567
+ execution_context: typing.Union[str, int] = None,
3580
3568
  undo: bool = None,
3581
3569
  only_selected: typing.Union[bool, typing.Any] = False,
3582
3570
  ):
3583
3571
  """Undocumented, consider contributing.
3584
3572
 
3585
3573
  :type override_context: typing.Union[dict, bpy.types.Context]
3586
- :type execution_context: str
3574
+ :type execution_context: typing.Union[str, int]
3587
3575
  :type undo: bool
3588
3576
  :param only_selected: Only Selected, Only clear motion paths of selected objects
3589
3577
  :type only_selected: typing.Union[bool, typing.Any]
@@ -3593,13 +3581,13 @@ def paths_clear(
3593
3581
 
3594
3582
  def paths_update(
3595
3583
  override_context: typing.Union[dict, bpy.types.Context] = None,
3596
- execution_context: str = None,
3584
+ execution_context: typing.Union[str, int] = None,
3597
3585
  undo: bool = None,
3598
3586
  ):
3599
3587
  """Recalculate motion paths for selected objects
3600
3588
 
3601
3589
  :type override_context: typing.Union[dict, bpy.types.Context]
3602
- :type execution_context: str
3590
+ :type execution_context: typing.Union[str, int]
3603
3591
  :type undo: bool
3604
3592
  """
3605
3593
 
@@ -3607,13 +3595,13 @@ def paths_update(
3607
3595
 
3608
3596
  def paths_update_visible(
3609
3597
  override_context: typing.Union[dict, bpy.types.Context] = None,
3610
- execution_context: str = None,
3598
+ execution_context: typing.Union[str, int] = None,
3611
3599
  undo: bool = None,
3612
3600
  ):
3613
3601
  """Recalculate all visible motion paths for objects and poses
3614
3602
 
3615
3603
  :type override_context: typing.Union[dict, bpy.types.Context]
3616
- :type execution_context: str
3604
+ :type execution_context: typing.Union[str, int]
3617
3605
  :type undo: bool
3618
3606
  """
3619
3607
 
@@ -3621,7 +3609,7 @@ def paths_update_visible(
3621
3609
 
3622
3610
  def pointcloud_add(
3623
3611
  override_context: typing.Union[dict, bpy.types.Context] = None,
3624
- execution_context: str = None,
3612
+ execution_context: typing.Union[str, int] = None,
3625
3613
  undo: bool = None,
3626
3614
  align: typing.Any = "WORLD",
3627
3615
  location: typing.Any = (0.0, 0.0, 0.0),
@@ -3631,7 +3619,7 @@ def pointcloud_add(
3631
3619
  """Add a point cloud object to the scene
3632
3620
 
3633
3621
  :type override_context: typing.Union[dict, bpy.types.Context]
3634
- :type execution_context: str
3622
+ :type execution_context: typing.Union[str, int]
3635
3623
  :type undo: bool
3636
3624
  :param align: Align, The alignment of the new object
3637
3625
 
@@ -3656,13 +3644,13 @@ def pointcloud_add(
3656
3644
 
3657
3645
  def posemode_toggle(
3658
3646
  override_context: typing.Union[dict, bpy.types.Context] = None,
3659
- execution_context: str = None,
3647
+ execution_context: typing.Union[str, int] = None,
3660
3648
  undo: bool = None,
3661
3649
  ):
3662
3650
  """Enable or disable posing/selecting bones
3663
3651
 
3664
3652
  :type override_context: typing.Union[dict, bpy.types.Context]
3665
- :type execution_context: str
3653
+ :type execution_context: typing.Union[str, int]
3666
3654
  :type undo: bool
3667
3655
  """
3668
3656
 
@@ -3670,7 +3658,7 @@ def posemode_toggle(
3670
3658
 
3671
3659
  def quadriflow_remesh(
3672
3660
  override_context: typing.Union[dict, bpy.types.Context] = None,
3673
- execution_context: str = None,
3661
+ execution_context: typing.Union[str, int] = None,
3674
3662
  undo: bool = None,
3675
3663
  use_mesh_symmetry: typing.Union[bool, typing.Any] = True,
3676
3664
  use_preserve_sharp: typing.Union[bool, typing.Any] = False,
@@ -3687,7 +3675,7 @@ def quadriflow_remesh(
3687
3675
  """Create a new quad based mesh using the surface data of the current mesh. All data layers will be lost
3688
3676
 
3689
3677
  :type override_context: typing.Union[dict, bpy.types.Context]
3690
- :type execution_context: str
3678
+ :type execution_context: typing.Union[str, int]
3691
3679
  :type undo: bool
3692
3680
  :param use_mesh_symmetry: Use Mesh Symmetry, Generates a symmetrical mesh using the mesh symmetry configuration
3693
3681
  :type use_mesh_symmetry: typing.Union[bool, typing.Any]
@@ -3726,7 +3714,7 @@ def quadriflow_remesh(
3726
3714
 
3727
3715
  def quick_explode(
3728
3716
  override_context: typing.Union[dict, bpy.types.Context] = None,
3729
- execution_context: str = None,
3717
+ execution_context: typing.Union[str, int] = None,
3730
3718
  undo: bool = None,
3731
3719
  style: typing.Any = "EXPLODE",
3732
3720
  amount: typing.Any = 100,
@@ -3739,7 +3727,7 @@ def quick_explode(
3739
3727
  """Make selected objects explode
3740
3728
 
3741
3729
  :type override_context: typing.Union[dict, bpy.types.Context]
3742
- :type execution_context: str
3730
+ :type execution_context: typing.Union[str, int]
3743
3731
  :type undo: bool
3744
3732
  :param style: Explode Style
3745
3733
  :type style: typing.Any
@@ -3761,7 +3749,7 @@ def quick_explode(
3761
3749
 
3762
3750
  def quick_fur(
3763
3751
  override_context: typing.Union[dict, bpy.types.Context] = None,
3764
- execution_context: str = None,
3752
+ execution_context: typing.Union[str, int] = None,
3765
3753
  undo: bool = None,
3766
3754
  density: typing.Any = "MEDIUM",
3767
3755
  length: typing.Any = 0.1,
@@ -3774,7 +3762,7 @@ def quick_fur(
3774
3762
  """Add a fur setup to the selected objects
3775
3763
 
3776
3764
  :type override_context: typing.Union[dict, bpy.types.Context]
3777
- :type execution_context: str
3765
+ :type execution_context: typing.Union[str, int]
3778
3766
  :type undo: bool
3779
3767
  :param density: Density
3780
3768
  :type density: typing.Any
@@ -3796,14 +3784,14 @@ def quick_fur(
3796
3784
 
3797
3785
  def quick_liquid(
3798
3786
  override_context: typing.Union[dict, bpy.types.Context] = None,
3799
- execution_context: str = None,
3787
+ execution_context: typing.Union[str, int] = None,
3800
3788
  undo: bool = None,
3801
3789
  show_flows: typing.Union[bool, typing.Any] = False,
3802
3790
  ):
3803
3791
  """Make selected objects liquid
3804
3792
 
3805
3793
  :type override_context: typing.Union[dict, bpy.types.Context]
3806
- :type execution_context: str
3794
+ :type execution_context: typing.Union[str, int]
3807
3795
  :type undo: bool
3808
3796
  :param show_flows: Render Liquid Objects, Keep the liquid objects visible during rendering
3809
3797
  :type show_flows: typing.Union[bool, typing.Any]
@@ -3813,7 +3801,7 @@ def quick_liquid(
3813
3801
 
3814
3802
  def quick_smoke(
3815
3803
  override_context: typing.Union[dict, bpy.types.Context] = None,
3816
- execution_context: str = None,
3804
+ execution_context: typing.Union[str, int] = None,
3817
3805
  undo: bool = None,
3818
3806
  style: typing.Any = "SMOKE",
3819
3807
  show_flows: typing.Union[bool, typing.Any] = False,
@@ -3821,7 +3809,7 @@ def quick_smoke(
3821
3809
  """Use selected objects as smoke emitters
3822
3810
 
3823
3811
  :type override_context: typing.Union[dict, bpy.types.Context]
3824
- :type execution_context: str
3812
+ :type execution_context: typing.Union[str, int]
3825
3813
  :type undo: bool
3826
3814
  :param style: Smoke Style
3827
3815
  :type style: typing.Any
@@ -3833,7 +3821,7 @@ def quick_smoke(
3833
3821
 
3834
3822
  def randomize_transform(
3835
3823
  override_context: typing.Union[dict, bpy.types.Context] = None,
3836
- execution_context: str = None,
3824
+ execution_context: typing.Union[str, int] = None,
3837
3825
  undo: bool = None,
3838
3826
  random_seed: typing.Any = 0,
3839
3827
  use_delta: typing.Union[bool, typing.Any] = False,
@@ -3848,7 +3836,7 @@ def randomize_transform(
3848
3836
  """Randomize objects location, rotation, and scale
3849
3837
 
3850
3838
  :type override_context: typing.Union[dict, bpy.types.Context]
3851
- :type execution_context: str
3839
+ :type execution_context: typing.Union[str, int]
3852
3840
  :type undo: bool
3853
3841
  :param random_seed: Random Seed, Seed value for the random generator
3854
3842
  :type random_seed: typing.Any
@@ -3874,13 +3862,13 @@ def randomize_transform(
3874
3862
 
3875
3863
  def reset_override_library(
3876
3864
  override_context: typing.Union[dict, bpy.types.Context] = None,
3877
- execution_context: str = None,
3865
+ execution_context: typing.Union[str, int] = None,
3878
3866
  undo: bool = None,
3879
3867
  ):
3880
3868
  """Reset the selected local overrides to their linked references values
3881
3869
 
3882
3870
  :type override_context: typing.Union[dict, bpy.types.Context]
3883
- :type execution_context: str
3871
+ :type execution_context: typing.Union[str, int]
3884
3872
  :type undo: bool
3885
3873
  """
3886
3874
 
@@ -3888,14 +3876,14 @@ def reset_override_library(
3888
3876
 
3889
3877
  def rotation_clear(
3890
3878
  override_context: typing.Union[dict, bpy.types.Context] = None,
3891
- execution_context: str = None,
3879
+ execution_context: typing.Union[str, int] = None,
3892
3880
  undo: bool = None,
3893
3881
  clear_delta: typing.Union[bool, typing.Any] = False,
3894
3882
  ):
3895
3883
  """Clear the object's rotation
3896
3884
 
3897
3885
  :type override_context: typing.Union[dict, bpy.types.Context]
3898
- :type execution_context: str
3886
+ :type execution_context: typing.Union[str, int]
3899
3887
  :type undo: bool
3900
3888
  :param clear_delta: Clear Delta, Clear delta rotation in addition to clearing the normal rotation transform
3901
3889
  :type clear_delta: typing.Union[bool, typing.Any]
@@ -3905,14 +3893,14 @@ def rotation_clear(
3905
3893
 
3906
3894
  def scale_clear(
3907
3895
  override_context: typing.Union[dict, bpy.types.Context] = None,
3908
- execution_context: str = None,
3896
+ execution_context: typing.Union[str, int] = None,
3909
3897
  undo: bool = None,
3910
3898
  clear_delta: typing.Union[bool, typing.Any] = False,
3911
3899
  ):
3912
3900
  """Clear the object's scale
3913
3901
 
3914
3902
  :type override_context: typing.Union[dict, bpy.types.Context]
3915
- :type execution_context: str
3903
+ :type execution_context: typing.Union[str, int]
3916
3904
  :type undo: bool
3917
3905
  :param clear_delta: Clear Delta, Clear delta scale in addition to clearing the normal scale transform
3918
3906
  :type clear_delta: typing.Union[bool, typing.Any]
@@ -3922,14 +3910,14 @@ def scale_clear(
3922
3910
 
3923
3911
  def select_all(
3924
3912
  override_context: typing.Union[dict, bpy.types.Context] = None,
3925
- execution_context: str = None,
3913
+ execution_context: typing.Union[str, int] = None,
3926
3914
  undo: bool = None,
3927
3915
  action: typing.Any = "TOGGLE",
3928
3916
  ):
3929
3917
  """Change selection of all visible objects in scene
3930
3918
 
3931
3919
  :type override_context: typing.Union[dict, bpy.types.Context]
3932
- :type execution_context: str
3920
+ :type execution_context: typing.Union[str, int]
3933
3921
  :type undo: bool
3934
3922
  :param action: Action, Selection action to execute
3935
3923
 
@@ -3951,7 +3939,7 @@ def select_all(
3951
3939
 
3952
3940
  def select_by_type(
3953
3941
  override_context: typing.Union[dict, bpy.types.Context] = None,
3954
- execution_context: str = None,
3942
+ execution_context: typing.Union[str, int] = None,
3955
3943
  undo: bool = None,
3956
3944
  extend: typing.Union[bool, typing.Any] = False,
3957
3945
  type: typing.Union[str, int] = "MESH",
@@ -3959,7 +3947,7 @@ def select_by_type(
3959
3947
  """Select all visible objects that are of a type
3960
3948
 
3961
3949
  :type override_context: typing.Union[dict, bpy.types.Context]
3962
- :type execution_context: str
3950
+ :type execution_context: typing.Union[str, int]
3963
3951
  :type undo: bool
3964
3952
  :param extend: Extend, Extend selection instead of deselecting everything first
3965
3953
  :type extend: typing.Union[bool, typing.Any]
@@ -3971,14 +3959,14 @@ def select_by_type(
3971
3959
 
3972
3960
  def select_camera(
3973
3961
  override_context: typing.Union[dict, bpy.types.Context] = None,
3974
- execution_context: str = None,
3962
+ execution_context: typing.Union[str, int] = None,
3975
3963
  undo: bool = None,
3976
3964
  extend: typing.Union[bool, typing.Any] = False,
3977
3965
  ):
3978
3966
  """Select the active camera
3979
3967
 
3980
3968
  :type override_context: typing.Union[dict, bpy.types.Context]
3981
- :type execution_context: str
3969
+ :type execution_context: typing.Union[str, int]
3982
3970
  :type undo: bool
3983
3971
  :param extend: Extend, Extend the selection
3984
3972
  :type extend: typing.Union[bool, typing.Any]
@@ -3988,7 +3976,7 @@ def select_camera(
3988
3976
 
3989
3977
  def select_grouped(
3990
3978
  override_context: typing.Union[dict, bpy.types.Context] = None,
3991
- execution_context: str = None,
3979
+ execution_context: typing.Union[str, int] = None,
3992
3980
  undo: bool = None,
3993
3981
  extend: typing.Union[bool, typing.Any] = False,
3994
3982
  type: typing.Any = "CHILDREN_RECURSIVE",
@@ -3996,7 +3984,7 @@ def select_grouped(
3996
3984
  """Select all visible objects grouped by various properties
3997
3985
 
3998
3986
  :type override_context: typing.Union[dict, bpy.types.Context]
3999
- :type execution_context: str
3987
+ :type execution_context: typing.Union[str, int]
4000
3988
  :type undo: bool
4001
3989
  :param extend: Extend, Extend selection instead of deselecting everything first
4002
3990
  :type extend: typing.Union[bool, typing.Any]
@@ -4041,7 +4029,7 @@ def select_grouped(
4041
4029
 
4042
4030
  def select_hierarchy(
4043
4031
  override_context: typing.Union[dict, bpy.types.Context] = None,
4044
- execution_context: str = None,
4032
+ execution_context: typing.Union[str, int] = None,
4045
4033
  undo: bool = None,
4046
4034
  direction: typing.Any = "PARENT",
4047
4035
  extend: typing.Union[bool, typing.Any] = False,
@@ -4049,7 +4037,7 @@ def select_hierarchy(
4049
4037
  """Select object relative to the active object's position in the hierarchy
4050
4038
 
4051
4039
  :type override_context: typing.Union[dict, bpy.types.Context]
4052
- :type execution_context: str
4040
+ :type execution_context: typing.Union[str, int]
4053
4041
  :type undo: bool
4054
4042
  :param direction: Direction, Direction to select in the hierarchy
4055
4043
  :type direction: typing.Any
@@ -4061,13 +4049,13 @@ def select_hierarchy(
4061
4049
 
4062
4050
  def select_less(
4063
4051
  override_context: typing.Union[dict, bpy.types.Context] = None,
4064
- execution_context: str = None,
4052
+ execution_context: typing.Union[str, int] = None,
4065
4053
  undo: bool = None,
4066
4054
  ):
4067
4055
  """Deselect objects at the boundaries of parent/child relationships
4068
4056
 
4069
4057
  :type override_context: typing.Union[dict, bpy.types.Context]
4070
- :type execution_context: str
4058
+ :type execution_context: typing.Union[str, int]
4071
4059
  :type undo: bool
4072
4060
  """
4073
4061
 
@@ -4075,7 +4063,7 @@ def select_less(
4075
4063
 
4076
4064
  def select_linked(
4077
4065
  override_context: typing.Union[dict, bpy.types.Context] = None,
4078
- execution_context: str = None,
4066
+ execution_context: typing.Union[str, int] = None,
4079
4067
  undo: bool = None,
4080
4068
  extend: typing.Union[bool, typing.Any] = False,
4081
4069
  type: typing.Any = "OBDATA",
@@ -4083,7 +4071,7 @@ def select_linked(
4083
4071
  """Select all visible objects that are linked
4084
4072
 
4085
4073
  :type override_context: typing.Union[dict, bpy.types.Context]
4086
- :type execution_context: str
4074
+ :type execution_context: typing.Union[str, int]
4087
4075
  :type undo: bool
4088
4076
  :param extend: Extend, Extend selection instead of deselecting everything first
4089
4077
  :type extend: typing.Union[bool, typing.Any]
@@ -4095,14 +4083,14 @@ def select_linked(
4095
4083
 
4096
4084
  def select_mirror(
4097
4085
  override_context: typing.Union[dict, bpy.types.Context] = None,
4098
- execution_context: str = None,
4086
+ execution_context: typing.Union[str, int] = None,
4099
4087
  undo: bool = None,
4100
4088
  extend: typing.Union[bool, typing.Any] = False,
4101
4089
  ):
4102
4090
  """Select the mirror objects of the selected object e.g. "L.sword" and "R.sword"
4103
4091
 
4104
4092
  :type override_context: typing.Union[dict, bpy.types.Context]
4105
- :type execution_context: str
4093
+ :type execution_context: typing.Union[str, int]
4106
4094
  :type undo: bool
4107
4095
  :param extend: Extend, Extend selection instead of deselecting everything first
4108
4096
  :type extend: typing.Union[bool, typing.Any]
@@ -4112,13 +4100,13 @@ def select_mirror(
4112
4100
 
4113
4101
  def select_more(
4114
4102
  override_context: typing.Union[dict, bpy.types.Context] = None,
4115
- execution_context: str = None,
4103
+ execution_context: typing.Union[str, int] = None,
4116
4104
  undo: bool = None,
4117
4105
  ):
4118
4106
  """Select connected parent/child objects
4119
4107
 
4120
4108
  :type override_context: typing.Union[dict, bpy.types.Context]
4121
- :type execution_context: str
4109
+ :type execution_context: typing.Union[str, int]
4122
4110
  :type undo: bool
4123
4111
  """
4124
4112
 
@@ -4126,7 +4114,7 @@ def select_more(
4126
4114
 
4127
4115
  def select_pattern(
4128
4116
  override_context: typing.Union[dict, bpy.types.Context] = None,
4129
- execution_context: str = None,
4117
+ execution_context: typing.Union[str, int] = None,
4130
4118
  undo: bool = None,
4131
4119
  pattern: typing.Union[str, typing.Any] = "*",
4132
4120
  case_sensitive: typing.Union[bool, typing.Any] = False,
@@ -4135,7 +4123,7 @@ def select_pattern(
4135
4123
  """Select objects matching a naming pattern
4136
4124
 
4137
4125
  :type override_context: typing.Union[dict, bpy.types.Context]
4138
- :type execution_context: str
4126
+ :type execution_context: typing.Union[str, int]
4139
4127
  :type undo: bool
4140
4128
  :param pattern: Pattern, Name filter using '*', '?' and '[abc]' unix style wildcards
4141
4129
  :type pattern: typing.Union[str, typing.Any]
@@ -4149,7 +4137,7 @@ def select_pattern(
4149
4137
 
4150
4138
  def select_random(
4151
4139
  override_context: typing.Union[dict, bpy.types.Context] = None,
4152
- execution_context: str = None,
4140
+ execution_context: typing.Union[str, int] = None,
4153
4141
  undo: bool = None,
4154
4142
  ratio: typing.Any = 0.5,
4155
4143
  seed: typing.Any = 0,
@@ -4158,7 +4146,7 @@ def select_random(
4158
4146
  """Select or deselect random visible objects
4159
4147
 
4160
4148
  :type override_context: typing.Union[dict, bpy.types.Context]
4161
- :type execution_context: str
4149
+ :type execution_context: typing.Union[str, int]
4162
4150
  :type undo: bool
4163
4151
  :param ratio: Ratio, Portion of items to select randomly
4164
4152
  :type ratio: typing.Any
@@ -4178,14 +4166,14 @@ def select_random(
4178
4166
 
4179
4167
  def select_same_collection(
4180
4168
  override_context: typing.Union[dict, bpy.types.Context] = None,
4181
- execution_context: str = None,
4169
+ execution_context: typing.Union[str, int] = None,
4182
4170
  undo: bool = None,
4183
4171
  collection: typing.Union[str, typing.Any] = "",
4184
4172
  ):
4185
4173
  """Select object in the same collection
4186
4174
 
4187
4175
  :type override_context: typing.Union[dict, bpy.types.Context]
4188
- :type execution_context: str
4176
+ :type execution_context: typing.Union[str, int]
4189
4177
  :type undo: bool
4190
4178
  :param collection: Collection, Name of the collection to select
4191
4179
  :type collection: typing.Union[str, typing.Any]
@@ -4195,14 +4183,14 @@ def select_same_collection(
4195
4183
 
4196
4184
  def shade_flat(
4197
4185
  override_context: typing.Union[dict, bpy.types.Context] = None,
4198
- execution_context: str = None,
4186
+ execution_context: typing.Union[str, int] = None,
4199
4187
  undo: bool = None,
4200
4188
  keep_sharp_edges: typing.Union[bool, typing.Any] = True,
4201
4189
  ):
4202
4190
  """Render and display faces uniform, using face normals
4203
4191
 
4204
4192
  :type override_context: typing.Union[dict, bpy.types.Context]
4205
- :type execution_context: str
4193
+ :type execution_context: typing.Union[str, int]
4206
4194
  :type undo: bool
4207
4195
  :param keep_sharp_edges: Keep Sharp Edges, Don't remove sharp edges, which are redundant with faces shaded smooth
4208
4196
  :type keep_sharp_edges: typing.Union[bool, typing.Any]
@@ -4212,14 +4200,14 @@ def shade_flat(
4212
4200
 
4213
4201
  def shade_smooth(
4214
4202
  override_context: typing.Union[dict, bpy.types.Context] = None,
4215
- execution_context: str = None,
4203
+ execution_context: typing.Union[str, int] = None,
4216
4204
  undo: bool = None,
4217
4205
  keep_sharp_edges: typing.Union[bool, typing.Any] = True,
4218
4206
  ):
4219
4207
  """Render and display faces smooth, using interpolated vertex normals
4220
4208
 
4221
4209
  :type override_context: typing.Union[dict, bpy.types.Context]
4222
- :type execution_context: str
4210
+ :type execution_context: typing.Union[str, int]
4223
4211
  :type undo: bool
4224
4212
  :param keep_sharp_edges: Keep Sharp Edges, Don't remove sharp edges. Tagged edges will remain sharp
4225
4213
  :type keep_sharp_edges: typing.Union[bool, typing.Any]
@@ -4229,7 +4217,7 @@ def shade_smooth(
4229
4217
 
4230
4218
  def shade_smooth_by_angle(
4231
4219
  override_context: typing.Union[dict, bpy.types.Context] = None,
4232
- execution_context: str = None,
4220
+ execution_context: typing.Union[str, int] = None,
4233
4221
  undo: bool = None,
4234
4222
  angle: typing.Any = 0.523599,
4235
4223
  keep_sharp_edges: typing.Union[bool, typing.Any] = True,
@@ -4237,7 +4225,7 @@ def shade_smooth_by_angle(
4237
4225
  """Set the sharpness of mesh edges based on the angle between the neighboring faces
4238
4226
 
4239
4227
  :type override_context: typing.Union[dict, bpy.types.Context]
4240
- :type execution_context: str
4228
+ :type execution_context: typing.Union[str, int]
4241
4229
  :type undo: bool
4242
4230
  :param angle: Angle, Maximum angle between face normals that will be considered as smooth
4243
4231
  :type angle: typing.Any
@@ -4249,14 +4237,14 @@ def shade_smooth_by_angle(
4249
4237
 
4250
4238
  def shaderfx_add(
4251
4239
  override_context: typing.Union[dict, bpy.types.Context] = None,
4252
- execution_context: str = None,
4240
+ execution_context: typing.Union[str, int] = None,
4253
4241
  undo: bool = None,
4254
4242
  type: typing.Union[str, int] = "FX_BLUR",
4255
4243
  ):
4256
4244
  """Add a visual effect to the active object
4257
4245
 
4258
4246
  :type override_context: typing.Union[dict, bpy.types.Context]
4259
- :type execution_context: str
4247
+ :type execution_context: typing.Union[str, int]
4260
4248
  :type undo: bool
4261
4249
  :param type: Type
4262
4250
  :type type: typing.Union[str, int]
@@ -4266,14 +4254,14 @@ def shaderfx_add(
4266
4254
 
4267
4255
  def shaderfx_copy(
4268
4256
  override_context: typing.Union[dict, bpy.types.Context] = None,
4269
- execution_context: str = None,
4257
+ execution_context: typing.Union[str, int] = None,
4270
4258
  undo: bool = None,
4271
4259
  shaderfx: typing.Union[str, typing.Any] = "",
4272
4260
  ):
4273
4261
  """Duplicate effect at the same position in the stack
4274
4262
 
4275
4263
  :type override_context: typing.Union[dict, bpy.types.Context]
4276
- :type execution_context: str
4264
+ :type execution_context: typing.Union[str, int]
4277
4265
  :type undo: bool
4278
4266
  :param shaderfx: Shader, Name of the shaderfx to edit
4279
4267
  :type shaderfx: typing.Union[str, typing.Any]
@@ -4283,14 +4271,14 @@ def shaderfx_copy(
4283
4271
 
4284
4272
  def shaderfx_move_down(
4285
4273
  override_context: typing.Union[dict, bpy.types.Context] = None,
4286
- execution_context: str = None,
4274
+ execution_context: typing.Union[str, int] = None,
4287
4275
  undo: bool = None,
4288
4276
  shaderfx: typing.Union[str, typing.Any] = "",
4289
4277
  ):
4290
4278
  """Move effect down in the stack
4291
4279
 
4292
4280
  :type override_context: typing.Union[dict, bpy.types.Context]
4293
- :type execution_context: str
4281
+ :type execution_context: typing.Union[str, int]
4294
4282
  :type undo: bool
4295
4283
  :param shaderfx: Shader, Name of the shaderfx to edit
4296
4284
  :type shaderfx: typing.Union[str, typing.Any]
@@ -4300,7 +4288,7 @@ def shaderfx_move_down(
4300
4288
 
4301
4289
  def shaderfx_move_to_index(
4302
4290
  override_context: typing.Union[dict, bpy.types.Context] = None,
4303
- execution_context: str = None,
4291
+ execution_context: typing.Union[str, int] = None,
4304
4292
  undo: bool = None,
4305
4293
  shaderfx: typing.Union[str, typing.Any] = "",
4306
4294
  index: typing.Any = 0,
@@ -4308,7 +4296,7 @@ def shaderfx_move_to_index(
4308
4296
  """Change the effect's position in the list so it evaluates after the set number of others
4309
4297
 
4310
4298
  :type override_context: typing.Union[dict, bpy.types.Context]
4311
- :type execution_context: str
4299
+ :type execution_context: typing.Union[str, int]
4312
4300
  :type undo: bool
4313
4301
  :param shaderfx: Shader, Name of the shaderfx to edit
4314
4302
  :type shaderfx: typing.Union[str, typing.Any]
@@ -4320,14 +4308,14 @@ def shaderfx_move_to_index(
4320
4308
 
4321
4309
  def shaderfx_move_up(
4322
4310
  override_context: typing.Union[dict, bpy.types.Context] = None,
4323
- execution_context: str = None,
4311
+ execution_context: typing.Union[str, int] = None,
4324
4312
  undo: bool = None,
4325
4313
  shaderfx: typing.Union[str, typing.Any] = "",
4326
4314
  ):
4327
4315
  """Move effect up in the stack
4328
4316
 
4329
4317
  :type override_context: typing.Union[dict, bpy.types.Context]
4330
- :type execution_context: str
4318
+ :type execution_context: typing.Union[str, int]
4331
4319
  :type undo: bool
4332
4320
  :param shaderfx: Shader, Name of the shaderfx to edit
4333
4321
  :type shaderfx: typing.Union[str, typing.Any]
@@ -4337,7 +4325,7 @@ def shaderfx_move_up(
4337
4325
 
4338
4326
  def shaderfx_remove(
4339
4327
  override_context: typing.Union[dict, bpy.types.Context] = None,
4340
- execution_context: str = None,
4328
+ execution_context: typing.Union[str, int] = None,
4341
4329
  undo: bool = None,
4342
4330
  shaderfx: typing.Union[str, typing.Any] = "",
4343
4331
  report: typing.Union[bool, typing.Any] = False,
@@ -4345,7 +4333,7 @@ def shaderfx_remove(
4345
4333
  """Remove a effect from the active grease pencil object
4346
4334
 
4347
4335
  :type override_context: typing.Union[dict, bpy.types.Context]
4348
- :type execution_context: str
4336
+ :type execution_context: typing.Union[str, int]
4349
4337
  :type undo: bool
4350
4338
  :param shaderfx: Shader, Name of the shaderfx to edit
4351
4339
  :type shaderfx: typing.Union[str, typing.Any]
@@ -4357,14 +4345,14 @@ def shaderfx_remove(
4357
4345
 
4358
4346
  def shape_key_add(
4359
4347
  override_context: typing.Union[dict, bpy.types.Context] = None,
4360
- execution_context: str = None,
4348
+ execution_context: typing.Union[str, int] = None,
4361
4349
  undo: bool = None,
4362
4350
  from_mix: typing.Union[bool, typing.Any] = True,
4363
4351
  ):
4364
4352
  """Add shape key to the object
4365
4353
 
4366
4354
  :type override_context: typing.Union[dict, bpy.types.Context]
4367
- :type execution_context: str
4355
+ :type execution_context: typing.Union[str, int]
4368
4356
  :type undo: bool
4369
4357
  :param from_mix: From Mix, Create the new shape key from the existing mix of keys
4370
4358
  :type from_mix: typing.Union[bool, typing.Any]
@@ -4374,13 +4362,13 @@ def shape_key_add(
4374
4362
 
4375
4363
  def shape_key_clear(
4376
4364
  override_context: typing.Union[dict, bpy.types.Context] = None,
4377
- execution_context: str = None,
4365
+ execution_context: typing.Union[str, int] = None,
4378
4366
  undo: bool = None,
4379
4367
  ):
4380
4368
  """Clear weights for all shape keys
4381
4369
 
4382
4370
  :type override_context: typing.Union[dict, bpy.types.Context]
4383
- :type execution_context: str
4371
+ :type execution_context: typing.Union[str, int]
4384
4372
  :type undo: bool
4385
4373
  """
4386
4374
 
@@ -4388,14 +4376,14 @@ def shape_key_clear(
4388
4376
 
4389
4377
  def shape_key_lock(
4390
4378
  override_context: typing.Union[dict, bpy.types.Context] = None,
4391
- execution_context: str = None,
4379
+ execution_context: typing.Union[str, int] = None,
4392
4380
  undo: bool = None,
4393
4381
  action: typing.Any = "LOCK",
4394
4382
  ):
4395
4383
  """Change the lock state of all shape keys of active object
4396
4384
 
4397
4385
  :type override_context: typing.Union[dict, bpy.types.Context]
4398
- :type execution_context: str
4386
+ :type execution_context: typing.Union[str, int]
4399
4387
  :type undo: bool
4400
4388
  :param action: Action, Lock action to execute on vertex groups
4401
4389
 
@@ -4411,14 +4399,14 @@ def shape_key_lock(
4411
4399
 
4412
4400
  def shape_key_mirror(
4413
4401
  override_context: typing.Union[dict, bpy.types.Context] = None,
4414
- execution_context: str = None,
4402
+ execution_context: typing.Union[str, int] = None,
4415
4403
  undo: bool = None,
4416
4404
  use_topology: typing.Union[bool, typing.Any] = False,
4417
4405
  ):
4418
4406
  """Mirror the current shape key along the local X axis
4419
4407
 
4420
4408
  :type override_context: typing.Union[dict, bpy.types.Context]
4421
- :type execution_context: str
4409
+ :type execution_context: typing.Union[str, int]
4422
4410
  :type undo: bool
4423
4411
  :param use_topology: Topology Mirror, Use topology based mirroring (for when both sides of mesh have matching, unique topology)
4424
4412
  :type use_topology: typing.Union[bool, typing.Any]
@@ -4428,14 +4416,14 @@ def shape_key_mirror(
4428
4416
 
4429
4417
  def shape_key_move(
4430
4418
  override_context: typing.Union[dict, bpy.types.Context] = None,
4431
- execution_context: str = None,
4419
+ execution_context: typing.Union[str, int] = None,
4432
4420
  undo: bool = None,
4433
4421
  type: typing.Any = "TOP",
4434
4422
  ):
4435
4423
  """Move the active shape key up/down in the list
4436
4424
 
4437
4425
  :type override_context: typing.Union[dict, bpy.types.Context]
4438
- :type execution_context: str
4426
+ :type execution_context: typing.Union[str, int]
4439
4427
  :type undo: bool
4440
4428
  :param type: Type
4441
4429
 
@@ -4457,7 +4445,7 @@ def shape_key_move(
4457
4445
 
4458
4446
  def shape_key_remove(
4459
4447
  override_context: typing.Union[dict, bpy.types.Context] = None,
4460
- execution_context: str = None,
4448
+ execution_context: typing.Union[str, int] = None,
4461
4449
  undo: bool = None,
4462
4450
  all: typing.Union[bool, typing.Any] = False,
4463
4451
  apply_mix: typing.Union[bool, typing.Any] = False,
@@ -4465,7 +4453,7 @@ def shape_key_remove(
4465
4453
  """Remove shape key from the object
4466
4454
 
4467
4455
  :type override_context: typing.Union[dict, bpy.types.Context]
4468
- :type execution_context: str
4456
+ :type execution_context: typing.Union[str, int]
4469
4457
  :type undo: bool
4470
4458
  :param all: All, Remove all shape keys
4471
4459
  :type all: typing.Union[bool, typing.Any]
@@ -4477,13 +4465,13 @@ def shape_key_remove(
4477
4465
 
4478
4466
  def shape_key_retime(
4479
4467
  override_context: typing.Union[dict, bpy.types.Context] = None,
4480
- execution_context: str = None,
4468
+ execution_context: typing.Union[str, int] = None,
4481
4469
  undo: bool = None,
4482
4470
  ):
4483
4471
  """Resets the timing for absolute shape keys
4484
4472
 
4485
4473
  :type override_context: typing.Union[dict, bpy.types.Context]
4486
- :type execution_context: str
4474
+ :type execution_context: typing.Union[str, int]
4487
4475
  :type undo: bool
4488
4476
  """
4489
4477
 
@@ -4491,7 +4479,7 @@ def shape_key_retime(
4491
4479
 
4492
4480
  def shape_key_transfer(
4493
4481
  override_context: typing.Union[dict, bpy.types.Context] = None,
4494
- execution_context: str = None,
4482
+ execution_context: typing.Union[str, int] = None,
4495
4483
  undo: bool = None,
4496
4484
  mode: typing.Any = "OFFSET",
4497
4485
  use_clamp: typing.Union[bool, typing.Any] = False,
@@ -4499,7 +4487,7 @@ def shape_key_transfer(
4499
4487
  """Copy the active shape key of another selected object to this one
4500
4488
 
4501
4489
  :type override_context: typing.Union[dict, bpy.types.Context]
4502
- :type execution_context: str
4490
+ :type execution_context: typing.Union[str, int]
4503
4491
  :type undo: bool
4504
4492
  :param mode: Transformation Mode, Relative shape positions to the new shape method
4505
4493
 
@@ -4520,14 +4508,14 @@ def shape_key_transfer(
4520
4508
 
4521
4509
  def simulation_nodes_cache_bake(
4522
4510
  override_context: typing.Union[dict, bpy.types.Context] = None,
4523
- execution_context: str = None,
4511
+ execution_context: typing.Union[str, int] = None,
4524
4512
  undo: bool = None,
4525
4513
  selected: typing.Union[bool, typing.Any] = False,
4526
4514
  ):
4527
4515
  """Bake simulations in geometry nodes modifiers
4528
4516
 
4529
4517
  :type override_context: typing.Union[dict, bpy.types.Context]
4530
- :type execution_context: str
4518
+ :type execution_context: typing.Union[str, int]
4531
4519
  :type undo: bool
4532
4520
  :param selected: Selected, Bake cache on all selected objects
4533
4521
  :type selected: typing.Union[bool, typing.Any]
@@ -4537,14 +4525,14 @@ def simulation_nodes_cache_bake(
4537
4525
 
4538
4526
  def simulation_nodes_cache_calculate_to_frame(
4539
4527
  override_context: typing.Union[dict, bpy.types.Context] = None,
4540
- execution_context: str = None,
4528
+ execution_context: typing.Union[str, int] = None,
4541
4529
  undo: bool = None,
4542
4530
  selected: typing.Union[bool, typing.Any] = False,
4543
4531
  ):
4544
4532
  """Calculate simulations in geometry nodes modifiers from the start to current frame
4545
4533
 
4546
4534
  :type override_context: typing.Union[dict, bpy.types.Context]
4547
- :type execution_context: str
4535
+ :type execution_context: typing.Union[str, int]
4548
4536
  :type undo: bool
4549
4537
  :param selected: Selected, Calculate all selected objects instead of just the active object
4550
4538
  :type selected: typing.Union[bool, typing.Any]
@@ -4554,14 +4542,14 @@ def simulation_nodes_cache_calculate_to_frame(
4554
4542
 
4555
4543
  def simulation_nodes_cache_delete(
4556
4544
  override_context: typing.Union[dict, bpy.types.Context] = None,
4557
- execution_context: str = None,
4545
+ execution_context: typing.Union[str, int] = None,
4558
4546
  undo: bool = None,
4559
4547
  selected: typing.Union[bool, typing.Any] = False,
4560
4548
  ):
4561
4549
  """Delete cached/baked simulations in geometry nodes modifiers
4562
4550
 
4563
4551
  :type override_context: typing.Union[dict, bpy.types.Context]
4564
- :type execution_context: str
4552
+ :type execution_context: typing.Union[str, int]
4565
4553
  :type undo: bool
4566
4554
  :param selected: Selected, Delete cache on all selected objects
4567
4555
  :type selected: typing.Union[bool, typing.Any]
@@ -4571,14 +4559,14 @@ def simulation_nodes_cache_delete(
4571
4559
 
4572
4560
  def skin_armature_create(
4573
4561
  override_context: typing.Union[dict, bpy.types.Context] = None,
4574
- execution_context: str = None,
4562
+ execution_context: typing.Union[str, int] = None,
4575
4563
  undo: bool = None,
4576
4564
  modifier: typing.Union[str, typing.Any] = "",
4577
4565
  ):
4578
4566
  """Create an armature that parallels the skin layout
4579
4567
 
4580
4568
  :type override_context: typing.Union[dict, bpy.types.Context]
4581
- :type execution_context: str
4569
+ :type execution_context: typing.Union[str, int]
4582
4570
  :type undo: bool
4583
4571
  :param modifier: Modifier, Name of the modifier to edit
4584
4572
  :type modifier: typing.Union[str, typing.Any]
@@ -4588,14 +4576,14 @@ def skin_armature_create(
4588
4576
 
4589
4577
  def skin_loose_mark_clear(
4590
4578
  override_context: typing.Union[dict, bpy.types.Context] = None,
4591
- execution_context: str = None,
4579
+ execution_context: typing.Union[str, int] = None,
4592
4580
  undo: bool = None,
4593
4581
  action: typing.Any = "MARK",
4594
4582
  ):
4595
4583
  """Mark/clear selected vertices as loose
4596
4584
 
4597
4585
  :type override_context: typing.Union[dict, bpy.types.Context]
4598
- :type execution_context: str
4586
+ :type execution_context: typing.Union[str, int]
4599
4587
  :type undo: bool
4600
4588
  :param action: Action
4601
4589
 
@@ -4611,13 +4599,13 @@ def skin_loose_mark_clear(
4611
4599
 
4612
4600
  def skin_radii_equalize(
4613
4601
  override_context: typing.Union[dict, bpy.types.Context] = None,
4614
- execution_context: str = None,
4602
+ execution_context: typing.Union[str, int] = None,
4615
4603
  undo: bool = None,
4616
4604
  ):
4617
4605
  """Make skin radii of selected vertices equal on each axis
4618
4606
 
4619
4607
  :type override_context: typing.Union[dict, bpy.types.Context]
4620
- :type execution_context: str
4608
+ :type execution_context: typing.Union[str, int]
4621
4609
  :type undo: bool
4622
4610
  """
4623
4611
 
@@ -4625,13 +4613,13 @@ def skin_radii_equalize(
4625
4613
 
4626
4614
  def skin_root_mark(
4627
4615
  override_context: typing.Union[dict, bpy.types.Context] = None,
4628
- execution_context: str = None,
4616
+ execution_context: typing.Union[str, int] = None,
4629
4617
  undo: bool = None,
4630
4618
  ):
4631
4619
  """Mark selected vertices as roots
4632
4620
 
4633
4621
  :type override_context: typing.Union[dict, bpy.types.Context]
4634
- :type execution_context: str
4622
+ :type execution_context: typing.Union[str, int]
4635
4623
  :type undo: bool
4636
4624
  """
4637
4625
 
@@ -4639,7 +4627,7 @@ def skin_root_mark(
4639
4627
 
4640
4628
  def speaker_add(
4641
4629
  override_context: typing.Union[dict, bpy.types.Context] = None,
4642
- execution_context: str = None,
4630
+ execution_context: typing.Union[str, int] = None,
4643
4631
  undo: bool = None,
4644
4632
  enter_editmode: typing.Union[bool, typing.Any] = False,
4645
4633
  align: typing.Any = "WORLD",
@@ -4650,7 +4638,7 @@ def speaker_add(
4650
4638
  """Add a speaker object to the scene
4651
4639
 
4652
4640
  :type override_context: typing.Union[dict, bpy.types.Context]
4653
- :type execution_context: str
4641
+ :type execution_context: typing.Union[str, int]
4654
4642
  :type undo: bool
4655
4643
  :param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
4656
4644
  :type enter_editmode: typing.Union[bool, typing.Any]
@@ -4677,7 +4665,7 @@ def speaker_add(
4677
4665
 
4678
4666
  def subdivision_set(
4679
4667
  override_context: typing.Union[dict, bpy.types.Context] = None,
4680
- execution_context: str = None,
4668
+ execution_context: typing.Union[str, int] = None,
4681
4669
  undo: bool = None,
4682
4670
  level: typing.Any = 1,
4683
4671
  relative: typing.Union[bool, typing.Any] = False,
@@ -4685,7 +4673,7 @@ def subdivision_set(
4685
4673
  """Sets a Subdivision Surface level (1 to 5)
4686
4674
 
4687
4675
  :type override_context: typing.Union[dict, bpy.types.Context]
4688
- :type execution_context: str
4676
+ :type execution_context: typing.Union[str, int]
4689
4677
  :type undo: bool
4690
4678
  :param level: Level
4691
4679
  :type level: typing.Any
@@ -4697,14 +4685,14 @@ def subdivision_set(
4697
4685
 
4698
4686
  def surfacedeform_bind(
4699
4687
  override_context: typing.Union[dict, bpy.types.Context] = None,
4700
- execution_context: str = None,
4688
+ execution_context: typing.Union[str, int] = None,
4701
4689
  undo: bool = None,
4702
4690
  modifier: typing.Union[str, typing.Any] = "",
4703
4691
  ):
4704
4692
  """Bind mesh to target in surface deform modifier
4705
4693
 
4706
4694
  :type override_context: typing.Union[dict, bpy.types.Context]
4707
- :type execution_context: str
4695
+ :type execution_context: typing.Union[str, int]
4708
4696
  :type undo: bool
4709
4697
  :param modifier: Modifier, Name of the modifier to edit
4710
4698
  :type modifier: typing.Union[str, typing.Any]
@@ -4714,7 +4702,7 @@ def surfacedeform_bind(
4714
4702
 
4715
4703
  def text_add(
4716
4704
  override_context: typing.Union[dict, bpy.types.Context] = None,
4717
- execution_context: str = None,
4705
+ execution_context: typing.Union[str, int] = None,
4718
4706
  undo: bool = None,
4719
4707
  radius: typing.Any = 1.0,
4720
4708
  enter_editmode: typing.Union[bool, typing.Any] = False,
@@ -4726,7 +4714,7 @@ def text_add(
4726
4714
  """Add a text object to the scene
4727
4715
 
4728
4716
  :type override_context: typing.Union[dict, bpy.types.Context]
4729
- :type execution_context: str
4717
+ :type execution_context: typing.Union[str, int]
4730
4718
  :type undo: bool
4731
4719
  :param radius: Radius
4732
4720
  :type radius: typing.Any
@@ -4755,14 +4743,14 @@ def text_add(
4755
4743
 
4756
4744
  def track_clear(
4757
4745
  override_context: typing.Union[dict, bpy.types.Context] = None,
4758
- execution_context: str = None,
4746
+ execution_context: typing.Union[str, int] = None,
4759
4747
  undo: bool = None,
4760
4748
  type: typing.Any = "CLEAR",
4761
4749
  ):
4762
4750
  """Clear tracking constraint or flag from object
4763
4751
 
4764
4752
  :type override_context: typing.Union[dict, bpy.types.Context]
4765
- :type execution_context: str
4753
+ :type execution_context: typing.Union[str, int]
4766
4754
  :type undo: bool
4767
4755
  :param type: Type
4768
4756
  :type type: typing.Any
@@ -4772,14 +4760,14 @@ def track_clear(
4772
4760
 
4773
4761
  def track_set(
4774
4762
  override_context: typing.Union[dict, bpy.types.Context] = None,
4775
- execution_context: str = None,
4763
+ execution_context: typing.Union[str, int] = None,
4776
4764
  undo: bool = None,
4777
4765
  type: typing.Any = "DAMPTRACK",
4778
4766
  ):
4779
4767
  """Make the object track another object, using various methods/constraints
4780
4768
 
4781
4769
  :type override_context: typing.Union[dict, bpy.types.Context]
4782
- :type execution_context: str
4770
+ :type execution_context: typing.Union[str, int]
4783
4771
  :type undo: bool
4784
4772
  :param type: Type
4785
4773
  :type type: typing.Any
@@ -4789,14 +4777,14 @@ def track_set(
4789
4777
 
4790
4778
  def transfer_mode(
4791
4779
  override_context: typing.Union[dict, bpy.types.Context] = None,
4792
- execution_context: str = None,
4780
+ execution_context: typing.Union[str, int] = None,
4793
4781
  undo: bool = None,
4794
4782
  use_flash_on_transfer: typing.Union[bool, typing.Any] = True,
4795
4783
  ):
4796
4784
  """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
4785
 
4798
4786
  :type override_context: typing.Union[dict, bpy.types.Context]
4799
- :type execution_context: str
4787
+ :type execution_context: typing.Union[str, int]
4800
4788
  :type undo: bool
4801
4789
  :param use_flash_on_transfer: Flash On Transfer, Flash the target object when transferring the mode
4802
4790
  :type use_flash_on_transfer: typing.Union[bool, typing.Any]
@@ -4806,7 +4794,7 @@ def transfer_mode(
4806
4794
 
4807
4795
  def transform_apply(
4808
4796
  override_context: typing.Union[dict, bpy.types.Context] = None,
4809
- execution_context: str = None,
4797
+ execution_context: typing.Union[str, int] = None,
4810
4798
  undo: bool = None,
4811
4799
  location: typing.Union[bool, typing.Any] = True,
4812
4800
  rotation: typing.Union[bool, typing.Any] = True,
@@ -4817,7 +4805,7 @@ def transform_apply(
4817
4805
  """Apply the object's transformation to its data
4818
4806
 
4819
4807
  :type override_context: typing.Union[dict, bpy.types.Context]
4820
- :type execution_context: str
4808
+ :type execution_context: typing.Union[str, int]
4821
4809
  :type undo: bool
4822
4810
  :param location: Location
4823
4811
  :type location: typing.Union[bool, typing.Any]
@@ -4835,13 +4823,13 @@ def transform_apply(
4835
4823
 
4836
4824
  def transform_axis_target(
4837
4825
  override_context: typing.Union[dict, bpy.types.Context] = None,
4838
- execution_context: str = None,
4826
+ execution_context: typing.Union[str, int] = None,
4839
4827
  undo: bool = None,
4840
4828
  ):
4841
4829
  """Interactively point cameras and lights to a location (Ctrl translates)
4842
4830
 
4843
4831
  :type override_context: typing.Union[dict, bpy.types.Context]
4844
- :type execution_context: str
4832
+ :type execution_context: typing.Union[str, int]
4845
4833
  :type undo: bool
4846
4834
  """
4847
4835
 
@@ -4849,7 +4837,7 @@ def transform_axis_target(
4849
4837
 
4850
4838
  def transform_to_mouse(
4851
4839
  override_context: typing.Union[dict, bpy.types.Context] = None,
4852
- execution_context: str = None,
4840
+ execution_context: typing.Union[str, int] = None,
4853
4841
  undo: bool = None,
4854
4842
  name: typing.Union[str, typing.Any] = "",
4855
4843
  session_uid: typing.Any = 0,
@@ -4865,7 +4853,7 @@ def transform_to_mouse(
4865
4853
  """Snap selected item(s) to the mouse location
4866
4854
 
4867
4855
  :type override_context: typing.Union[dict, bpy.types.Context]
4868
- :type execution_context: str
4856
+ :type execution_context: typing.Union[str, int]
4869
4857
  :type undo: bool
4870
4858
  :param name: Name, Object name to place (uses the active object when this and 'session_uid' are unset)
4871
4859
  :type name: typing.Union[str, typing.Any]
@@ -4883,7 +4871,7 @@ def transform_to_mouse(
4883
4871
 
4884
4872
  def transforms_to_deltas(
4885
4873
  override_context: typing.Union[dict, bpy.types.Context] = None,
4886
- execution_context: str = None,
4874
+ execution_context: typing.Union[str, int] = None,
4887
4875
  undo: bool = None,
4888
4876
  mode: typing.Any = "ALL",
4889
4877
  reset_values: typing.Union[bool, typing.Any] = True,
@@ -4891,7 +4879,7 @@ def transforms_to_deltas(
4891
4879
  """Convert normal object transforms to delta transforms, any existing delta transforms will be included as well
4892
4880
 
4893
4881
  :type override_context: typing.Union[dict, bpy.types.Context]
4894
- :type execution_context: str
4882
+ :type execution_context: typing.Union[str, int]
4895
4883
  :type undo: bool
4896
4884
  :param mode: Mode, Which transforms to transfer
4897
4885
 
@@ -4915,13 +4903,13 @@ def transforms_to_deltas(
4915
4903
 
4916
4904
  def unlink_data(
4917
4905
  override_context: typing.Union[dict, bpy.types.Context] = None,
4918
- execution_context: str = None,
4906
+ execution_context: typing.Union[str, int] = None,
4919
4907
  undo: bool = None,
4920
4908
  ):
4921
4909
  """Undocumented, consider contributing.
4922
4910
 
4923
4911
  :type override_context: typing.Union[dict, bpy.types.Context]
4924
- :type execution_context: str
4912
+ :type execution_context: typing.Union[str, int]
4925
4913
  :type undo: bool
4926
4914
  """
4927
4915
 
@@ -4929,13 +4917,13 @@ def unlink_data(
4929
4917
 
4930
4918
  def vertex_group_add(
4931
4919
  override_context: typing.Union[dict, bpy.types.Context] = None,
4932
- execution_context: str = None,
4920
+ execution_context: typing.Union[str, int] = None,
4933
4921
  undo: bool = None,
4934
4922
  ):
4935
4923
  """Add a new vertex group to the active object
4936
4924
 
4937
4925
  :type override_context: typing.Union[dict, bpy.types.Context]
4938
- :type execution_context: str
4926
+ :type execution_context: typing.Union[str, int]
4939
4927
  :type undo: bool
4940
4928
  """
4941
4929
 
@@ -4943,13 +4931,13 @@ def vertex_group_add(
4943
4931
 
4944
4932
  def vertex_group_assign(
4945
4933
  override_context: typing.Union[dict, bpy.types.Context] = None,
4946
- execution_context: str = None,
4934
+ execution_context: typing.Union[str, int] = None,
4947
4935
  undo: bool = None,
4948
4936
  ):
4949
4937
  """Assign the selected vertices to the active vertex group
4950
4938
 
4951
4939
  :type override_context: typing.Union[dict, bpy.types.Context]
4952
- :type execution_context: str
4940
+ :type execution_context: typing.Union[str, int]
4953
4941
  :type undo: bool
4954
4942
  """
4955
4943
 
@@ -4957,13 +4945,13 @@ def vertex_group_assign(
4957
4945
 
4958
4946
  def vertex_group_assign_new(
4959
4947
  override_context: typing.Union[dict, bpy.types.Context] = None,
4960
- execution_context: str = None,
4948
+ execution_context: typing.Union[str, int] = None,
4961
4949
  undo: bool = None,
4962
4950
  ):
4963
4951
  """Assign the selected vertices to a new vertex group
4964
4952
 
4965
4953
  :type override_context: typing.Union[dict, bpy.types.Context]
4966
- :type execution_context: str
4954
+ :type execution_context: typing.Union[str, int]
4967
4955
  :type undo: bool
4968
4956
  """
4969
4957
 
@@ -4971,7 +4959,7 @@ def vertex_group_assign_new(
4971
4959
 
4972
4960
  def vertex_group_clean(
4973
4961
  override_context: typing.Union[dict, bpy.types.Context] = None,
4974
- execution_context: str = None,
4962
+ execution_context: typing.Union[str, int] = None,
4975
4963
  undo: bool = None,
4976
4964
  group_select_mode: typing.Union[str, int, typing.Any] = "",
4977
4965
  limit: typing.Any = 0.0,
@@ -4980,7 +4968,7 @@ def vertex_group_clean(
4980
4968
  """Remove vertex group assignments which are not required
4981
4969
 
4982
4970
  :type override_context: typing.Union[dict, bpy.types.Context]
4983
- :type execution_context: str
4971
+ :type execution_context: typing.Union[str, int]
4984
4972
  :type undo: bool
4985
4973
  :param group_select_mode: Subset, Define which subset of groups shall be used
4986
4974
  :type group_select_mode: typing.Union[str, int, typing.Any]
@@ -4994,13 +4982,13 @@ def vertex_group_clean(
4994
4982
 
4995
4983
  def vertex_group_copy(
4996
4984
  override_context: typing.Union[dict, bpy.types.Context] = None,
4997
- execution_context: str = None,
4985
+ execution_context: typing.Union[str, int] = None,
4998
4986
  undo: bool = None,
4999
4987
  ):
5000
4988
  """Make a copy of the active vertex group
5001
4989
 
5002
4990
  :type override_context: typing.Union[dict, bpy.types.Context]
5003
- :type execution_context: str
4991
+ :type execution_context: typing.Union[str, int]
5004
4992
  :type undo: bool
5005
4993
  """
5006
4994
 
@@ -5008,13 +4996,13 @@ def vertex_group_copy(
5008
4996
 
5009
4997
  def vertex_group_copy_to_selected(
5010
4998
  override_context: typing.Union[dict, bpy.types.Context] = None,
5011
- execution_context: str = None,
4999
+ execution_context: typing.Union[str, int] = None,
5012
5000
  undo: bool = None,
5013
5001
  ):
5014
5002
  """Replace vertex groups of selected objects by vertex groups of active object
5015
5003
 
5016
5004
  :type override_context: typing.Union[dict, bpy.types.Context]
5017
- :type execution_context: str
5005
+ :type execution_context: typing.Union[str, int]
5018
5006
  :type undo: bool
5019
5007
  """
5020
5008
 
@@ -5022,13 +5010,13 @@ def vertex_group_copy_to_selected(
5022
5010
 
5023
5011
  def vertex_group_deselect(
5024
5012
  override_context: typing.Union[dict, bpy.types.Context] = None,
5025
- execution_context: str = None,
5013
+ execution_context: typing.Union[str, int] = None,
5026
5014
  undo: bool = None,
5027
5015
  ):
5028
5016
  """Deselect all selected vertices assigned to the active vertex group
5029
5017
 
5030
5018
  :type override_context: typing.Union[dict, bpy.types.Context]
5031
- :type execution_context: str
5019
+ :type execution_context: typing.Union[str, int]
5032
5020
  :type undo: bool
5033
5021
  """
5034
5022
 
@@ -5036,7 +5024,7 @@ def vertex_group_deselect(
5036
5024
 
5037
5025
  def vertex_group_invert(
5038
5026
  override_context: typing.Union[dict, bpy.types.Context] = None,
5039
- execution_context: str = None,
5027
+ execution_context: typing.Union[str, int] = None,
5040
5028
  undo: bool = None,
5041
5029
  group_select_mode: typing.Union[str, int, typing.Any] = "",
5042
5030
  auto_assign: typing.Union[bool, typing.Any] = True,
@@ -5045,7 +5033,7 @@ def vertex_group_invert(
5045
5033
  """Invert active vertex group's weights
5046
5034
 
5047
5035
  :type override_context: typing.Union[dict, bpy.types.Context]
5048
- :type execution_context: str
5036
+ :type execution_context: typing.Union[str, int]
5049
5037
  :type undo: bool
5050
5038
  :param group_select_mode: Subset, Define which subset of groups shall be used
5051
5039
  :type group_select_mode: typing.Union[str, int, typing.Any]
@@ -5059,7 +5047,7 @@ def vertex_group_invert(
5059
5047
 
5060
5048
  def vertex_group_levels(
5061
5049
  override_context: typing.Union[dict, bpy.types.Context] = None,
5062
- execution_context: str = None,
5050
+ execution_context: typing.Union[str, int] = None,
5063
5051
  undo: bool = None,
5064
5052
  group_select_mode: typing.Union[str, int, typing.Any] = "",
5065
5053
  offset: typing.Any = 0.0,
@@ -5068,7 +5056,7 @@ def vertex_group_levels(
5068
5056
  """Add some offset and multiply with some gain the weights of the active vertex group
5069
5057
 
5070
5058
  :type override_context: typing.Union[dict, bpy.types.Context]
5071
- :type execution_context: str
5059
+ :type execution_context: typing.Union[str, int]
5072
5060
  :type undo: bool
5073
5061
  :param group_select_mode: Subset, Define which subset of groups shall be used
5074
5062
  :type group_select_mode: typing.Union[str, int, typing.Any]
@@ -5082,7 +5070,7 @@ def vertex_group_levels(
5082
5070
 
5083
5071
  def vertex_group_limit_total(
5084
5072
  override_context: typing.Union[dict, bpy.types.Context] = None,
5085
- execution_context: str = None,
5073
+ execution_context: typing.Union[str, int] = None,
5086
5074
  undo: bool = None,
5087
5075
  group_select_mode: typing.Union[str, int, typing.Any] = "",
5088
5076
  limit: typing.Any = 4,
@@ -5090,7 +5078,7 @@ def vertex_group_limit_total(
5090
5078
  """Limit deform weights associated with a vertex to a specified number by removing lowest weights
5091
5079
 
5092
5080
  :type override_context: typing.Union[dict, bpy.types.Context]
5093
- :type execution_context: str
5081
+ :type execution_context: typing.Union[str, int]
5094
5082
  :type undo: bool
5095
5083
  :param group_select_mode: Subset, Define which subset of groups shall be used
5096
5084
  :type group_select_mode: typing.Union[str, int, typing.Any]
@@ -5102,7 +5090,7 @@ def vertex_group_limit_total(
5102
5090
 
5103
5091
  def vertex_group_lock(
5104
5092
  override_context: typing.Union[dict, bpy.types.Context] = None,
5105
- execution_context: str = None,
5093
+ execution_context: typing.Union[str, int] = None,
5106
5094
  undo: bool = None,
5107
5095
  action: typing.Any = "TOGGLE",
5108
5096
  mask: typing.Any = "ALL",
@@ -5110,7 +5098,7 @@ def vertex_group_lock(
5110
5098
  """Change the lock state of all or some vertex groups of active object
5111
5099
 
5112
5100
  :type override_context: typing.Union[dict, bpy.types.Context]
5113
- :type execution_context: str
5101
+ :type execution_context: typing.Union[str, int]
5114
5102
  :type undo: bool
5115
5103
  :param action: Action, Lock action to execute on vertex groups
5116
5104
 
@@ -5146,7 +5134,7 @@ def vertex_group_lock(
5146
5134
 
5147
5135
  def vertex_group_mirror(
5148
5136
  override_context: typing.Union[dict, bpy.types.Context] = None,
5149
- execution_context: str = None,
5137
+ execution_context: typing.Union[str, int] = None,
5150
5138
  undo: bool = None,
5151
5139
  mirror_weights: typing.Union[bool, typing.Any] = True,
5152
5140
  flip_group_names: typing.Union[bool, typing.Any] = True,
@@ -5156,7 +5144,7 @@ def vertex_group_mirror(
5156
5144
  """Mirror vertex group, flip weights and/or names, editing only selected vertices, flipping when both sides are selected otherwise copy from unselected
5157
5145
 
5158
5146
  :type override_context: typing.Union[dict, bpy.types.Context]
5159
- :type execution_context: str
5147
+ :type execution_context: typing.Union[str, int]
5160
5148
  :type undo: bool
5161
5149
  :param mirror_weights: Mirror Weights, Mirror weights
5162
5150
  :type mirror_weights: typing.Union[bool, typing.Any]
@@ -5172,14 +5160,14 @@ def vertex_group_mirror(
5172
5160
 
5173
5161
  def vertex_group_move(
5174
5162
  override_context: typing.Union[dict, bpy.types.Context] = None,
5175
- execution_context: str = None,
5163
+ execution_context: typing.Union[str, int] = None,
5176
5164
  undo: bool = None,
5177
5165
  direction: typing.Any = "UP",
5178
5166
  ):
5179
5167
  """Move the active vertex group up/down in the list
5180
5168
 
5181
5169
  :type override_context: typing.Union[dict, bpy.types.Context]
5182
- :type execution_context: str
5170
+ :type execution_context: typing.Union[str, int]
5183
5171
  :type undo: bool
5184
5172
  :param direction: Direction, Direction to move the active vertex group towards
5185
5173
  :type direction: typing.Any
@@ -5189,13 +5177,13 @@ def vertex_group_move(
5189
5177
 
5190
5178
  def vertex_group_normalize(
5191
5179
  override_context: typing.Union[dict, bpy.types.Context] = None,
5192
- execution_context: str = None,
5180
+ execution_context: typing.Union[str, int] = None,
5193
5181
  undo: bool = None,
5194
5182
  ):
5195
5183
  """Normalize weights of the active vertex group, so that the highest ones are now 1.0
5196
5184
 
5197
5185
  :type override_context: typing.Union[dict, bpy.types.Context]
5198
- :type execution_context: str
5186
+ :type execution_context: typing.Union[str, int]
5199
5187
  :type undo: bool
5200
5188
  """
5201
5189
 
@@ -5203,7 +5191,7 @@ def vertex_group_normalize(
5203
5191
 
5204
5192
  def vertex_group_normalize_all(
5205
5193
  override_context: typing.Union[dict, bpy.types.Context] = None,
5206
- execution_context: str = None,
5194
+ execution_context: typing.Union[str, int] = None,
5207
5195
  undo: bool = None,
5208
5196
  group_select_mode: typing.Union[str, int, typing.Any] = "",
5209
5197
  lock_active: typing.Union[bool, typing.Any] = True,
@@ -5211,7 +5199,7 @@ def vertex_group_normalize_all(
5211
5199
  """Normalize all weights of all vertex groups, so that for each vertex, the sum of all weights is 1.0
5212
5200
 
5213
5201
  :type override_context: typing.Union[dict, bpy.types.Context]
5214
- :type execution_context: str
5202
+ :type execution_context: typing.Union[str, int]
5215
5203
  :type undo: bool
5216
5204
  :param group_select_mode: Subset, Define which subset of groups shall be used
5217
5205
  :type group_select_mode: typing.Union[str, int, typing.Any]
@@ -5223,7 +5211,7 @@ def vertex_group_normalize_all(
5223
5211
 
5224
5212
  def vertex_group_quantize(
5225
5213
  override_context: typing.Union[dict, bpy.types.Context] = None,
5226
- execution_context: str = None,
5214
+ execution_context: typing.Union[str, int] = None,
5227
5215
  undo: bool = None,
5228
5216
  group_select_mode: typing.Union[str, int, typing.Any] = "",
5229
5217
  steps: typing.Any = 4,
@@ -5231,7 +5219,7 @@ def vertex_group_quantize(
5231
5219
  """Set weights to a fixed number of steps
5232
5220
 
5233
5221
  :type override_context: typing.Union[dict, bpy.types.Context]
5234
- :type execution_context: str
5222
+ :type execution_context: typing.Union[str, int]
5235
5223
  :type undo: bool
5236
5224
  :param group_select_mode: Subset, Define which subset of groups shall be used
5237
5225
  :type group_select_mode: typing.Union[str, int, typing.Any]
@@ -5243,7 +5231,7 @@ def vertex_group_quantize(
5243
5231
 
5244
5232
  def vertex_group_remove(
5245
5233
  override_context: typing.Union[dict, bpy.types.Context] = None,
5246
- execution_context: str = None,
5234
+ execution_context: typing.Union[str, int] = None,
5247
5235
  undo: bool = None,
5248
5236
  all: typing.Union[bool, typing.Any] = False,
5249
5237
  all_unlocked: typing.Union[bool, typing.Any] = False,
@@ -5251,7 +5239,7 @@ def vertex_group_remove(
5251
5239
  """Delete the active or all vertex groups from the active object
5252
5240
 
5253
5241
  :type override_context: typing.Union[dict, bpy.types.Context]
5254
- :type execution_context: str
5242
+ :type execution_context: typing.Union[str, int]
5255
5243
  :type undo: bool
5256
5244
  :param all: All, Remove all vertex groups
5257
5245
  :type all: typing.Union[bool, typing.Any]
@@ -5263,7 +5251,7 @@ def vertex_group_remove(
5263
5251
 
5264
5252
  def vertex_group_remove_from(
5265
5253
  override_context: typing.Union[dict, bpy.types.Context] = None,
5266
- execution_context: str = None,
5254
+ execution_context: typing.Union[str, int] = None,
5267
5255
  undo: bool = None,
5268
5256
  use_all_groups: typing.Union[bool, typing.Any] = False,
5269
5257
  use_all_verts: typing.Union[bool, typing.Any] = False,
@@ -5271,7 +5259,7 @@ def vertex_group_remove_from(
5271
5259
  """Remove the selected vertices from active or all vertex group(s)
5272
5260
 
5273
5261
  :type override_context: typing.Union[dict, bpy.types.Context]
5274
- :type execution_context: str
5262
+ :type execution_context: typing.Union[str, int]
5275
5263
  :type undo: bool
5276
5264
  :param use_all_groups: All Groups, Remove from all groups
5277
5265
  :type use_all_groups: typing.Union[bool, typing.Any]
@@ -5283,13 +5271,13 @@ def vertex_group_remove_from(
5283
5271
 
5284
5272
  def vertex_group_select(
5285
5273
  override_context: typing.Union[dict, bpy.types.Context] = None,
5286
- execution_context: str = None,
5274
+ execution_context: typing.Union[str, int] = None,
5287
5275
  undo: bool = None,
5288
5276
  ):
5289
5277
  """Select all the vertices assigned to the active vertex group
5290
5278
 
5291
5279
  :type override_context: typing.Union[dict, bpy.types.Context]
5292
- :type execution_context: str
5280
+ :type execution_context: typing.Union[str, int]
5293
5281
  :type undo: bool
5294
5282
  """
5295
5283
 
@@ -5297,14 +5285,14 @@ def vertex_group_select(
5297
5285
 
5298
5286
  def vertex_group_set_active(
5299
5287
  override_context: typing.Union[dict, bpy.types.Context] = None,
5300
- execution_context: str = None,
5288
+ execution_context: typing.Union[str, int] = None,
5301
5289
  undo: bool = None,
5302
5290
  group: typing.Union[str, int, typing.Any] = "",
5303
5291
  ):
5304
5292
  """Set the active vertex group
5305
5293
 
5306
5294
  :type override_context: typing.Union[dict, bpy.types.Context]
5307
- :type execution_context: str
5295
+ :type execution_context: typing.Union[str, int]
5308
5296
  :type undo: bool
5309
5297
  :param group: Group, Vertex group to set as active
5310
5298
  :type group: typing.Union[str, int, typing.Any]
@@ -5314,7 +5302,7 @@ def vertex_group_set_active(
5314
5302
 
5315
5303
  def vertex_group_smooth(
5316
5304
  override_context: typing.Union[dict, bpy.types.Context] = None,
5317
- execution_context: str = None,
5305
+ execution_context: typing.Union[str, int] = None,
5318
5306
  undo: bool = None,
5319
5307
  group_select_mode: typing.Union[str, int, typing.Any] = "",
5320
5308
  factor: typing.Any = 0.5,
@@ -5324,7 +5312,7 @@ def vertex_group_smooth(
5324
5312
  """Smooth weights for selected vertices
5325
5313
 
5326
5314
  :type override_context: typing.Union[dict, bpy.types.Context]
5327
- :type execution_context: str
5315
+ :type execution_context: typing.Union[str, int]
5328
5316
  :type undo: bool
5329
5317
  :param group_select_mode: Subset, Define which subset of groups shall be used
5330
5318
  :type group_select_mode: typing.Union[str, int, typing.Any]
@@ -5340,14 +5328,14 @@ def vertex_group_smooth(
5340
5328
 
5341
5329
  def vertex_group_sort(
5342
5330
  override_context: typing.Union[dict, bpy.types.Context] = None,
5343
- execution_context: str = None,
5331
+ execution_context: typing.Union[str, int] = None,
5344
5332
  undo: bool = None,
5345
5333
  sort_type: typing.Any = "NAME",
5346
5334
  ):
5347
5335
  """Sort vertex groups
5348
5336
 
5349
5337
  :type override_context: typing.Union[dict, bpy.types.Context]
5350
- :type execution_context: str
5338
+ :type execution_context: typing.Union[str, int]
5351
5339
  :type undo: bool
5352
5340
  :param sort_type: Sort Type, Sort type
5353
5341
  :type sort_type: typing.Any
@@ -5357,13 +5345,13 @@ def vertex_group_sort(
5357
5345
 
5358
5346
  def vertex_parent_set(
5359
5347
  override_context: typing.Union[dict, bpy.types.Context] = None,
5360
- execution_context: str = None,
5348
+ execution_context: typing.Union[str, int] = None,
5361
5349
  undo: bool = None,
5362
5350
  ):
5363
5351
  """Parent selected objects to the selected vertices
5364
5352
 
5365
5353
  :type override_context: typing.Union[dict, bpy.types.Context]
5366
- :type execution_context: str
5354
+ :type execution_context: typing.Union[str, int]
5367
5355
  :type undo: bool
5368
5356
  """
5369
5357
 
@@ -5371,13 +5359,13 @@ def vertex_parent_set(
5371
5359
 
5372
5360
  def vertex_weight_copy(
5373
5361
  override_context: typing.Union[dict, bpy.types.Context] = None,
5374
- execution_context: str = None,
5362
+ execution_context: typing.Union[str, int] = None,
5375
5363
  undo: bool = None,
5376
5364
  ):
5377
5365
  """Copy weights from active to selected
5378
5366
 
5379
5367
  :type override_context: typing.Union[dict, bpy.types.Context]
5380
- :type execution_context: str
5368
+ :type execution_context: typing.Union[str, int]
5381
5369
  :type undo: bool
5382
5370
  """
5383
5371
 
@@ -5385,14 +5373,14 @@ def vertex_weight_copy(
5385
5373
 
5386
5374
  def vertex_weight_delete(
5387
5375
  override_context: typing.Union[dict, bpy.types.Context] = None,
5388
- execution_context: str = None,
5376
+ execution_context: typing.Union[str, int] = None,
5389
5377
  undo: bool = None,
5390
5378
  weight_group: typing.Any = -1,
5391
5379
  ):
5392
5380
  """Delete this weight from the vertex (disabled if vertex group is locked)
5393
5381
 
5394
5382
  :type override_context: typing.Union[dict, bpy.types.Context]
5395
- :type execution_context: str
5383
+ :type execution_context: typing.Union[str, int]
5396
5384
  :type undo: bool
5397
5385
  :param weight_group: Weight Index, Index of source weight in active vertex group
5398
5386
  :type weight_group: typing.Any
@@ -5402,13 +5390,13 @@ def vertex_weight_delete(
5402
5390
 
5403
5391
  def vertex_weight_normalize_active_vertex(
5404
5392
  override_context: typing.Union[dict, bpy.types.Context] = None,
5405
- execution_context: str = None,
5393
+ execution_context: typing.Union[str, int] = None,
5406
5394
  undo: bool = None,
5407
5395
  ):
5408
5396
  """Normalize active vertex's weights
5409
5397
 
5410
5398
  :type override_context: typing.Union[dict, bpy.types.Context]
5411
- :type execution_context: str
5399
+ :type execution_context: typing.Union[str, int]
5412
5400
  :type undo: bool
5413
5401
  """
5414
5402
 
@@ -5416,14 +5404,14 @@ def vertex_weight_normalize_active_vertex(
5416
5404
 
5417
5405
  def vertex_weight_paste(
5418
5406
  override_context: typing.Union[dict, bpy.types.Context] = None,
5419
- execution_context: str = None,
5407
+ execution_context: typing.Union[str, int] = None,
5420
5408
  undo: bool = None,
5421
5409
  weight_group: typing.Any = -1,
5422
5410
  ):
5423
5411
  """Copy this group's weight to other selected vertices (disabled if vertex group is locked)
5424
5412
 
5425
5413
  :type override_context: typing.Union[dict, bpy.types.Context]
5426
- :type execution_context: str
5414
+ :type execution_context: typing.Union[str, int]
5427
5415
  :type undo: bool
5428
5416
  :param weight_group: Weight Index, Index of source weight in active vertex group
5429
5417
  :type weight_group: typing.Any
@@ -5433,14 +5421,14 @@ def vertex_weight_paste(
5433
5421
 
5434
5422
  def vertex_weight_set_active(
5435
5423
  override_context: typing.Union[dict, bpy.types.Context] = None,
5436
- execution_context: str = None,
5424
+ execution_context: typing.Union[str, int] = None,
5437
5425
  undo: bool = None,
5438
5426
  weight_group: typing.Any = -1,
5439
5427
  ):
5440
5428
  """Set as active vertex group
5441
5429
 
5442
5430
  :type override_context: typing.Union[dict, bpy.types.Context]
5443
- :type execution_context: str
5431
+ :type execution_context: typing.Union[str, int]
5444
5432
  :type undo: bool
5445
5433
  :param weight_group: Weight Index, Index of source weight in active vertex group
5446
5434
  :type weight_group: typing.Any
@@ -5450,13 +5438,13 @@ def vertex_weight_set_active(
5450
5438
 
5451
5439
  def visual_transform_apply(
5452
5440
  override_context: typing.Union[dict, bpy.types.Context] = None,
5453
- execution_context: str = None,
5441
+ execution_context: typing.Union[str, int] = None,
5454
5442
  undo: bool = None,
5455
5443
  ):
5456
5444
  """Apply the object's visual transformation to its data
5457
5445
 
5458
5446
  :type override_context: typing.Union[dict, bpy.types.Context]
5459
- :type execution_context: str
5447
+ :type execution_context: typing.Union[str, int]
5460
5448
  :type undo: bool
5461
5449
  """
5462
5450
 
@@ -5464,7 +5452,7 @@ def visual_transform_apply(
5464
5452
 
5465
5453
  def volume_add(
5466
5454
  override_context: typing.Union[dict, bpy.types.Context] = None,
5467
- execution_context: str = None,
5455
+ execution_context: typing.Union[str, int] = None,
5468
5456
  undo: bool = None,
5469
5457
  align: typing.Any = "WORLD",
5470
5458
  location: typing.Any = (0.0, 0.0, 0.0),
@@ -5474,7 +5462,7 @@ def volume_add(
5474
5462
  """Add a volume object to the scene
5475
5463
 
5476
5464
  :type override_context: typing.Union[dict, bpy.types.Context]
5477
- :type execution_context: str
5465
+ :type execution_context: typing.Union[str, int]
5478
5466
  :type undo: bool
5479
5467
  :param align: Align, The alignment of the new object
5480
5468
 
@@ -5499,7 +5487,7 @@ def volume_add(
5499
5487
 
5500
5488
  def volume_import(
5501
5489
  override_context: typing.Union[dict, bpy.types.Context] = None,
5502
- execution_context: str = None,
5490
+ execution_context: typing.Union[str, int] = None,
5503
5491
  undo: bool = None,
5504
5492
  filepath: typing.Union[str, typing.Any] = "",
5505
5493
  directory: typing.Union[str, typing.Any] = "",
@@ -5536,7 +5524,7 @@ def volume_import(
5536
5524
  """Import OpenVDB volume file
5537
5525
 
5538
5526
  :type override_context: typing.Union[dict, bpy.types.Context]
5539
- :type execution_context: str
5527
+ :type execution_context: typing.Union[str, int]
5540
5528
  :type undo: bool
5541
5529
  :param filepath: File Path, Path to file
5542
5530
  :type filepath: typing.Union[str, typing.Any]
@@ -5642,13 +5630,13 @@ def volume_import(
5642
5630
 
5643
5631
  def voxel_remesh(
5644
5632
  override_context: typing.Union[dict, bpy.types.Context] = None,
5645
- execution_context: str = None,
5633
+ execution_context: typing.Union[str, int] = None,
5646
5634
  undo: bool = None,
5647
5635
  ):
5648
5636
  """Calculates a new manifold mesh based on the volume of the current mesh. All data layers will be lost
5649
5637
 
5650
5638
  :type override_context: typing.Union[dict, bpy.types.Context]
5651
- :type execution_context: str
5639
+ :type execution_context: typing.Union[str, int]
5652
5640
  :type undo: bool
5653
5641
  """
5654
5642
 
@@ -5656,13 +5644,13 @@ def voxel_remesh(
5656
5644
 
5657
5645
  def voxel_size_edit(
5658
5646
  override_context: typing.Union[dict, bpy.types.Context] = None,
5659
- execution_context: str = None,
5647
+ execution_context: typing.Union[str, int] = None,
5660
5648
  undo: bool = None,
5661
5649
  ):
5662
5650
  """Modify the mesh voxel size interactively used in the voxel remesher
5663
5651
 
5664
5652
  :type override_context: typing.Union[dict, bpy.types.Context]
5665
- :type execution_context: str
5653
+ :type execution_context: typing.Union[str, int]
5666
5654
  :type undo: bool
5667
5655
  """
5668
5656