fake-bpy-module 20240417__py3-none-any.whl → 20240418__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (137) hide show
  1. _bpy_internal/__init__.pyi +4 -0
  2. _bpy_internal/freedesktop/__init__.pyi +88 -0
  3. _bpy_internal/freedesktop/py.typed +0 -0
  4. _bpy_internal/py.typed +0 -0
  5. aud/__init__.pyi +121 -48
  6. bgl/__init__.pyi +2443 -1265
  7. bl_math/__init__.pyi +19 -3
  8. blf/__init__.pyi +63 -13
  9. bmesh/__init__.pyi +13 -0
  10. bmesh/geometry/__init__.pyi +5 -0
  11. bmesh/ops/__init__.pyi +157 -68
  12. bmesh/types/__init__.pyi +109 -62
  13. bmesh/utils/__init__.pyi +11 -2
  14. bpy/__init__.pyi +7 -0
  15. bpy/app/__init__.pyi +13 -0
  16. bpy/app/handlers/__init__.pyi +41 -0
  17. bpy/app/icons/__init__.pyi +4 -2
  18. bpy/app/timers/__init__.pyi +38 -2
  19. bpy/app/translations/__init__.pyi +58 -0
  20. bpy/msgbus/__init__.pyi +46 -0
  21. bpy/ops/__init__.pyi +151 -0
  22. bpy/ops/action/__init__.pyi +76 -76
  23. bpy/ops/anim/__init__.pyi +104 -104
  24. bpy/ops/armature/__init__.pyi +96 -96
  25. bpy/ops/asset/__init__.pyi +32 -32
  26. bpy/ops/boid/__init__.pyi +16 -16
  27. bpy/ops/brush/__init__.pyi +18 -18
  28. bpy/ops/buttons/__init__.pyi +12 -12
  29. bpy/ops/cachefile/__init__.pyi +10 -10
  30. bpy/ops/camera/__init__.pyi +4 -4
  31. bpy/ops/clip/__init__.pyi +184 -184
  32. bpy/ops/cloth/__init__.pyi +2 -2
  33. bpy/ops/collection/__init__.pyi +18 -18
  34. bpy/ops/console/__init__.pyi +42 -42
  35. bpy/ops/constraint/__init__.pyi +36 -36
  36. bpy/ops/curve/__init__.pyi +102 -102
  37. bpy/ops/curves/__init__.pyi +54 -54
  38. bpy/ops/cycles/__init__.pyi +6 -6
  39. bpy/ops/dpaint/__init__.pyi +10 -10
  40. bpy/ops/ed/__init__.pyi +24 -24
  41. bpy/ops/export_anim/__init__.pyi +2 -2
  42. bpy/ops/export_mesh/__init__.pyi +2 -2
  43. bpy/ops/export_scene/__init__.pyi +7 -7
  44. bpy/ops/file/__init__.pyi +80 -80
  45. bpy/ops/fluid/__init__.pyi +28 -28
  46. bpy/ops/font/__init__.pyi +46 -46
  47. bpy/ops/geometry/__init__.pyi +20 -20
  48. bpy/ops/gizmogroup/__init__.pyi +4 -4
  49. bpy/ops/gpencil/__init__.pyi +300 -300
  50. bpy/ops/graph/__init__.pyi +130 -130
  51. bpy/ops/grease_pencil/__init__.pyi +112 -112
  52. bpy/ops/image/__init__.pyi +92 -92
  53. bpy/ops/import_anim/__init__.pyi +2 -2
  54. bpy/ops/import_curve/__init__.pyi +2 -2
  55. bpy/ops/import_mesh/__init__.pyi +2 -2
  56. bpy/ops/import_scene/__init__.pyi +6 -6
  57. bpy/ops/info/__init__.pyi +14 -14
  58. bpy/ops/lattice/__init__.pyi +16 -16
  59. bpy/ops/marker/__init__.pyi +22 -22
  60. bpy/ops/mask/__init__.pyi +78 -78
  61. bpy/ops/material/__init__.pyi +6 -6
  62. bpy/ops/mball/__init__.pyi +16 -16
  63. bpy/ops/mesh/__init__.pyi +326 -326
  64. bpy/ops/nla/__init__.pyi +79 -79
  65. bpy/ops/node/__init__.pyi +202 -202
  66. bpy/ops/object/__init__.pyi +488 -500
  67. bpy/ops/outliner/__init__.pyi +138 -138
  68. bpy/ops/paint/__init__.pyi +104 -104
  69. bpy/ops/paintcurve/__init__.pyi +16 -16
  70. bpy/ops/palette/__init__.pyi +14 -14
  71. bpy/ops/particle/__init__.pyi +72 -72
  72. bpy/ops/pose/__init__.pyi +78 -78
  73. bpy/ops/poselib/__init__.pyi +18 -18
  74. bpy/ops/preferences/__init__.pyi +76 -76
  75. bpy/ops/ptcache/__init__.pyi +14 -14
  76. bpy/ops/render/__init__.pyi +24 -24
  77. bpy/ops/rigidbody/__init__.pyi +26 -26
  78. bpy/ops/scene/__init__.pyi +78 -78
  79. bpy/ops/screen/__init__.pyi +78 -78
  80. bpy/ops/script/__init__.pyi +6 -6
  81. bpy/ops/sculpt/__init__.pyi +62 -62
  82. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  83. bpy/ops/sequencer/__init__.pyi +170 -170
  84. bpy/ops/sound/__init__.pyi +14 -14
  85. bpy/ops/spreadsheet/__init__.pyi +8 -8
  86. bpy/ops/surface/__init__.pyi +12 -12
  87. bpy/ops/text/__init__.pyi +86 -86
  88. bpy/ops/text_editor/__init__.pyi +2 -2
  89. bpy/ops/texture/__init__.pyi +8 -8
  90. bpy/ops/transform/__init__.pyi +54 -54
  91. bpy/ops/ui/__init__.pyi +64 -64
  92. bpy/ops/uilist/__init__.pyi +6 -6
  93. bpy/ops/uv/__init__.pyi +98 -98
  94. bpy/ops/view2d/__init__.pyi +28 -28
  95. bpy/ops/view3d/__init__.pyi +134 -134
  96. bpy/ops/wm/__init__.pyi +224 -224
  97. bpy/ops/workspace/__init__.pyi +14 -14
  98. bpy/ops/world/__init__.pyi +2 -2
  99. bpy/path/__init__.pyi +6 -0
  100. bpy/props/__init__.pyi +141 -29
  101. bpy/types/__init__.pyi +101490 -5018
  102. bpy/utils/__init__.pyi +18 -3
  103. bpy/utils/previews/__init__.pyi +15 -0
  104. bpy/utils/units/__init__.pyi +11 -3
  105. bpy_extras/__init__.pyi +19 -0
  106. bpy_extras/asset_utils/__init__.pyi +5 -0
  107. {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240418.dist-info}/METADATA +1 -1
  108. {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240418.dist-info}/RECORD +137 -133
  109. {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240418.dist-info}/top_level.txt +1 -0
  110. freestyle/__init__.pyi +18 -0
  111. freestyle/chainingiterators/__init__.pyi +20 -5
  112. freestyle/functions/__init__.pyi +151 -155
  113. freestyle/predicates/__init__.pyi +53 -46
  114. freestyle/shaders/__init__.pyi +91 -32
  115. freestyle/types/__init__.pyi +362 -120
  116. freestyle/utils/ContextFunctions/__init__.pyi +32 -7
  117. freestyle/utils/__init__.pyi +13 -1
  118. gpu/__init__.pyi +225 -0
  119. gpu/capabilities/__init__.pyi +37 -15
  120. gpu/matrix/__init__.pyi +7 -1
  121. gpu/platform/__init__.pyi +5 -0
  122. gpu/select/__init__.pyi +5 -0
  123. gpu/shader/__init__.pyi +77 -0
  124. gpu/state/__init__.pyi +15 -4
  125. gpu/texture/__init__.pyi +5 -0
  126. gpu/types/__init__.pyi +91 -33
  127. gpu_extras/__init__.pyi +15 -0
  128. gpu_extras/presets/__init__.pyi +16 -4
  129. imbuf/__init__.pyi +13 -0
  130. imbuf/types/__init__.pyi +20 -5
  131. mathutils/__init__.pyi +349 -227
  132. mathutils/bvhtree/__init__.pyi +21 -8
  133. mathutils/geometry/__init__.pyi +23 -9
  134. mathutils/interpolate/__init__.pyi +5 -0
  135. mathutils/kdtree/__init__.pyi +19 -5
  136. mathutils/noise/__init__.pyi +87 -41
  137. {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240418.dist-info}/WHEEL +0 -0
bpy/ops/node/__init__.pyi CHANGED
@@ -6,7 +6,7 @@ GenericType = typing.TypeVar("GenericType")
6
6
 
