fake-bpy-module 20240531__py3-none-any.whl → 20240604__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

Files changed (107) hide show
  1. aud/__init__.pyi +4 -4
  2. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
  3. bl_ui/space_sequencer/__init__.pyi +14 -0
  4. bl_ui/space_userpref/__init__.pyi +234 -0
  5. bl_ui/space_view3d/__init__.pyi +810 -0
  6. blf/__init__.pyi +4 -4
  7. bmesh/ops/__init__.pyi +97 -82
  8. bmesh/types/__init__.pyi +43 -40
  9. bmesh/utils/__init__.pyi +2 -4
  10. bpy/ops/action/__init__.pyi +152 -152
  11. bpy/ops/anim/__init__.pyi +216 -216
  12. bpy/ops/armature/__init__.pyi +192 -192
  13. bpy/ops/asset/__init__.pyi +64 -64
  14. bpy/ops/boid/__init__.pyi +32 -32
  15. bpy/ops/brush/__init__.pyi +36 -36
  16. bpy/ops/buttons/__init__.pyi +24 -24
  17. bpy/ops/cachefile/__init__.pyi +20 -20
  18. bpy/ops/camera/__init__.pyi +8 -8
  19. bpy/ops/clip/__init__.pyi +368 -368
  20. bpy/ops/cloth/__init__.pyi +4 -4
  21. bpy/ops/collection/__init__.pyi +36 -36
  22. bpy/ops/console/__init__.pyi +84 -84
  23. bpy/ops/constraint/__init__.pyi +72 -72
  24. bpy/ops/curve/__init__.pyi +204 -204
  25. bpy/ops/curves/__init__.pyi +108 -108
  26. bpy/ops/cycles/__init__.pyi +12 -12
  27. bpy/ops/dpaint/__init__.pyi +20 -20
  28. bpy/ops/ed/__init__.pyi +48 -48
  29. bpy/ops/export_anim/__init__.pyi +4 -4
  30. bpy/ops/export_scene/__init__.pyi +8 -8
  31. bpy/ops/extensions/__init__.pyi +130 -110
  32. bpy/ops/file/__init__.pyi +160 -160
  33. bpy/ops/fluid/__init__.pyi +56 -56
  34. bpy/ops/font/__init__.pyi +92 -92
  35. bpy/ops/geometry/__init__.pyi +40 -40
  36. bpy/ops/gizmogroup/__init__.pyi +8 -8
  37. bpy/ops/gpencil/__init__.pyi +600 -600
  38. bpy/ops/graph/__init__.pyi +260 -260
  39. bpy/ops/grease_pencil/__init__.pyi +292 -292
  40. bpy/ops/image/__init__.pyi +192 -192
  41. bpy/ops/import_anim/__init__.pyi +4 -4
  42. bpy/ops/import_curve/__init__.pyi +4 -4
  43. bpy/ops/import_scene/__init__.pyi +8 -8
  44. bpy/ops/info/__init__.pyi +28 -28
  45. bpy/ops/lattice/__init__.pyi +32 -32
  46. bpy/ops/marker/__init__.pyi +44 -44
  47. bpy/ops/mask/__init__.pyi +156 -156
  48. bpy/ops/material/__init__.pyi +12 -12
  49. bpy/ops/mball/__init__.pyi +32 -32
  50. bpy/ops/mesh/__init__.pyi +652 -652
  51. bpy/ops/nla/__init__.pyi +156 -156
  52. bpy/ops/node/__init__.pyi +450 -404
  53. bpy/ops/object/__init__.pyi +984 -987
  54. bpy/ops/outliner/__init__.pyi +284 -284
  55. bpy/ops/paint/__init__.pyi +220 -220
  56. bpy/ops/paintcurve/__init__.pyi +32 -32
  57. bpy/ops/palette/__init__.pyi +28 -28
  58. bpy/ops/particle/__init__.pyi +144 -144
  59. bpy/ops/pose/__init__.pyi +156 -156
  60. bpy/ops/poselib/__init__.pyi +36 -36
  61. bpy/ops/preferences/__init__.pyi +151 -148
  62. bpy/ops/ptcache/__init__.pyi +28 -28
  63. bpy/ops/render/__init__.pyi +48 -48
  64. bpy/ops/rigidbody/__init__.pyi +52 -52
  65. bpy/ops/scene/__init__.pyi +156 -156
  66. bpy/ops/screen/__init__.pyi +156 -156
  67. bpy/ops/script/__init__.pyi +12 -12
  68. bpy/ops/sculpt/__init__.pyi +144 -144
  69. bpy/ops/sculpt_curves/__init__.pyi +16 -16
  70. bpy/ops/sequencer/__init__.pyi +364 -340
  71. bpy/ops/sound/__init__.pyi +28 -28
  72. bpy/ops/spreadsheet/__init__.pyi +16 -16
  73. bpy/ops/surface/__init__.pyi +24 -24
  74. bpy/ops/text/__init__.pyi +172 -172
  75. bpy/ops/text_editor/__init__.pyi +4 -4
  76. bpy/ops/texture/__init__.pyi +16 -16
  77. bpy/ops/transform/__init__.pyi +111 -108
  78. bpy/ops/ui/__init__.pyi +132 -132
  79. bpy/ops/uilist/__init__.pyi +12 -12
  80. bpy/ops/uv/__init__.pyi +196 -196
  81. bpy/ops/view2d/__init__.pyi +56 -56
  82. bpy/ops/view3d/__init__.pyi +268 -268
  83. bpy/ops/wm/__init__.pyi +475 -448
  84. bpy/ops/workspace/__init__.pyi +28 -28
  85. bpy/ops/world/__init__.pyi +8 -8
  86. bpy/path/__init__.pyi +18 -18
  87. bpy/props/__init__.pyi +11 -11
  88. bpy/types/__init__.pyi +2136 -1798
  89. bpy/utils/__init__.pyi +4 -4
  90. bpy_extras/anim_utils/__init__.pyi +4 -4
  91. bpy_extras/io_utils/__init__.pyi +4 -4
  92. bpy_extras/mesh_utils/__init__.pyi +4 -4
  93. bpy_extras/view3d_utils/__init__.pyi +24 -20
  94. bpy_types/__init__.pyi +12 -7
  95. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/METADATA +1 -1
  96. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/RECORD +107 -107
  97. freestyle/types/__init__.pyi +64 -64
  98. freestyle/utils/__init__.pyi +2 -2
  99. gpu/matrix/__init__.pyi +15 -6
  100. gpu/state/__init__.pyi +2 -2
  101. gpu/types/__init__.pyi +6 -4
  102. gpu_extras/presets/__init__.pyi +8 -4
  103. imbuf/__init__.pyi +4 -4
  104. mathutils/__init__.pyi +292 -187
  105. mathutils/geometry/__init__.pyi +2 -5
  106. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/WHEEL +0 -0
  107. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/top_level.txt +0 -0
