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