7
7
  def add_collection(
8
8
  override_context: typing.Union[dict, bpy.types.Context] = None,
9
- execution_context: str = None,
9
+ execution_context: typing.Union[str, int] = None,
10
10
  undo: bool = None,
11
11
  name: typing.Union[str, typing.Any] = "",
12
12
  session_uid: typing.Any = 0,
@@ -14,7 +14,7 @@ def add_collection(
14
14
  """Add a collection info node to the current node editor
15
15
 
16
16
  :type override_context: typing.Union[dict, bpy.types.Context]
17
- :type execution_context: str
17
+ :type execution_context: typing.Union[str, int]
18
18
  :type undo: bool
19
19
  :param name: Name, Name of the data-block to use by the operator
20
20
  :type name: typing.Union[str, typing.Any]
@@ -26,7 +26,7 @@ def add_collection(
26
26
 
27
27
  def add_file(
28
28
  override_context: typing.Union[dict, bpy.types.Context] = None,
29
- execution_context: str = None,
29
+ execution_context: typing.Union[str, int] = None,
30
30
  undo: bool = None,
31
31
  filepath: typing.Union[str, typing.Any] = "",
32
32
  hide_props_region: typing.Union[bool, typing.Any] = True,
@@ -60,7 +60,7 @@ def add_file(
60
60
  """Add a file node to the current node editor
61
61
 
62
62
  :type override_context: typing.Union[dict, bpy.types.Context]
63
- :type execution_context: str
63
+ :type execution_context: typing.Union[str, int]
64
64
  :type undo: bool
65
65
  :param filepath: File Path, Path to file
66
66
  :type filepath: typing.Union[str, typing.Any]
@@ -151,7 +151,7 @@ def add_file(
151
151
 
152
152
  def add_group(
153
153
  override_context: typing.Union[dict, bpy.types.Context] = None,
154
- execution_context: str = None,
154
+ execution_context: typing.Union[str, int] = None,
155
155
  undo: bool = None,
156
156
  name: typing.Union[str, typing.Any] = "",
157
157
  session_uid: typing.Any = 0,
@@ -160,7 +160,7 @@ def add_group(
160
160
  """Add an existing node group to the current node editor
161
161
 
162
162
  :type override_context: typing.Union[dict, bpy.types.Context]
163
- :type execution_context: str
163
+ :type execution_context: typing.Union[str, int]
164
164
  :type undo: bool
165
165
  :param name: Name, Name of the data-block to use by the operator
166
166
  :type name: typing.Union[str, typing.Any]
@@ -174,7 +174,7 @@ def add_group(
174
174
 
175
175
  def add_group_asset(
176
176
  override_context: typing.Union[dict, bpy.types.Context] = None,
177
- execution_context: str = None,
177
+ execution_context: typing.Union[str, int] = None,
178
178
  undo: bool = None,
179
179
  asset_library_type: typing.Union[str, int] = "LOCAL",
180
180
  asset_library_identifier: typing.Union[str, typing.Any] = "",
@@ -183,7 +183,7 @@ def add_group_asset(
183
183
  """Add a node group asset to the active node tree
184
184
 
185
185
  :type override_context: typing.Union[dict, bpy.types.Context]
186
- :type execution_context: str
186
+ :type execution_context: typing.Union[str, int]
187
187
  :type undo: bool
188
188
  :param asset_library_type: Asset Library Type
189
189
  :type asset_library_type: typing.Union[str, int]
@@ -197,7 +197,7 @@ def add_group_asset(
197
197
 
198
198
  def add_mask(
199
199
  override_context: typing.Union[dict, bpy.types.Context] = None,
200
- execution_context: str = None,
200
+ execution_context: typing.Union[str, int] = None,
201
201
  undo: bool = None,
202
202
  name: typing.Union[str, typing.Any] = "",
203
203
  session_uid: typing.Any = 0,
@@ -205,7 +205,7 @@ def add_mask(
205
205
  """Add a mask node to the current node editor
206
206
 
207
207
  :type override_context: typing.Union[dict, bpy.types.Context]
208
- :type execution_context: str
208
+ :type execution_context: typing.Union[str, int]
209
209
  :type undo: bool
210
210
  :param name: Name, Name of the data-block to use by the operator
211
211
  :type name: typing.Union[str, typing.Any]
@@ -217,7 +217,7 @@ def add_mask(
217
217
 
218
218
  def add_material(
219
219
  override_context: typing.Union[dict, bpy.types.Context] = None,
220
- execution_context: str = None,
220
+ execution_context: typing.Union[str, int] = None,
221
221
  undo: bool = None,
222
222
  name: typing.Union[str, typing.Any] = "",
223
223
  session_uid: typing.Any = 0,
@@ -225,7 +225,7 @@ def add_material(
225
225
  """Add a material node to the current node editor
226
226
 
227
227
  :type override_context: typing.Union[dict, bpy.types.Context]
228
- :type execution_context: str
228
+ :type execution_context: typing.Union[str, int]
229
229
  :type undo: bool
230
230
  :param name: Name, Name of the data-block to use by the operator
231
231
  :type name: typing.Union[str, typing.Any]
@@ -237,7 +237,7 @@ def add_material(
237
237
 
238
238
  def add_node(
239
239
  override_context: typing.Union[dict, bpy.types.Context] = None,
240
- execution_context: str = None,
240
+ execution_context: typing.Union[str, int] = None,
241
241
  undo: bool = None,
242
242
  use_transform: typing.Union[bool, typing.Any] = False,
243
243
  settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting] = None,
@@ -246,7 +246,7 @@ def add_node(
246
246
  """Add a node to the active tree
247
247
 
248
248
  :type override_context: typing.Union[dict, bpy.types.Context]
249
- :type execution_context: str
249
+ :type execution_context: typing.Union[str, int]
250
250
  :type undo: bool
251
251
  :param use_transform: Use Transform, Start transform operator after inserting the node
252
252
  :type use_transform: typing.Union[bool, typing.Any]
@@ -260,7 +260,7 @@ def add_node(
260
260
 
261
261
  def add_object(
262
262
  override_context: typing.Union[dict, bpy.types.Context] = None,
263
- execution_context: str = None,
263
+ execution_context: typing.Union[str, int] = None,
264
264
  undo: bool = None,
265
265
  name: typing.Union[str, typing.Any] = "",
266
266
  session_uid: typing.Any = 0,
@@ -268,7 +268,7 @@ def add_object(
268
268
  """Add an object info node to the current node editor
269
269
 
270
270
  :type override_context: typing.Union[dict, bpy.types.Context]
271
- :type execution_context: str
271
+ :type execution_context: typing.Union[str, int]
272
272
  :type undo: bool
273
273
  :param name: Name, Name of the data-block to use by the operator
274
274
  :type name: typing.Union[str, typing.Any]
@@ -280,7 +280,7 @@ def add_object(
280
280
 
281
281
  def add_repeat_zone(
282
282
  override_context: typing.Union[dict, bpy.types.Context] = None,
283
- execution_context: str = None,
283
+ execution_context: typing.Union[str, int] = None,
284
284
  undo: bool = None,
285
285
  use_transform: typing.Union[bool, typing.Any] = False,
286
286
  settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting] = None,
@@ -289,7 +289,7 @@ def add_repeat_zone(
289
289
  """Add a repeat zone that allows executing nodes a dynamic number of times
290
290
 
291
291
  :type override_context: typing.Union[dict, bpy.types.Context]
292
- :type execution_context: str
292
+ :type execution_context: typing.Union[str, int]
293
293
  :type undo: bool
294
294
  :param use_transform: Use Transform, Start transform operator after inserting the node
295
295
  :type use_transform: typing.Union[bool, typing.Any]
@@ -303,7 +303,7 @@ def add_repeat_zone(
303
303
 
304
304
  def add_reroute(
305
305
  override_context: typing.Union[dict, bpy.types.Context] = None,
306
- execution_context: str = None,
306
+ execution_context: typing.Union[str, int] = None,
307
307
  undo: bool = None,
308
308
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] = None,
309
309
  cursor: typing.Any = 8,
@@ -311,7 +311,7 @@ def add_reroute(
311
311
  """Add a reroute node
312
312
 
313
313
  :type override_context: typing.Union[dict, bpy.types.Context]
314
- :type execution_context: str
314
+ :type execution_context: typing.Union[str, int]
315
315
  :type undo: bool
316
316
  :param path: Path
317
317
  :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]
@@ -323,7 +323,7 @@ def add_reroute(
323
323
 
324
324
  def add_simulation_zone(
325
325
  override_context: typing.Union[dict, bpy.types.Context] = None,
326
- execution_context: str = None,
326
+ execution_context: typing.Union[str, int] = None,
327
327
  undo: bool = None,
328
328
  use_transform: typing.Union[bool, typing.Any] = False,
329
329
  settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting] = None,
@@ -332,7 +332,7 @@ def add_simulation_zone(
332
332
  """Add simulation zone input and output nodes to the active tree
333
333
 
334
334
  :type override_context: typing.Union[dict, bpy.types.Context]
335
- :type execution_context: str
335
+ :type execution_context: typing.Union[str, int]
336
336
  :type undo: bool
337
337
  :param use_transform: Use Transform, Start transform operator after inserting the node
338
338
  :type use_transform: typing.Union[bool, typing.Any]
@@ -346,13 +346,13 @@ def add_simulation_zone(
346
346
 
347
347
  def attach(
348
348
  override_context: typing.Union[dict, bpy.types.Context] = None,
349
- execution_context: str = None,
349
+ execution_context: typing.Union[str, int] = None,
350
350
  undo: bool = None,
351
351
  ):
352
352
  """Attach active node to a frame
353
353
 
354
354
  :type override_context: typing.Union[dict, bpy.types.Context]
355
- :type execution_context: str
355
+ :type execution_context: typing.Union[str, int]
356
356
  :type undo: bool
357
357
  """
358
358
 
@@ -360,13 +360,13 @@ def attach(
360
360
 
361
361
  def backimage_fit(
362
362
  override_context: typing.Union[dict, bpy.types.Context] = None,
363
- execution_context: str = None,
363
+ execution_context: typing.Union[str, int] = None,
364
364
  undo: bool = None,
365
365
  ):
366
366
  """Fit the background image to the view
367
367
 
368
368
  :type override_context: typing.Union[dict, bpy.types.Context]
369
- :type execution_context: str
369
+ :type execution_context: typing.Union[str, int]
370
370
  :type undo: bool
371
371
  """
372
372
 
@@ -374,13 +374,13 @@ def backimage_fit(
374
374
 
375
375
  def backimage_move(
376
376
  override_context: typing.Union[dict, bpy.types.Context] = None,
377
- execution_context: str = None,
377
+ execution_context: typing.Union[str, int] = None,
378
378
  undo: bool = None,
379
379
  ):
380
380
  """Move node backdrop
381
381
 
382
382
  :type override_context: typing.Union[dict, bpy.types.Context]
383
- :type execution_context: str
383
+ :type execution_context: typing.Union[str, int]
384
384
  :type undo: bool
385
385
  """
386
386
 
@@ -388,13 +388,13 @@ def backimage_move(
388
388
 
389
389
  def backimage_sample(
390
390
  override_context: typing.Union[dict, bpy.types.Context] = None,
391
- execution_context: str = None,
391
+ execution_context: typing.Union[str, int] = None,
392
392
  undo: bool = None,
393
393
  ):
394
394
  """Use mouse to sample background image
395
395
 
396
396
  :type override_context: typing.Union[dict, bpy.types.Context]
397
- :type execution_context: str
397
+ :type execution_context: typing.Union[str, int]
398
398
  :type undo: bool
399
399
  """
400
400
 
@@ -402,14 +402,14 @@ def backimage_sample(
402
402
 
403
403
  def backimage_zoom(
404
404
  override_context: typing.Union[dict, bpy.types.Context] = None,
405
- execution_context: str = None,
405
+ execution_context: typing.Union[str, int] = None,
406
406
  undo: bool = None,
407
407
  factor: typing.Any = 1.2,
408
408
  ):
409
409
  """Zoom in/out the background image
410
410
 
411
411
  :type override_context: typing.Union[dict, bpy.types.Context]
412
- :type execution_context: str
412
+ :type execution_context: typing.Union[str, int]
413
413
  :type undo: bool
414
414
  :param factor: Factor
415
415
  :type factor: typing.Any
@@ -419,13 +419,13 @@ def backimage_zoom(
419
419
 
420
420
  def bake_node_item_add(
421
421
  override_context: typing.Union[dict, bpy.types.Context] = None,
422
- execution_context: str = None,
422
+ execution_context: typing.Union[str, int] = None,
423
423
  undo: bool = None,
424
424
  ):
425
425
  """Add a bake item to the bake node
426
426
 
427
427
  :type override_context: typing.Union[dict, bpy.types.Context]
428
- :type execution_context: str
428
+ :type execution_context: typing.Union[str, int]
429
429
  :type undo: bool
430
430
  """
431
431
 
@@ -433,14 +433,14 @@ def bake_node_item_add(
433
433
 
434
434
  def bake_node_item_move(
435
435
  override_context: typing.Union[dict, bpy.types.Context] = None,
436
- execution_context: str = None,
436
+ execution_context: typing.Union[str, int] = None,
437
437
  undo: bool = None,
438
438
  direction: typing.Any = "UP",
439
439
  ):
440
440
  """Move a bake item up or down in the list
441
441
 
442
442
  :type override_context: typing.Union[dict, bpy.types.Context]
443
- :type execution_context: str
443
+ :type execution_context: typing.Union[str, int]
444
444
  :type undo: bool
445
445
  :param direction: Direction
446
446
  :type direction: typing.Any
@@ -450,13 +450,13 @@ def bake_node_item_move(
450
450
 
451
451
  def bake_node_item_remove(
452
452
  override_context: typing.Union[dict, bpy.types.Context] = None,
453
- execution_context: str = None,
453
+ execution_context: typing.Union[str, int] = None,
454
454
  undo: bool = None,
455
455
  ):
456
456
  """Remove a bake item from the bake node
457
457
 
458
458
  :type override_context: typing.Union[dict, bpy.types.Context]
459
- :type execution_context: str
459
+ :type execution_context: typing.Union[str, int]
460
460
  :type undo: bool
461
461
  """
462
462
 
@@ -464,13 +464,13 @@ def bake_node_item_remove(
464
464
 
465
465
  def clear_viewer_border(
466
466
  override_context: typing.Union[dict, bpy.types.Context] = None,
467
- execution_context: str = None,
467
+ execution_context: typing.Union[str, int] = None,
468
468
  undo: bool = None,
469
469
  ):
470
470
  """Clear the boundaries for viewer operations
471
471
 
472
472
  :type override_context: typing.Union[dict, bpy.types.Context]
473
- :type execution_context: str
473
+ :type execution_context: typing.Union[str, int]
474
474
  :type undo: bool
475
475
  """
476
476
 
@@ -478,13 +478,13 @@ def clear_viewer_border(
478
478
 
479
479
  def clipboard_copy(
480
480
  override_context: typing.Union[dict, bpy.types.Context] = None,
481
- execution_context: str = None,
481
+ execution_context: typing.Union[str, int] = None,
482
482
  undo: bool = None,
483
483
  ):
484
484
  """Copy the selected nodes to the internal clipboard
485
485
 
486
486
  :type override_context: typing.Union[dict, bpy.types.Context]
487
- :type execution_context: str
487
+ :type execution_context: typing.Union[str, int]
488
488
  :type undo: bool
489
489
  """
490
490
 
@@ -492,14 +492,14 @@ def clipboard_copy(
492
492
 
493
493
  def clipboard_paste(
494
494
  override_context: typing.Union[dict, bpy.types.Context] = None,
495
- execution_context: str = None,
495
+ execution_context: typing.Union[str, int] = None,
496
496
  undo: bool = None,
497
497
  offset: typing.Any = (0.0, 0.0),
498
498
  ):
499
499
  """Paste nodes from the internal clipboard to the active node tree
500
500
 
501
501
  :type override_context: typing.Union[dict, bpy.types.Context]
502
- :type execution_context: str
502
+ :type execution_context: typing.Union[str, int]
503
503
  :type undo: bool
504
504
  :param offset: Location, The 2D view location for the center of the new nodes, or unchanged if not set
505
505
  :type offset: typing.Any
@@ -509,13 +509,13 @@ def clipboard_paste(
509
509
 
510
510
  def collapse_hide_unused_toggle(
511
511
  override_context: typing.Union[dict, bpy.types.Context] = None,
512
- execution_context: str = None,
512
+ execution_context: typing.Union[str, int] = None,
513
513
  undo: bool = None,
514
514
  ):
515
515
  """Toggle collapsed nodes and hide unused sockets
516
516
 
517
517
  :type override_context: typing.Union[dict, bpy.types.Context]
518
- :type execution_context: str
518
+ :type execution_context: typing.Union[str, int]
519
519
  :type undo: bool
520
520
  """
521
521
 
@@ -523,13 +523,13 @@ def collapse_hide_unused_toggle(
523
523
 
524
524
  def cryptomatte_layer_add(
525
525
  override_context: typing.Union[dict, bpy.types.Context] = None,
526
- execution_context: str = None,
526
+ execution_context: typing.Union[str, int] = None,
527
527
  undo: bool = None,
528
528
  ):
529
529
  """Add a new input layer to a Cryptomatte node
530
530
 
531
531
  :type override_context: typing.Union[dict, bpy.types.Context]
532
- :type execution_context: str
532
+ :type execution_context: typing.Union[str, int]
533
533
  :type undo: bool
534
534
  """
535
535
 
@@ -537,13 +537,13 @@ def cryptomatte_layer_add(
537
537
 
538
538
  def cryptomatte_layer_remove(
539
539
  override_context: typing.Union[dict, bpy.types.Context] = None,
540
- execution_context: str = None,
540
+ execution_context: typing.Union[str, int] = None,
541
541
  undo: bool = None,
542
542
  ):
543
543
  """Remove layer from a Cryptomatte node
544
544
 
545
545
  :type override_context: typing.Union[dict, bpy.types.Context]
546
- :type execution_context: str
546
+ :type execution_context: typing.Union[str, int]
547
547
  :type undo: bool
548
548
  """
549
549
 
@@ -551,13 +551,13 @@ def cryptomatte_layer_remove(
551
551
 
552
552
  def deactivate_viewer(
553
553
  override_context: typing.Union[dict, bpy.types.Context] = None,
554
- execution_context: str = None,
554
+ execution_context: typing.Union[str, int] = None,
555
555
  undo: bool = None,
556
556
  ):
557
557
  """Deactivate selected viewer node in geometry nodes
558
558
 
559
559
  :type override_context: typing.Union[dict, bpy.types.Context]
560
- :type execution_context: str
560
+ :type execution_context: typing.Union[str, int]
561
561
  :type undo: bool
562
562
  """
563
563
 
@@ -565,13 +565,13 @@ def deactivate_viewer(
565
565
 
566
566
  def delete(
567
567
  override_context: typing.Union[dict, bpy.types.Context] = None,
568
- execution_context: str = None,
568
+ execution_context: typing.Union[str, int] = None,
569
569
  undo: bool = None,
570
570
  ):
571
571
  """Remove selected nodes
572
572
 
573
573
  :type override_context: typing.Union[dict, bpy.types.Context]
574
- :type execution_context: str
574
+ :type execution_context: typing.Union[str, int]
575
575
  :type undo: bool
576
576
  """
577
577
 
@@ -579,13 +579,13 @@ def delete(
579
579
 
580
580
  def delete_reconnect(
581
581
  override_context: typing.Union[dict, bpy.types.Context] = None,
582
- execution_context: str = None,
582
+ execution_context: typing.Union[str, int] = None,
583
583
  undo: bool = None,
584
584
  ):
585
585
  """Remove nodes and reconnect nodes as if deletion was muted
586
586
 
587
587
  :type override_context: typing.Union[dict, bpy.types.Context]
588
- :type execution_context: str
588
+ :type execution_context: typing.Union[str, int]
589
589
  :type undo: bool
590
590
  """
591
591
 
@@ -593,13 +593,13 @@ def delete_reconnect(
593
593
 
594
594
  def detach(
595
595
  override_context: typing.Union[dict, bpy.types.Context] = None,
596
- execution_context: str = None,
596
+ execution_context: typing.Union[str, int] = None,
597
597
  undo: bool = None,
598
598
  ):
599
599
  """Detach selected nodes from parents
600
600
 
601
601
  :type override_context: typing.Union[dict, bpy.types.Context]
602
- :type execution_context: str
602
+ :type execution_context: typing.Union[str, int]
603
603
  :type undo: bool
604
604
  """
605
605
 
@@ -607,7 +607,7 @@ def detach(
607
607
 
608
608
  def detach_translate_attach(
609
609
  override_context: typing.Union[dict, bpy.types.Context] = None,
610
- execution_context: str = None,
610
+ execution_context: typing.Union[str, int] = None,
611
611
  undo: bool = None,
612
612
  NODE_OT_detach: typing.Any = None,
613
613
  TRANSFORM_OT_translate: typing.Any = None,
@@ -616,7 +616,7 @@ def detach_translate_attach(
616
616
  """Detach nodes, move and attach to frame
617
617
 
618
618
  :type override_context: typing.Union[dict, bpy.types.Context]
619
- :type execution_context: str
619
+ :type execution_context: typing.Union[str, int]
620
620
  :type undo: bool
621
621
  :param NODE_OT_detach: Detach Nodes, Detach selected nodes from parents
622
622
  :type NODE_OT_detach: typing.Any
@@ -630,7 +630,7 @@ def detach_translate_attach(
630
630
 
631
631
  def duplicate(
632
632
  override_context: typing.Union[dict, bpy.types.Context] = None,
633
- execution_context: str = None,
633
+ execution_context: typing.Union[str, int] = None,
634
634
  undo: bool = None,
635
635
  keep_inputs: typing.Union[bool, typing.Any] = False,
636
636
  linked: typing.Union[bool, typing.Any] = True,
@@ -638,7 +638,7 @@ def duplicate(
638
638
  """Duplicate selected nodes
639
639
 
640
640
  :type override_context: typing.Union[dict, bpy.types.Context]
641
- :type execution_context: str
641
+ :type execution_context: typing.Union[str, int]
642
642
  :type undo: bool
643
643
  :param keep_inputs: Keep Inputs, Keep the input links to duplicated nodes
644
644
  :type keep_inputs: typing.Union[bool, typing.Any]
@@ -650,7 +650,7 @@ def duplicate(
650
650
 
651
651
  def duplicate_move(
652
652
  override_context: typing.Union[dict, bpy.types.Context] = None,
653
- execution_context: str = None,
653
+ execution_context: typing.Union[str, int] = None,
654
654
  undo: bool = None,
655
655
  NODE_OT_duplicate: typing.Any = None,
656
656
  NODE_OT_translate_attach: typing.Any = None,
@@ -658,7 +658,7 @@ def duplicate_move(
658
658
  """Duplicate selected nodes and move them
659
659
 
660
660
  :type override_context: typing.Union[dict, bpy.types.Context]
661
- :type execution_context: str
661
+ :type execution_context: typing.Union[str, int]
662
662
  :type undo: bool
663
663
  :param NODE_OT_duplicate: Duplicate Nodes, Duplicate selected nodes
664
664
  :type NODE_OT_duplicate: typing.Any
@@ -670,7 +670,7 @@ def duplicate_move(
670
670
 
671
671
  def duplicate_move_keep_inputs(
672
672
  override_context: typing.Union[dict, bpy.types.Context] = None,
673
- execution_context: str = None,
673
+ execution_context: typing.Union[str, int] = None,
674
674
  undo: bool = None,
675
675
  NODE_OT_duplicate: typing.Any = None,
676
676
  NODE_OT_translate_attach: typing.Any = None,
@@ -678,7 +678,7 @@ def duplicate_move_keep_inputs(
678
678
  """Duplicate selected nodes keeping input links and move them
679
679
 
680
680
  :type override_context: typing.Union[dict, bpy.types.Context]
681
- :type execution_context: str
681
+ :type execution_context: typing.Union[str, int]
682
682
  :type undo: bool
683
683
  :param NODE_OT_duplicate: Duplicate Nodes, Duplicate selected nodes
684
684
  :type NODE_OT_duplicate: typing.Any
@@ -690,7 +690,7 @@ def duplicate_move_keep_inputs(
690
690
 
691
691
  def duplicate_move_linked(
692
692
  override_context: typing.Union[dict, bpy.types.Context] = None,
693
- execution_context: str = None,
693
+ execution_context: typing.Union[str, int] = None,
694
694
  undo: bool = None,
695
695
  NODE_OT_duplicate: typing.Any = None,
696
696
  NODE_OT_translate_attach: typing.Any = None,
@@ -698,7 +698,7 @@ def duplicate_move_linked(
698
698
  """Duplicate selected nodes, but not their node trees, and move them
699
699
 
700
700
  :type override_context: typing.Union[dict, bpy.types.Context]
701
- :type execution_context: str
701
+ :type execution_context: typing.Union[str, int]
702
702
  :type undo: bool
703
703
  :param NODE_OT_duplicate: Duplicate Nodes, Duplicate selected nodes
704
704
  :type NODE_OT_duplicate: typing.Any
@@ -710,13 +710,13 @@ def duplicate_move_linked(
710
710
 
711
711
  def enum_definition_item_add(
712
712
  override_context: typing.Union[dict, bpy.types.Context] = None,
713
- execution_context: str = None,
713
+ execution_context: typing.Union[str, int] = None,
714
714
  undo: bool = None,
715
715
  ):
716
716
  """Add an enum item to the definition
717
717
 
718
718
  :type override_context: typing.Union[dict, bpy.types.Context]
719
- :type execution_context: str
719
+ :type execution_context: typing.Union[str, int]
720
720
  :type undo: bool
721
721
  """
722
722
 
@@ -724,14 +724,14 @@ def enum_definition_item_add(
724
724
 
725
725
  def enum_definition_item_move(
726
726
  override_context: typing.Union[dict, bpy.types.Context] = None,
727
- execution_context: str = None,
727
+ execution_context: typing.Union[str, int] = None,
728
728
  undo: bool = None,
729
729
  direction: typing.Any = "UP",
730
730
  ):
731
731
  """Remove the selected enum item from the definition
732
732
 
733
733
  :type override_context: typing.Union[dict, bpy.types.Context]
734
- :type execution_context: str
734
+ :type execution_context: typing.Union[str, int]
735
735
  :type undo: bool
736
736
  :param direction: Direction, Move up or down
737
737
  :type direction: typing.Any
@@ -741,13 +741,13 @@ def enum_definition_item_move(
741
741
 
742
742
  def enum_definition_item_remove(
743
743
  override_context: typing.Union[dict, bpy.types.Context] = None,
744
- execution_context: str = None,
744
+ execution_context: typing.Union[str, int] = None,
745
745
  undo: bool = None,
746
746
  ):
747
747
  """Remove the selected enum item from the definition
748
748
 
749
749
  :type override_context: typing.Union[dict, bpy.types.Context]
750
- :type execution_context: str
750
+ :type execution_context: typing.Union[str, int]
751
751
  :type undo: bool
752
752
  """
753
753
 
@@ -755,13 +755,13 @@ def enum_definition_item_remove(
755
755
 
756
756
  def find_node(
757
757
  override_context: typing.Union[dict, bpy.types.Context] = None,
758
- execution_context: str = None,
758
+ execution_context: typing.Union[str, int] = None,
759
759
  undo: bool = None,
760
760
  ):
761
761
  """Search for a node by name and focus and select it
762
762
 
763
763
  :type override_context: typing.Union[dict, bpy.types.Context]
764
- :type execution_context: str
764
+ :type execution_context: typing.Union[str, int]
765
765
  :type undo: bool
766
766
  """
767
767
 
@@ -769,13 +769,13 @@ def find_node(
769
769
 
770
770
  def gltf_settings_node_operator(
771
771
  override_context: typing.Union[dict, bpy.types.Context] = None,
772
- execution_context: str = None,
772
+ execution_context: typing.Union[str, int] = None,
773
773
  undo: bool = None,
774
774
  ):
775
775
  """Add a node to the active tree for glTF export
776
776
 
777
777
  :type override_context: typing.Union[dict, bpy.types.Context]
778
- :type execution_context: str
778
+ :type execution_context: typing.Union[str, int]
779
779
  :type undo: bool
780
780
  """
781
781
 
@@ -783,14 +783,14 @@ def gltf_settings_node_operator(
783
783
 
784
784
  def group_edit(
785
785
  override_context: typing.Union[dict, bpy.types.Context] = None,
786
- execution_context: str = None,
786
+ execution_context: typing.Union[str, int] = None,
787
787
  undo: bool = None,
788
788
  exit: typing.Union[bool, typing.Any] = False,
789
789
  ):
790
790
  """Edit node group
791
791
 
792
792
  :type override_context: typing.Union[dict, bpy.types.Context]
793
- :type execution_context: str
793
+ :type execution_context: typing.Union[str, int]
794
794
  :type undo: bool
795
795
  :param exit: Exit
796
796
  :type exit: typing.Union[bool, typing.Any]
@@ -800,13 +800,13 @@ def group_edit(
800
800
 
801
801
  def group_insert(
802
802
  override_context: typing.Union[dict, bpy.types.Context] = None,
803
- execution_context: str = None,
803
+ execution_context: typing.Union[str, int] = None,
804
804
  undo: bool = None,
805
805
  ):
806
806
  """Insert selected nodes into a node group
807
807
 
808
808
  :type override_context: typing.Union[dict, bpy.types.Context]
809
- :type execution_context: str
809
+ :type execution_context: typing.Union[str, int]
810
810
  :type undo: bool
811
811
  """
812
812
 
@@ -814,13 +814,13 @@ def group_insert(
814
814
 
815
815
  def group_make(
816
816
  override_context: typing.Union[dict, bpy.types.Context] = None,
817
- execution_context: str = None,
817
+ execution_context: typing.Union[str, int] = None,
818
818
  undo: bool = None,
819
819
  ):
820
820
  """Make group from selected nodes
821
821
 
822
822
  :type override_context: typing.Union[dict, bpy.types.Context]
823
- :type execution_context: str
823
+ :type execution_context: typing.Union[str, int]
824
824
  :type undo: bool
825
825
  """
826
826
 
@@ -828,14 +828,14 @@ def group_make(
828
828
 
829
829
  def group_separate(
830
830
  override_context: typing.Union[dict, bpy.types.Context] = None,
831
- execution_context: str = None,
831
+ execution_context: typing.Union[str, int] = None,
832
832
  undo: bool = None,
833
833
  type: typing.Any = "COPY",
834
834
  ):
835
835
  """Separate selected nodes from the node group
836
836
 
837
837
  :type override_context: typing.Union[dict, bpy.types.Context]
838
- :type execution_context: str
838
+ :type execution_context: typing.Union[str, int]
839
839
  :type undo: bool
840
840
  :param type: Type
841
841
 
@@ -851,13 +851,13 @@ def group_separate(
851
851
 
852
852
  def group_ungroup(
853
853
  override_context: typing.Union[dict, bpy.types.Context] = None,
854
- execution_context: str = None,
854
+ execution_context: typing.Union[str, int] = None,
855
855
  undo: bool = None,
856
856
  ):
857
857
  """Ungroup selected nodes
858
858
 
859
859
  :type override_context: typing.Union[dict, bpy.types.Context]
860
- :type execution_context: str
860
+ :type execution_context: typing.Union[str, int]
861
861
  :type undo: bool
862
862
  """
863
863
 
@@ -865,13 +865,13 @@ def group_ungroup(
865
865
 
866
866
  def hide_socket_toggle(
867
867
  override_context: typing.Union[dict, bpy.types.Context] = None,
868
- execution_context: str = None,
868
+ execution_context: typing.Union[str, int] = None,
869
869
  undo: bool = None,
870
870
  ):
871
871
  """Toggle unused node socket display
872
872
 
873
873
  :type override_context: typing.Union[dict, bpy.types.Context]
874
- :type execution_context: str
874
+ :type execution_context: typing.Union[str, int]
875
875
  :type undo: bool
876
876
  """
877
877
 
@@ -879,13 +879,13 @@ def hide_socket_toggle(
879
879
 
880
880
  def hide_toggle(
881
881
  override_context: typing.Union[dict, bpy.types.Context] = None,
882
- execution_context: str = None,
882
+ execution_context: typing.Union[str, int] = None,
883
883
  undo: bool = None,
884
884
  ):
885
885
  """Toggle hiding of selected nodes
886
886
 
887
887
  :type override_context: typing.Union[dict, bpy.types.Context]
888
- :type execution_context: str
888
+ :type execution_context: typing.Union[str, int]
889
889
  :type undo: bool
890
890
  """
891
891
 
@@ -893,13 +893,13 @@ def hide_toggle(
893
893
 
894
894
  def index_switch_item_add(
895
895
  override_context: typing.Union[dict, bpy.types.Context] = None,
896
- execution_context: str = None,
896
+ execution_context: typing.Union[str, int] = None,
897
897
  undo: bool = None,
898
898
  ):
899
899
  """Add an item to the index switch
900
900
 
901
901
  :type override_context: typing.Union[dict, bpy.types.Context]
902
- :type execution_context: str
902
+ :type execution_context: typing.Union[str, int]
903
903
  :type undo: bool
904
904
  """
905
905
 
@@ -907,14 +907,14 @@ def index_switch_item_add(
907
907
 
908
908
  def index_switch_item_remove(
909
909
  override_context: typing.Union[dict, bpy.types.Context] = None,
910
- execution_context: str = None,
910
+ execution_context: typing.Union[str, int] = None,
911
911
  undo: bool = None,
912
912
  index: typing.Any = 0,
913
913
  ):
914
914
  """Remove an item from the index switch
915
915
 
916
916
  :type override_context: typing.Union[dict, bpy.types.Context]
917
- :type execution_context: str
917
+ :type execution_context: typing.Union[str, int]
918
918
  :type undo: bool
919
919
  :param index: Index, Index of item to remove
920
920
  :type index: typing.Any
@@ -924,13 +924,13 @@ def index_switch_item_remove(
924
924
 
925
925
  def insert_offset(
926
926
  override_context: typing.Union[dict, bpy.types.Context] = None,
927
- execution_context: str = None,
927
+ execution_context: typing.Union[str, int] = None,
928
928
  undo: bool = None,
929
929
  ):
930
930
  """Automatically offset nodes on insertion
931
931
 
932
932
  :type override_context: typing.Union[dict, bpy.types.Context]
933
- :type execution_context: str
933
+ :type execution_context: typing.Union[str, int]
934
934
  :type undo: bool
935
935
  """
936
936
 
@@ -938,13 +938,13 @@ def insert_offset(
938
938
 
939
939
  def interface_item_duplicate(
940
940
  override_context: typing.Union[dict, bpy.types.Context] = None,
941
- execution_context: str = None,
941
+ execution_context: typing.Union[str, int] = None,
942
942
  undo: bool = None,
943
943
  ):
944
944
  """Add a copy of the active item to the interface
945
945
 
946
946
  :type override_context: typing.Union[dict, bpy.types.Context]
947
- :type execution_context: str
947
+ :type execution_context: typing.Union[str, int]
948
948
  :type undo: bool
949
949
  """
950
950
 
@@ -952,14 +952,14 @@ def interface_item_duplicate(
952
952
 
953
953
  def interface_item_new(
954
954
  override_context: typing.Union[dict, bpy.types.Context] = None,
955
- execution_context: str = None,
955
+ execution_context: typing.Union[str, int] = None,
956
956
  undo: bool = None,
957
957
  item_type: typing.Any = "INPUT",
958
958
  ):
959
959
  """Add a new item to the interface
960
960
 
961
961
  :type override_context: typing.Union[dict, bpy.types.Context]
962
- :type execution_context: str
962
+ :type execution_context: typing.Union[str, int]
963
963
  :type undo: bool
964
964
  :param item_type: Item Type, Type of the item to create
965
965
  :type item_type: typing.Any
@@ -969,13 +969,13 @@ def interface_item_new(
969
969
 
970
970
  def interface_item_remove(
971
971
  override_context: typing.Union[dict, bpy.types.Context] = None,
972
- execution_context: str = None,
972
+ execution_context: typing.Union[str, int] = None,
973
973
  undo: bool = None,
974
974
  ):
975
975
  """Remove active item from the interface
976
976
 
977
977
  :type override_context: typing.Union[dict, bpy.types.Context]
978
- :type execution_context: str
978
+ :type execution_context: typing.Union[str, int]
979
979
  :type undo: bool
980
980
  """
981
981
 
@@ -983,13 +983,13 @@ def interface_item_remove(
983
983
 
984
984
  def join(
985
985
  override_context: typing.Union[dict, bpy.types.Context] = None,
986
- execution_context: str = None,
986
+ execution_context: typing.Union[str, int] = None,
987
987
  undo: bool = None,
988
988
  ):
989
989
  """Attach selected nodes to a new common frame
990
990
 
991
991
  :type override_context: typing.Union[dict, bpy.types.Context]
992
- :type execution_context: str
992
+ :type execution_context: typing.Union[str, int]
993
993
  :type undo: bool
994
994
  """
995
995
 
@@ -997,7 +997,7 @@ def join(
997
997
 
998
998
  def link(
999
999
  override_context: typing.Union[dict, bpy.types.Context] = None,
1000
- execution_context: str = None,
1000
+ execution_context: typing.Union[str, int] = None,
1001
1001
  undo: bool = None,
1002
1002
  detach: typing.Union[bool, typing.Any] = False,
1003
1003
  drag_start: typing.Any = (0.0, 0.0),
@@ -1011,7 +1011,7 @@ def link(
1011
1011
  """Use the mouse to create a link between two nodes
1012
1012
 
1013
1013
  :type override_context: typing.Union[dict, bpy.types.Context]
1014
- :type execution_context: str
1014
+ :type execution_context: typing.Union[str, int]
1015
1015
  :type undo: bool
1016
1016
  :param detach: Detach, Detach and redirect existing links
1017
1017
  :type detach: typing.Union[bool, typing.Any]
@@ -1035,14 +1035,14 @@ def link(
1035
1035
 
1036
1036
  def link_make(
1037
1037
  override_context: typing.Union[dict, bpy.types.Context] = None,
1038
- execution_context: str = None,
1038
+ execution_context: typing.Union[str, int] = None,
1039
1039
  undo: bool = None,
1040
1040
  replace: typing.Union[bool, typing.Any] = False,
1041
1041
  ):
1042
1042
  """Make a link between selected output and input sockets
1043
1043
 
1044
1044
  :type override_context: typing.Union[dict, bpy.types.Context]
1045
- :type execution_context: str
1045
+ :type execution_context: typing.Union[str, int]
1046
1046
  :type undo: bool
1047
1047
  :param replace: Replace, Replace socket connections with the new links
1048
1048
  :type replace: typing.Union[bool, typing.Any]
@@ -1052,13 +1052,13 @@ def link_make(
1052
1052
 
1053
1053
  def link_viewer(
1054
1054
  override_context: typing.Union[dict, bpy.types.Context] = None,
1055
- execution_context: str = None,
1055
+ execution_context: typing.Union[str, int] = None,
1056
1056
  undo: bool = None,
1057
1057
  ):
1058
1058
  """Link to viewer node
1059
1059
 
1060
1060
  :type override_context: typing.Union[dict, bpy.types.Context]
1061
- :type execution_context: str
1061
+ :type execution_context: typing.Union[str, int]
1062
1062
  :type undo: bool
1063
1063
  """
1064
1064
 
@@ -1066,7 +1066,7 @@ def link_viewer(
1066
1066
 
1067
1067
  def links_cut(
1068
1068
  override_context: typing.Union[dict, bpy.types.Context] = None,
1069
- execution_context: str = None,
1069
+ execution_context: typing.Union[str, int] = None,
1070
1070
  undo: bool = None,
1071
1071
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] = None,
1072
1072
  cursor: typing.Any = 12,
@@ -1074,7 +1074,7 @@ def links_cut(
1074
1074
  """Use the mouse to cut (remove) some links
1075
1075
 
1076
1076
  :type override_context: typing.Union[dict, bpy.types.Context]
1077
- :type execution_context: str
1077
+ :type execution_context: typing.Union[str, int]
1078
1078
  :type undo: bool
1079
1079
  :param path: Path
1080
1080
  :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]
@@ -1086,13 +1086,13 @@ def links_cut(
1086
1086
 
1087
1087
  def links_detach(
1088
1088
  override_context: typing.Union[dict, bpy.types.Context] = None,
1089
- execution_context: str = None,
1089
+ execution_context: typing.Union[str, int] = None,
1090
1090
  undo: bool = None,
1091
1091
  ):
1092
1092
  """Remove all links to selected nodes, and try to connect neighbor nodes together
1093
1093
 
1094
1094
  :type override_context: typing.Union[dict, bpy.types.Context]
1095
- :type execution_context: str
1095
+ :type execution_context: typing.Union[str, int]
1096
1096
  :type undo: bool
1097
1097
  """
1098
1098
 
@@ -1100,7 +1100,7 @@ def links_detach(
1100
1100
 
1101
1101
  def links_mute(
1102
1102
  override_context: typing.Union[dict, bpy.types.Context] = None,
1103
- execution_context: str = None,
1103
+ execution_context: typing.Union[str, int] = None,
1104
1104
  undo: bool = None,
1105
1105
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] = None,
1106
1106
  cursor: typing.Any = 35,
@@ -1108,7 +1108,7 @@ def links_mute(
1108
1108
  """Use the mouse to mute links
1109
1109
 
1110
1110
  :type override_context: typing.Union[dict, bpy.types.Context]
1111
- :type execution_context: str
1111
+ :type execution_context: typing.Union[str, int]
1112
1112
  :type undo: bool
1113
1113
  :param path: Path
1114
1114
  :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]
@@ -1120,7 +1120,7 @@ def links_mute(
1120
1120
 
1121
1121
  def move_detach_links(
1122
1122
  override_context: typing.Union[dict, bpy.types.Context] = None,
1123
- execution_context: str = None,
1123
+ execution_context: typing.Union[str, int] = None,
1124
1124
  undo: bool = None,
1125
1125
  NODE_OT_links_detach: typing.Any = None,
1126
1126
  TRANSFORM_OT_translate: typing.Any = None,
@@ -1128,7 +1128,7 @@ def move_detach_links(
1128
1128
  """Move a node to detach links
1129
1129
 
1130
1130
  :type override_context: typing.Union[dict, bpy.types.Context]
1131
- :type execution_context: str
1131
+ :type execution_context: typing.Union[str, int]
1132
1132
  :type undo: bool
1133
1133
  :param NODE_OT_links_detach: Detach Links, Remove all links to selected nodes, and try to connect neighbor nodes together
1134
1134
  :type NODE_OT_links_detach: typing.Any
@@ -1140,7 +1140,7 @@ def move_detach_links(
1140
1140
 
1141
1141
  def move_detach_links_release(
1142
1142
  override_context: typing.Union[dict, bpy.types.Context] = None,
1143
- execution_context: str = None,
1143
+ execution_context: typing.Union[str, int] = None,
1144
1144
  undo: bool = None,
1145
1145
  NODE_OT_links_detach: typing.Any = None,
1146
1146
  NODE_OT_translate_attach: typing.Any = None,
@@ -1148,7 +1148,7 @@ def move_detach_links_release(
1148
1148
  """Move a node to detach links
1149
1149
 
1150
1150
  :type override_context: typing.Union[dict, bpy.types.Context]
1151
- :type execution_context: str
1151
+ :type execution_context: typing.Union[str, int]
1152
1152
  :type undo: bool
1153
1153
  :param NODE_OT_links_detach: Detach Links, Remove all links to selected nodes, and try to connect neighbor nodes together
1154
1154
  :type NODE_OT_links_detach: typing.Any
@@ -1160,13 +1160,13 @@ def move_detach_links_release(
1160
1160
 
1161
1161
  def mute_toggle(
1162
1162
  override_context: typing.Union[dict, bpy.types.Context] = None,
1163
- execution_context: str = None,
1163
+ execution_context: typing.Union[str, int] = None,
1164
1164
  undo: bool = None,
1165
1165
  ):
1166
1166
  """Toggle muting of selected nodes
1167
1167
 
1168
1168
  :type override_context: typing.Union[dict, bpy.types.Context]
1169
- :type execution_context: str
1169
+ :type execution_context: typing.Union[str, int]
1170
1170
  :type undo: bool
1171
1171
  """
1172
1172
 
@@ -1174,13 +1174,13 @@ def mute_toggle(
1174
1174
 
1175
1175
  def new_geometry_node_group_assign(
1176
1176
  override_context: typing.Union[dict, bpy.types.Context] = None,
1177
- execution_context: str = None,
1177
+ execution_context: typing.Union[str, int] = None,
1178
1178
  undo: bool = None,
1179
1179
  ):
1180
1180
  """Create a new geometry node group and assign it to the active modifier
1181
1181
 
1182
1182
  :type override_context: typing.Union[dict, bpy.types.Context]
1183
- :type execution_context: str
1183
+ :type execution_context: typing.Union[str, int]
1184
1184
  :type undo: bool
1185
1185
  """
1186
1186
 
@@ -1188,13 +1188,13 @@ def new_geometry_node_group_assign(
1188
1188
 
1189
1189
  def new_geometry_node_group_tool(
1190
1190
  override_context: typing.Union[dict, bpy.types.Context] = None,
1191
- execution_context: str = None,
1191
+ execution_context: typing.Union[str, int] = None,
1192
1192
  undo: bool = None,
1193
1193
  ):
1194
1194
  """Create a new geometry node group for a tool
1195
1195
 
1196
1196
  :type override_context: typing.Union[dict, bpy.types.Context]
1197
- :type execution_context: str
1197
+ :type execution_context: typing.Union[str, int]
1198
1198
  :type undo: bool
1199
1199
  """
1200
1200
 
@@ -1202,13 +1202,13 @@ def new_geometry_node_group_tool(
1202
1202
 
1203
1203
  def new_geometry_nodes_modifier(
1204
1204
  override_context: typing.Union[dict, bpy.types.Context] = None,
1205
- execution_context: str = None,
1205
+ execution_context: typing.Union[str, int] = None,
1206
1206
  undo: bool = None,
1207
1207
  ):
1208
1208
  """Create a new modifier with a new geometry node group
1209
1209
 
1210
1210
  :type override_context: typing.Union[dict, bpy.types.Context]
1211
- :type execution_context: str
1211
+ :type execution_context: typing.Union[str, int]
1212
1212
  :type undo: bool
1213
1213
  """
1214
1214
 
@@ -1216,7 +1216,7 @@ def new_geometry_nodes_modifier(
1216
1216
 
1217
1217
  def new_node_tree(
1218
1218
  override_context: typing.Union[dict, bpy.types.Context] = None,
1219
- execution_context: str = None,
1219
+ execution_context: typing.Union[str, int] = None,
1220
1220
  undo: bool = None,
1221
1221
  type: typing.Union[str, int, typing.Any] = "",
1222
1222
  name: typing.Union[str, typing.Any] = "NodeTree",
@@ -1224,7 +1224,7 @@ def new_node_tree(
1224
1224
  """Create a new node tree
1225
1225
 
1226
1226
  :type override_context: typing.Union[dict, bpy.types.Context]
1227
- :type execution_context: str
1227
+ :type execution_context: typing.Union[str, int]
1228
1228
  :type undo: bool
1229
1229
  :param type: Tree Type
1230
1230
  :type type: typing.Union[str, int, typing.Any]
@@ -1236,7 +1236,7 @@ def new_node_tree(
1236
1236
 
1237
1237
  def node_color_preset_add(
1238
1238
  override_context: typing.Union[dict, bpy.types.Context] = None,
1239
- execution_context: str = None,
1239
+ execution_context: typing.Union[str, int] = None,
1240
1240
  undo: bool = None,
1241
1241
  name: typing.Union[str, typing.Any] = "",
1242
1242
  remove_name: typing.Union[bool, typing.Any] = False,
@@ -1245,7 +1245,7 @@ def node_color_preset_add(
1245
1245
  """Add or remove a Node Color Preset
1246
1246
 
1247
1247
  :type override_context: typing.Union[dict, bpy.types.Context]
1248
- :type execution_context: str
1248
+ :type execution_context: typing.Union[str, int]
1249
1249
  :type undo: bool
1250
1250
  :param name: Name, Name of the preset, used to make the path name
1251
1251
  :type name: typing.Union[str, typing.Any]
@@ -1259,13 +1259,13 @@ def node_color_preset_add(
1259
1259
 
1260
1260
  def node_copy_color(
1261
1261
  override_context: typing.Union[dict, bpy.types.Context] = None,
1262
- execution_context: str = None,
1262
+ execution_context: typing.Union[str, int] = None,
1263
1263
  undo: bool = None,
1264
1264
  ):
1265
1265
  """Copy color to all selected nodes
1266
1266
 
1267
1267
  :type override_context: typing.Union[dict, bpy.types.Context]
1268
- :type execution_context: str
1268
+ :type execution_context: typing.Union[str, int]
1269
1269
  :type undo: bool
1270
1270
  """
1271
1271
 
@@ -1273,13 +1273,13 @@ def node_copy_color(
1273
1273
 
1274
1274
  def options_toggle(
1275
1275
  override_context: typing.Union[dict, bpy.types.Context] = None,
1276
- execution_context: str = None,
1276
+ execution_context: typing.Union[str, int] = None,
1277
1277
  undo: bool = None,
1278
1278
  ):
1279
1279
  """Toggle option buttons display for selected nodes
1280
1280
 
1281
1281
  :type override_context: typing.Union[dict, bpy.types.Context]
1282
- :type execution_context: str
1282
+ :type execution_context: typing.Union[str, int]
1283
1283
  :type undo: bool
1284
1284
  """
1285
1285
 
@@ -1287,14 +1287,14 @@ def options_toggle(
1287
1287
 
1288
1288
  def output_file_add_socket(
1289
1289
  override_context: typing.Union[dict, bpy.types.Context] = None,
1290
- execution_context: str = None,
1290
+ execution_context: typing.Union[str, int] = None,
1291
1291
  undo: bool = None,
1292
1292
  file_path: typing.Union[str, typing.Any] = "Image",
1293
1293
  ):
1294
1294
  """Add a new input to a file output node
1295
1295
 
1296
1296
  :type override_context: typing.Union[dict, bpy.types.Context]
1297
- :type execution_context: str
1297
+ :type execution_context: typing.Union[str, int]
1298
1298
  :type undo: bool
1299
1299
  :param file_path: File Path, Subpath of the output file
1300
1300
  :type file_path: typing.Union[str, typing.Any]
@@ -1304,14 +1304,14 @@ def output_file_add_socket(
1304
1304
 
1305
1305
  def output_file_move_active_socket(
1306
1306
  override_context: typing.Union[dict, bpy.types.Context] = None,
1307
- execution_context: str = None,
1307
+ execution_context: typing.Union[str, int] = None,
1308
1308
  undo: bool = None,
1309
1309
  direction: typing.Any = "DOWN",
1310
1310
  ):
1311
1311
  """Move the active input of a file output node up or down the list
1312
1312
 
1313
1313
  :type override_context: typing.Union[dict, bpy.types.Context]
1314
- :type execution_context: str
1314
+ :type execution_context: typing.Union[str, int]
1315
1315
  :type undo: bool
1316
1316
  :param direction: Direction
1317
1317
  :type direction: typing.Any
@@ -1321,13 +1321,13 @@ def output_file_move_active_socket(
1321
1321
 
1322
1322
  def output_file_remove_active_socket(
1323
1323
  override_context: typing.Union[dict, bpy.types.Context] = None,
1324
- execution_context: str = None,
1324
+ execution_context: typing.Union[str, int] = None,
1325
1325
  undo: bool = None,
1326
1326
  ):
1327
1327
  """Remove the active input from a file output node
1328
1328
 
1329
1329
  :type override_context: typing.Union[dict, bpy.types.Context]
1330
- :type execution_context: str
1330
+ :type execution_context: typing.Union[str, int]
1331
1331
  :type undo: bool
1332
1332
  """
1333
1333
 
@@ -1335,13 +1335,13 @@ def output_file_remove_active_socket(
1335
1335
 
1336
1336
  def parent_set(
1337
1337
  override_context: typing.Union[dict, bpy.types.Context] = None,
1338
- execution_context: str = None,
1338
+ execution_context: typing.Union[str, int] = None,
1339
1339
  undo: bool = None,
1340
1340
  ):
1341
1341
  """Attach selected nodes
1342
1342
 
1343
1343
  :type override_context: typing.Union[dict, bpy.types.Context]
1344
- :type execution_context: str
1344
+ :type execution_context: typing.Union[str, int]
1345
1345
  :type undo: bool
1346
1346
  """
1347
1347
 
@@ -1349,13 +1349,13 @@ def parent_set(
1349
1349
 
1350
1350
  def preview_toggle(
1351
1351
  override_context: typing.Union[dict, bpy.types.Context] = None,
1352
- execution_context: str = None,
1352
+ execution_context: typing.Union[str, int] = None,
1353
1353
  undo: bool = None,
1354
1354
  ):
1355
1355
  """Toggle preview display for selected nodes
1356
1356
 
1357
1357
  :type override_context: typing.Union[dict, bpy.types.Context]
1358
- :type execution_context: str
1358
+ :type execution_context: typing.Union[str, int]
1359
1359
  :type undo: bool
1360
1360
  """
1361
1361
 
@@ -1363,13 +1363,13 @@ def preview_toggle(
1363
1363
 
1364
1364
  def read_viewlayers(
1365
1365
  override_context: typing.Union[dict, bpy.types.Context] = None,
1366
- execution_context: str = None,
1366
+ execution_context: typing.Union[str, int] = None,
1367
1367
  undo: bool = None,
1368
1368
  ):
1369
1369
  """Read all render layers of all used scenes
1370
1370
 
1371
1371
  :type override_context: typing.Union[dict, bpy.types.Context]
1372
- :type execution_context: str
1372
+ :type execution_context: typing.Union[str, int]
1373
1373
  :type undo: bool
1374
1374
  """
1375
1375
 
@@ -1377,13 +1377,13 @@ def read_viewlayers(
1377
1377
 
1378
1378
  def render_changed(
1379
1379
  override_context: typing.Union[dict, bpy.types.Context] = None,
1380
- execution_context: str = None,
1380
+ execution_context: typing.Union[str, int] = None,
1381
1381
  undo: bool = None,
1382
1382
  ):
1383
1383
  """Render current scene, when input node's layer has been changed
1384
1384
 
1385
1385
  :type override_context: typing.Union[dict, bpy.types.Context]
1386
- :type execution_context: str
1386
+ :type execution_context: typing.Union[str, int]
1387
1387
  :type undo: bool
1388
1388
  """
1389
1389
 
@@ -1391,13 +1391,13 @@ def render_changed(
1391
1391
 
1392
1392
  def repeat_zone_item_add(
1393
1393
  override_context: typing.Union[dict, bpy.types.Context] = None,
1394
- execution_context: str = None,
1394
+ execution_context: typing.Union[str, int] = None,
1395
1395
  undo: bool = None,
1396
1396
  ):
1397
1397
  """Add a repeat item to the repeat zone
1398
1398
 
1399
1399
  :type override_context: typing.Union[dict, bpy.types.Context]
1400
- :type execution_context: str
1400
+ :type execution_context: typing.Union[str, int]
1401
1401
  :type undo: bool
1402
1402
  """
1403
1403
 
@@ -1405,14 +1405,14 @@ def repeat_zone_item_add(
1405
1405
 
1406
1406
  def repeat_zone_item_move(
1407
1407
  override_context: typing.Union[dict, bpy.types.Context] = None,
1408
- execution_context: str = None,
1408
+ execution_context: typing.Union[str, int] = None,
1409
1409
  undo: bool = None,
1410
1410
  direction: typing.Any = "UP",
1411
1411
  ):
1412
1412
  """Move a repeat item up or down in the list
1413
1413
 
1414
1414
  :type override_context: typing.Union[dict, bpy.types.Context]
1415
- :type execution_context: str
1415
+ :type execution_context: typing.Union[str, int]
1416
1416
  :type undo: bool
1417
1417
  :param direction: Direction
1418
1418
  :type direction: typing.Any
@@ -1422,13 +1422,13 @@ def repeat_zone_item_move(
1422
1422
 
1423
1423
  def repeat_zone_item_remove(
1424
1424
  override_context: typing.Union[dict, bpy.types.Context] = None,
1425
- execution_context: str = None,
1425
+ execution_context: typing.Union[str, int] = None,
1426
1426
  undo: bool = None,
1427
1427
  ):
1428
1428
  """Remove a repeat item from the repeat zone
1429
1429
 
1430
1430
  :type override_context: typing.Union[dict, bpy.types.Context]
1431
- :type execution_context: str
1431
+ :type execution_context: typing.Union[str, int]
1432
1432
  :type undo: bool
1433
1433
  """
1434
1434
 
@@ -1436,13 +1436,13 @@ def repeat_zone_item_remove(
1436
1436
 
1437
1437
  def resize(
1438
1438
  override_context: typing.Union[dict, bpy.types.Context] = None,
1439
- execution_context: str = None,
1439
+ execution_context: typing.Union[str, int] = None,
1440
1440
  undo: bool = None,
1441
1441
  ):
1442
1442
  """Resize a node
1443
1443
 
1444
1444
  :type override_context: typing.Union[dict, bpy.types.Context]
1445
- :type execution_context: str
1445
+ :type execution_context: typing.Union[str, int]
1446
1446
  :type undo: bool
1447
1447
  """
1448
1448
 
@@ -1450,7 +1450,7 @@ def resize(
1450
1450
 
1451
1451
  def select(
1452
1452
  override_context: typing.Union[dict, bpy.types.Context] = None,
1453
- execution_context: str = None,
1453
+ execution_context: typing.Union[str, int] = None,
1454
1454
  undo: bool = None,
1455
1455
  extend: typing.Union[bool, typing.Any] = False,
1456
1456
  deselect: typing.Union[bool, typing.Any] = False,
@@ -1464,7 +1464,7 @@ def select(
1464
1464
  """Select the node under the cursor
1465
1465
 
1466
1466
  :type override_context: typing.Union[dict, bpy.types.Context]
1467
- :type execution_context: str
1467
+ :type execution_context: typing.Union[str, int]
1468
1468
  :type undo: bool
1469
1469
  :param extend: Extend, Extend selection instead of deselecting everything first
1470
1470
  :type extend: typing.Union[bool, typing.Any]
@@ -1488,14 +1488,14 @@ def select(
1488
1488
 
1489
1489
  def select_all(
1490
1490
  override_context: typing.Union[dict, bpy.types.Context] = None,
1491
- execution_context: str = None,
1491
+ execution_context: typing.Union[str, int] = None,
1492
1492
  undo: bool = None,
1493
1493
  action: typing.Any = "TOGGLE",
1494
1494
  ):
1495
1495
  """(De)select all nodes
1496
1496
 
1497
1497
  :type override_context: typing.Union[dict, bpy.types.Context]
1498
- :type execution_context: str
1498
+ :type execution_context: typing.Union[str, int]
1499
1499
  :type undo: bool
1500
1500
  :param action: Action, Selection action to execute
1501
1501
 
@@ -1517,7 +1517,7 @@ def select_all(
1517
1517
 
1518
1518
  def select_box(
1519
1519
  override_context: typing.Union[dict, bpy.types.Context] = None,
1520
- execution_context: str = None,
1520
+ execution_context: typing.Union[str, int] = None,
1521
1521
  undo: bool = None,
1522
1522
  tweak: typing.Union[bool, typing.Any] = False,
1523
1523
  xmin: typing.Any = 0,
@@ -1530,7 +1530,7 @@ def select_box(
1530
1530
  """Use box selection to select nodes
1531
1531
 
1532
1532
  :type override_context: typing.Union[dict, bpy.types.Context]
1533
- :type execution_context: str
1533
+ :type execution_context: typing.Union[str, int]
1534
1534
  :type undo: bool
1535
1535
  :param tweak: Tweak, Only activate when mouse is not over a node (useful for tweak gesture)
1536
1536
  :type tweak: typing.Union[bool, typing.Any]
@@ -1561,7 +1561,7 @@ def select_box(
1561
1561
 
1562
1562
  def select_circle(
1563
1563
  override_context: typing.Union[dict, bpy.types.Context] = None,
1564
- execution_context: str = None,
1564
+ execution_context: typing.Union[str, int] = None,
1565
1565
  undo: bool = None,
1566
1566
  x: typing.Any = 0,
1567
1567
  y: typing.Any = 0,
@@ -1572,7 +1572,7 @@ def select_circle(
1572
1572
  """Use circle selection to select nodes
1573
1573
 
1574
1574
  :type override_context: typing.Union[dict, bpy.types.Context]
1575
- :type execution_context: str
1575
+ :type execution_context: typing.Union[str, int]
1576
1576
  :type undo: bool
1577
1577
  :param x: X
1578
1578
  :type x: typing.Any
@@ -1599,7 +1599,7 @@ def select_circle(
1599
1599
 
1600
1600
  def select_grouped(
1601
1601
  override_context: typing.Union[dict, bpy.types.Context] = None,
1602
- execution_context: str = None,
1602
+ execution_context: typing.Union[str, int] = None,
1603
1603
  undo: bool = None,
1604
1604
  extend: typing.Union[bool, typing.Any] = False,
1605
1605
  type: typing.Any = "TYPE",
@@ -1607,7 +1607,7 @@ def select_grouped(
1607
1607
  """Select nodes with similar properties
1608
1608
 
1609
1609
  :type override_context: typing.Union[dict, bpy.types.Context]
1610
- :type execution_context: str
1610
+ :type execution_context: typing.Union[str, int]
1611
1611
  :type undo: bool
1612
1612
  :param extend: Extend, Extend selection instead of deselecting everything first
1613
1613
  :type extend: typing.Union[bool, typing.Any]
@@ -1619,7 +1619,7 @@ def select_grouped(
1619
1619
 
1620
1620
  def select_lasso(
1621
1621
  override_context: typing.Union[dict, bpy.types.Context] = None,
1622
- execution_context: str = None,
1622
+ execution_context: typing.Union[str, int] = None,
1623
1623
  undo: bool = None,
1624
1624
  tweak: typing.Union[bool, typing.Any] = False,
1625
1625
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] = None,
@@ -1628,7 +1628,7 @@ def select_lasso(
1628
1628
  """Select nodes using lasso selection
1629
1629
 
1630
1630
  :type override_context: typing.Union[dict, bpy.types.Context]
1631
- :type execution_context: str
1631
+ :type execution_context: typing.Union[str, int]
1632
1632
  :type undo: bool
1633
1633
  :param tweak: Tweak, Only activate when mouse is not over a node (useful for tweak gesture)
1634
1634
  :type tweak: typing.Union[bool, typing.Any]
@@ -1651,7 +1651,7 @@ def select_lasso(
1651
1651
 
1652
1652
  def select_link_viewer(
1653
1653
  override_context: typing.Union[dict, bpy.types.Context] = None,
1654
- execution_context: str = None,
1654
+ execution_context: typing.Union[str, int] = None,
1655
1655
  undo: bool = None,
1656
1656
  NODE_OT_select: typing.Any = None,
1657
1657
  NODE_OT_link_viewer: typing.Any = None,
@@ -1659,7 +1659,7 @@ def select_link_viewer(
1659
1659
  """Select node and link it to a viewer node
1660
1660
 
1661
1661
  :type override_context: typing.Union[dict, bpy.types.Context]
1662
- :type execution_context: str
1662
+ :type execution_context: typing.Union[str, int]
1663
1663
  :type undo: bool
1664
1664
  :param NODE_OT_select: Select, Select the node under the cursor
1665
1665
  :type NODE_OT_select: typing.Any
@@ -1671,13 +1671,13 @@ def select_link_viewer(
1671
1671
 
1672
1672
  def select_linked_from(
1673
1673
  override_context: typing.Union[dict, bpy.types.Context] = None,
1674
- execution_context: str = None,
1674
+ execution_context: typing.Union[str, int] = None,
1675
1675
  undo: bool = None,
1676
1676
  ):
1677
1677
  """Select nodes linked from the selected ones
1678
1678
 
1679
1679
  :type override_context: typing.Union[dict, bpy.types.Context]
1680
- :type execution_context: str
1680
+ :type execution_context: typing.Union[str, int]
1681
1681
  :type undo: bool
1682
1682
  """
1683
1683
 
@@ -1685,13 +1685,13 @@ def select_linked_from(
1685
1685
 
1686
1686
  def select_linked_to(
1687
1687
  override_context: typing.Union[dict, bpy.types.Context] = None,
1688
- execution_context: str = None,
1688
+ execution_context: typing.Union[str, int] = None,
1689
1689
  undo: bool = None,
1690
1690
  ):
1691
1691
  """Select nodes linked to the selected ones
1692
1692
 
1693
1693
  :type override_context: typing.Union[dict, bpy.types.Context]
1694
- :type execution_context: str
1694
+ :type execution_context: typing.Union[str, int]
1695
1695
  :type undo: bool
1696
1696
  """
1697
1697
 
@@ -1699,14 +1699,14 @@ def select_linked_to(
1699
1699
 
1700
1700
  def select_same_type_step(
1701
1701
  override_context: typing.Union[dict, bpy.types.Context] = None,
1702
- execution_context: str = None,
1702
+ execution_context: typing.Union[str, int] = None,
1703
1703
  undo: bool = None,
1704
1704
  prev: typing.Union[bool, typing.Any] = False,
1705
1705
  ):
1706
1706
  """Activate and view same node type, step by step
1707
1707
 
1708
1708
  :type override_context: typing.Union[dict, bpy.types.Context]
1709
- :type execution_context: str
1709
+ :type execution_context: typing.Union[str, int]
1710
1710
  :type undo: bool
1711
1711
  :param prev: Previous
1712
1712
  :type prev: typing.Union[bool, typing.Any]
@@ -1716,13 +1716,13 @@ def select_same_type_step(
1716
1716
 
1717
1717
  def shader_script_update(
1718
1718
  override_context: typing.Union[dict, bpy.types.Context] = None,
1719
- execution_context: str = None,
1719
+ execution_context: typing.Union[str, int] = None,
1720
1720
  undo: bool = None,
1721
1721
  ):
1722
1722
  """Update shader script node with new sockets and options from the script
1723
1723
 
1724
1724
  :type override_context: typing.Union[dict, bpy.types.Context]
1725
- :type execution_context: str
1725
+ :type execution_context: typing.Union[str, int]
1726
1726
  :type undo: bool
1727
1727
  """
1728
1728
 
@@ -1730,13 +1730,13 @@ def shader_script_update(
1730
1730
 
1731
1731
  def simulation_zone_item_add(
1732
1732
  override_context: typing.Union[dict, bpy.types.Context] = None,
1733
- execution_context: str = None,
1733
+ execution_context: typing.Union[str, int] = None,
1734
1734
  undo: bool = None,
1735
1735
  ):
1736
1736
  """Add a state item to the simulation zone
1737
1737
 
1738
1738
  :type override_context: typing.Union[dict, bpy.types.Context]
1739
- :type execution_context: str
1739
+ :type execution_context: typing.Union[str, int]
1740
1740
  :type undo: bool
1741
1741
  """
1742
1742
 
@@ -1744,14 +1744,14 @@ def simulation_zone_item_add(
1744
1744
 
1745
1745
  def simulation_zone_item_move(
1746
1746
  override_context: typing.Union[dict, bpy.types.Context] = None,
1747
- execution_context: str = None,
1747
+ execution_context: typing.Union[str, int] = None,
1748
1748
  undo: bool = None,
1749
1749
  direction: typing.Any = "UP",
1750
1750
  ):
1751
1751
  """Move a simulation state item up or down in the list
1752
1752
 
1753
1753
  :type override_context: typing.Union[dict, bpy.types.Context]
1754
- :type execution_context: str
1754
+ :type execution_context: typing.Union[str, int]
1755
1755
  :type undo: bool
1756
1756
  :param direction: Direction
1757
1757
  :type direction: typing.Any
@@ -1761,13 +1761,13 @@ def simulation_zone_item_move(
1761
1761
 
1762
1762
  def simulation_zone_item_remove(
1763
1763
  override_context: typing.Union[dict, bpy.types.Context] = None,
1764
- execution_context: str = None,
1764
+ execution_context: typing.Union[str, int] = None,
1765
1765
  undo: bool = None,
1766
1766
  ):
1767
1767
  """Remove a state item from the simulation zone
1768
1768
 
1769
1769
  :type override_context: typing.Union[dict, bpy.types.Context]
1770
- :type execution_context: str
1770
+ :type execution_context: typing.Union[str, int]
1771
1771
  :type undo: bool
1772
1772
  """
1773
1773
 
@@ -1775,13 +1775,13 @@ def simulation_zone_item_remove(
1775
1775
 
1776
1776
  def switch_view_update(
1777
1777
  override_context: typing.Union[dict, bpy.types.Context] = None,
1778
- execution_context: str = None,
1778
+ execution_context: typing.Union[str, int] = None,
1779
1779
  undo: bool = None,
1780
1780
  ):
1781
1781
  """Update views of selected node
1782
1782
 
1783
1783
  :type override_context: typing.Union[dict, bpy.types.Context]
1784
- :type execution_context: str
1784
+ :type execution_context: typing.Union[str, int]
1785
1785
  :type undo: bool
1786
1786
  """
1787
1787
 
@@ -1789,7 +1789,7 @@ def switch_view_update(
1789
1789
 
1790
1790
  def translate_attach(
1791
1791
  override_context: typing.Union[dict, bpy.types.Context] = None,
1792
- execution_context: str = None,
1792
+ execution_context: typing.Union[str, int] = None,
1793
1793
  undo: bool = None,
1794
1794
  TRANSFORM_OT_translate: typing.Any = None,
1795
1795
  NODE_OT_attach: typing.Any = None,
@@ -1797,7 +1797,7 @@ def translate_attach(
1797
1797
  """Move nodes and attach to frame
1798
1798
 
1799
1799
  :type override_context: typing.Union[dict, bpy.types.Context]
1800
- :type execution_context: str
1800
+ :type execution_context: typing.Union[str, int]
1801
1801
  :type undo: bool
1802
1802
  :param TRANSFORM_OT_translate: Move, Move selected items
1803
1803
  :type TRANSFORM_OT_translate: typing.Any
@@ -1809,7 +1809,7 @@ def translate_attach(
1809
1809
 
1810
1810
  def translate_attach_remove_on_cancel(
1811
1811
  override_context: typing.Union[dict, bpy.types.Context] = None,
1812
- execution_context: str = None,
1812
+ execution_context: typing.Union[str, int] = None,
1813
1813
  undo: bool = None,
1814
1814
  TRANSFORM_OT_translate: typing.Any = None,
1815
1815
  NODE_OT_attach: typing.Any = None,
@@ -1817,7 +1817,7 @@ def translate_attach_remove_on_cancel(
1817
1817
  """Move nodes and attach to frame
1818
1818
 
1819
1819
  :type override_context: typing.Union[dict, bpy.types.Context]
1820
- :type execution_context: str
1820
+ :type execution_context: typing.Union[str, int]
1821
1821
  :type undo: bool
1822
1822
  :param TRANSFORM_OT_translate: Move, Move selected items
1823
1823
  :type TRANSFORM_OT_translate: typing.Any
@@ -1829,13 +1829,13 @@ def translate_attach_remove_on_cancel(
1829
1829
 
1830
1830
  def tree_path_parent(
1831
1831
  override_context: typing.Union[dict, bpy.types.Context] = None,
1832
- execution_context: str = None,
1832
+ execution_context: typing.Union[str, int] = None,
1833
1833
  undo: bool = None,
1834
1834
  ):
1835
1835
  """Go to parent node tree
1836
1836
 
1837
1837
  :type override_context: typing.Union[dict, bpy.types.Context]
1838
- :type execution_context: str
1838
+ :type execution_context: typing.Union[str, int]
1839
1839
  :type undo: bool
1840
1840
  """
1841
1841
 
@@ -1843,13 +1843,13 @@ def tree_path_parent(
1843
1843
 
1844
1844
  def view_all(
1845
1845
  override_context: typing.Union[dict, bpy.types.Context] = None,
1846
- execution_context: str = None,
1846
+ execution_context: typing.Union[str, int] = None,
1847
1847
  undo: bool = None,
1848
1848
  ):
1849
1849
  """Resize view so you can see all nodes
1850
1850
 
1851
1851
  :type override_context: typing.Union[dict, bpy.types.Context]
1852
- :type execution_context: str
1852
+ :type execution_context: typing.Union[str, int]
1853
1853
  :type undo: bool
1854
1854
  """
1855
1855
 
@@ -1857,13 +1857,13 @@ def view_all(
1857
1857
 
1858
1858
  def view_selected(
1859
1859
  override_context: typing.Union[dict, bpy.types.Context] = None,
1860
- execution_context: str = None,
1860
+ execution_context: typing.Union[str, int] = None,
1861
1861
  undo: bool = None,
1862
1862
  ):
1863
1863
  """Resize view so you can see selected nodes
1864
1864
 
1865
1865
  :type override_context: typing.Union[dict, bpy.types.Context]
1866
- :type execution_context: str
1866
+ :type execution_context: typing.Union[str, int]
1867
1867
  :type undo: bool
1868
1868
  """
1869
1869
 
@@ -1871,7 +1871,7 @@ def view_selected(
1871
1871
 
1872
1872
  def viewer_border(
1873
1873
  override_context: typing.Union[dict, bpy.types.Context] = None,
1874
- execution_context: str = None,
1874
+ execution_context: typing.Union[str, int] = None,
1875
1875
  undo: bool = None,
1876
1876
  xmin: typing.Any = 0,
1877
1877
  xmax: typing.Any = 0,
@@ -1882,7 +1882,7 @@ def viewer_border(
1882
1882
  """Set the boundaries for viewer operations
1883
1883
 
1884
1884
  :type override_context: typing.Union[dict, bpy.types.Context]
1885
- :type execution_context: str
1885
+ :type execution_context: typing.Union[str, int]
1886
1886
  :type undo: bool
1887
1887
  :param xmin: X Min
1888
1888
  :type xmin: typing.Any