@@ -7,8 +7,8 @@ GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
9
  def add(
10
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
11
- execution_context: str | int | None = None,
10
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
11
+ execution_context: int | str | None = None,
12
12
  undo: bool | None = None,
13
13
  *,
14
14
  radius: typing.Any | None = 1.0,
@@ -21,8 +21,8 @@ def add(
21
21
  ):
22
22
  """Add an object to the scene
23
23
 
24
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
25
- :type execution_context: str | int | None
24
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
25
+ :type execution_context: int | str | None
26
26
  :type undo: bool | None
27
27
  :param radius: Radius
28
28
  :type radius: typing.Any | None
@@ -52,22 +52,22 @@ def add(
52
52
  ...
53
53
 
54
54
  def add_modifier_menu(
55
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
56
- execution_context: str | int | None = None,
55
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
56
+ execution_context: int | str | None = None,
57
57
  undo: bool | None = None,
58
58
  ):
59
59
  """Undocumented, consider contributing.
60
60
 
61
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
62
- :type execution_context: str | int | None
61
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
62
+ :type execution_context: int | str | None
63
63
  :type undo: bool | None
64
64
  """
65
65
 
66
66
  ...
67
67
 
68
68
  def add_named(
69
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
70
- execution_context: str | int | None = None,
69
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
70
+ execution_context: int | str | None = None,
71
71
  undo: bool | None = None,
72
72
  *,
73
73
  linked: bool | typing.Any | None = False,
@@ -84,8 +84,8 @@ def add_named(
84
84
  ):
85
85
  """Add named object
86
86
 
87
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
88
- :type execution_context: str | int | None
87
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
88
+ :type execution_context: int | str | None
89
89
  :type undo: bool | None
90
90
  :param linked: Linked, Duplicate object but not object data, linking to the original data
91
91
  :type linked: bool | typing.Any | None
@@ -104,8 +104,8 @@ def add_named(
104
104
  ...
105
105
 
106
106
  def align(
107
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
108
- execution_context: str | int | None = None,
107
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
108
+ execution_context: int | str | None = None,
109
109
  undo: bool | None = None,
110
110
  *,
111
111
  bb_quality: bool | typing.Any | None = True,
@@ -115,8 +115,8 @@ def align(
115
115
  ):
116
116
  """Align objects
117
117
 
118
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
119
- :type execution_context: str | int | None
118
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
119
+ :type execution_context: int | str | None
120
120
  :type undo: bool | None
121
121
  :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
122
122
  :type bb_quality: bool | typing.Any | None
@@ -143,22 +143,22 @@ def align(
143
143
  ...
144
144
 
145
145
  def anim_transforms_to_deltas(
146
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
147
- execution_context: str | int | None = None,
146
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
147
+ execution_context: int | str | None = None,
148
148
  undo: bool | None = None,
149
149
  ):
150
150
  """Convert object animation for normal transforms to delta transforms
151
151
 
152
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
153
- :type execution_context: str | int | None
152
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
153
+ :type execution_context: int | str | None
154
154
  :type undo: bool | None
155
155
  """
156
156
 
157
157
  ...
158
158
 
159
159
  def armature_add(
160
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
161
- execution_context: str | int | None = None,
160
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
161
+ execution_context: int | str | None = None,
162
162
  undo: bool | None = None,
163
163
  *,
164
164
  radius: typing.Any | None = 1.0,
@@ -170,8 +170,8 @@ def armature_add(
170
170
  ):
171
171
  """Add an armature object to the scene
172
172
 
173
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
174
- :type execution_context: str | int | None
173
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
174
+ :type execution_context: int | str | None
175
175
  :type undo: bool | None
176
176
  :param radius: Radius
177
177
  :type radius: typing.Any | None
@@ -199,8 +199,8 @@ def armature_add(
199
199
  ...
200
200
 
201
201
  def assign_property_defaults(
202
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
203
- execution_context: str | int | None = None,
202
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
203
+ execution_context: int | str | None = None,
204
204
  undo: bool | None = None,
205
205
  *,
206
206
  process_data: bool | typing.Any | None = True,
@@ -208,8 +208,8 @@ def assign_property_defaults(
208
208
  ):
209
209
  """Assign the current values of custom properties as their defaults, for use as part of the rest pose state in NLA track mixing
210
210
 
211
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
212
- :type execution_context: str | int | None
211
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
212
+ :type execution_context: int | str | None
213
213
  :type undo: bool | None
214
214
  :param process_data: Process data properties
215
215
  :type process_data: bool | typing.Any | None
@@ -220,8 +220,8 @@ def assign_property_defaults(
220
220
  ...
221
221
 
222
222
  def bake(
223
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
224
- execution_context: str | int | None = None,
223
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
224
+ execution_context: int | str | None = None,
225
225
  undo: bool | None = None,
226
226
  *,
227
227
  type: str | None = "COMBINED",
@@ -249,8 +249,8 @@ def bake(
249
249
  ):
250
250
  """Bake image textures of selected objects
251
251
 
252
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
253
- :type execution_context: str | int | None
252
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
253
+ :type execution_context: int | str | None
254
254
  :type undo: bool | None
255
255
  :param type: Type, Type of pass to bake, some of them may not be supported by the current render engine
256
256
  :type type: str | None
@@ -301,22 +301,22 @@ def bake(
301
301
  ...
302
302
 
303
303
  def bake_image(
304
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
305
- execution_context: str | int | None = None,
304
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
305
+ execution_context: int | str | None = None,
306
306
  undo: bool | None = None,
307
307
  ):
308
308
  """Bake image textures of selected objects
309
309
 
310
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
311
- :type execution_context: str | int | None
310
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
311
+ :type execution_context: int | str | None
312
312
  :type undo: bool | None
313
313
  """
314
314
 
315
315
  ...
316
316
 
317
317
  def camera_add(
318
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
319
- execution_context: str | int | None = None,
318
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
319
+ execution_context: int | str | None = None,
320
320
  undo: bool | None = None,
321
321
  *,
322
322
  enter_editmode: bool | typing.Any | None = False,
@@ -327,8 +327,8 @@ def camera_add(
327
327
  ):
328
328
  """Add a camera object to the scene
329
329
 
330
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
331
- :type execution_context: str | int | None
330
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
331
+ :type execution_context: int | str | None
332
332
  :type undo: bool | None
333
333
  :param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
334
334
  :type enter_editmode: bool | typing.Any | None
@@ -354,36 +354,36 @@ def camera_add(
354
354
  ...
355
355
 
356
356
  def clear_override_library(
357
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
358
- execution_context: str | int | None = None,
357
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
358
+ execution_context: int | str | None = None,
359
359
  undo: bool | None = None,
360
360
  ):
361
361
  """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
362
362
 
363
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
364
- :type execution_context: str | int | None
363
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
364
+ :type execution_context: int | str | None
365
365
  :type undo: bool | None
366
366
  """
367
367
 
368
368
  ...
369
369
 
370
370
  def collection_add(
371
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
372
- execution_context: str | int | None = None,
371
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
372
+ execution_context: int | str | None = None,
373
373
  undo: bool | None = None,
374
374
  ):
375
375
  """Add an object to a new collection
376
376
 
377
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
378
- :type execution_context: str | int | None
377
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
378
+ :type execution_context: int | str | None
379
379
  :type undo: bool | None
380
380
  """
381
381
 
382
382
  ...
383
383
 
384
384
  def collection_external_asset_drop(
385
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
386
- execution_context: str | int | None = None,
385
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
386
+ execution_context: int | str | None = None,
387
387
  undo: bool | None = None,
388
388
  *,
389
389
  session_uid: typing.Any | None = 0,
@@ -398,8 +398,8 @@ def collection_external_asset_drop(
398
398
  ):
399
399
  """Add the dragged collection to the scene
400
400
 
401
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
402
- :type execution_context: str | int | None
401
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
402
+ :type execution_context: int | str | None
403
403
  :type undo: bool | None
404
404
  :param session_uid: Session UID, Session UID of the data-block to use by the operator
405
405
  :type session_uid: typing.Any | None
@@ -433,8 +433,8 @@ def collection_external_asset_drop(
433
433
  ...
434
434
 
435
435
  def collection_instance_add(
436
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
437
- execution_context: str | int | None = None,
436
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
437
+ execution_context: int | str | None = None,
438
438
  undo: bool | None = None,
439
439
  *,
440
440
  name: str | typing.Any = "Collection",
@@ -449,8 +449,8 @@ def collection_instance_add(
449
449
  ):
450
450
  """Add a collection instance
451
451
 
452
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
453
- :type execution_context: str | int | None
452
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
453
+ :type execution_context: int | str | None
454
454
  :type undo: bool | None
455
455
  :param name: Name, Collection name to add
456
456
  :type name: str | typing.Any
@@ -484,16 +484,16 @@ def collection_instance_add(
484
484
  ...
485
485
 
486
486
  def collection_link(
487
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
488
- execution_context: str | int | None = None,
487
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
488
+ execution_context: int | str | None = None,
489
489
  undo: bool | None = None,
490
490
  *,
491
491
  collection: str | None = "",
492
492
  ):
493
493
  """Add an object to an existing collection
494
494
 
495
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
496
- :type execution_context: str | int | None
495
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
496
+ :type execution_context: int | str | None
497
497
  :type undo: bool | None
498
498
  :param collection: Collection
499
499
  :type collection: str | None
@@ -502,58 +502,58 @@ def collection_link(
502
502
  ...
503
503
 
504
504
  def collection_objects_select(
505
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
506
- execution_context: str | int | None = None,
505
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
506
+ execution_context: int | str | None = None,
507
507
  undo: bool | None = None,
508
508
  ):
509
509
  """Select all objects in collection
510
510
 
511
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
512
- :type execution_context: str | int | None
511
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
512
+ :type execution_context: int | str | None
513
513
  :type undo: bool | None
514
514
  """
515
515
 
516
516
  ...
517
517
 
518
518
  def collection_remove(
519
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
520
- execution_context: str | int | None = None,
519
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
520
+ execution_context: int | str | None = None,
521
521
  undo: bool | None = None,
522
522
  ):
523
523
  """Remove the active object from this collection
524
524
 
525
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
526
- :type execution_context: str | int | None
525
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
526
+ :type execution_context: int | str | None
527
527
  :type undo: bool | None
528
528
  """
529
529
 
530
530
  ...
531
531
 
532
532
  def collection_unlink(
533
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
534
- execution_context: str | int | None = None,
533
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
534
+ execution_context: int | str | None = None,
535
535
  undo: bool | None = None,
536
536
  ):
537
537
  """Unlink the collection from all objects
538
538
 
539
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
540
- :type execution_context: str | int | None
539
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
540
+ :type execution_context: int | str | None
541
541
  :type undo: bool | None
542
542
  """
543
543
 
544
544
  ...
545
545
 
546
546
  def constraint_add(
547
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
548
- execution_context: str | int | None = None,
547
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
548
+ execution_context: int | str | None = None,
549
549
  undo: bool | None = None,
550
550
  *,
551
551
  type: str | None = "",
552
552
  ):
553
553
  """Add a constraint to the active object
554
554
 
555
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
556
- :type execution_context: str | int | None
555
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
556
+ :type execution_context: int | str | None
557
557
  :type undo: bool | None
558
558
  :param type: Type
559
559
  :type type: str | None
@@ -562,16 +562,16 @@ def constraint_add(
562
562
  ...
563
563
 
564
564
  def constraint_add_with_targets(
565
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
566
- execution_context: str | int | None = None,
565
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
566
+ execution_context: int | str | None = None,
567
567
  undo: bool | None = None,
568
568
  *,
569
569
  type: str | None = "",
570
570
  ):
571
571
  """Add a constraint to the active object, with target (where applicable) set to the selected objects/bones
572
572
 
573
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
574
- :type execution_context: str | int | None
573
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
574
+ :type execution_context: int | str | None
575
575
  :type undo: bool | None
576
576
  :param type: Type
577
577
  :type type: str | None
@@ -580,36 +580,36 @@ def constraint_add_with_targets(
580
580
  ...
581
581
 
582
582
  def constraints_clear(
583
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
584
- execution_context: str | int | None = None,
583
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
584
+ execution_context: int | str | None = None,
585
585
  undo: bool | None = None,
586
586
  ):
587
587
  """Clear all constraints from the selected objects
588
588
 
589
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
590
- :type execution_context: str | int | None
589
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
590
+ :type execution_context: int | str | None
591
591
  :type undo: bool | None
592
592
  """
593
593
 
594
594
  ...
595
595
 
596
596
  def constraints_copy(
597
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
598
- execution_context: str | int | None = None,
597
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
598
+ execution_context: int | str | None = None,
599
599
  undo: bool | None = None,
600
600
  ):
601
601
  """Copy constraints to other selected objects
602
602
 
603
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
604
- :type execution_context: str | int | None
603
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
604
+ :type execution_context: int | str | None
605
605
  :type undo: bool | None
606
606
  """
607
607
 
608
608
  ...
609
609
 
610
610
  def convert(
611
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
612
- execution_context: str | int | None = None,
611
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
612
+ execution_context: int | str | None = None,
613
613
  undo: bool | None = None,
614
614
  *,
615
615
  target: str | None = "MESH",
@@ -623,8 +623,8 @@ def convert(
623
623
  ):
624
624
  """Convert selected objects to another type
625
625
 
626
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
627
- :type execution_context: str | int | None
626
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
627
+ :type execution_context: int | str | None
628
628
  :type undo: bool | None
629
629
  :param target: Target, Type of object to convert to
630
630
 
@@ -665,16 +665,16 @@ def convert(
665
665
  ...
666
666
 
667
667
  def correctivesmooth_bind(
668
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
669
- execution_context: str | int | None = None,
668
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
669
+ execution_context: int | str | None = None,
670
670
  undo: bool | None = None,
671
671
  *,
672
672
  modifier: str | typing.Any = "",
673
673
  ):
674
674
  """Bind base pose in Corrective Smooth modifier
675
675
 
676
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
677
- :type execution_context: str | int | None
676
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
677
+ :type execution_context: int | str | None
678
678
  :type undo: bool | None
679
679
  :param modifier: Modifier, Name of the modifier to edit
680
680
  :type modifier: str | typing.Any
@@ -683,8 +683,8 @@ def correctivesmooth_bind(
683
683
  ...
684
684
 
685
685
  def curves_empty_hair_add(
686
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
687
- execution_context: str | int | None = None,
686
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
687
+ execution_context: int | str | None = None,
688
688
  undo: bool | None = None,
689
689
  *,
690
690
  align: str | None = "WORLD",
@@ -694,8 +694,8 @@ def curves_empty_hair_add(
694
694
  ):
695
695
  """Add an empty curve object to the scene with the selected mesh as surface
696
696
 
697
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
698
- :type execution_context: str | int | None
697
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
698
+ :type execution_context: int | str | None
699
699
  :type undo: bool | None
700
700
  :param align: Align, The alignment of the new object
701
701
 
@@ -719,8 +719,8 @@ def curves_empty_hair_add(
719
719
  ...
720
720
 
721
721
  def curves_random_add(
722
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
723
- execution_context: str | int | None = None,
722
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
723
+ execution_context: int | str | None = None,
724
724
  undo: bool | None = None,
725
725
  *,
726
726
  align: str | None = "WORLD",
@@ -730,8 +730,8 @@ def curves_random_add(
730
730
  ):
731
731
  """Add a curves object with random curves to the scene
732
732
 
733
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
734
- :type execution_context: str | int | None
733
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
734
+ :type execution_context: int | str | None
735
735
  :type undo: bool | None
736
736
  :param align: Align, The alignment of the new object
737
737
 
@@ -755,8 +755,8 @@ def curves_random_add(
755
755
  ...
756
756
 
757
757
  def data_instance_add(
758
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
759
- execution_context: str | int | None = None,
758
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
759
+ execution_context: int | str | None = None,
760
760
  undo: bool | None = None,
761
761
  *,
762
762
  name: str | typing.Any = "",
@@ -771,8 +771,8 @@ def data_instance_add(
771
771
  ):
772
772
  """Add an object data instance
773
773
 
774
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
775
- :type execution_context: str | int | None
774
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
775
+ :type execution_context: int | str | None
776
776
  :type undo: bool | None
777
777
  :param name: Name, Name of the data-block to use by the operator
778
778
  :type name: str | typing.Any
@@ -806,8 +806,8 @@ def data_instance_add(
806
806
  ...
807
807
 
808
808
  def data_transfer(
809
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
810
- execution_context: str | int | None = None,
809
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
810
+ execution_context: int | str | None = None,
811
811
  undo: bool | None = None,
812
812
  *,
813
813
  use_reverse_transfer: bool | typing.Any | None = False,
@@ -831,8 +831,8 @@ def data_transfer(
831
831
  ):
832
832
  """Transfer data layer(s) (weights, edge sharp, etc.) from active to selected meshes
833
833
 
834
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
835
- :type execution_context: str | int | None
834
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
835
+ :type execution_context: int | str | None
836
836
  :type undo: bool | None
837
837
  :param use_reverse_transfer: Reverse Transfer, Transfer from selected objects to active one
838
838
  :type use_reverse_transfer: bool | typing.Any | None
@@ -914,8 +914,8 @@ def data_transfer(
914
914
  ...
915
915
 
916
916
  def datalayout_transfer(
917
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
918
- execution_context: str | int | None = None,
917
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
918
+ execution_context: int | str | None = None,
919
919
  undo: bool | None = None,
920
920
  *,
921
921
  modifier: str | typing.Any = "",
@@ -926,8 +926,8 @@ def datalayout_transfer(
926
926
  ):
927
927
  """Transfer layout of data layer(s) from active to selected meshes
928
928
 
929
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
930
- :type execution_context: str | int | None
929
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
930
+ :type execution_context: int | str | None
931
931
  :type undo: bool | None
932
932
  :param modifier: Modifier, Name of the modifier to edit
933
933
  :type modifier: str | typing.Any
@@ -983,8 +983,8 @@ def datalayout_transfer(
983
983
  ...
984
984
 
985
985
  def delete(
986
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
987
- execution_context: str | int | None = None,
986
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
987
+ execution_context: int | str | None = None,
988
988
  undo: bool | None = None,
989
989
  *,
990
990
  use_global: bool | typing.Any | None = False,
@@ -992,8 +992,8 @@ def delete(
992
992
  ):
993
993
  """Delete selected objects
994
994
 
995
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
996
- :type execution_context: str | int | None
995
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
996
+ :type execution_context: int | str | None
997
997
  :type undo: bool | None
998
998
  :param use_global: Delete Globally, Remove object from all scenes
999
999
  :type use_global: bool | typing.Any | None
@@ -1004,8 +1004,8 @@ def delete(
1004
1004
  ...
1005
1005
 
1006
1006
  def drop_geometry_nodes(
1007
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1008
- execution_context: str | int | None = None,
1007
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1008
+ execution_context: int | str | None = None,
1009
1009
  undo: bool | None = None,
1010
1010
  *,
1011
1011
  session_uid: typing.Any | None = 0,
@@ -1013,8 +1013,8 @@ def drop_geometry_nodes(
1013
1013
  ):
1014
1014
  """Undocumented, consider contributing.
1015
1015
 
1016
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1017
- :type execution_context: str | int | None
1016
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1017
+ :type execution_context: int | str | None
1018
1018
  :type undo: bool | None
1019
1019
  :param session_uid: Session UID, Session UID of the geometry node group being dropped
1020
1020
  :type session_uid: typing.Any | None
@@ -1025,8 +1025,8 @@ def drop_geometry_nodes(
1025
1025
  ...
1026
1026
 
1027
1027
  def drop_named_material(
1028
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1029
- execution_context: str | int | None = None,
1028
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1029
+ execution_context: int | str | None = None,
1030
1030
  undo: bool | None = None,
1031
1031
  *,
1032
1032
  name: str | typing.Any = "",
@@ -1034,8 +1034,8 @@ def drop_named_material(
1034
1034
  ):
1035
1035
  """Undocumented, consider contributing.
1036
1036
 
1037
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1038
- :type execution_context: str | int | None
1037
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1038
+ :type execution_context: int | str | None
1039
1039
  :type undo: bool | None
1040
1040
  :param name: Name, Name of the data-block to use by the operator
1041
1041
  :type name: str | typing.Any
@@ -1046,8 +1046,8 @@ def drop_named_material(
1046
1046
  ...
1047
1047
 
1048
1048
  def duplicate(
1049
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1050
- execution_context: str | int | None = None,
1049
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1050
+ execution_context: int | str | None = None,
1051
1051
  undo: bool | None = None,
1052
1052
  *,
1053
1053
  linked: bool | typing.Any | None = False,
@@ -1055,8 +1055,8 @@ def duplicate(
1055
1055
  ):
1056
1056
  """Duplicate selected objects
1057
1057
 
1058
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1059
- :type execution_context: str | int | None
1058
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1059
+ :type execution_context: int | str | None
1060
1060
  :type undo: bool | None
1061
1061
  :param linked: Linked, Duplicate object but not object data, linking to the original data
1062
1062
  :type linked: bool | typing.Any | None
@@ -1067,8 +1067,8 @@ def duplicate(
1067
1067
  ...
1068
1068
 
1069
1069
  def duplicate_move(
1070
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1071
- execution_context: str | int | None = None,
1070
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1071
+ execution_context: int | str | None = None,
1072
1072
  undo: bool | None = None,
1073
1073
  *,
1074
1074
  OBJECT_OT_duplicate: duplicate | None = None,
@@ -1076,8 +1076,8 @@ def duplicate_move(
1076
1076
  ):
1077
1077
  """Duplicate the selected objects and move them
1078
1078
 
1079
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1080
- :type execution_context: str | int | None
1079
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1080
+ :type execution_context: int | str | None
1081
1081
  :type undo: bool | None
1082
1082
  :param OBJECT_OT_duplicate: Duplicate Objects, Duplicate selected objects
1083
1083
  :type OBJECT_OT_duplicate: duplicate | None
@@ -1088,8 +1088,8 @@ def duplicate_move(
1088
1088
  ...
1089
1089
 
1090
1090
  def duplicate_move_linked(
1091
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1092
- execution_context: str | int | None = None,
1091
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1092
+ execution_context: int | str | None = None,
1093
1093
  undo: bool | None = None,
1094
1094
  *,
1095
1095
  OBJECT_OT_duplicate: duplicate | None = None,
@@ -1097,8 +1097,8 @@ def duplicate_move_linked(
1097
1097
  ):
1098
1098
  """Duplicate the selected objects, but not their object data, and move them
1099
1099
 
1100
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1101
- :type execution_context: str | int | None
1100
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1101
+ :type execution_context: int | str | None
1102
1102
  :type undo: bool | None
1103
1103
  :param OBJECT_OT_duplicate: Duplicate Objects, Duplicate selected objects
1104
1104
  :type OBJECT_OT_duplicate: duplicate | None
@@ -1109,8 +1109,8 @@ def duplicate_move_linked(
1109
1109
  ...
1110
1110
 
1111
1111
  def duplicates_make_real(
1112
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1113
- execution_context: str | int | None = None,
1112
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1113
+ execution_context: int | str | None = None,
1114
1114
  undo: bool | None = None,
1115
1115
  *,
1116
1116
  use_base_parent: bool | typing.Any | None = False,
@@ -1118,8 +1118,8 @@ def duplicates_make_real(
1118
1118
  ):
1119
1119
  """Make instanced objects attached to this object real
1120
1120
 
1121
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1122
- :type execution_context: str | int | None
1121
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1122
+ :type execution_context: int | str | None
1123
1123
  :type undo: bool | None
1124
1124
  :param use_base_parent: Parent, Parent newly created objects to the original instancer
1125
1125
  :type use_base_parent: bool | typing.Any | None
@@ -1130,22 +1130,22 @@ def duplicates_make_real(
1130
1130
  ...
1131
1131
 
1132
1132
  def editmode_toggle(
1133
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1134
- execution_context: str | int | None = None,
1133
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1134
+ execution_context: int | str | None = None,
1135
1135
  undo: bool | None = None,
1136
1136
  ):
1137
1137
  """Toggle object's edit mode
1138
1138
 
1139
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1140
- :type execution_context: str | int | None
1139
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1140
+ :type execution_context: int | str | None
1141
1141
  :type undo: bool | None
1142
1142
  """
1143
1143
 
1144
1144
  ...
1145
1145
 
1146
1146
  def effector_add(
1147
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1148
- execution_context: str | int | None = None,
1147
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1148
+ execution_context: int | str | None = None,
1149
1149
  undo: bool | None = None,
1150
1150
  *,
1151
1151
  type: str | None = "FORCE",
@@ -1158,8 +1158,8 @@ def effector_add(
1158
1158
  ):
1159
1159
  """Add an empty object with a physics effector to the scene
1160
1160
 
1161
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1162
- :type execution_context: str | int | None
1161
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1162
+ :type execution_context: int | str | None
1163
1163
  :type undo: bool | None
1164
1164
  :param type: Type
1165
1165
  :type type: str | None
@@ -1189,8 +1189,8 @@ def effector_add(
1189
1189
  ...
1190
1190
 
1191
1191
  def empty_add(
1192
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1193
- execution_context: str | int | None = None,
1192
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1193
+ execution_context: int | str | None = None,
1194
1194
  undo: bool | None = None,
1195
1195
  *,
1196
1196
  type: str | None = "PLAIN_AXES",
@@ -1202,8 +1202,8 @@ def empty_add(
1202
1202
  ):
1203
1203
  """Add an empty object to the scene
1204
1204
 
1205
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1206
- :type execution_context: str | int | None
1205
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1206
+ :type execution_context: int | str | None
1207
1207
  :type undo: bool | None
1208
1208
  :param type: Type
1209
1209
  :type type: str | None
@@ -1231,8 +1231,8 @@ def empty_add(
1231
1231
  ...
1232
1232
 
1233
1233
  def empty_image_add(
1234
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1235
- execution_context: str | int | None = None,
1234
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1235
+ execution_context: int | str | None = None,
1236
1236
  undo: bool | None = None,
1237
1237
  *,
1238
1238
  filepath: str | typing.Any = "",
@@ -1271,8 +1271,8 @@ def empty_image_add(
1271
1271
  ):
1272
1272
  """Add an empty image type to scene with data
1273
1273
 
1274
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1275
- :type execution_context: str | int | None
1274
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1275
+ :type execution_context: int | str | None
1276
1276
  :type undo: bool | None
1277
1277
  :param filepath: File Path, Path to file
1278
1278
  :type filepath: str | typing.Any
@@ -1381,16 +1381,16 @@ def empty_image_add(
1381
1381
  ...
1382
1382
 
1383
1383
  def explode_refresh(
1384
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1385
- execution_context: str | int | None = None,
1384
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1385
+ execution_context: int | str | None = None,
1386
1386
  undo: bool | None = None,
1387
1387
  *,
1388
1388
  modifier: str | typing.Any = "",
1389
1389
  ):
1390
1390
  """Refresh data in the Explode modifier
1391
1391
 
1392
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1393
- :type execution_context: str | int | None
1392
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1393
+ :type execution_context: int | str | None
1394
1394
  :type undo: bool | None
1395
1395
  :param modifier: Modifier, Name of the modifier to edit
1396
1396
  :type modifier: str | typing.Any
@@ -1399,22 +1399,22 @@ def explode_refresh(
1399
1399
  ...
1400
1400
 
1401
1401
  def forcefield_toggle(
1402
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1403
- execution_context: str | int | None = None,
1402
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1403
+ execution_context: int | str | None = None,
1404
1404
  undo: bool | None = None,
1405
1405
  ):
1406
1406
  """Toggle object's force field
1407
1407
 
1408
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1409
- :type execution_context: str | int | None
1408
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1409
+ :type execution_context: int | str | None
1410
1410
  :type undo: bool | None
1411
1411
  """
1412
1412
 
1413
1413
  ...
1414
1414
 
1415
1415
  def geometry_node_bake_delete_single(
1416
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1417
- execution_context: str | int | None = None,
1416
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1417
+ execution_context: int | str | None = None,
1418
1418
  undo: bool | None = None,
1419
1419
  *,
1420
1420
  session_uid: typing.Any | None = 0,
@@ -1423,8 +1423,8 @@ def geometry_node_bake_delete_single(
1423
1423
  ):
1424
1424
  """Delete baked data of a single bake node or simulation
1425
1425
 
1426
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1427
- :type execution_context: str | int | None
1426
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1427
+ :type execution_context: int | str | None
1428
1428
  :type undo: bool | None
1429
1429
  :param session_uid: Session UID, Session UID of the data-block to use by the operator
1430
1430
  :type session_uid: typing.Any | None
@@ -1437,8 +1437,8 @@ def geometry_node_bake_delete_single(
1437
1437
  ...
1438
1438
 
1439
1439
  def geometry_node_bake_single(
1440
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1441
- execution_context: str | int | None = None,
1440
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1441
+ execution_context: int | str | None = None,
1442
1442
  undo: bool | None = None,
1443
1443
  *,
1444
1444
  session_uid: typing.Any | None = 0,
@@ -1447,8 +1447,8 @@ def geometry_node_bake_single(
1447
1447
  ):
1448
1448
  """Bake a single bake node or simulation
1449
1449
 
1450
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1451
- :type execution_context: str | int | None
1450
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1451
+ :type execution_context: int | str | None
1452
1452
  :type undo: bool | None
1453
1453
  :param session_uid: Session UID, Session UID of the data-block to use by the operator
1454
1454
  :type session_uid: typing.Any | None
@@ -1461,22 +1461,22 @@ def geometry_node_bake_single(
1461
1461
  ...
1462
1462
 
1463
1463
  def geometry_node_tree_copy_assign(
1464
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1465
- execution_context: str | int | None = None,
1464
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1465
+ execution_context: int | str | None = None,
1466
1466
  undo: bool | None = None,
1467
1467
  ):
1468
1468
  """Copy the active geometry node group and assign it to the active modifier
1469
1469
 
1470
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1471
- :type execution_context: str | int | None
1470
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1471
+ :type execution_context: int | str | None
1472
1472
  :type undo: bool | None
1473
1473
  """
1474
1474
 
1475
1475
  ...
1476
1476
 
1477
1477
  def geometry_nodes_input_attribute_toggle(
1478
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1479
- execution_context: str | int | None = None,
1478
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1479
+ execution_context: int | str | None = None,
1480
1480
  undo: bool | None = None,
1481
1481
  *,
1482
1482
  input_name: str | typing.Any = "",
@@ -1484,8 +1484,8 @@ def geometry_nodes_input_attribute_toggle(
1484
1484
  ):
1485
1485
  """Switch between an attribute and a single value to define the data for every element
1486
1486
 
1487
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1488
- :type execution_context: str | int | None
1487
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1488
+ :type execution_context: int | str | None
1489
1489
  :type undo: bool | None
1490
1490
  :param input_name: Input Name
1491
1491
  :type input_name: str | typing.Any
@@ -1496,16 +1496,16 @@ def geometry_nodes_input_attribute_toggle(
1496
1496
  ...
1497
1497
 
1498
1498
  def geometry_nodes_move_to_nodes(
1499
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1500
- execution_context: str | int | None = None,
1499
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1500
+ execution_context: int | str | None = None,
1501
1501
  undo: bool | None = None,
1502
1502
  *,
1503
1503
  use_selected_objects: bool | typing.Any | None = False,
1504
1504
  ):
1505
1505
  """Move inputs and outputs from in the modifier to a new node group
1506
1506
 
1507
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1508
- :type execution_context: str | int | None
1507
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1508
+ :type execution_context: int | str | None
1509
1509
  :type undo: bool | None
1510
1510
  :param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
1511
1511
  :type use_selected_objects: bool | typing.Any | None
@@ -1514,8 +1514,8 @@ def geometry_nodes_move_to_nodes(
1514
1514
  ...
1515
1515
 
1516
1516
  def gpencil_add(
1517
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1518
- execution_context: str | int | None = None,
1517
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1518
+ execution_context: int | str | None = None,
1519
1519
  undo: bool | None = None,
1520
1520
  *,
1521
1521
  radius: typing.Any | None = 1.0,
@@ -1531,8 +1531,8 @@ def gpencil_add(
1531
1531
  ):
1532
1532
  """Add a Grease Pencil object to the scene
1533
1533
 
1534
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1535
- :type execution_context: str | int | None
1534
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1535
+ :type execution_context: int | str | None
1536
1536
  :type undo: bool | None
1537
1537
  :param radius: Radius
1538
1538
  :type radius: typing.Any | None
@@ -1574,16 +1574,16 @@ def gpencil_add(
1574
1574
  ...
1575
1575
 
1576
1576
  def gpencil_modifier_add(
1577
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1578
- execution_context: str | int | None = None,
1577
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1578
+ execution_context: int | str | None = None,
1579
1579
  undo: bool | None = None,
1580
1580
  *,
1581
1581
  type: str | None = "GP_THICK",
1582
1582
  ):
1583
1583
  """Add a procedural operation/effect to the active grease pencil object
1584
1584
 
1585
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1586
- :type execution_context: str | int | None
1585
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1586
+ :type execution_context: int | str | None
1587
1587
  :type undo: bool | None
1588
1588
  :param type: Type
1589
1589
  :type type: str | None
@@ -1592,8 +1592,8 @@ def gpencil_modifier_add(
1592
1592
  ...
1593
1593
 
1594
1594
  def gpencil_modifier_apply(
1595
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1596
- execution_context: str | int | None = None,
1595
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1596
+ execution_context: int | str | None = None,
1597
1597
  undo: bool | None = None,
1598
1598
  *,
1599
1599
  apply_as: str | None = "DATA",
@@ -1602,8 +1602,8 @@ def gpencil_modifier_apply(
1602
1602
  ):
1603
1603
  """Apply modifier and remove from the stack
1604
1604
 
1605
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1606
- :type execution_context: str | int | None
1605
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1606
+ :type execution_context: int | str | None
1607
1607
  :type undo: bool | None
1608
1608
  :param apply_as: Apply As, How to apply the modifier to the geometry
1609
1609
 
@@ -1622,16 +1622,16 @@ def gpencil_modifier_apply(
1622
1622
  ...
1623
1623
 
1624
1624
  def gpencil_modifier_copy(
1625
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1626
- execution_context: str | int | None = None,
1625
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1626
+ execution_context: int | str | None = None,
1627
1627
  undo: bool | None = None,
1628
1628
  *,
1629
1629
  modifier: str | typing.Any = "",
1630
1630
  ):
1631
1631
  """Duplicate modifier at the same position in the stack
1632
1632
 
1633
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1634
- :type execution_context: str | int | None
1633
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1634
+ :type execution_context: int | str | None
1635
1635
  :type undo: bool | None
1636
1636
  :param modifier: Modifier, Name of the modifier to edit
1637
1637
  :type modifier: str | typing.Any
@@ -1640,16 +1640,16 @@ def gpencil_modifier_copy(
1640
1640
  ...
1641
1641
 
1642
1642
  def gpencil_modifier_copy_to_selected(
1643
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1644
- execution_context: str | int | None = None,
1643
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1644
+ execution_context: int | str | None = None,
1645
1645
  undo: bool | None = None,
1646
1646
  *,
1647
1647
  modifier: str | typing.Any = "",
1648
1648
  ):
1649
1649
  """Copy the modifier from the active object to all selected objects
1650
1650
 
1651
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1652
- :type execution_context: str | int | None
1651
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1652
+ :type execution_context: int | str | None
1653
1653
  :type undo: bool | None
1654
1654
  :param modifier: Modifier, Name of the modifier to edit
1655
1655
  :type modifier: str | typing.Any
@@ -1658,16 +1658,16 @@ def gpencil_modifier_copy_to_selected(
1658
1658
  ...
1659
1659
 
1660
1660
  def gpencil_modifier_move_down(
1661
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1662
- execution_context: str | int | None = None,
1661
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1662
+ execution_context: int | str | None = None,
1663
1663
  undo: bool | None = None,
1664
1664
  *,
1665
1665
  modifier: str | typing.Any = "",
1666
1666
  ):
1667
1667
  """Move modifier down in the stack
1668
1668
 
1669
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1670
- :type execution_context: str | int | None
1669
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1670
+ :type execution_context: int | str | None
1671
1671
  :type undo: bool | None
1672
1672
  :param modifier: Modifier, Name of the modifier to edit
1673
1673
  :type modifier: str | typing.Any
@@ -1676,8 +1676,8 @@ def gpencil_modifier_move_down(
1676
1676
  ...
1677
1677
 
1678
1678
  def gpencil_modifier_move_to_index(
1679
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1680
- execution_context: str | int | None = None,
1679
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1680
+ execution_context: int | str | None = None,
1681
1681
  undo: bool | None = None,
1682
1682
  *,
1683
1683
  modifier: str | typing.Any = "",
@@ -1685,8 +1685,8 @@ def gpencil_modifier_move_to_index(
1685
1685
  ):
1686
1686
  """Change the modifier's position in the list so it evaluates after the set number of others
1687
1687
 
1688
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1689
- :type execution_context: str | int | None
1688
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1689
+ :type execution_context: int | str | None
1690
1690
  :type undo: bool | None
1691
1691
  :param modifier: Modifier, Name of the modifier to edit
1692
1692
  :type modifier: str | typing.Any
@@ -1697,16 +1697,16 @@ def gpencil_modifier_move_to_index(
1697
1697
  ...
1698
1698
 
1699
1699
  def gpencil_modifier_move_up(
1700
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1701
- execution_context: str | int | None = None,
1700
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1701
+ execution_context: int | str | None = None,
1702
1702
  undo: bool | None = None,
1703
1703
  *,
1704
1704
  modifier: str | typing.Any = "",
1705
1705
  ):
1706
1706
  """Move modifier up in the stack
1707
1707
 
1708
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1709
- :type execution_context: str | int | None
1708
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1709
+ :type execution_context: int | str | None
1710
1710
  :type undo: bool | None
1711
1711
  :param modifier: Modifier, Name of the modifier to edit
1712
1712
  :type modifier: str | typing.Any
@@ -1715,8 +1715,8 @@ def gpencil_modifier_move_up(
1715
1715
  ...
1716
1716
 
1717
1717
  def gpencil_modifier_remove(
1718
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1719
- execution_context: str | int | None = None,
1718
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1719
+ execution_context: int | str | None = None,
1720
1720
  undo: bool | None = None,
1721
1721
  *,
1722
1722
  modifier: str | typing.Any = "",
@@ -1724,8 +1724,8 @@ def gpencil_modifier_remove(
1724
1724
  ):
1725
1725
  """Remove a modifier from the active grease pencil object
1726
1726
 
1727
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1728
- :type execution_context: str | int | None
1727
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1728
+ :type execution_context: int | str | None
1729
1729
  :type undo: bool | None
1730
1730
  :param modifier: Modifier, Name of the modifier to edit
1731
1731
  :type modifier: str | typing.Any
@@ -1736,8 +1736,8 @@ def gpencil_modifier_remove(
1736
1736
  ...
1737
1737
 
1738
1738
  def grease_pencil_add(
1739
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1740
- execution_context: str | int | None = None,
1739
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1740
+ execution_context: int | str | None = None,
1741
1741
  undo: bool | None = None,
1742
1742
  *,
1743
1743
  type: str | None = "EMPTY",
@@ -1753,8 +1753,8 @@ def grease_pencil_add(
1753
1753
  ):
1754
1754
  """Add a Grease Pencil object to the scene
1755
1755
 
1756
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1757
- :type execution_context: str | int | None
1756
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1757
+ :type execution_context: int | str | None
1758
1758
  :type undo: bool | None
1759
1759
  :param type: Type
1760
1760
  :type type: str | None
@@ -1796,16 +1796,16 @@ def grease_pencil_add(
1796
1796
  ...
1797
1797
 
1798
1798
  def grease_pencil_dash_modifier_segment_add(
1799
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1800
- execution_context: str | int | None = None,
1799
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1800
+ execution_context: int | str | None = None,
1801
1801
  undo: bool | None = None,
1802
1802
  *,
1803
1803
  modifier: str | typing.Any = "",
1804
1804
  ):
1805
1805
  """Add a segment to the dash modifier
1806
1806
 
1807
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1808
- :type execution_context: str | int | None
1807
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1808
+ :type execution_context: int | str | None
1809
1809
  :type undo: bool | None
1810
1810
  :param modifier: Modifier, Name of the modifier to edit
1811
1811
  :type modifier: str | typing.Any
@@ -1814,8 +1814,8 @@ def grease_pencil_dash_modifier_segment_add(
1814
1814
  ...
1815
1815
 
1816
1816
  def grease_pencil_dash_modifier_segment_move(
1817
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1818
- execution_context: str | int | None = None,
1817
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1818
+ execution_context: int | str | None = None,
1819
1819
  undo: bool | None = None,
1820
1820
  *,
1821
1821
  modifier: str | typing.Any = "",
@@ -1823,8 +1823,8 @@ def grease_pencil_dash_modifier_segment_move(
1823
1823
  ):
1824
1824
  """Move the active dash segment up or down
1825
1825
 
1826
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1827
- :type execution_context: str | int | None
1826
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1827
+ :type execution_context: int | str | None
1828
1828
  :type undo: bool | None
1829
1829
  :param modifier: Modifier, Name of the modifier to edit
1830
1830
  :type modifier: str | typing.Any
@@ -1835,8 +1835,8 @@ def grease_pencil_dash_modifier_segment_move(
1835
1835
  ...
1836
1836
 
1837
1837
  def grease_pencil_dash_modifier_segment_remove(
1838
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1839
- execution_context: str | int | None = None,
1838
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1839
+ execution_context: int | str | None = None,
1840
1840
  undo: bool | None = None,
1841
1841
  *,
1842
1842
  modifier: str | typing.Any = "",
@@ -1844,8 +1844,8 @@ def grease_pencil_dash_modifier_segment_remove(
1844
1844
  ):
1845
1845
  """Remove the active segment from the dash modifier
1846
1846
 
1847
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1848
- :type execution_context: str | int | None
1847
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1848
+ :type execution_context: int | str | None
1849
1849
  :type undo: bool | None
1850
1850
  :param modifier: Modifier, Name of the modifier to edit
1851
1851
  :type modifier: str | typing.Any
@@ -1856,16 +1856,16 @@ def grease_pencil_dash_modifier_segment_remove(
1856
1856
  ...
1857
1857
 
1858
1858
  def grease_pencil_time_modifier_segment_add(
1859
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1860
- execution_context: str | int | None = None,
1859
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1860
+ execution_context: int | str | None = None,
1861
1861
  undo: bool | None = None,
1862
1862
  *,
1863
1863
  modifier: str | typing.Any = "",
1864
1864
  ):
1865
1865
  """Add a segment to the time modifier
1866
1866
 
1867
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1868
- :type execution_context: str | int | None
1867
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1868
+ :type execution_context: int | str | None
1869
1869
  :type undo: bool | None
1870
1870
  :param modifier: Modifier, Name of the modifier to edit
1871
1871
  :type modifier: str | typing.Any
@@ -1874,8 +1874,8 @@ def grease_pencil_time_modifier_segment_add(
1874
1874
  ...
1875
1875
 
1876
1876
  def grease_pencil_time_modifier_segment_move(
1877
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1878
- execution_context: str | int | None = None,
1877
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1878
+ execution_context: int | str | None = None,
1879
1879
  undo: bool | None = None,
1880
1880
  *,
1881
1881
  modifier: str | typing.Any = "",
@@ -1883,8 +1883,8 @@ def grease_pencil_time_modifier_segment_move(
1883
1883
  ):
1884
1884
  """Move the active time segment up or down
1885
1885
 
1886
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1887
- :type execution_context: str | int | None
1886
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1887
+ :type execution_context: int | str | None
1888
1888
  :type undo: bool | None
1889
1889
  :param modifier: Modifier, Name of the modifier to edit
1890
1890
  :type modifier: str | typing.Any
@@ -1895,8 +1895,8 @@ def grease_pencil_time_modifier_segment_move(
1895
1895
  ...
1896
1896
 
1897
1897
  def grease_pencil_time_modifier_segment_remove(
1898
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1899
- execution_context: str | int | None = None,
1898
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1899
+ execution_context: int | str | None = None,
1900
1900
  undo: bool | None = None,
1901
1901
  *,
1902
1902
  modifier: str | typing.Any = "",
@@ -1904,8 +1904,8 @@ def grease_pencil_time_modifier_segment_remove(
1904
1904
  ):
1905
1905
  """Remove the active segment from the time modifier
1906
1906
 
1907
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1908
- :type execution_context: str | int | None
1907
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1908
+ :type execution_context: int | str | None
1909
1909
  :type undo: bool | None
1910
1910
  :param modifier: Modifier, Name of the modifier to edit
1911
1911
  :type modifier: str | typing.Any
@@ -1916,8 +1916,8 @@ def grease_pencil_time_modifier_segment_remove(
1916
1916
  ...
1917
1917
 
1918
1918
  def hide_collection(
1919
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1920
- execution_context: str | int | None = None,
1919
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1920
+ execution_context: int | str | None = None,
1921
1921
  undo: bool | None = None,
1922
1922
  *,
1923
1923
  collection_index: typing.Any | None = -1,
@@ -1926,8 +1926,8 @@ def hide_collection(
1926
1926
  ):
1927
1927
  """Show only objects in collection (Shift to extend)
1928
1928
 
1929
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1930
- :type execution_context: str | int | None
1929
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1930
+ :type execution_context: int | str | None
1931
1931
  :type undo: bool | None
1932
1932
  :param collection_index: Collection Index, Index of the collection to change visibility
1933
1933
  :type collection_index: typing.Any | None
@@ -1940,30 +1940,30 @@ def hide_collection(
1940
1940
  ...
1941
1941
 
1942
1942
  def hide_render_clear_all(
1943
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1944
- execution_context: str | int | None = None,
1943
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1944
+ execution_context: int | str | None = None,
1945
1945
  undo: bool | None = None,
1946
1946
  ):
1947
1947
  """Reveal all render objects by setting the hide render flag
1948
1948
 
1949
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1950
- :type execution_context: str | int | None
1949
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1950
+ :type execution_context: int | str | None
1951
1951
  :type undo: bool | None
1952
1952
  """
1953
1953
 
1954
1954
  ...
1955
1955
 
1956
1956
  def hide_view_clear(
1957
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1958
- execution_context: str | int | None = None,
1957
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1958
+ execution_context: int | str | None = None,
1959
1959
  undo: bool | None = None,
1960
1960
  *,
1961
1961
  select: bool | typing.Any | None = True,
1962
1962
  ):
1963
1963
  """Reveal temporarily hidden objects
1964
1964
 
1965
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1966
- :type execution_context: str | int | None
1965
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1966
+ :type execution_context: int | str | None
1967
1967
  :type undo: bool | None
1968
1968
  :param select: Select
1969
1969
  :type select: bool | typing.Any | None
@@ -1972,16 +1972,16 @@ def hide_view_clear(
1972
1972
  ...
1973
1973
 
1974
1974
  def hide_view_set(
1975
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1976
- execution_context: str | int | None = None,
1975
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1976
+ execution_context: int | str | None = None,
1977
1977
  undo: bool | None = None,
1978
1978
  *,
1979
1979
  unselected: bool | typing.Any | None = False,
1980
1980
  ):
1981
1981
  """Temporarily hide objects from the viewport
1982
1982
 
1983
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1984
- :type execution_context: str | int | None
1983
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1984
+ :type execution_context: int | str | None
1985
1985
  :type undo: bool | None
1986
1986
  :param unselected: Unselected, Hide unselected rather than selected objects
1987
1987
  :type unselected: bool | typing.Any | None
@@ -1990,30 +1990,30 @@ def hide_view_set(
1990
1990
  ...
1991
1991
 
1992
1992
  def hook_add_newob(
1993
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1994
- execution_context: str | int | None = None,
1993
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1994
+ execution_context: int | str | None = None,
1995
1995
  undo: bool | None = None,
1996
1996
  ):
1997
1997
  """Hook selected vertices to a newly created object
1998
1998
 
1999
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2000
- :type execution_context: str | int | None
1999
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2000
+ :type execution_context: int | str | None
2001
2001
  :type undo: bool | None
2002
2002
  """
2003
2003
 
2004
2004
  ...
2005
2005
 
2006
2006
  def hook_add_selob(
2007
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2008
- execution_context: str | int | None = None,
2007
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2008
+ execution_context: int | str | None = None,
2009
2009
  undo: bool | None = None,
2010
2010
  *,
2011
2011
  use_bone: bool | typing.Any | None = False,
2012
2012
  ):
2013
2013
  """Hook selected vertices to the first selected object
2014
2014
 
2015
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2016
- :type execution_context: str | int | None
2015
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2016
+ :type execution_context: int | str | None
2017
2017
  :type undo: bool | None
2018
2018
  :param use_bone: Active Bone, Assign the hook to the hook object's active bone
2019
2019
  :type use_bone: bool | typing.Any | None
@@ -2022,16 +2022,16 @@ def hook_add_selob(
2022
2022
  ...
2023
2023
 
2024
2024
  def hook_assign(
2025
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2026
- execution_context: str | int | None = None,
2025
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2026
+ execution_context: int | str | None = None,
2027
2027
  undo: bool | None = None,
2028
2028
  *,
2029
2029
  modifier: str | None = "",
2030
2030
  ):
2031
2031
  """Assign the selected vertices to a hook
2032
2032
 
2033
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2034
- :type execution_context: str | int | None
2033
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2034
+ :type execution_context: int | str | None
2035
2035
  :type undo: bool | None
2036
2036
  :param modifier: Modifier, Modifier number to assign to
2037
2037
  :type modifier: str | None
@@ -2040,16 +2040,16 @@ def hook_assign(
2040
2040
  ...
2041
2041
 
2042
2042
  def hook_recenter(
2043
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2044
- execution_context: str | int | None = None,
2043
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2044
+ execution_context: int | str | None = None,
2045
2045
  undo: bool | None = None,
2046
2046
  *,
2047
2047
  modifier: str | None = "",
2048
2048
  ):
2049
2049
  """Set hook center to cursor position
2050
2050
 
2051
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2052
- :type execution_context: str | int | None
2051
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2052
+ :type execution_context: int | str | None
2053
2053
  :type undo: bool | None
2054
2054
  :param modifier: Modifier, Modifier number to assign to
2055
2055
  :type modifier: str | None
@@ -2058,16 +2058,16 @@ def hook_recenter(
2058
2058
  ...
2059
2059
 
2060
2060
  def hook_remove(
2061
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2062
- execution_context: str | int | None = None,
2061
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2062
+ execution_context: int | str | None = None,
2063
2063
  undo: bool | None = None,
2064
2064
  *,
2065
2065
  modifier: str | None = "",
2066
2066
  ):
2067
2067
  """Remove a hook from the active object
2068
2068
 
2069
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2070
- :type execution_context: str | int | None
2069
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2070
+ :type execution_context: int | str | None
2071
2071
  :type undo: bool | None
2072
2072
  :param modifier: Modifier, Modifier number to remove
2073
2073
  :type modifier: str | None
@@ -2076,16 +2076,16 @@ def hook_remove(
2076
2076
  ...
2077
2077
 
2078
2078
  def hook_reset(
2079
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2080
- execution_context: str | int | None = None,
2079
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2080
+ execution_context: int | str | None = None,
2081
2081
  undo: bool | None = None,
2082
2082
  *,
2083
2083
  modifier: str | None = "",
2084
2084
  ):
2085
2085
  """Recalculate and clear offset transformation
2086
2086
 
2087
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2088
- :type execution_context: str | int | None
2087
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2088
+ :type execution_context: int | str | None
2089
2089
  :type undo: bool | None
2090
2090
  :param modifier: Modifier, Modifier number to assign to
2091
2091
  :type modifier: str | None
@@ -2094,16 +2094,16 @@ def hook_reset(
2094
2094
  ...
2095
2095
 
2096
2096
  def hook_select(
2097
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2098
- execution_context: str | int | None = None,
2097
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2098
+ execution_context: int | str | None = None,
2099
2099
  undo: bool | None = None,
2100
2100
  *,
2101
2101
  modifier: str | None = "",
2102
2102
  ):
2103
2103
  """Select affected vertices on mesh
2104
2104
 
2105
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2106
- :type execution_context: str | int | None
2105
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2106
+ :type execution_context: int | str | None
2107
2107
  :type undo: bool | None
2108
2108
  :param modifier: Modifier, Modifier number to remove
2109
2109
  :type modifier: str | None
@@ -2112,114 +2112,114 @@ def hook_select(
2112
2112
  ...
2113
2113
 
2114
2114
  def instance_offset_from_cursor(
2115
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2116
- execution_context: str | int | None = None,
2115
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2116
+ execution_context: int | str | None = None,
2117
2117
  undo: bool | None = None,
2118
2118
  ):
2119
2119
  """Set offset used for collection instances based on cursor position
2120
2120
 
2121
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2122
- :type execution_context: str | int | None
2121
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2122
+ :type execution_context: int | str | None
2123
2123
  :type undo: bool | None
2124
2124
  """
2125
2125
 
2126
2126
  ...
2127
2127
 
2128
2128
  def instance_offset_from_object(
2129
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2130
- execution_context: str | int | None = None,
2129
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2130
+ execution_context: int | str | None = None,
2131
2131
  undo: bool | None = None,
2132
2132
  ):
2133
2133
  """Set offset used for collection instances based on the active object position
2134
2134
 
2135
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2136
- :type execution_context: str | int | None
2135
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2136
+ :type execution_context: int | str | None
2137
2137
  :type undo: bool | None
2138
2138
  """
2139
2139
 
2140
2140
  ...
2141
2141
 
2142
2142
  def instance_offset_to_cursor(
2143
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2144
- execution_context: str | int | None = None,
2143
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2144
+ execution_context: int | str | None = None,
2145
2145
  undo: bool | None = None,
2146
2146
  ):
2147
2147
  """Set cursor position to the offset used for collection instances
2148
2148
 
2149
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2150
- :type execution_context: str | int | None
2149
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2150
+ :type execution_context: int | str | None
2151
2151
  :type undo: bool | None
2152
2152
  """
2153
2153
 
2154
2154
  ...
2155
2155
 
2156
2156
  def isolate_type_render(
2157
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2158
- execution_context: str | int | None = None,
2157
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2158
+ execution_context: int | str | None = None,
2159
2159
  undo: bool | None = None,
2160
2160
  ):
2161
2161
  """Hide unselected render objects of same type as active by setting the hide render flag
2162
2162
 
2163
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2164
- :type execution_context: str | int | None
2163
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2164
+ :type execution_context: int | str | None
2165
2165
  :type undo: bool | None
2166
2166
  """
2167
2167
 
2168
2168
  ...
2169
2169
 
2170
2170
  def join(
2171
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2172
- execution_context: str | int | None = None,
2171
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2172
+ execution_context: int | str | None = None,
2173
2173
  undo: bool | None = None,
2174
2174
  ):
2175
2175
  """Join selected objects into active object
2176
2176
 
2177
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2178
- :type execution_context: str | int | None
2177
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2178
+ :type execution_context: int | str | None
2179
2179
  :type undo: bool | None
2180
2180
  """
2181
2181
 
2182
2182
  ...
2183
2183
 
2184
2184
  def join_shapes(
2185
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2186
- execution_context: str | int | None = None,
2185
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2186
+ execution_context: int | str | None = None,
2187
2187
  undo: bool | None = None,
2188
2188
  ):
2189
2189
  """Copy the current resulting shape of another selected object to this one
2190
2190
 
2191
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2192
- :type execution_context: str | int | None
2191
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2192
+ :type execution_context: int | str | None
2193
2193
  :type undo: bool | None
2194
2194
  """
2195
2195
 
2196
2196
  ...
2197
2197
 
2198
2198
  def join_uvs(
2199
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2200
- execution_context: str | int | None = None,
2199
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2200
+ execution_context: int | str | None = None,
2201
2201
  undo: bool | None = None,
2202
2202
  ):
2203
2203
  """Transfer UV Maps from active to selected objects (needs matching geometry)
2204
2204
 
2205
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2206
- :type execution_context: str | int | None
2205
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2206
+ :type execution_context: int | str | None
2207
2207
  :type undo: bool | None
2208
2208
  """
2209
2209
 
2210
2210
  ...
2211
2211
 
2212
2212
  def laplaciandeform_bind(
2213
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2214
- execution_context: str | int | None = None,
2213
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2214
+ execution_context: int | str | None = None,
2215
2215
  undo: bool | None = None,
2216
2216
  *,
2217
2217
  modifier: str | typing.Any = "",
2218
2218
  ):
2219
2219
  """Bind mesh to system in laplacian deform modifier
2220
2220
 
2221
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2222
- :type execution_context: str | int | None
2221
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2222
+ :type execution_context: int | str | None
2223
2223
  :type undo: bool | None
2224
2224
  :param modifier: Modifier, Name of the modifier to edit
2225
2225
  :type modifier: str | typing.Any
@@ -2228,8 +2228,8 @@ def laplaciandeform_bind(
2228
2228
  ...
2229
2229
 
2230
2230
  def light_add(
2231
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2232
- execution_context: str | int | None = None,
2231
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2232
+ execution_context: int | str | None = None,
2233
2233
  undo: bool | None = None,
2234
2234
  *,
2235
2235
  type: str | None = "POINT",
@@ -2241,8 +2241,8 @@ def light_add(
2241
2241
  ):
2242
2242
  """Add a light object to the scene
2243
2243
 
2244
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2245
- :type execution_context: str | int | None
2244
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2245
+ :type execution_context: int | str | None
2246
2246
  :type undo: bool | None
2247
2247
  :param type: Type
2248
2248
  :type type: str | None
@@ -2270,30 +2270,30 @@ def light_add(
2270
2270
  ...
2271
2271
 
2272
2272
  def light_linking_blocker_collection_new(
2273
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2274
- execution_context: str | int | None = None,
2273
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2274
+ execution_context: int | str | None = None,
2275
2275
  undo: bool | None = None,
2276
2276
  ):
2277
2277
  """Create new light linking collection used by the active emitter
2278
2278
 
2279
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2280
- :type execution_context: str | int | None
2279
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2280
+ :type execution_context: int | str | None
2281
2281
  :type undo: bool | None
2282
2282
  """
2283
2283
 
2284
2284
  ...
2285
2285
 
2286
2286
  def light_linking_blockers_link(
2287
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2288
- execution_context: str | int | None = None,
2287
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2288
+ execution_context: int | str | None = None,
2289
2289
  undo: bool | None = None,
2290
2290
  *,
2291
2291
  link_state: str | None = "INCLUDE",
2292
2292
  ):
2293
2293
  """Light link selected blockers to the active emitter object
2294
2294
 
2295
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2296
- :type execution_context: str | int | None
2295
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2296
+ :type execution_context: int | str | None
2297
2297
  :type undo: bool | None
2298
2298
  :param link_state: Link State, State of the shadow linking
2299
2299
 
@@ -2308,44 +2308,44 @@ def light_linking_blockers_link(
2308
2308
  ...
2309
2309
 
2310
2310
  def light_linking_blockers_select(
2311
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2312
- execution_context: str | int | None = None,
2311
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2312
+ execution_context: int | str | None = None,
2313
2313
  undo: bool | None = None,
2314
2314
  ):
2315
2315
  """Select all objects which block light from this emitter
2316
2316
 
2317
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2318
- :type execution_context: str | int | None
2317
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2318
+ :type execution_context: int | str | None
2319
2319
  :type undo: bool | None
2320
2320
  """
2321
2321
 
2322
2322
  ...
2323
2323
 
2324
2324
  def light_linking_receiver_collection_new(
2325
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2326
- execution_context: str | int | None = None,
2325
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2326
+ execution_context: int | str | None = None,
2327
2327
  undo: bool | None = None,
2328
2328
  ):
2329
2329
  """Create new light linking collection used by the active emitter
2330
2330
 
2331
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2332
- :type execution_context: str | int | None
2331
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2332
+ :type execution_context: int | str | None
2333
2333
  :type undo: bool | None
2334
2334
  """
2335
2335
 
2336
2336
  ...
2337
2337
 
2338
2338
  def light_linking_receivers_link(
2339
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2340
- execution_context: str | int | None = None,
2339
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2340
+ execution_context: int | str | None = None,
2341
2341
  undo: bool | None = None,
2342
2342
  *,
2343
2343
  link_state: str | None = "INCLUDE",
2344
2344
  ):
2345
2345
  """Light link selected receivers to the active emitter object
2346
2346
 
2347
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2348
- :type execution_context: str | int | None
2347
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2348
+ :type execution_context: int | str | None
2349
2349
  :type undo: bool | None
2350
2350
  :param link_state: Link State, State of the light linking
2351
2351
 
@@ -2360,36 +2360,36 @@ def light_linking_receivers_link(
2360
2360
  ...
2361
2361
 
2362
2362
  def light_linking_receivers_select(
2363
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2364
- execution_context: str | int | None = None,
2363
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2364
+ execution_context: int | str | None = None,
2365
2365
  undo: bool | None = None,
2366
2366
  ):
2367
2367
  """Select all objects which receive light from this emitter
2368
2368
 
2369
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2370
- :type execution_context: str | int | None
2369
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2370
+ :type execution_context: int | str | None
2371
2371
  :type undo: bool | None
2372
2372
  """
2373
2373
 
2374
2374
  ...
2375
2375
 
2376
2376
  def light_linking_unlink_from_collection(
2377
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2378
- execution_context: str | int | None = None,
2377
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2378
+ execution_context: int | str | None = None,
2379
2379
  undo: bool | None = None,
2380
2380
  ):
2381
2381
  """Remove this object or collection from the light linking collection
2382
2382
 
2383
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2384
- :type execution_context: str | int | None
2383
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2384
+ :type execution_context: int | str | None
2385
2385
  :type undo: bool | None
2386
2386
  """
2387
2387
 
2388
2388
  ...
2389
2389
 
2390
2390
  def lightprobe_add(
2391
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2392
- execution_context: str | int | None = None,
2391
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2392
+ execution_context: int | str | None = None,
2393
2393
  undo: bool | None = None,
2394
2394
  *,
2395
2395
  type: str | None = "SPHERE",
@@ -2402,8 +2402,8 @@ def lightprobe_add(
2402
2402
  ):
2403
2403
  """Add a light probe object
2404
2404
 
2405
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2406
- :type execution_context: str | int | None
2405
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2406
+ :type execution_context: int | str | None
2407
2407
  :type undo: bool | None
2408
2408
  :param type: Type
2409
2409
 
@@ -2442,20 +2442,17 @@ def lightprobe_add(
2442
2442
  ...
2443
2443
 
2444
2444
  def lightprobe_cache_bake(
2445
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2446
- execution_context: str | int | None = None,
2445
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2446
+ execution_context: int | str | None = None,
2447
2447
  undo: bool | None = None,
2448
2448
  *,
2449
- delay: typing.Any | None = 0,
2450
2449
  subset: str | None = "ALL",
2451
2450
  ):
2452
2451
  """Bake irradiance volume light cache
2453
2452
 
2454
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2455
- :type execution_context: str | int | None
2453
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2454
+ :type execution_context: int | str | None
2456
2455
  :type undo: bool | None
2457
- :param delay: Delay, Delay in millisecond before baking starts
2458
- :type delay: typing.Any | None
2459
2456
  :param subset: Subset, Subset of probes to update
2460
2457
 
2461
2458
  ALL
@@ -2472,16 +2469,16 @@ def lightprobe_cache_bake(
2472
2469
  ...
2473
2470
 
2474
2471
  def lightprobe_cache_free(
2475
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2476
- execution_context: str | int | None = None,
2472
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2473
+ execution_context: int | str | None = None,
2477
2474
  undo: bool | None = None,
2478
2475
  *,
2479
2476
  subset: str | None = "SELECTED",
2480
2477
  ):
2481
2478
  """Delete cached indirect lighting
2482
2479
 
2483
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2484
- :type execution_context: str | int | None
2480
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2481
+ :type execution_context: int | str | None
2485
2482
  :type undo: bool | None
2486
2483
  :param subset: Subset, Subset of probes to update
2487
2484
 
@@ -2499,64 +2496,64 @@ def lightprobe_cache_free(
2499
2496
  ...
2500
2497
 
2501
2498
  def lineart_bake_strokes(
2502
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2503
- execution_context: str | int | None = None,
2499
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2500
+ execution_context: int | str | None = None,
2504
2501
  undo: bool | None = None,
2505
2502
  ):
2506
2503
  """Bake Line Art for current Grease Pencil object
2507
2504
 
2508
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2509
- :type execution_context: str | int | None
2505
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2506
+ :type execution_context: int | str | None
2510
2507
  :type undo: bool | None
2511
2508
  """
2512
2509
 
2513
2510
  ...
2514
2511
 
2515
2512
  def lineart_bake_strokes_all(
2516
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2517
- execution_context: str | int | None = None,
2513
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2514
+ execution_context: int | str | None = None,
2518
2515
  undo: bool | None = None,
2519
2516
  ):
2520
2517
  """Bake all Grease Pencil objects that have a Line Art modifier
2521
2518
 
2522
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2523
- :type execution_context: str | int | None
2519
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2520
+ :type execution_context: int | str | None
2524
2521
  :type undo: bool | None
2525
2522
  """
2526
2523
 
2527
2524
  ...
2528
2525
 
2529
2526
  def lineart_clear(
2530
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2531
- execution_context: str | int | None = None,
2527
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2528
+ execution_context: int | str | None = None,
2532
2529
  undo: bool | None = None,
2533
2530
  ):
2534
2531
  """Clear all strokes in current Grease Pencil object
2535
2532
 
2536
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2537
- :type execution_context: str | int | None
2533
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2534
+ :type execution_context: int | str | None
2538
2535
  :type undo: bool | None
2539
2536
  """
2540
2537
 
2541
2538
  ...
2542
2539
 
2543
2540
  def lineart_clear_all(
2544
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2545
- execution_context: str | int | None = None,
2541
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2542
+ execution_context: int | str | None = None,
2546
2543
  undo: bool | None = None,
2547
2544
  ):
2548
2545
  """Clear all strokes in all Grease Pencil objects that have a Line Art modifier
2549
2546
 
2550
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2551
- :type execution_context: str | int | None
2547
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2548
+ :type execution_context: int | str | None
2552
2549
  :type undo: bool | None
2553
2550
  """
2554
2551
 
2555
2552
  ...
2556
2553
 
2557
2554
  def link_to_collection(
2558
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2559
- execution_context: str | int | None = None,
2555
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2556
+ execution_context: int | str | None = None,
2560
2557
  undo: bool | None = None,
2561
2558
  *,
2562
2559
  collection_index: typing.Any | None = -1,
@@ -2565,8 +2562,8 @@ def link_to_collection(
2565
2562
  ):
2566
2563
  """Link objects to a collection
2567
2564
 
2568
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2569
- :type execution_context: str | int | None
2565
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2566
+ :type execution_context: int | str | None
2570
2567
  :type undo: bool | None
2571
2568
  :param collection_index: Collection Index, Index of the collection to move to
2572
2569
  :type collection_index: typing.Any | None
@@ -2579,16 +2576,16 @@ def link_to_collection(
2579
2576
  ...
2580
2577
 
2581
2578
  def location_clear(
2582
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2583
- execution_context: str | int | None = None,
2579
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2580
+ execution_context: int | str | None = None,
2584
2581
  undo: bool | None = None,
2585
2582
  *,
2586
2583
  clear_delta: bool | typing.Any | None = False,
2587
2584
  ):
2588
2585
  """Clear the object's location
2589
2586
 
2590
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2591
- :type execution_context: str | int | None
2587
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2588
+ :type execution_context: int | str | None
2592
2589
  :type undo: bool | None
2593
2590
  :param clear_delta: Clear Delta, Clear delta location in addition to clearing the normal location transform
2594
2591
  :type clear_delta: bool | typing.Any | None
@@ -2597,30 +2594,30 @@ def location_clear(
2597
2594
  ...
2598
2595
 
2599
2596
  def make_dupli_face(
2600
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2601
- execution_context: str | int | None = None,
2597
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2598
+ execution_context: int | str | None = None,
2602
2599
  undo: bool | None = None,
2603
2600
  ):
2604
2601
  """Convert objects into instanced faces
2605
2602
 
2606
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2607
- :type execution_context: str | int | None
2603
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2604
+ :type execution_context: int | str | None
2608
2605
  :type undo: bool | None
2609
2606
  """
2610
2607
 
2611
2608
  ...
2612
2609
 
2613
2610
  def make_links_data(
2614
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2615
- execution_context: str | int | None = None,
2611
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2612
+ execution_context: int | str | None = None,
2616
2613
  undo: bool | None = None,
2617
2614
  *,
2618
2615
  type: str | None = "OBDATA",
2619
2616
  ):
2620
2617
  """Transfer data from active object to selected objects
2621
2618
 
2622
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2623
- :type execution_context: str | int | None
2619
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2620
+ :type execution_context: int | str | None
2624
2621
  :type undo: bool | None
2625
2622
  :param type: Type
2626
2623
 
@@ -2653,16 +2650,16 @@ def make_links_data(
2653
2650
  ...
2654
2651
 
2655
2652
  def make_links_scene(
2656
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2657
- execution_context: str | int | None = None,
2653
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2654
+ execution_context: int | str | None = None,
2658
2655
  undo: bool | None = None,
2659
2656
  *,
2660
2657
  scene: str | None = "",
2661
2658
  ):
2662
2659
  """Link selection to another scene
2663
2660
 
2664
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2665
- :type execution_context: str | int | None
2661
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2662
+ :type execution_context: int | str | None
2666
2663
  :type undo: bool | None
2667
2664
  :param scene: Scene
2668
2665
  :type scene: str | None
@@ -2671,16 +2668,16 @@ def make_links_scene(
2671
2668
  ...
2672
2669
 
2673
2670
  def make_local(
2674
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2675
- execution_context: str | int | None = None,
2671
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2672
+ execution_context: int | str | None = None,
2676
2673
  undo: bool | None = None,
2677
2674
  *,
2678
2675
  type: str | None = "SELECT_OBJECT",
2679
2676
  ):
2680
2677
  """Make library linked data-blocks local to this file
2681
2678
 
2682
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2683
- :type execution_context: str | int | None
2679
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2680
+ :type execution_context: int | str | None
2684
2681
  :type undo: bool | None
2685
2682
  :param type: Type
2686
2683
  :type type: str | None
@@ -2689,16 +2686,16 @@ def make_local(
2689
2686
  ...
2690
2687
 
2691
2688
  def make_override_library(
2692
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2693
- execution_context: str | int | None = None,
2689
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2690
+ execution_context: int | str | None = None,
2694
2691
  undo: bool | None = None,
2695
2692
  *,
2696
2693
  collection: typing.Any | None = 0,
2697
2694
  ):
2698
2695
  """Create a local override of the selected linked objects, and their hierarchy of dependencies
2699
2696
 
2700
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2701
- :type execution_context: str | int | None
2697
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2698
+ :type execution_context: int | str | None
2702
2699
  :type undo: bool | None
2703
2700
  :param collection: Override Collection, Session UID of the directly linked collection containing the selected object, to make an override from
2704
2701
  :type collection: typing.Any | None
@@ -2707,8 +2704,8 @@ def make_override_library(
2707
2704
  ...
2708
2705
 
2709
2706
  def make_single_user(
2710
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2711
- execution_context: str | int | None = None,
2707
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2708
+ execution_context: int | str | None = None,
2712
2709
  undo: bool | None = None,
2713
2710
  *,
2714
2711
  type: str | None = "SELECTED_OBJECTS",
@@ -2720,8 +2717,8 @@ def make_single_user(
2720
2717
  ):
2721
2718
  """Make linked data local to each object
2722
2719
 
2723
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2724
- :type execution_context: str | int | None
2720
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2721
+ :type execution_context: int | str | None
2725
2722
  :type undo: bool | None
2726
2723
  :param type: Type
2727
2724
  :type type: str | None
@@ -2740,72 +2737,72 @@ def make_single_user(
2740
2737
  ...
2741
2738
 
2742
2739
  def material_slot_add(
2743
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2744
- execution_context: str | int | None = None,
2740
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2741
+ execution_context: int | str | None = None,
2745
2742
  undo: bool | None = None,
2746
2743
  ):
2747
2744
  """Add a new material slot
2748
2745
 
2749
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2750
- :type execution_context: str | int | None
2746
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2747
+ :type execution_context: int | str | None
2751
2748
  :type undo: bool | None
2752
2749
  """
2753
2750
 
2754
2751
  ...
2755
2752
 
2756
2753
  def material_slot_assign(
2757
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2758
- execution_context: str | int | None = None,
2754
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2755
+ execution_context: int | str | None = None,
2759
2756
  undo: bool | None = None,
2760
2757
  ):
2761
2758
  """Assign active material slot to selection
2762
2759
 
2763
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2764
- :type execution_context: str | int | None
2760
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2761
+ :type execution_context: int | str | None
2765
2762
  :type undo: bool | None
2766
2763
  """
2767
2764
 
2768
2765
  ...
2769
2766
 
2770
2767
  def material_slot_copy(
2771
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2772
- execution_context: str | int | None = None,
2768
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2769
+ execution_context: int | str | None = None,
2773
2770
  undo: bool | None = None,
2774
2771
  ):
2775
2772
  """Copy material to selected objects
2776
2773
 
2777
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2778
- :type execution_context: str | int | None
2774
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2775
+ :type execution_context: int | str | None
2779
2776
  :type undo: bool | None
2780
2777
  """
2781
2778
 
2782
2779
  ...
2783
2780
 
2784
2781
  def material_slot_deselect(
2785
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2786
- execution_context: str | int | None = None,
2782
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2783
+ execution_context: int | str | None = None,
2787
2784
  undo: bool | None = None,
2788
2785
  ):
2789
2786
  """Deselect by active material slot
2790
2787
 
2791
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2792
- :type execution_context: str | int | None
2788
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2789
+ :type execution_context: int | str | None
2793
2790
  :type undo: bool | None
2794
2791
  """
2795
2792
 
2796
2793
  ...
2797
2794
 
2798
2795
  def material_slot_move(
2799
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2800
- execution_context: str | int | None = None,
2796
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2797
+ execution_context: int | str | None = None,
2801
2798
  undo: bool | None = None,
2802
2799
  *,
2803
2800
  direction: str | None = "UP",
2804
2801
  ):
2805
2802
  """Move the active material up/down in the list
2806
2803
 
2807
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2808
- :type execution_context: str | int | None
2804
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2805
+ :type execution_context: int | str | None
2809
2806
  :type undo: bool | None
2810
2807
  :param direction: Direction, Direction to move the active material towards
2811
2808
  :type direction: str | None
@@ -2814,58 +2811,58 @@ def material_slot_move(
2814
2811
  ...
2815
2812
 
2816
2813
  def material_slot_remove(
2817
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2818
- execution_context: str | int | None = None,
2814
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2815
+ execution_context: int | str | None = None,
2819
2816
  undo: bool | None = None,
2820
2817
  ):
2821
2818
  """Remove the selected material slot
2822
2819
 
2823
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2824
- :type execution_context: str | int | None
2820
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2821
+ :type execution_context: int | str | None
2825
2822
  :type undo: bool | None
2826
2823
  """
2827
2824
 
2828
2825
  ...
2829
2826
 
2830
2827
  def material_slot_remove_unused(
2831
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2832
- execution_context: str | int | None = None,
2828
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2829
+ execution_context: int | str | None = None,
2833
2830
  undo: bool | None = None,
2834
2831
  ):
2835
2832
  """Remove unused material slots
2836
2833
 
2837
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2838
- :type execution_context: str | int | None
2834
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2835
+ :type execution_context: int | str | None
2839
2836
  :type undo: bool | None
2840
2837
  """
2841
2838
 
2842
2839
  ...
2843
2840
 
2844
2841
  def material_slot_select(
2845
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2846
- execution_context: str | int | None = None,
2842
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2843
+ execution_context: int | str | None = None,
2847
2844
  undo: bool | None = None,
2848
2845
  ):
2849
2846
  """Select by active material slot
2850
2847
 
2851
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2852
- :type execution_context: str | int | None
2848
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2849
+ :type execution_context: int | str | None
2853
2850
  :type undo: bool | None
2854
2851
  """
2855
2852
 
2856
2853
  ...
2857
2854
 
2858
2855
  def meshdeform_bind(
2859
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2860
- execution_context: str | int | None = None,
2856
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2857
+ execution_context: int | str | None = None,
2861
2858
  undo: bool | None = None,
2862
2859
  *,
2863
2860
  modifier: str | typing.Any = "",
2864
2861
  ):
2865
2862
  """Bind mesh to cage in mesh deform modifier
2866
2863
 
2867
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2868
- :type execution_context: str | int | None
2864
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2865
+ :type execution_context: int | str | None
2869
2866
  :type undo: bool | None
2870
2867
  :param modifier: Modifier, Name of the modifier to edit
2871
2868
  :type modifier: str | typing.Any
@@ -2874,8 +2871,8 @@ def meshdeform_bind(
2874
2871
  ...
2875
2872
 
2876
2873
  def metaball_add(
2877
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2878
- execution_context: str | int | None = None,
2874
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2875
+ execution_context: int | str | None = None,
2879
2876
  undo: bool | None = None,
2880
2877
  *,
2881
2878
  type: str | None = "BALL",
@@ -2888,8 +2885,8 @@ def metaball_add(
2888
2885
  ):
2889
2886
  """Add an metaball object to the scene
2890
2887
 
2891
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2892
- :type execution_context: str | int | None
2888
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2889
+ :type execution_context: int | str | None
2893
2890
  :type undo: bool | None
2894
2891
  :param type: Primitive
2895
2892
  :type type: str | None
@@ -2919,8 +2916,8 @@ def metaball_add(
2919
2916
  ...
2920
2917
 
2921
2918
  def mode_set(
2922
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2923
- execution_context: str | int | None = None,
2919
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2920
+ execution_context: int | str | None = None,
2924
2921
  undo: bool | None = None,
2925
2922
  *,
2926
2923
  mode: str | None = "OBJECT",
@@ -2928,8 +2925,8 @@ def mode_set(
2928
2925
  ):
2929
2926
  """Sets the object interaction mode
2930
2927
 
2931
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2932
- :type execution_context: str | int | None
2928
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2929
+ :type execution_context: int | str | None
2933
2930
  :type undo: bool | None
2934
2931
  :param mode: Mode
2935
2932
  :type mode: str | None
@@ -2940,8 +2937,8 @@ def mode_set(
2940
2937
  ...
2941
2938
 
2942
2939
  def mode_set_with_submode(
2943
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2944
- execution_context: str | int | None = None,
2940
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2941
+ execution_context: int | str | None = None,
2945
2942
  undo: bool | None = None,
2946
2943
  *,
2947
2944
  mode: str | None = "OBJECT",
@@ -2950,8 +2947,8 @@ def mode_set_with_submode(
2950
2947
  ):
2951
2948
  """Sets the object interaction mode
2952
2949
 
2953
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2954
- :type execution_context: str | int | None
2950
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2951
+ :type execution_context: int | str | None
2955
2952
  :type undo: bool | None
2956
2953
  :param mode: Mode
2957
2954
  :type mode: str | None
@@ -2964,8 +2961,8 @@ def mode_set_with_submode(
2964
2961
  ...
2965
2962
 
2966
2963
  def modifier_add(
2967
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2968
- execution_context: str | int | None = None,
2964
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2965
+ execution_context: int | str | None = None,
2969
2966
  undo: bool | None = None,
2970
2967
  *,
2971
2968
  type: str | None = "SUBSURF",
@@ -2973,8 +2970,8 @@ def modifier_add(
2973
2970
  ):
2974
2971
  """Add a procedural operation/effect to the active object
2975
2972
 
2976
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2977
- :type execution_context: str | int | None
2973
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2974
+ :type execution_context: int | str | None
2978
2975
  :type undo: bool | None
2979
2976
  :param type: Type
2980
2977
  :type type: str | None
@@ -2985,8 +2982,8 @@ def modifier_add(
2985
2982
  ...
2986
2983
 
2987
2984
  def modifier_add_node_group(
2988
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2989
- execution_context: str | int | None = None,
2985
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2986
+ execution_context: int | str | None = None,
2990
2987
  undo: bool | None = None,
2991
2988
  *,
2992
2989
  asset_library_type: str | None = "LOCAL",
@@ -2997,8 +2994,8 @@ def modifier_add_node_group(
2997
2994
  ):
2998
2995
  """Add a procedural operation/effect to the active object
2999
2996
 
3000
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3001
- :type execution_context: str | int | None
2997
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2998
+ :type execution_context: int | str | None
3002
2999
  :type undo: bool | None
3003
3000
  :param asset_library_type: Asset Library Type
3004
3001
  :type asset_library_type: str | None
@@ -3015,8 +3012,8 @@ def modifier_add_node_group(
3015
3012
  ...
3016
3013
 
3017
3014
  def modifier_apply(
3018
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3019
- execution_context: str | int | None = None,
3015
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3016
+ execution_context: int | str | None = None,
3020
3017
  undo: bool | None = None,
3021
3018
  *,
3022
3019
  modifier: str | typing.Any = "",
@@ -3027,8 +3024,8 @@ def modifier_apply(
3027
3024
  ):
3028
3025
  """Apply modifier and remove from the stack
3029
3026
 
3030
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3031
- :type execution_context: str | int | None
3027
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3028
+ :type execution_context: int | str | None
3032
3029
  :type undo: bool | None
3033
3030
  :param modifier: Modifier, Name of the modifier to edit
3034
3031
  :type modifier: str | typing.Any
@@ -3045,8 +3042,8 @@ def modifier_apply(
3045
3042
  ...
3046
3043
 
3047
3044
  def modifier_apply_as_shapekey(
3048
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3049
- execution_context: str | int | None = None,
3045
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3046
+ execution_context: int | str | None = None,
3050
3047
  undo: bool | None = None,
3051
3048
  *,
3052
3049
  keep_modifier: bool | typing.Any | None = False,
@@ -3055,8 +3052,8 @@ def modifier_apply_as_shapekey(
3055
3052
  ):
3056
3053
  """Apply modifier as a new shape key and remove from the stack
3057
3054
 
3058
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3059
- :type execution_context: str | int | None
3055
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3056
+ :type execution_context: int | str | None
3060
3057
  :type undo: bool | None
3061
3058
  :param keep_modifier: Keep Modifier, Do not remove the modifier from stack
3062
3059
  :type keep_modifier: bool | typing.Any | None
@@ -3069,16 +3066,16 @@ def modifier_apply_as_shapekey(
3069
3066
  ...
3070
3067
 
3071
3068
  def modifier_convert(
3072
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3073
- execution_context: str | int | None = None,
3069
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3070
+ execution_context: int | str | None = None,
3074
3071
  undo: bool | None = None,
3075
3072
  *,
3076
3073
  modifier: str | typing.Any = "",
3077
3074
  ):
3078
3075
  """Convert particles to a mesh object
3079
3076
 
3080
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3081
- :type execution_context: str | int | None
3077
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3078
+ :type execution_context: int | str | None
3082
3079
  :type undo: bool | None
3083
3080
  :param modifier: Modifier, Name of the modifier to edit
3084
3081
  :type modifier: str | typing.Any
@@ -3087,8 +3084,8 @@ def modifier_convert(
3087
3084
  ...
3088
3085
 
3089
3086
  def modifier_copy(
3090
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3091
- execution_context: str | int | None = None,
3087
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3088
+ execution_context: int | str | None = None,
3092
3089
  undo: bool | None = None,
3093
3090
  *,
3094
3091
  modifier: str | typing.Any = "",
@@ -3096,8 +3093,8 @@ def modifier_copy(
3096
3093
  ):
3097
3094
  """Duplicate modifier at the same position in the stack
3098
3095
 
3099
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3100
- :type execution_context: str | int | None
3096
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3097
+ :type execution_context: int | str | None
3101
3098
  :type undo: bool | None
3102
3099
  :param modifier: Modifier, Name of the modifier to edit
3103
3100
  :type modifier: str | typing.Any
@@ -3108,16 +3105,16 @@ def modifier_copy(
3108
3105
  ...
3109
3106
 
3110
3107
  def modifier_copy_to_selected(
3111
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3112
- execution_context: str | int | None = None,
3108
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3109
+ execution_context: int | str | None = None,
3113
3110
  undo: bool | None = None,
3114
3111
  *,
3115
3112
  modifier: str | typing.Any = "",
3116
3113
  ):
3117
3114
  """Copy the modifier from the active object to all selected objects
3118
3115
 
3119
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3120
- :type execution_context: str | int | None
3116
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3117
+ :type execution_context: int | str | None
3121
3118
  :type undo: bool | None
3122
3119
  :param modifier: Modifier, Name of the modifier to edit
3123
3120
  :type modifier: str | typing.Any
@@ -3126,16 +3123,16 @@ def modifier_copy_to_selected(
3126
3123
  ...
3127
3124
 
3128
3125
  def modifier_move_down(
3129
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3130
- execution_context: str | int | None = None,
3126
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3127
+ execution_context: int | str | None = None,
3131
3128
  undo: bool | None = None,
3132
3129
  *,
3133
3130
  modifier: str | typing.Any = "",
3134
3131
  ):
3135
3132
  """Move modifier down in the stack
3136
3133
 
3137
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3138
- :type execution_context: str | int | None
3134
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3135
+ :type execution_context: int | str | None
3139
3136
  :type undo: bool | None
3140
3137
  :param modifier: Modifier, Name of the modifier to edit
3141
3138
  :type modifier: str | typing.Any
@@ -3144,8 +3141,8 @@ def modifier_move_down(
3144
3141
  ...
3145
3142
 
3146
3143
  def modifier_move_to_index(
3147
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3148
- execution_context: str | int | None = None,
3144
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3145
+ execution_context: int | str | None = None,
3149
3146
  undo: bool | None = None,
3150
3147
  *,
3151
3148
  modifier: str | typing.Any = "",
@@ -3154,8 +3151,8 @@ def modifier_move_to_index(
3154
3151
  ):
3155
3152
  """Change the modifier's index in the stack so it evaluates after the set number of others
3156
3153
 
3157
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3158
- :type execution_context: str | int | None
3154
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3155
+ :type execution_context: int | str | None
3159
3156
  :type undo: bool | None
3160
3157
  :param modifier: Modifier, Name of the modifier to edit
3161
3158
  :type modifier: str | typing.Any
@@ -3168,16 +3165,16 @@ def modifier_move_to_index(
3168
3165
  ...
3169
3166
 
3170
3167
  def modifier_move_up(
3171
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3172
- execution_context: str | int | None = None,
3168
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3169
+ execution_context: int | str | None = None,
3173
3170
  undo: bool | None = None,
3174
3171
  *,
3175
3172
  modifier: str | typing.Any = "",
3176
3173
  ):
3177
3174
  """Move modifier up in the stack
3178
3175
 
3179
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3180
- :type execution_context: str | int | None
3176
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3177
+ :type execution_context: int | str | None
3181
3178
  :type undo: bool | None
3182
3179
  :param modifier: Modifier, Name of the modifier to edit
3183
3180
  :type modifier: str | typing.Any
@@ -3186,8 +3183,8 @@ def modifier_move_up(
3186
3183
  ...
3187
3184
 
3188
3185
  def modifier_remove(
3189
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3190
- execution_context: str | int | None = None,
3186
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3187
+ execution_context: int | str | None = None,
3191
3188
  undo: bool | None = None,
3192
3189
  *,
3193
3190
  modifier: str | typing.Any = "",
@@ -3196,8 +3193,8 @@ def modifier_remove(
3196
3193
  ):
3197
3194
  """Remove a modifier from the active object
3198
3195
 
3199
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3200
- :type execution_context: str | int | None
3196
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3197
+ :type execution_context: int | str | None
3201
3198
  :type undo: bool | None
3202
3199
  :param modifier: Modifier, Name of the modifier to edit
3203
3200
  :type modifier: str | typing.Any
@@ -3210,16 +3207,16 @@ def modifier_remove(
3210
3207
  ...
3211
3208
 
3212
3209
  def modifier_set_active(
3213
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3214
- execution_context: str | int | None = None,
3210
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3211
+ execution_context: int | str | None = None,
3215
3212
  undo: bool | None = None,
3216
3213
  *,
3217
3214
  modifier: str | typing.Any = "",
3218
3215
  ):
3219
3216
  """Activate the modifier to use as the context
3220
3217
 
3221
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3222
- :type execution_context: str | int | None
3218
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3219
+ :type execution_context: int | str | None
3223
3220
  :type undo: bool | None
3224
3221
  :param modifier: Modifier, Name of the modifier to edit
3225
3222
  :type modifier: str | typing.Any
@@ -3228,36 +3225,36 @@ def modifier_set_active(
3228
3225
  ...
3229
3226
 
3230
3227
  def modifiers_clear(
3231
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3232
- execution_context: str | int | None = None,
3228
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3229
+ execution_context: int | str | None = None,
3233
3230
  undo: bool | None = None,
3234
3231
  ):
3235
3232
  """Clear all modifiers from the selected objects
3236
3233
 
3237
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3238
- :type execution_context: str | int | None
3234
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3235
+ :type execution_context: int | str | None
3239
3236
  :type undo: bool | None
3240
3237
  """
3241
3238
 
3242
3239
  ...
3243
3240
 
3244
3241
  def modifiers_copy_to_selected(
3245
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3246
- execution_context: str | int | None = None,
3242
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3243
+ execution_context: int | str | None = None,
3247
3244
  undo: bool | None = None,
3248
3245
  ):
3249
3246
  """Copy modifiers to other selected objects
3250
3247
 
3251
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3252
- :type execution_context: str | int | None
3248
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3249
+ :type execution_context: int | str | None
3253
3250
  :type undo: bool | None
3254
3251
  """
3255
3252
 
3256
3253
  ...
3257
3254
 
3258
3255
  def move_to_collection(
3259
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3260
- execution_context: str | int | None = None,
3256
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3257
+ execution_context: int | str | None = None,
3261
3258
  undo: bool | None = None,
3262
3259
  *,
3263
3260
  collection_index: typing.Any | None = -1,
@@ -3266,8 +3263,8 @@ def move_to_collection(
3266
3263
  ):
3267
3264
  """Move objects to a collection
3268
3265
 
3269
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3270
- :type execution_context: str | int | None
3266
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3267
+ :type execution_context: int | str | None
3271
3268
  :type undo: bool | None
3272
3269
  :param collection_index: Collection Index, Index of the collection to move to
3273
3270
  :type collection_index: typing.Any | None
@@ -3280,16 +3277,16 @@ def move_to_collection(
3280
3277
  ...
3281
3278
 
3282
3279
  def multires_base_apply(
3283
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3284
- execution_context: str | int | None = None,
3280
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3281
+ execution_context: int | str | None = None,
3285
3282
  undo: bool | None = None,
3286
3283
  *,
3287
3284
  modifier: str | typing.Any = "",
3288
3285
  ):
3289
3286
  """Modify the base mesh to conform to the displaced mesh
3290
3287
 
3291
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3292
- :type execution_context: str | int | None
3288
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3289
+ :type execution_context: int | str | None
3293
3290
  :type undo: bool | None
3294
3291
  :param modifier: Modifier, Name of the modifier to edit
3295
3292
  :type modifier: str | typing.Any
@@ -3298,22 +3295,22 @@ def multires_base_apply(
3298
3295
  ...
3299
3296
 
3300
3297
  def multires_external_pack(
3301
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3302
- execution_context: str | int | None = None,
3298
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3299
+ execution_context: int | str | None = None,
3303
3300
  undo: bool | None = None,
3304
3301
  ):
3305
3302
  """Pack displacements from an external file
3306
3303
 
3307
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3308
- :type execution_context: str | int | None
3304
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3305
+ :type execution_context: int | str | None
3309
3306
  :type undo: bool | None
3310
3307
  """
3311
3308
 
3312
3309
  ...
3313
3310
 
3314
3311
  def multires_external_save(
3315
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3316
- execution_context: str | int | None = None,
3312
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3313
+ execution_context: int | str | None = None,
3317
3314
  undo: bool | None = None,
3318
3315
  *,
3319
3316
  filepath: str | typing.Any = "",
@@ -3344,8 +3341,8 @@ def multires_external_save(
3344
3341
  ):
3345
3342
  """Save displacements to an external file
3346
3343
 
3347
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3348
- :type execution_context: str | int | None
3344
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3345
+ :type execution_context: int | str | None
3349
3346
  :type undo: bool | None
3350
3347
  :param filepath: File Path, Path to file
3351
3348
  :type filepath: str | typing.Any
@@ -3414,16 +3411,16 @@ def multires_external_save(
3414
3411
  ...
3415
3412
 
3416
3413
  def multires_higher_levels_delete(
3417
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3418
- execution_context: str | int | None = None,
3414
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3415
+ execution_context: int | str | None = None,
3419
3416
  undo: bool | None = None,
3420
3417
  *,
3421
3418
  modifier: str | typing.Any = "",
3422
3419
  ):
3423
3420
  """Deletes the higher resolution mesh, potential loss of detail
3424
3421
 
3425
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3426
- :type execution_context: str | int | None
3422
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3423
+ :type execution_context: int | str | None
3427
3424
  :type undo: bool | None
3428
3425
  :param modifier: Modifier, Name of the modifier to edit
3429
3426
  :type modifier: str | typing.Any
@@ -3432,16 +3429,16 @@ def multires_higher_levels_delete(
3432
3429
  ...
3433
3430
 
3434
3431
  def multires_rebuild_subdiv(
3435
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3436
- execution_context: str | int | None = None,
3432
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3433
+ execution_context: int | str | None = None,
3437
3434
  undo: bool | None = None,
3438
3435
  *,
3439
3436
  modifier: str | typing.Any = "",
3440
3437
  ):
3441
3438
  """Rebuilds all possible subdivisions levels to generate a lower resolution base mesh
3442
3439
 
3443
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3444
- :type execution_context: str | int | None
3440
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3441
+ :type execution_context: int | str | None
3445
3442
  :type undo: bool | None
3446
3443
  :param modifier: Modifier, Name of the modifier to edit
3447
3444
  :type modifier: str | typing.Any
@@ -3450,16 +3447,16 @@ def multires_rebuild_subdiv(
3450
3447
  ...
3451
3448
 
3452
3449
  def multires_reshape(
3453
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3454
- execution_context: str | int | None = None,
3450
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3451
+ execution_context: int | str | None = None,
3455
3452
  undo: bool | None = None,
3456
3453
  *,
3457
3454
  modifier: str | typing.Any = "",
3458
3455
  ):
3459
3456
  """Copy vertex coordinates from other object
3460
3457
 
3461
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3462
- :type execution_context: str | int | None
3458
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3459
+ :type execution_context: int | str | None
3463
3460
  :type undo: bool | None
3464
3461
  :param modifier: Modifier, Name of the modifier to edit
3465
3462
  :type modifier: str | typing.Any
@@ -3468,8 +3465,8 @@ def multires_reshape(
3468
3465
  ...
3469
3466
 
3470
3467
  def multires_subdivide(
3471
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3472
- execution_context: str | int | None = None,
3468
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3469
+ execution_context: int | str | None = None,
3473
3470
  undo: bool | None = None,
3474
3471
  *,
3475
3472
  modifier: str | typing.Any = "",
@@ -3477,8 +3474,8 @@ def multires_subdivide(
3477
3474
  ):
3478
3475
  """Add a new level of subdivision
3479
3476
 
3480
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3481
- :type execution_context: str | int | None
3477
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3478
+ :type execution_context: int | str | None
3482
3479
  :type undo: bool | None
3483
3480
  :param modifier: Modifier, Name of the modifier to edit
3484
3481
  :type modifier: str | typing.Any
@@ -3498,16 +3495,16 @@ def multires_subdivide(
3498
3495
  ...
3499
3496
 
3500
3497
  def multires_unsubdivide(
3501
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3502
- execution_context: str | int | None = None,
3498
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3499
+ execution_context: int | str | None = None,
3503
3500
  undo: bool | None = None,
3504
3501
  *,
3505
3502
  modifier: str | typing.Any = "",
3506
3503
  ):
3507
3504
  """Rebuild a lower subdivision level of the current base mesh
3508
3505
 
3509
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3510
- :type execution_context: str | int | None
3506
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3507
+ :type execution_context: int | str | None
3511
3508
  :type undo: bool | None
3512
3509
  :param modifier: Modifier, Name of the modifier to edit
3513
3510
  :type modifier: str | typing.Any
@@ -3516,8 +3513,8 @@ def multires_unsubdivide(
3516
3513
  ...
3517
3514
 
3518
3515
  def ocean_bake(
3519
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3520
- execution_context: str | int | None = None,
3516
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3517
+ execution_context: int | str | None = None,
3521
3518
  undo: bool | None = None,
3522
3519
  *,
3523
3520
  modifier: str | typing.Any = "",
@@ -3525,8 +3522,8 @@ def ocean_bake(
3525
3522
  ):
3526
3523
  """Bake an image sequence of ocean data
3527
3524
 
3528
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3529
- :type execution_context: str | int | None
3525
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3526
+ :type execution_context: int | str | None
3530
3527
  :type undo: bool | None
3531
3528
  :param modifier: Modifier, Name of the modifier to edit
3532
3529
  :type modifier: str | typing.Any
@@ -3537,22 +3534,22 @@ def ocean_bake(
3537
3534
  ...
3538
3535
 
3539
3536
  def origin_clear(
3540
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3541
- execution_context: str | int | None = None,
3537
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3538
+ execution_context: int | str | None = None,
3542
3539
  undo: bool | None = None,
3543
3540
  ):
3544
3541
  """Clear the object's origin
3545
3542
 
3546
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3547
- :type execution_context: str | int | None
3543
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3544
+ :type execution_context: int | str | None
3548
3545
  :type undo: bool | None
3549
3546
  """
3550
3547
 
3551
3548
  ...
3552
3549
 
3553
3550
  def origin_set(
3554
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3555
- execution_context: str | int | None = None,
3551
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3552
+ execution_context: int | str | None = None,
3556
3553
  undo: bool | None = None,
3557
3554
  *,
3558
3555
  type: str | None = "GEOMETRY_ORIGIN",
@@ -3560,8 +3557,8 @@ def origin_set(
3560
3557
  ):
3561
3558
  """Set the object's origin, by either moving the data, or set to center of data, or use 3D cursor
3562
3559
 
3563
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3564
- :type execution_context: str | int | None
3560
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3561
+ :type execution_context: int | str | None
3565
3562
  :type undo: bool | None
3566
3563
  :param type: Type
3567
3564
 
@@ -3587,16 +3584,16 @@ def origin_set(
3587
3584
  ...
3588
3585
 
3589
3586
  def parent_clear(
3590
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3591
- execution_context: str | int | None = None,
3587
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3588
+ execution_context: int | str | None = None,
3592
3589
  undo: bool | None = None,
3593
3590
  *,
3594
3591
  type: str | None = "CLEAR",
3595
3592
  ):
3596
3593
  """Clear the object's parenting
3597
3594
 
3598
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3599
- :type execution_context: str | int | None
3595
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3596
+ :type execution_context: int | str | None
3600
3597
  :type undo: bool | None
3601
3598
  :param type: Type
3602
3599
 
@@ -3614,30 +3611,30 @@ def parent_clear(
3614
3611
  ...
3615
3612
 
3616
3613
  def parent_inverse_apply(
3617
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3618
- execution_context: str | int | None = None,
3614
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3615
+ execution_context: int | str | None = None,
3619
3616
  undo: bool | None = None,
3620
3617
  ):
3621
3618
  """Apply the object's parent inverse to its data
3622
3619
 
3623
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3624
- :type execution_context: str | int | None
3620
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3621
+ :type execution_context: int | str | None
3625
3622
  :type undo: bool | None
3626
3623
  """
3627
3624
 
3628
3625
  ...
3629
3626
 
3630
3627
  def parent_no_inverse_set(
3631
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3632
- execution_context: str | int | None = None,
3628
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3629
+ execution_context: int | str | None = None,
3633
3630
  undo: bool | None = None,
3634
3631
  *,
3635
3632
  keep_transform: bool | typing.Any | None = False,
3636
3633
  ):
3637
3634
  """Set the object's parenting without setting the inverse parent correction
3638
3635
 
3639
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3640
- :type execution_context: str | int | None
3636
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3637
+ :type execution_context: int | str | None
3641
3638
  :type undo: bool | None
3642
3639
  :param keep_transform: Keep Transform, Preserve the world transform throughout parenting
3643
3640
  :type keep_transform: bool | typing.Any | None
@@ -3646,8 +3643,8 @@ def parent_no_inverse_set(
3646
3643
  ...
3647
3644
 
3648
3645
  def parent_set(
3649
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3650
- execution_context: str | int | None = None,
3646
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3647
+ execution_context: int | str | None = None,
3651
3648
  undo: bool | None = None,
3652
3649
  *,
3653
3650
  type: str | None = "OBJECT",
@@ -3656,8 +3653,8 @@ def parent_set(
3656
3653
  ):
3657
3654
  """Set the object's parenting
3658
3655
 
3659
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3660
- :type execution_context: str | int | None
3656
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3657
+ :type execution_context: int | str | None
3661
3658
  :type undo: bool | None
3662
3659
  :param type: Type
3663
3660
  :type type: str | None
@@ -3670,36 +3667,36 @@ def parent_set(
3670
3667
  ...
3671
3668
 
3672
3669
  def particle_system_add(
3673
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3674
- execution_context: str | int | None = None,
3670
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3671
+ execution_context: int | str | None = None,
3675
3672
  undo: bool | None = None,
3676
3673
  ):
3677
3674
  """Add a particle system
3678
3675
 
3679
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3680
- :type execution_context: str | int | None
3676
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3677
+ :type execution_context: int | str | None
3681
3678
  :type undo: bool | None
3682
3679
  """
3683
3680
 
3684
3681
  ...
3685
3682
 
3686
3683
  def particle_system_remove(
3687
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3688
- execution_context: str | int | None = None,
3684
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3685
+ execution_context: int | str | None = None,
3689
3686
  undo: bool | None = None,
3690
3687
  ):
3691
3688
  """Remove the selected particle system
3692
3689
 
3693
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3694
- :type execution_context: str | int | None
3690
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3691
+ :type execution_context: int | str | None
3695
3692
  :type undo: bool | None
3696
3693
  """
3697
3694
 
3698
3695
  ...
3699
3696
 
3700
3697
  def paths_calculate(
3701
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3702
- execution_context: str | int | None = None,
3698
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3699
+ execution_context: int | str | None = None,
3703
3700
  undo: bool | None = None,
3704
3701
  *,
3705
3702
  display_type: str | None = "RANGE",
@@ -3707,8 +3704,8 @@ def paths_calculate(
3707
3704
  ):
3708
3705
  """Generate motion paths for the selected objects
3709
3706
 
3710
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3711
- :type execution_context: str | int | None
3707
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3708
+ :type execution_context: int | str | None
3712
3709
  :type undo: bool | None
3713
3710
  :param display_type: Display type
3714
3711
  :type display_type: str | None
@@ -3719,16 +3716,16 @@ def paths_calculate(
3719
3716
  ...
3720
3717
 
3721
3718
  def paths_clear(
3722
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3723
- execution_context: str | int | None = None,
3719
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3720
+ execution_context: int | str | None = None,
3724
3721
  undo: bool | None = None,
3725
3722
  *,
3726
3723
  only_selected: bool | typing.Any | None = False,
3727
3724
  ):
3728
3725
  """Undocumented, consider contributing.
3729
3726
 
3730
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3731
- :type execution_context: str | int | None
3727
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3728
+ :type execution_context: int | str | None
3732
3729
  :type undo: bool | None
3733
3730
  :param only_selected: Only Selected, Only clear motion paths of selected objects
3734
3731
  :type only_selected: bool | typing.Any | None
@@ -3737,36 +3734,36 @@ def paths_clear(
3737
3734
  ...
3738
3735
 
3739
3736
  def paths_update(
3740
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3741
- execution_context: str | int | None = None,
3737
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3738
+ execution_context: int | str | None = None,
3742
3739
  undo: bool | None = None,
3743
3740
  ):
3744
3741
  """Recalculate motion paths for selected objects
3745
3742
 
3746
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3747
- :type execution_context: str | int | None
3743
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3744
+ :type execution_context: int | str | None
3748
3745
  :type undo: bool | None
3749
3746
  """
3750
3747
 
3751
3748
  ...
3752
3749
 
3753
3750
  def paths_update_visible(
3754
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3755
- execution_context: str | int | None = None,
3751
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3752
+ execution_context: int | str | None = None,
3756
3753
  undo: bool | None = None,
3757
3754
  ):
3758
3755
  """Recalculate all visible motion paths for objects and poses
3759
3756
 
3760
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3761
- :type execution_context: str | int | None
3757
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3758
+ :type execution_context: int | str | None
3762
3759
  :type undo: bool | None
3763
3760
  """
3764
3761
 
3765
3762
  ...
3766
3763
 
3767
3764
  def pointcloud_add(
3768
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3769
- execution_context: str | int | None = None,
3765
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3766
+ execution_context: int | str | None = None,
3770
3767
  undo: bool | None = None,
3771
3768
  *,
3772
3769
  align: str | None = "WORLD",
@@ -3776,8 +3773,8 @@ def pointcloud_add(
3776
3773
  ):
3777
3774
  """Add a point cloud object to the scene
3778
3775
 
3779
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3780
- :type execution_context: str | int | None
3776
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3777
+ :type execution_context: int | str | None
3781
3778
  :type undo: bool | None
3782
3779
  :param align: Align, The alignment of the new object
3783
3780
 
@@ -3801,22 +3798,22 @@ def pointcloud_add(
3801
3798
  ...
3802
3799
 
3803
3800
  def posemode_toggle(
3804
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3805
- execution_context: str | int | None = None,
3801
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3802
+ execution_context: int | str | None = None,
3806
3803
  undo: bool | None = None,
3807
3804
  ):
3808
3805
  """Enable or disable posing/selecting bones
3809
3806
 
3810
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3811
- :type execution_context: str | int | None
3807
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3808
+ :type execution_context: int | str | None
3812
3809
  :type undo: bool | None
3813
3810
  """
3814
3811
 
3815
3812
  ...
3816
3813
 
3817
3814
  def quadriflow_remesh(
3818
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3819
- execution_context: str | int | None = None,
3815
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3816
+ execution_context: int | str | None = None,
3820
3817
  undo: bool | None = None,
3821
3818
  *,
3822
3819
  use_mesh_symmetry: bool | typing.Any | None = True,
@@ -3833,8 +3830,8 @@ def quadriflow_remesh(
3833
3830
  ):
3834
3831
  """Create a new quad based mesh using the surface data of the current mesh. All data layers will be lost
3835
3832
 
3836
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3837
- :type execution_context: str | int | None
3833
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3834
+ :type execution_context: int | str | None
3838
3835
  :type undo: bool | None
3839
3836
  :param use_mesh_symmetry: Use Mesh Symmetry, Generates a symmetrical mesh using the mesh symmetry configuration
3840
3837
  :type use_mesh_symmetry: bool | typing.Any | None
@@ -3872,8 +3869,8 @@ def quadriflow_remesh(
3872
3869
  ...
3873
3870
 
3874
3871
  def quick_explode(
3875
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3876
- execution_context: str | int | None = None,
3872
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3873
+ execution_context: int | str | None = None,
3877
3874
  undo: bool | None = None,
3878
3875
  *,
3879
3876
  style: str | None = "EXPLODE",
@@ -3886,8 +3883,8 @@ def quick_explode(
3886
3883
  ):
3887
3884
  """Make selected objects explode
3888
3885
 
3889
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3890
- :type execution_context: str | int | None
3886
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3887
+ :type execution_context: int | str | None
3891
3888
  :type undo: bool | None
3892
3889
  :param style: Explode Style
3893
3890
  :type style: str | None
@@ -3908,8 +3905,8 @@ def quick_explode(
3908
3905
  ...
3909
3906
 
3910
3907
  def quick_fur(
3911
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3912
- execution_context: str | int | None = None,
3908
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3909
+ execution_context: int | str | None = None,
3913
3910
  undo: bool | None = None,
3914
3911
  *,
3915
3912
  density: str | None = "MEDIUM",
@@ -3922,8 +3919,8 @@ def quick_fur(
3922
3919
  ):
3923
3920
  """Add a fur setup to the selected objects
3924
3921
 
3925
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3926
- :type execution_context: str | int | None
3922
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3923
+ :type execution_context: int | str | None
3927
3924
  :type undo: bool | None
3928
3925
  :param density: Density
3929
3926
  :type density: str | None
@@ -3944,16 +3941,16 @@ def quick_fur(
3944
3941
  ...
3945
3942
 
3946
3943
  def quick_liquid(
3947
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3948
- execution_context: str | int | None = None,
3944
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3945
+ execution_context: int | str | None = None,
3949
3946
  undo: bool | None = None,
3950
3947
  *,
3951
3948
  show_flows: bool | typing.Any | None = False,
3952
3949
  ):
3953
3950
  """Make selected objects liquid
3954
3951
 
3955
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3956
- :type execution_context: str | int | None
3952
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3953
+ :type execution_context: int | str | None
3957
3954
  :type undo: bool | None
3958
3955
  :param show_flows: Render Liquid Objects, Keep the liquid objects visible during rendering
3959
3956
  :type show_flows: bool | typing.Any | None
@@ -3962,8 +3959,8 @@ def quick_liquid(
3962
3959
  ...
3963
3960
 
3964
3961
  def quick_smoke(
3965
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3966
- execution_context: str | int | None = None,
3962
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3963
+ execution_context: int | str | None = None,
3967
3964
  undo: bool | None = None,
3968
3965
  *,
3969
3966
  style: str | None = "SMOKE",
@@ -3971,8 +3968,8 @@ def quick_smoke(
3971
3968
  ):
3972
3969
  """Use selected objects as smoke emitters
3973
3970
 
3974
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3975
- :type execution_context: str | int | None
3971
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3972
+ :type execution_context: int | str | None
3976
3973
  :type undo: bool | None
3977
3974
  :param style: Smoke Style
3978
3975
  :type style: str | None
@@ -3983,8 +3980,8 @@ def quick_smoke(
3983
3980
  ...
3984
3981
 
3985
3982
  def randomize_transform(
3986
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3987
- execution_context: str | int | None = None,
3983
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3984
+ execution_context: int | str | None = None,
3988
3985
  undo: bool | None = None,
3989
3986
  *,
3990
3987
  random_seed: typing.Any | None = 0,
@@ -3999,8 +3996,8 @@ def randomize_transform(
3999
3996
  ):
4000
3997
  """Randomize objects location, rotation, and scale
4001
3998
 
4002
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4003
- :type execution_context: str | int | None
3999
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4000
+ :type execution_context: int | str | None
4004
4001
  :type undo: bool | None
4005
4002
  :param random_seed: Random Seed, Seed value for the random generator
4006
4003
  :type random_seed: typing.Any | None
@@ -4025,30 +4022,30 @@ def randomize_transform(
4025
4022
  ...
4026
4023
 
4027
4024
  def reset_override_library(
4028
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4029
- execution_context: str | int | None = None,
4025
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4026
+ execution_context: int | str | None = None,
4030
4027
  undo: bool | None = None,
4031
4028
  ):
4032
4029
  """Reset the selected local overrides to their linked references values
4033
4030
 
4034
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4035
- :type execution_context: str | int | None
4031
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4032
+ :type execution_context: int | str | None
4036
4033
  :type undo: bool | None
4037
4034
  """
4038
4035
 
4039
4036
  ...
4040
4037
 
4041
4038
  def rotation_clear(
4042
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4043
- execution_context: str | int | None = None,
4039
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4040
+ execution_context: int | str | None = None,
4044
4041
  undo: bool | None = None,
4045
4042
  *,
4046
4043
  clear_delta: bool | typing.Any | None = False,
4047
4044
  ):
4048
4045
  """Clear the object's rotation
4049
4046
 
4050
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4051
- :type execution_context: str | int | None
4047
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4048
+ :type execution_context: int | str | None
4052
4049
  :type undo: bool | None
4053
4050
  :param clear_delta: Clear Delta, Clear delta rotation in addition to clearing the normal rotation transform
4054
4051
  :type clear_delta: bool | typing.Any | None
@@ -4057,16 +4054,16 @@ def rotation_clear(
4057
4054
  ...
4058
4055
 
4059
4056
  def scale_clear(
4060
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4061
- execution_context: str | int | None = None,
4057
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4058
+ execution_context: int | str | None = None,
4062
4059
  undo: bool | None = None,
4063
4060
  *,
4064
4061
  clear_delta: bool | typing.Any | None = False,
4065
4062
  ):
4066
4063
  """Clear the object's scale
4067
4064
 
4068
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4069
- :type execution_context: str | int | None
4065
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4066
+ :type execution_context: int | str | None
4070
4067
  :type undo: bool | None
4071
4068
  :param clear_delta: Clear Delta, Clear delta scale in addition to clearing the normal scale transform
4072
4069
  :type clear_delta: bool | typing.Any | None
@@ -4075,16 +4072,16 @@ def scale_clear(
4075
4072
  ...
4076
4073
 
4077
4074
  def select_all(
4078
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4079
- execution_context: str | int | None = None,
4075
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4076
+ execution_context: int | str | None = None,
4080
4077
  undo: bool | None = None,
4081
4078
  *,
4082
4079
  action: str | None = "TOGGLE",
4083
4080
  ):
4084
4081
  """Change selection of all visible objects in scene
4085
4082
 
4086
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4087
- :type execution_context: str | int | None
4083
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4084
+ :type execution_context: int | str | None
4088
4085
  :type undo: bool | None
4089
4086
  :param action: Action, Selection action to execute
4090
4087
 
@@ -4105,8 +4102,8 @@ def select_all(
4105
4102
  ...
4106
4103
 
4107
4104
  def select_by_type(
4108
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4109
- execution_context: str | int | None = None,
4105
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4106
+ execution_context: int | str | None = None,
4110
4107
  undo: bool | None = None,
4111
4108
  *,
4112
4109
  extend: bool | typing.Any | None = False,
@@ -4114,8 +4111,8 @@ def select_by_type(
4114
4111
  ):
4115
4112
  """Select all visible objects that are of a type
4116
4113
 
4117
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4118
- :type execution_context: str | int | None
4114
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4115
+ :type execution_context: int | str | None
4119
4116
  :type undo: bool | None
4120
4117
  :param extend: Extend, Extend selection instead of deselecting everything first
4121
4118
  :type extend: bool | typing.Any | None
@@ -4126,16 +4123,16 @@ def select_by_type(
4126
4123
  ...
4127
4124
 
4128
4125
  def select_camera(
4129
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4130
- execution_context: str | int | None = None,
4126
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4127
+ execution_context: int | str | None = None,
4131
4128
  undo: bool | None = None,
4132
4129
  *,
4133
4130
  extend: bool | typing.Any | None = False,
4134
4131
  ):
4135
4132
  """Select the active camera
4136
4133
 
4137
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4138
- :type execution_context: str | int | None
4134
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4135
+ :type execution_context: int | str | None
4139
4136
  :type undo: bool | None
4140
4137
  :param extend: Extend, Extend the selection
4141
4138
  :type extend: bool | typing.Any | None
@@ -4144,8 +4141,8 @@ def select_camera(
4144
4141
  ...
4145
4142
 
4146
4143
  def select_grouped(
4147
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4148
- execution_context: str | int | None = None,
4144
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4145
+ execution_context: int | str | None = None,
4149
4146
  undo: bool | None = None,
4150
4147
  *,
4151
4148
  extend: bool | typing.Any | None = False,
@@ -4153,8 +4150,8 @@ def select_grouped(
4153
4150
  ):
4154
4151
  """Select all visible objects grouped by various properties
4155
4152
 
4156
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4157
- :type execution_context: str | int | None
4153
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4154
+ :type execution_context: int | str | None
4158
4155
  :type undo: bool | None
4159
4156
  :param extend: Extend, Extend selection instead of deselecting everything first
4160
4157
  :type extend: bool | typing.Any | None
@@ -4198,8 +4195,8 @@ def select_grouped(
4198
4195
  ...
4199
4196
 
4200
4197
  def select_hierarchy(
4201
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4202
- execution_context: str | int | None = None,
4198
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4199
+ execution_context: int | str | None = None,
4203
4200
  undo: bool | None = None,
4204
4201
  *,
4205
4202
  direction: str | None = "PARENT",
@@ -4207,8 +4204,8 @@ def select_hierarchy(
4207
4204
  ):
4208
4205
  """Select object relative to the active object's position in the hierarchy
4209
4206
 
4210
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4211
- :type execution_context: str | int | None
4207
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4208
+ :type execution_context: int | str | None
4212
4209
  :type undo: bool | None
4213
4210
  :param direction: Direction, Direction to select in the hierarchy
4214
4211
  :type direction: str | None
@@ -4219,22 +4216,22 @@ def select_hierarchy(
4219
4216
  ...
4220
4217
 
4221
4218
  def select_less(
4222
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4223
- execution_context: str | int | None = None,
4219
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4220
+ execution_context: int | str | None = None,
4224
4221
  undo: bool | None = None,
4225
4222
  ):
4226
4223
  """Deselect objects at the boundaries of parent/child relationships
4227
4224
 
4228
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4229
- :type execution_context: str | int | None
4225
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4226
+ :type execution_context: int | str | None
4230
4227
  :type undo: bool | None
4231
4228
  """
4232
4229
 
4233
4230
  ...
4234
4231
 
4235
4232
  def select_linked(
4236
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4237
- execution_context: str | int | None = None,
4233
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4234
+ execution_context: int | str | None = None,
4238
4235
  undo: bool | None = None,
4239
4236
  *,
4240
4237
  extend: bool | typing.Any | None = False,
@@ -4242,8 +4239,8 @@ def select_linked(
4242
4239
  ):
4243
4240
  """Select all visible objects that are linked
4244
4241
 
4245
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4246
- :type execution_context: str | int | None
4242
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4243
+ :type execution_context: int | str | None
4247
4244
  :type undo: bool | None
4248
4245
  :param extend: Extend, Extend selection instead of deselecting everything first
4249
4246
  :type extend: bool | typing.Any | None
@@ -4254,16 +4251,16 @@ def select_linked(
4254
4251
  ...
4255
4252
 
4256
4253
  def select_mirror(
4257
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4258
- execution_context: str | int | None = None,
4254
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4255
+ execution_context: int | str | None = None,
4259
4256
  undo: bool | None = None,
4260
4257
  *,
4261
4258
  extend: bool | typing.Any | None = False,
4262
4259
  ):
4263
4260
  """Select the mirror objects of the selected object e.g. "L.sword" and "R.sword"
4264
4261
 
4265
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4266
- :type execution_context: str | int | None
4262
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4263
+ :type execution_context: int | str | None
4267
4264
  :type undo: bool | None
4268
4265
  :param extend: Extend, Extend selection instead of deselecting everything first
4269
4266
  :type extend: bool | typing.Any | None
@@ -4272,22 +4269,22 @@ def select_mirror(
4272
4269
  ...
4273
4270
 
4274
4271
  def select_more(
4275
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4276
- execution_context: str | int | None = None,
4272
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4273
+ execution_context: int | str | None = None,
4277
4274
  undo: bool | None = None,
4278
4275
  ):
4279
4276
  """Select connected parent/child objects
4280
4277
 
4281
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4282
- :type execution_context: str | int | None
4278
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4279
+ :type execution_context: int | str | None
4283
4280
  :type undo: bool | None
4284
4281
  """
4285
4282
 
4286
4283
  ...
4287
4284
 
4288
4285
  def select_pattern(
4289
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4290
- execution_context: str | int | None = None,
4286
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4287
+ execution_context: int | str | None = None,
4291
4288
  undo: bool | None = None,
4292
4289
  *,
4293
4290
  pattern: str | typing.Any = "*",
@@ -4296,8 +4293,8 @@ def select_pattern(
4296
4293
  ):
4297
4294
  """Select objects matching a naming pattern
4298
4295
 
4299
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4300
- :type execution_context: str | int | None
4296
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4297
+ :type execution_context: int | str | None
4301
4298
  :type undo: bool | None
4302
4299
  :param pattern: Pattern, Name filter using '*', '?' and '[abc]' unix style wildcards
4303
4300
  :type pattern: str | typing.Any
@@ -4310,8 +4307,8 @@ def select_pattern(
4310
4307
  ...
4311
4308
 
4312
4309
  def select_random(
4313
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4314
- execution_context: str | int | None = None,
4310
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4311
+ execution_context: int | str | None = None,
4315
4312
  undo: bool | None = None,
4316
4313
  *,
4317
4314
  ratio: typing.Any | None = 0.5,
@@ -4320,8 +4317,8 @@ def select_random(
4320
4317
  ):
4321
4318
  """Select or deselect random visible objects
4322
4319
 
4323
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4324
- :type execution_context: str | int | None
4320
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4321
+ :type execution_context: int | str | None
4325
4322
  :type undo: bool | None
4326
4323
  :param ratio: Ratio, Portion of items to select randomly
4327
4324
  :type ratio: typing.Any | None
@@ -4340,16 +4337,16 @@ def select_random(
4340
4337
  ...
4341
4338
 
4342
4339
  def select_same_collection(
4343
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4344
- execution_context: str | int | None = None,
4340
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4341
+ execution_context: int | str | None = None,
4345
4342
  undo: bool | None = None,
4346
4343
  *,
4347
4344
  collection: str | typing.Any = "",
4348
4345
  ):
4349
4346
  """Select object in the same collection
4350
4347
 
4351
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4352
- :type execution_context: str | int | None
4348
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4349
+ :type execution_context: int | str | None
4353
4350
  :type undo: bool | None
4354
4351
  :param collection: Collection, Name of the collection to select
4355
4352
  :type collection: str | typing.Any
@@ -4358,8 +4355,8 @@ def select_same_collection(
4358
4355
  ...
4359
4356
 
4360
4357
  def shade_auto_smooth(
4361
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4362
- execution_context: str | int | None = None,
4358
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4359
+ execution_context: int | str | None = None,
4363
4360
  undo: bool | None = None,
4364
4361
  *,
4365
4362
  use_auto_smooth: bool | typing.Any | None = True,
@@ -4367,8 +4364,8 @@ def shade_auto_smooth(
4367
4364
  ):
4368
4365
  """Add modifier to automatically set the sharpness of mesh edges based on the angle between the neighboring faces
4369
4366
 
4370
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4371
- :type execution_context: str | int | None
4367
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4368
+ :type execution_context: int | str | None
4372
4369
  :type undo: bool | None
4373
4370
  :param use_auto_smooth: Auto Smooth, Add modifier to set edge sharpness automatically
4374
4371
  :type use_auto_smooth: bool | typing.Any | None
@@ -4379,16 +4376,16 @@ def shade_auto_smooth(
4379
4376
  ...
4380
4377
 
4381
4378
  def shade_flat(
4382
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4383
- execution_context: str | int | None = None,
4379
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4380
+ execution_context: int | str | None = None,
4384
4381
  undo: bool | None = None,
4385
4382
  *,
4386
4383
  keep_sharp_edges: bool | typing.Any | None = True,
4387
4384
  ):
4388
4385
  """Render and display faces uniform, using face normals
4389
4386
 
4390
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4391
- :type execution_context: str | int | None
4387
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4388
+ :type execution_context: int | str | None
4392
4389
  :type undo: bool | None
4393
4390
  :param keep_sharp_edges: Keep Sharp Edges, Don't remove sharp edges, which are redundant with faces shaded smooth
4394
4391
  :type keep_sharp_edges: bool | typing.Any | None
@@ -4397,16 +4394,16 @@ def shade_flat(
4397
4394
  ...
4398
4395
 
4399
4396
  def shade_smooth(
4400
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4401
- execution_context: str | int | None = None,
4397
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4398
+ execution_context: int | str | None = None,
4402
4399
  undo: bool | None = None,
4403
4400
  *,
4404
4401
  keep_sharp_edges: bool | typing.Any | None = True,
4405
4402
  ):
4406
4403
  """Render and display faces smooth, using interpolated vertex normals
4407
4404
 
4408
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4409
- :type execution_context: str | int | None
4405
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4406
+ :type execution_context: int | str | None
4410
4407
  :type undo: bool | None
4411
4408
  :param keep_sharp_edges: Keep Sharp Edges, Don't remove sharp edges. Tagged edges will remain sharp
4412
4409
  :type keep_sharp_edges: bool | typing.Any | None
@@ -4415,8 +4412,8 @@ def shade_smooth(
4415
4412
  ...
4416
4413
 
4417
4414
  def shade_smooth_by_angle(
4418
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4419
- execution_context: str | int | None = None,
4415
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4416
+ execution_context: int | str | None = None,
4420
4417
  undo: bool | None = None,
4421
4418
  *,
4422
4419
  angle: typing.Any | None = 0.523599,
@@ -4424,8 +4421,8 @@ def shade_smooth_by_angle(
4424
4421
  ):
4425
4422
  """Set the sharpness of mesh edges based on the angle between the neighboring faces
4426
4423
 
4427
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4428
- :type execution_context: str | int | None
4424
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4425
+ :type execution_context: int | str | None
4429
4426
  :type undo: bool | None
4430
4427
  :param angle: Angle, Maximum angle between face normals that will be considered as smooth
4431
4428
  :type angle: typing.Any | None
@@ -4436,16 +4433,16 @@ def shade_smooth_by_angle(
4436
4433
  ...
4437
4434
 
4438
4435
  def shaderfx_add(
4439
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4440
- execution_context: str | int | None = None,
4436
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4437
+ execution_context: int | str | None = None,
4441
4438
  undo: bool | None = None,
4442
4439
  *,
4443
4440
  type: str | None = "FX_BLUR",
4444
4441
  ):
4445
4442
  """Add a visual effect to the active object
4446
4443
 
4447
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4448
- :type execution_context: str | int | None
4444
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4445
+ :type execution_context: int | str | None
4449
4446
  :type undo: bool | None
4450
4447
  :param type: Type
4451
4448
  :type type: str | None
@@ -4454,16 +4451,16 @@ def shaderfx_add(
4454
4451
  ...
4455
4452
 
4456
4453
  def shaderfx_copy(
4457
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4458
- execution_context: str | int | None = None,
4454
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4455
+ execution_context: int | str | None = None,
4459
4456
  undo: bool | None = None,
4460
4457
  *,
4461
4458
  shaderfx: str | typing.Any = "",
4462
4459
  ):
4463
4460
  """Duplicate effect at the same position in the stack
4464
4461
 
4465
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4466
- :type execution_context: str | int | None
4462
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4463
+ :type execution_context: int | str | None
4467
4464
  :type undo: bool | None
4468
4465
  :param shaderfx: Shader, Name of the shaderfx to edit
4469
4466
  :type shaderfx: str | typing.Any
@@ -4472,16 +4469,16 @@ def shaderfx_copy(
4472
4469
  ...
4473
4470
 
4474
4471
  def shaderfx_move_down(
4475
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4476
- execution_context: str | int | None = None,
4472
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4473
+ execution_context: int | str | None = None,
4477
4474
  undo: bool | None = None,
4478
4475
  *,
4479
4476
  shaderfx: str | typing.Any = "",
4480
4477
  ):
4481
4478
  """Move effect down in the stack
4482
4479
 
4483
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4484
- :type execution_context: str | int | None
4480
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4481
+ :type execution_context: int | str | None
4485
4482
  :type undo: bool | None
4486
4483
  :param shaderfx: Shader, Name of the shaderfx to edit
4487
4484
  :type shaderfx: str | typing.Any
@@ -4490,8 +4487,8 @@ def shaderfx_move_down(
4490
4487
  ...
4491
4488
 
4492
4489
  def shaderfx_move_to_index(
4493
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4494
- execution_context: str | int | None = None,
4490
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4491
+ execution_context: int | str | None = None,
4495
4492
  undo: bool | None = None,
4496
4493
  *,
4497
4494
  shaderfx: str | typing.Any = "",
@@ -4499,8 +4496,8 @@ def shaderfx_move_to_index(
4499
4496
  ):
4500
4497
  """Change the effect's position in the list so it evaluates after the set number of others
4501
4498
 
4502
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4503
- :type execution_context: str | int | None
4499
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4500
+ :type execution_context: int | str | None
4504
4501
  :type undo: bool | None
4505
4502
  :param shaderfx: Shader, Name of the shaderfx to edit
4506
4503
  :type shaderfx: str | typing.Any
@@ -4511,16 +4508,16 @@ def shaderfx_move_to_index(
4511
4508
  ...
4512
4509
 
4513
4510
  def shaderfx_move_up(
4514
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4515
- execution_context: str | int | None = None,
4511
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4512
+ execution_context: int | str | None = None,
4516
4513
  undo: bool | None = None,
4517
4514
  *,
4518
4515
  shaderfx: str | typing.Any = "",
4519
4516
  ):
4520
4517
  """Move effect up in the stack
4521
4518
 
4522
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4523
- :type execution_context: str | int | None
4519
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4520
+ :type execution_context: int | str | None
4524
4521
  :type undo: bool | None
4525
4522
  :param shaderfx: Shader, Name of the shaderfx to edit
4526
4523
  :type shaderfx: str | typing.Any
@@ -4529,8 +4526,8 @@ def shaderfx_move_up(
4529
4526
  ...
4530
4527
 
4531
4528
  def shaderfx_remove(
4532
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4533
- execution_context: str | int | None = None,
4529
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4530
+ execution_context: int | str | None = None,
4534
4531
  undo: bool | None = None,
4535
4532
  *,
4536
4533
  shaderfx: str | typing.Any = "",
@@ -4538,8 +4535,8 @@ def shaderfx_remove(
4538
4535
  ):
4539
4536
  """Remove a effect from the active grease pencil object
4540
4537
 
4541
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4542
- :type execution_context: str | int | None
4538
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4539
+ :type execution_context: int | str | None
4543
4540
  :type undo: bool | None
4544
4541
  :param shaderfx: Shader, Name of the shaderfx to edit
4545
4542
  :type shaderfx: str | typing.Any
@@ -4550,16 +4547,16 @@ def shaderfx_remove(
4550
4547
  ...
4551
4548
 
4552
4549
  def shape_key_add(
4553
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4554
- execution_context: str | int | None = None,
4550
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4551
+ execution_context: int | str | None = None,
4555
4552
  undo: bool | None = None,
4556
4553
  *,
4557
4554
  from_mix: bool | typing.Any | None = True,
4558
4555
  ):
4559
4556
  """Add shape key to the object
4560
4557
 
4561
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4562
- :type execution_context: str | int | None
4558
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4559
+ :type execution_context: int | str | None
4563
4560
  :type undo: bool | None
4564
4561
  :param from_mix: From Mix, Create the new shape key from the existing mix of keys
4565
4562
  :type from_mix: bool | typing.Any | None
@@ -4568,30 +4565,30 @@ def shape_key_add(
4568
4565
  ...
4569
4566
 
4570
4567
  def shape_key_clear(
4571
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4572
- execution_context: str | int | None = None,
4568
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4569
+ execution_context: int | str | None = None,
4573
4570
  undo: bool | None = None,
4574
4571
  ):
4575
4572
  """Clear weights for all shape keys
4576
4573
 
4577
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4578
- :type execution_context: str | int | None
4574
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4575
+ :type execution_context: int | str | None
4579
4576
  :type undo: bool | None
4580
4577
  """
4581
4578
 
4582
4579
  ...
4583
4580
 
4584
4581
  def shape_key_lock(
4585
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4586
- execution_context: str | int | None = None,
4582
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4583
+ execution_context: int | str | None = None,
4587
4584
  undo: bool | None = None,
4588
4585
  *,
4589
4586
  action: str | None = "LOCK",
4590
4587
  ):
4591
4588
  """Change the lock state of all shape keys of active object
4592
4589
 
4593
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4594
- :type execution_context: str | int | None
4590
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4591
+ :type execution_context: int | str | None
4595
4592
  :type undo: bool | None
4596
4593
  :param action: Action, Lock action to execute on vertex groups
4597
4594
 
@@ -4606,16 +4603,16 @@ def shape_key_lock(
4606
4603
  ...
4607
4604
 
4608
4605
  def shape_key_mirror(
4609
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4610
- execution_context: str | int | None = None,
4606
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4607
+ execution_context: int | str | None = None,
4611
4608
  undo: bool | None = None,
4612
4609
  *,
4613
4610
  use_topology: bool | typing.Any | None = False,
4614
4611
  ):
4615
4612
  """Mirror the current shape key along the local X axis
4616
4613
 
4617
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4618
- :type execution_context: str | int | None
4614
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4615
+ :type execution_context: int | str | None
4619
4616
  :type undo: bool | None
4620
4617
  :param use_topology: Topology Mirror, Use topology based mirroring (for when both sides of mesh have matching, unique topology)
4621
4618
  :type use_topology: bool | typing.Any | None
@@ -4624,16 +4621,16 @@ def shape_key_mirror(
4624
4621
  ...
4625
4622
 
4626
4623
  def shape_key_move(
4627
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4628
- execution_context: str | int | None = None,
4624
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4625
+ execution_context: int | str | None = None,
4629
4626
  undo: bool | None = None,
4630
4627
  *,
4631
4628
  type: str | None = "TOP",
4632
4629
  ):
4633
4630
  """Move the active shape key up/down in the list
4634
4631
 
4635
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4636
- :type execution_context: str | int | None
4632
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4633
+ :type execution_context: int | str | None
4637
4634
  :type undo: bool | None
4638
4635
  :param type: Type
4639
4636
 
@@ -4654,8 +4651,8 @@ def shape_key_move(
4654
4651
  ...
4655
4652
 
4656
4653
  def shape_key_remove(
4657
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4658
- execution_context: str | int | None = None,
4654
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4655
+ execution_context: int | str | None = None,
4659
4656
  undo: bool | None = None,
4660
4657
  *,
4661
4658
  all: bool | typing.Any | None = False,
@@ -4663,8 +4660,8 @@ def shape_key_remove(
4663
4660
  ):
4664
4661
  """Remove shape key from the object
4665
4662
 
4666
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4667
- :type execution_context: str | int | None
4663
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4664
+ :type execution_context: int | str | None
4668
4665
  :type undo: bool | None
4669
4666
  :param all: All, Remove all shape keys
4670
4667
  :type all: bool | typing.Any | None
@@ -4675,22 +4672,22 @@ def shape_key_remove(
4675
4672
  ...
4676
4673
 
4677
4674
  def shape_key_retime(
4678
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4679
- execution_context: str | int | None = None,
4675
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4676
+ execution_context: int | str | None = None,
4680
4677
  undo: bool | None = None,
4681
4678
  ):
4682
4679
  """Resets the timing for absolute shape keys
4683
4680
 
4684
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4685
- :type execution_context: str | int | None
4681
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4682
+ :type execution_context: int | str | None
4686
4683
  :type undo: bool | None
4687
4684
  """
4688
4685
 
4689
4686
  ...
4690
4687
 
4691
4688
  def shape_key_transfer(
4692
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4693
- execution_context: str | int | None = None,
4689
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4690
+ execution_context: int | str | None = None,
4694
4691
  undo: bool | None = None,
4695
4692
  *,
4696
4693
  mode: str | None = "OFFSET",
@@ -4698,8 +4695,8 @@ def shape_key_transfer(
4698
4695
  ):
4699
4696
  """Copy the active shape key of another selected object to this one
4700
4697
 
4701
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4702
- :type execution_context: str | int | None
4698
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4699
+ :type execution_context: int | str | None
4703
4700
  :type undo: bool | None
4704
4701
  :param mode: Transformation Mode, Relative shape positions to the new shape method
4705
4702
 
@@ -4719,16 +4716,16 @@ def shape_key_transfer(
4719
4716
  ...
4720
4717
 
4721
4718
  def simulation_nodes_cache_bake(
4722
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4723
- execution_context: str | int | None = None,
4719
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4720
+ execution_context: int | str | None = None,
4724
4721
  undo: bool | None = None,
4725
4722
  *,
4726
4723
  selected: bool | typing.Any | None = False,
4727
4724
  ):
4728
4725
  """Bake simulations in geometry nodes modifiers
4729
4726
 
4730
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4731
- :type execution_context: str | int | None
4727
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4728
+ :type execution_context: int | str | None
4732
4729
  :type undo: bool | None
4733
4730
  :param selected: Selected, Bake cache on all selected objects
4734
4731
  :type selected: bool | typing.Any | None
@@ -4737,16 +4734,16 @@ def simulation_nodes_cache_bake(
4737
4734
  ...
4738
4735
 
4739
4736
  def simulation_nodes_cache_calculate_to_frame(
4740
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4741
- execution_context: str | int | None = None,
4737
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4738
+ execution_context: int | str | None = None,
4742
4739
  undo: bool | None = None,
4743
4740
  *,
4744
4741
  selected: bool | typing.Any | None = False,
4745
4742
  ):
4746
4743
  """Calculate simulations in geometry nodes modifiers from the start to current frame
4747
4744
 
4748
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4749
- :type execution_context: str | int | None
4745
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4746
+ :type execution_context: int | str | None
4750
4747
  :type undo: bool | None
4751
4748
  :param selected: Selected, Calculate all selected objects instead of just the active object
4752
4749
  :type selected: bool | typing.Any | None
@@ -4755,16 +4752,16 @@ def simulation_nodes_cache_calculate_to_frame(
4755
4752
  ...
4756
4753
 
4757
4754
  def simulation_nodes_cache_delete(
4758
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4759
- execution_context: str | int | None = None,
4755
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4756
+ execution_context: int | str | None = None,
4760
4757
  undo: bool | None = None,
4761
4758
  *,
4762
4759
  selected: bool | typing.Any | None = False,
4763
4760
  ):
4764
4761
  """Delete cached/baked simulations in geometry nodes modifiers
4765
4762
 
4766
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4767
- :type execution_context: str | int | None
4763
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4764
+ :type execution_context: int | str | None
4768
4765
  :type undo: bool | None
4769
4766
  :param selected: Selected, Delete cache on all selected objects
4770
4767
  :type selected: bool | typing.Any | None
@@ -4773,16 +4770,16 @@ def simulation_nodes_cache_delete(
4773
4770
  ...
4774
4771
 
4775
4772
  def skin_armature_create(
4776
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4777
- execution_context: str | int | None = None,
4773
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4774
+ execution_context: int | str | None = None,
4778
4775
  undo: bool | None = None,
4779
4776
  *,
4780
4777
  modifier: str | typing.Any = "",
4781
4778
  ):
4782
4779
  """Create an armature that parallels the skin layout
4783
4780
 
4784
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4785
- :type execution_context: str | int | None
4781
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4782
+ :type execution_context: int | str | None
4786
4783
  :type undo: bool | None
4787
4784
  :param modifier: Modifier, Name of the modifier to edit
4788
4785
  :type modifier: str | typing.Any
@@ -4791,16 +4788,16 @@ def skin_armature_create(
4791
4788
  ...
4792
4789
 
4793
4790
  def skin_loose_mark_clear(
4794
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4795
- execution_context: str | int | None = None,
4791
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4792
+ execution_context: int | str | None = None,
4796
4793
  undo: bool | None = None,
4797
4794
  *,
4798
4795
  action: str | None = "MARK",
4799
4796
  ):
4800
4797
  """Mark/clear selected vertices as loose
4801
4798
 
4802
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4803
- :type execution_context: str | int | None
4799
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4800
+ :type execution_context: int | str | None
4804
4801
  :type undo: bool | None
4805
4802
  :param action: Action
4806
4803
 
@@ -4815,36 +4812,36 @@ def skin_loose_mark_clear(
4815
4812
  ...
4816
4813
 
4817
4814
  def skin_radii_equalize(
4818
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4819
- execution_context: str | int | None = None,
4815
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4816
+ execution_context: int | str | None = None,
4820
4817
  undo: bool | None = None,
4821
4818
  ):
4822
4819
  """Make skin radii of selected vertices equal on each axis
4823
4820
 
4824
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4825
- :type execution_context: str | int | None
4821
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4822
+ :type execution_context: int | str | None
4826
4823
  :type undo: bool | None
4827
4824
  """
4828
4825
 
4829
4826
  ...
4830
4827
 
4831
4828
  def skin_root_mark(
4832
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4833
- execution_context: str | int | None = None,
4829
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4830
+ execution_context: int | str | None = None,
4834
4831
  undo: bool | None = None,
4835
4832
  ):
4836
4833
  """Mark selected vertices as roots
4837
4834
 
4838
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4839
- :type execution_context: str | int | None
4835
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4836
+ :type execution_context: int | str | None
4840
4837
  :type undo: bool | None
4841
4838
  """
4842
4839
 
4843
4840
  ...
4844
4841
 
4845
4842
  def speaker_add(
4846
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4847
- execution_context: str | int | None = None,
4843
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4844
+ execution_context: int | str | None = None,
4848
4845
  undo: bool | None = None,
4849
4846
  *,
4850
4847
  enter_editmode: bool | typing.Any | None = False,
@@ -4855,8 +4852,8 @@ def speaker_add(
4855
4852
  ):
4856
4853
  """Add a speaker object to the scene
4857
4854
 
4858
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4859
- :type execution_context: str | int | None
4855
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4856
+ :type execution_context: int | str | None
4860
4857
  :type undo: bool | None
4861
4858
  :param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
4862
4859
  :type enter_editmode: bool | typing.Any | None
@@ -4882,8 +4879,8 @@ def speaker_add(
4882
4879
  ...
4883
4880
 
4884
4881
  def subdivision_set(
4885
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4886
- execution_context: str | int | None = None,
4882
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4883
+ execution_context: int | str | None = None,
4887
4884
  undo: bool | None = None,
4888
4885
  *,
4889
4886
  level: typing.Any | None = 1,
@@ -4891,8 +4888,8 @@ def subdivision_set(
4891
4888
  ):
4892
4889
  """Sets a Subdivision Surface level (1 to 5)
4893
4890
 
4894
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4895
- :type execution_context: str | int | None
4891
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4892
+ :type execution_context: int | str | None
4896
4893
  :type undo: bool | None
4897
4894
  :param level: Level
4898
4895
  :type level: typing.Any | None
@@ -4903,16 +4900,16 @@ def subdivision_set(
4903
4900
  ...
4904
4901
 
4905
4902
  def surfacedeform_bind(
4906
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4907
- execution_context: str | int | None = None,
4903
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4904
+ execution_context: int | str | None = None,
4908
4905
  undo: bool | None = None,
4909
4906
  *,
4910
4907
  modifier: str | typing.Any = "",
4911
4908
  ):
4912
4909
  """Bind mesh to target in surface deform modifier
4913
4910
 
4914
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4915
- :type execution_context: str | int | None
4911
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4912
+ :type execution_context: int | str | None
4916
4913
  :type undo: bool | None
4917
4914
  :param modifier: Modifier, Name of the modifier to edit
4918
4915
  :type modifier: str | typing.Any
@@ -4921,8 +4918,8 @@ def surfacedeform_bind(
4921
4918
  ...
4922
4919
 
4923
4920
  def text_add(
4924
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4925
- execution_context: str | int | None = None,
4921
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4922
+ execution_context: int | str | None = None,
4926
4923
  undo: bool | None = None,
4927
4924
  *,
4928
4925
  radius: typing.Any | None = 1.0,
@@ -4934,8 +4931,8 @@ def text_add(
4934
4931
  ):
4935
4932
  """Add a text object to the scene
4936
4933
 
4937
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4938
- :type execution_context: str | int | None
4934
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4935
+ :type execution_context: int | str | None
4939
4936
  :type undo: bool | None
4940
4937
  :param radius: Radius
4941
4938
  :type radius: typing.Any | None
@@ -4963,16 +4960,16 @@ def text_add(
4963
4960
  ...
4964
4961
 
4965
4962
  def track_clear(
4966
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4967
- execution_context: str | int | None = None,
4963
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4964
+ execution_context: int | str | None = None,
4968
4965
  undo: bool | None = None,
4969
4966
  *,
4970
4967
  type: str | None = "CLEAR",
4971
4968
  ):
4972
4969
  """Clear tracking constraint or flag from object
4973
4970
 
4974
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4975
- :type execution_context: str | int | None
4971
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4972
+ :type execution_context: int | str | None
4976
4973
  :type undo: bool | None
4977
4974
  :param type: Type
4978
4975
  :type type: str | None
@@ -4981,16 +4978,16 @@ def track_clear(
4981
4978
  ...
4982
4979
 
4983
4980
  def track_set(
4984
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4985
- execution_context: str | int | None = None,
4981
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4982
+ execution_context: int | str | None = None,
4986
4983
  undo: bool | None = None,
4987
4984
  *,
4988
4985
  type: str | None = "DAMPTRACK",
4989
4986
  ):
4990
4987
  """Make the object track another object, using various methods/constraints
4991
4988
 
4992
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4993
- :type execution_context: str | int | None
4989
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4990
+ :type execution_context: int | str | None
4994
4991
  :type undo: bool | None
4995
4992
  :param type: Type
4996
4993
  :type type: str | None
@@ -4999,16 +4996,16 @@ def track_set(
4999
4996
  ...
5000
4997
 
5001
4998
  def transfer_mode(
5002
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5003
- execution_context: str | int | None = None,
4999
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5000
+ execution_context: int | str | None = None,
5004
5001
  undo: bool | None = None,
5005
5002
  *,
5006
5003
  use_flash_on_transfer: bool | typing.Any | None = True,
5007
5004
  ):
5008
5005
  """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
5009
5006
 
5010
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5011
- :type execution_context: str | int | None
5007
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5008
+ :type execution_context: int | str | None
5012
5009
  :type undo: bool | None
5013
5010
  :param use_flash_on_transfer: Flash On Transfer, Flash the target object when transferring the mode
5014
5011
  :type use_flash_on_transfer: bool | typing.Any | None
@@ -5017,8 +5014,8 @@ def transfer_mode(
5017
5014
  ...
5018
5015
 
5019
5016
  def transform_apply(
5020
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5021
- execution_context: str | int | None = None,
5017
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5018
+ execution_context: int | str | None = None,
5022
5019
  undo: bool | None = None,
5023
5020
  *,
5024
5021
  location: bool | typing.Any | None = True,
@@ -5029,8 +5026,8 @@ def transform_apply(
5029
5026
  ):
5030
5027
  """Apply the object's transformation to its data
5031
5028
 
5032
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5033
- :type execution_context: str | int | None
5029
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5030
+ :type execution_context: int | str | None
5034
5031
  :type undo: bool | None
5035
5032
  :param location: Location
5036
5033
  :type location: bool | typing.Any | None
@@ -5047,22 +5044,22 @@ def transform_apply(
5047
5044
  ...
5048
5045
 
5049
5046
  def transform_axis_target(
5050
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5051
- execution_context: str | int | None = None,
5047
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5048
+ execution_context: int | str | None = None,
5052
5049
  undo: bool | None = None,
5053
5050
  ):
5054
5051
  """Interactively point cameras and lights to a location (Ctrl translates)
5055
5052
 
5056
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5057
- :type execution_context: str | int | None
5053
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5054
+ :type execution_context: int | str | None
5058
5055
  :type undo: bool | None
5059
5056
  """
5060
5057
 
5061
5058
  ...
5062
5059
 
5063
5060
  def transform_to_mouse(
5064
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5065
- execution_context: str | int | None = None,
5061
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5062
+ execution_context: int | str | None = None,
5066
5063
  undo: bool | None = None,
5067
5064
  *,
5068
5065
  name: str | typing.Any = "",
@@ -5078,8 +5075,8 @@ def transform_to_mouse(
5078
5075
  ):
5079
5076
  """Snap selected item(s) to the mouse location
5080
5077
 
5081
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5082
- :type execution_context: str | int | None
5078
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5079
+ :type execution_context: int | str | None
5083
5080
  :type undo: bool | None
5084
5081
  :param name: Name, Object name to place (uses the active object when this and 'session_uid' are unset)
5085
5082
  :type name: str | typing.Any
@@ -5096,8 +5093,8 @@ def transform_to_mouse(
5096
5093
  ...
5097
5094
 
5098
5095
  def transforms_to_deltas(
5099
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5100
- execution_context: str | int | None = None,
5096
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5097
+ execution_context: int | str | None = None,
5101
5098
  undo: bool | None = None,
5102
5099
  *,
5103
5100
  mode: str | None = "ALL",
@@ -5105,8 +5102,8 @@ def transforms_to_deltas(
5105
5102
  ):
5106
5103
  """Convert normal object transforms to delta transforms, any existing delta transforms will be included as well
5107
5104
 
5108
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5109
- :type execution_context: str | int | None
5105
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5106
+ :type execution_context: int | str | None
5110
5107
  :type undo: bool | None
5111
5108
  :param mode: Mode, Which transforms to transfer
5112
5109
 
@@ -5129,64 +5126,64 @@ def transforms_to_deltas(
5129
5126
  ...
5130
5127
 
5131
5128
  def unlink_data(
5132
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5133
- execution_context: str | int | None = None,
5129
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5130
+ execution_context: int | str | None = None,
5134
5131
  undo: bool | None = None,
5135
5132
  ):
5136
5133
  """Undocumented, consider contributing.
5137
5134
 
5138
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5139
- :type execution_context: str | int | None
5135
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5136
+ :type execution_context: int | str | None
5140
5137
  :type undo: bool | None
5141
5138
  """
5142
5139
 
5143
5140
  ...
5144
5141
 
5145
5142
  def vertex_group_add(
5146
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5147
- execution_context: str | int | None = None,
5143
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5144
+ execution_context: int | str | None = None,
5148
5145
  undo: bool | None = None,
5149
5146
  ):
5150
5147
  """Add a new vertex group to the active object
5151
5148
 
5152
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5153
- :type execution_context: str | int | None
5149
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5150
+ :type execution_context: int | str | None
5154
5151
  :type undo: bool | None
5155
5152
  """
5156
5153
 
5157
5154
  ...
5158
5155
 
5159
5156
  def vertex_group_assign(
5160
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5161
- execution_context: str | int | None = None,
5157
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5158
+ execution_context: int | str | None = None,
5162
5159
  undo: bool | None = None,
5163
5160
  ):
5164
5161
  """Assign the selected vertices to the active vertex group
5165
5162
 
5166
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5167
- :type execution_context: str | int | None
5163
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5164
+ :type execution_context: int | str | None
5168
5165
  :type undo: bool | None
5169
5166
  """
5170
5167
 
5171
5168
  ...
5172
5169
 
5173
5170
  def vertex_group_assign_new(
5174
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5175
- execution_context: str | int | None = None,
5171
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5172
+ execution_context: int | str | None = None,
5176
5173
  undo: bool | None = None,
5177
5174
  ):
5178
5175
  """Assign the selected vertices to a new vertex group
5179
5176
 
5180
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5181
- :type execution_context: str | int | None
5177
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5178
+ :type execution_context: int | str | None
5182
5179
  :type undo: bool | None
5183
5180
  """
5184
5181
 
5185
5182
  ...
5186
5183
 
5187
5184
  def vertex_group_clean(
5188
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5189
- execution_context: str | int | None = None,
5185
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5186
+ execution_context: int | str | None = None,
5190
5187
  undo: bool | None = None,
5191
5188
  *,
5192
5189
  group_select_mode: str | None = "",
@@ -5195,8 +5192,8 @@ def vertex_group_clean(
5195
5192
  ):
5196
5193
  """Remove vertex group assignments which are not required
5197
5194
 
5198
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5199
- :type execution_context: str | int | None
5195
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5196
+ :type execution_context: int | str | None
5200
5197
  :type undo: bool | None
5201
5198
  :param group_select_mode: Subset, Define which subset of groups shall be used
5202
5199
  :type group_select_mode: str | None
@@ -5209,50 +5206,50 @@ def vertex_group_clean(
5209
5206
  ...
5210
5207
 
5211
5208
  def vertex_group_copy(
5212
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5213
- execution_context: str | int | None = None,
5209
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5210
+ execution_context: int | str | None = None,
5214
5211
  undo: bool | None = None,
5215
5212
  ):
5216
5213
  """Make a copy of the active vertex group
5217
5214
 
5218
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5219
- :type execution_context: str | int | None
5215
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5216
+ :type execution_context: int | str | None
5220
5217
  :type undo: bool | None
5221
5218
  """
5222
5219
 
5223
5220
  ...
5224
5221
 
5225
5222
  def vertex_group_copy_to_selected(
5226
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5227
- execution_context: str | int | None = None,
5223
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5224
+ execution_context: int | str | None = None,
5228
5225
  undo: bool | None = None,
5229
5226
  ):
5230
5227
  """Replace vertex groups of selected objects by vertex groups of active object
5231
5228
 
5232
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5233
- :type execution_context: str | int | None
5229
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5230
+ :type execution_context: int | str | None
5234
5231
  :type undo: bool | None
5235
5232
  """
5236
5233
 
5237
5234
  ...
5238
5235
 
5239
5236
  def vertex_group_deselect(
5240
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5241
- execution_context: str | int | None = None,
5237
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5238
+ execution_context: int | str | None = None,
5242
5239
  undo: bool | None = None,
5243
5240
  ):
5244
5241
  """Deselect all selected vertices assigned to the active vertex group
5245
5242
 
5246
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5247
- :type execution_context: str | int | None
5243
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5244
+ :type execution_context: int | str | None
5248
5245
  :type undo: bool | None
5249
5246
  """
5250
5247
 
5251
5248
  ...
5252
5249
 
5253
5250
  def vertex_group_invert(
5254
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5255
- execution_context: str | int | None = None,
5251
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5252
+ execution_context: int | str | None = None,
5256
5253
  undo: bool | None = None,
5257
5254
  *,
5258
5255
  group_select_mode: str | None = "",
@@ -5261,8 +5258,8 @@ def vertex_group_invert(
5261
5258
  ):
5262
5259
  """Invert active vertex group's weights
5263
5260
 
5264
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5265
- :type execution_context: str | int | None
5261
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5262
+ :type execution_context: int | str | None
5266
5263
  :type undo: bool | None
5267
5264
  :param group_select_mode: Subset, Define which subset of groups shall be used
5268
5265
  :type group_select_mode: str | None
@@ -5275,8 +5272,8 @@ def vertex_group_invert(
5275
5272
  ...
5276
5273
 
5277
5274
  def vertex_group_levels(
5278
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5279
- execution_context: str | int | None = None,
5275
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5276
+ execution_context: int | str | None = None,
5280
5277
  undo: bool | None = None,
5281
5278
  *,
5282
5279
  group_select_mode: str | None = "",
@@ -5285,8 +5282,8 @@ def vertex_group_levels(
5285
5282
  ):
5286
5283
  """Add some offset and multiply with some gain the weights of the active vertex group
5287
5284
 
5288
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5289
- :type execution_context: str | int | None
5285
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5286
+ :type execution_context: int | str | None
5290
5287
  :type undo: bool | None
5291
5288
  :param group_select_mode: Subset, Define which subset of groups shall be used
5292
5289
  :type group_select_mode: str | None
@@ -5299,8 +5296,8 @@ def vertex_group_levels(
5299
5296
  ...
5300
5297
 
5301
5298
  def vertex_group_limit_total(
5302
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5303
- execution_context: str | int | None = None,
5299
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5300
+ execution_context: int | str | None = None,
5304
5301
  undo: bool | None = None,
5305
5302
  *,
5306
5303
  group_select_mode: str | None = "",
@@ -5308,8 +5305,8 @@ def vertex_group_limit_total(
5308
5305
  ):
5309
5306
  """Limit deform weights associated with a vertex to a specified number by removing lowest weights
5310
5307
 
5311
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5312
- :type execution_context: str | int | None
5308
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5309
+ :type execution_context: int | str | None
5313
5310
  :type undo: bool | None
5314
5311
  :param group_select_mode: Subset, Define which subset of groups shall be used
5315
5312
  :type group_select_mode: str | None
@@ -5320,8 +5317,8 @@ def vertex_group_limit_total(
5320
5317
  ...
5321
5318
 
5322
5319
  def vertex_group_lock(
5323
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5324
- execution_context: str | int | None = None,
5320
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5321
+ execution_context: int | str | None = None,
5325
5322
  undo: bool | None = None,
5326
5323
  *,
5327
5324
  action: str | None = "TOGGLE",
@@ -5329,8 +5326,8 @@ def vertex_group_lock(
5329
5326
  ):
5330
5327
  """Change the lock state of all or some vertex groups of active object
5331
5328
 
5332
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5333
- :type execution_context: str | int | None
5329
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5330
+ :type execution_context: int | str | None
5334
5331
  :type undo: bool | None
5335
5332
  :param action: Action, Lock action to execute on vertex groups
5336
5333
 
@@ -5365,8 +5362,8 @@ def vertex_group_lock(
5365
5362
  ...
5366
5363
 
5367
5364
  def vertex_group_mirror(
5368
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5369
- execution_context: str | int | None = None,
5365
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5366
+ execution_context: int | str | None = None,
5370
5367
  undo: bool | None = None,
5371
5368
  *,
5372
5369
  mirror_weights: bool | typing.Any | None = True,
@@ -5376,8 +5373,8 @@ def vertex_group_mirror(
5376
5373
  ):
5377
5374
  """Mirror vertex group, flip weights and/or names, editing only selected vertices, flipping when both sides are selected otherwise copy from unselected
5378
5375
 
5379
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5380
- :type execution_context: str | int | None
5376
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5377
+ :type execution_context: int | str | None
5381
5378
  :type undo: bool | None
5382
5379
  :param mirror_weights: Mirror Weights, Mirror weights
5383
5380
  :type mirror_weights: bool | typing.Any | None
@@ -5392,16 +5389,16 @@ def vertex_group_mirror(
5392
5389
  ...
5393
5390
 
5394
5391
  def vertex_group_move(
5395
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5396
- execution_context: str | int | None = None,
5392
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5393
+ execution_context: int | str | None = None,
5397
5394
  undo: bool | None = None,
5398
5395
  *,
5399
5396
  direction: str | None = "UP",
5400
5397
  ):
5401
5398
  """Move the active vertex group up/down in the list
5402
5399
 
5403
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5404
- :type execution_context: str | int | None
5400
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5401
+ :type execution_context: int | str | None
5405
5402
  :type undo: bool | None
5406
5403
  :param direction: Direction, Direction to move the active vertex group towards
5407
5404
  :type direction: str | None
@@ -5410,22 +5407,22 @@ def vertex_group_move(
5410
5407
  ...
5411
5408
 
5412
5409
  def vertex_group_normalize(
5413
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5414
- execution_context: str | int | None = None,
5410
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5411
+ execution_context: int | str | None = None,
5415
5412
  undo: bool | None = None,
5416
5413
  ):
5417
5414
  """Normalize weights of the active vertex group, so that the highest ones are now 1.0
5418
5415
 
5419
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5420
- :type execution_context: str | int | None
5416
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5417
+ :type execution_context: int | str | None
5421
5418
  :type undo: bool | None
5422
5419
  """
5423
5420
 
5424
5421
  ...
5425
5422
 
5426
5423
  def vertex_group_normalize_all(
5427
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5428
- execution_context: str | int | None = None,
5424
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5425
+ execution_context: int | str | None = None,
5429
5426
  undo: bool | None = None,
5430
5427
  *,
5431
5428
  group_select_mode: str | None = "",
@@ -5433,8 +5430,8 @@ def vertex_group_normalize_all(
5433
5430
  ):
5434
5431
  """Normalize all weights of all vertex groups, so that for each vertex, the sum of all weights is 1.0
5435
5432
 
5436
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5437
- :type execution_context: str | int | None
5433
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5434
+ :type execution_context: int | str | None
5438
5435
  :type undo: bool | None
5439
5436
  :param group_select_mode: Subset, Define which subset of groups shall be used
5440
5437
  :type group_select_mode: str | None
@@ -5445,8 +5442,8 @@ def vertex_group_normalize_all(
5445
5442
  ...
5446
5443
 
5447
5444
  def vertex_group_quantize(
5448
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5449
- execution_context: str | int | None = None,
5445
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5446
+ execution_context: int | str | None = None,
5450
5447
  undo: bool | None = None,
5451
5448
  *,
5452
5449
  group_select_mode: str | None = "",
@@ -5454,8 +5451,8 @@ def vertex_group_quantize(
5454
5451
  ):
5455
5452
  """Set weights to a fixed number of steps
5456
5453
 
5457
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5458
- :type execution_context: str | int | None
5454
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5455
+ :type execution_context: int | str | None
5459
5456
  :type undo: bool | None
5460
5457
  :param group_select_mode: Subset, Define which subset of groups shall be used
5461
5458
  :type group_select_mode: str | None
@@ -5466,8 +5463,8 @@ def vertex_group_quantize(
5466
5463
  ...
5467
5464
 
5468
5465
  def vertex_group_remove(
5469
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5470
- execution_context: str | int | None = None,
5466
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5467
+ execution_context: int | str | None = None,
5471
5468
  undo: bool | None = None,
5472
5469
  *,
5473
5470
  all: bool | typing.Any | None = False,
@@ -5475,8 +5472,8 @@ def vertex_group_remove(
5475
5472
  ):
5476
5473
  """Delete the active or all vertex groups from the active object
5477
5474
 
5478
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5479
- :type execution_context: str | int | None
5475
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5476
+ :type execution_context: int | str | None
5480
5477
  :type undo: bool | None
5481
5478
  :param all: All, Remove all vertex groups
5482
5479
  :type all: bool | typing.Any | None
@@ -5487,8 +5484,8 @@ def vertex_group_remove(
5487
5484
  ...
5488
5485
 
5489
5486
  def vertex_group_remove_from(
5490
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5491
- execution_context: str | int | None = None,
5487
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5488
+ execution_context: int | str | None = None,
5492
5489
  undo: bool | None = None,
5493
5490
  *,
5494
5491
  use_all_groups: bool | typing.Any | None = False,
@@ -5496,8 +5493,8 @@ def vertex_group_remove_from(
5496
5493
  ):
5497
5494
  """Remove the selected vertices from active or all vertex group(s)
5498
5495
 
5499
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5500
- :type execution_context: str | int | None
5496
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5497
+ :type execution_context: int | str | None
5501
5498
  :type undo: bool | None
5502
5499
  :param use_all_groups: All Groups, Remove from all groups
5503
5500
  :type use_all_groups: bool | typing.Any | None
@@ -5508,30 +5505,30 @@ def vertex_group_remove_from(
5508
5505
  ...
5509
5506
 
5510
5507
  def vertex_group_select(
5511
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5512
- execution_context: str | int | None = None,
5508
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5509
+ execution_context: int | str | None = None,
5513
5510
  undo: bool | None = None,
5514
5511
  ):
5515
5512
  """Select all the vertices assigned to the active vertex group
5516
5513
 
5517
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5518
- :type execution_context: str | int | None
5514
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5515
+ :type execution_context: int | str | None
5519
5516
  :type undo: bool | None
5520
5517
  """
5521
5518
 
5522
5519
  ...
5523
5520
 
5524
5521
  def vertex_group_set_active(
5525
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5526
- execution_context: str | int | None = None,
5522
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5523
+ execution_context: int | str | None = None,
5527
5524
  undo: bool | None = None,
5528
5525
  *,
5529
5526
  group: str | None = "",
5530
5527
  ):
5531
5528
  """Set the active vertex group
5532
5529
 
5533
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5534
- :type execution_context: str | int | None
5530
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5531
+ :type execution_context: int | str | None
5535
5532
  :type undo: bool | None
5536
5533
  :param group: Group, Vertex group to set as active
5537
5534
  :type group: str | None
@@ -5540,8 +5537,8 @@ def vertex_group_set_active(
5540
5537
  ...
5541
5538
 
5542
5539
  def vertex_group_smooth(
5543
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5544
- execution_context: str | int | None = None,
5540
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5541
+ execution_context: int | str | None = None,
5545
5542
  undo: bool | None = None,
5546
5543
  *,
5547
5544
  group_select_mode: str | None = "",
@@ -5551,8 +5548,8 @@ def vertex_group_smooth(
5551
5548
  ):
5552
5549
  """Smooth weights for selected vertices
5553
5550
 
5554
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5555
- :type execution_context: str | int | None
5551
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5552
+ :type execution_context: int | str | None
5556
5553
  :type undo: bool | None
5557
5554
  :param group_select_mode: Subset, Define which subset of groups shall be used
5558
5555
  :type group_select_mode: str | None
@@ -5567,16 +5564,16 @@ def vertex_group_smooth(
5567
5564
  ...
5568
5565
 
5569
5566
  def vertex_group_sort(
5570
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5571
- execution_context: str | int | None = None,
5567
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5568
+ execution_context: int | str | None = None,
5572
5569
  undo: bool | None = None,
5573
5570
  *,
5574
5571
  sort_type: str | None = "NAME",
5575
5572
  ):
5576
5573
  """Sort vertex groups
5577
5574
 
5578
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5579
- :type execution_context: str | int | None
5575
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5576
+ :type execution_context: int | str | None
5580
5577
  :type undo: bool | None
5581
5578
  :param sort_type: Sort Type, Sort type
5582
5579
  :type sort_type: str | None
@@ -5585,44 +5582,44 @@ def vertex_group_sort(
5585
5582
  ...
5586
5583
 
5587
5584
  def vertex_parent_set(
5588
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5589
- execution_context: str | int | None = None,
5585
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5586
+ execution_context: int | str | None = None,
5590
5587
  undo: bool | None = None,
5591
5588
  ):
5592
5589
  """Parent selected objects to the selected vertices
5593
5590
 
5594
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5595
- :type execution_context: str | int | None
5591
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5592
+ :type execution_context: int | str | None
5596
5593
  :type undo: bool | None
5597
5594
  """
5598
5595
 
5599
5596
  ...
5600
5597
 
5601
5598
  def vertex_weight_copy(
5602
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5603
- execution_context: str | int | None = None,
5599
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5600
+ execution_context: int | str | None = None,
5604
5601
  undo: bool | None = None,
5605
5602
  ):
5606
5603
  """Copy weights from active to selected
5607
5604
 
5608
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5609
- :type execution_context: str | int | None
5605
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5606
+ :type execution_context: int | str | None
5610
5607
  :type undo: bool | None
5611
5608
  """
5612
5609
 
5613
5610
  ...
5614
5611
 
5615
5612
  def vertex_weight_delete(
5616
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5617
- execution_context: str | int | None = None,
5613
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5614
+ execution_context: int | str | None = None,
5618
5615
  undo: bool | None = None,
5619
5616
  *,
5620
5617
  weight_group: typing.Any | None = -1,
5621
5618
  ):
5622
5619
  """Delete this weight from the vertex (disabled if vertex group is locked)
5623
5620
 
5624
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5625
- :type execution_context: str | int | None
5621
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5622
+ :type execution_context: int | str | None
5626
5623
  :type undo: bool | None
5627
5624
  :param weight_group: Weight Index, Index of source weight in active vertex group
5628
5625
  :type weight_group: typing.Any | None
@@ -5631,30 +5628,30 @@ def vertex_weight_delete(
5631
5628
  ...
5632
5629
 
5633
5630
  def vertex_weight_normalize_active_vertex(
5634
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5635
- execution_context: str | int | None = None,
5631
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5632
+ execution_context: int | str | None = None,
5636
5633
  undo: bool | None = None,
5637
5634
  ):
5638
5635
  """Normalize active vertex's weights
5639
5636
 
5640
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5641
- :type execution_context: str | int | None
5637
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5638
+ :type execution_context: int | str | None
5642
5639
  :type undo: bool | None
5643
5640
  """
5644
5641
 
5645
5642
  ...
5646
5643
 
5647
5644
  def vertex_weight_paste(
5648
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5649
- execution_context: str | int | None = None,
5645
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5646
+ execution_context: int | str | None = None,
5650
5647
  undo: bool | None = None,
5651
5648
  *,
5652
5649
  weight_group: typing.Any | None = -1,
5653
5650
  ):
5654
5651
  """Copy this group's weight to other selected vertices (disabled if vertex group is locked)
5655
5652
 
5656
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5657
- :type execution_context: str | int | None
5653
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5654
+ :type execution_context: int | str | None
5658
5655
  :type undo: bool | None
5659
5656
  :param weight_group: Weight Index, Index of source weight in active vertex group
5660
5657
  :type weight_group: typing.Any | None
@@ -5663,16 +5660,16 @@ def vertex_weight_paste(
5663
5660
  ...
5664
5661
 
5665
5662
  def vertex_weight_set_active(
5666
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5667
- execution_context: str | int | None = None,
5663
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5664
+ execution_context: int | str | None = None,
5668
5665
  undo: bool | None = None,
5669
5666
  *,
5670
5667
  weight_group: typing.Any | None = -1,
5671
5668
  ):
5672
5669
  """Set as active vertex group
5673
5670
 
5674
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5675
- :type execution_context: str | int | None
5671
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5672
+ :type execution_context: int | str | None
5676
5673
  :type undo: bool | None
5677
5674
  :param weight_group: Weight Index, Index of source weight in active vertex group
5678
5675
  :type weight_group: typing.Any | None
@@ -5681,22 +5678,22 @@ def vertex_weight_set_active(
5681
5678
  ...
5682
5679
 
5683
5680
  def visual_transform_apply(
5684
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5685
- execution_context: str | int | None = None,
5681
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5682
+ execution_context: int | str | None = None,
5686
5683
  undo: bool | None = None,
5687
5684
  ):
5688
5685
  """Apply the object's visual transformation to its data
5689
5686
 
5690
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5691
- :type execution_context: str | int | None
5687
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5688
+ :type execution_context: int | str | None
5692
5689
  :type undo: bool | None
5693
5690
  """
5694
5691
 
5695
5692
  ...
5696
5693
 
5697
5694
  def volume_add(
5698
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5699
- execution_context: str | int | None = None,
5695
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5696
+ execution_context: int | str | None = None,
5700
5697
  undo: bool | None = None,
5701
5698
  *,
5702
5699
  align: str | None = "WORLD",
@@ -5706,8 +5703,8 @@ def volume_add(
5706
5703
  ):
5707
5704
  """Add a volume object to the scene
5708
5705
 
5709
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5710
- :type execution_context: str | int | None
5706
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5707
+ :type execution_context: int | str | None
5711
5708
  :type undo: bool | None
5712
5709
  :param align: Align, The alignment of the new object
5713
5710
 
@@ -5731,8 +5728,8 @@ def volume_add(
5731
5728
  ...
5732
5729
 
5733
5730
  def volume_import(
5734
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5735
- execution_context: str | int | None = None,
5731
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5732
+ execution_context: int | str | None = None,
5736
5733
  undo: bool | None = None,
5737
5734
  *,
5738
5735
  filepath: str | typing.Any = "",
@@ -5770,8 +5767,8 @@ def volume_import(
5770
5767
  ):
5771
5768
  """Import OpenVDB volume file
5772
5769
 
5773
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5774
- :type execution_context: str | int | None
5770
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5771
+ :type execution_context: int | str | None
5775
5772
  :type undo: bool | None
5776
5773
  :param filepath: File Path, Path to file
5777
5774
  :type filepath: str | typing.Any
@@ -5876,28 +5873,28 @@ def volume_import(
5876
5873
  ...
5877
5874
 
5878
5875
  def voxel_remesh(
5879
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5880
- execution_context: str | int | None = None,
5876
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5877
+ execution_context: int | str | None = None,
5881
5878
  undo: bool | None = None,
5882
5879
  ):
5883
5880
  """Calculates a new manifold mesh based on the volume of the current mesh. All data layers will be lost
5884
5881
 
5885
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5886
- :type execution_context: str | int | None
5882
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5883
+ :type execution_context: int | str | None
5887
5884
  :type undo: bool | None
5888
5885
  """
5889
5886
 
5890
5887
  ...
5891
5888
 
5892
5889
  def voxel_size_edit(
5893
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5894
- execution_context: str | int | None = None,
5890
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
5891
+ execution_context: int | str | None = None,
5895
5892
  undo: bool | None = None,
5896
5893
  ):
5897
5894
  """Modify the mesh voxel size interactively used in the voxel remesher
5898
5895
 
5899
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
5900
- :type execution_context: str | int | None
5896
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
5897
+ :type execution_context: int | str | None
5901
5898
  :type undo: bool | None
5902
5899
  """
5903
5900