fake-bpy-module 20240601__py3-none-any.whl → 20240605__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 (108) hide show
  1. aud/__init__.pyi +4 -4
  2. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
  3. bl_ui/space_node/__init__.pyi +0 -1
  4. bl_ui/space_sequencer/__init__.pyi +14 -0
  5. bl_ui/space_userpref/__init__.pyi +234 -0
  6. bl_ui/space_view3d/__init__.pyi +810 -0
  7. bl_ui/space_view3d_toolbar/__init__.pyi +949 -3
  8. blf/__init__.pyi +4 -4
  9. bmesh/ops/__init__.pyi +97 -82
  10. bmesh/types/__init__.pyi +37 -32
  11. bmesh/utils/__init__.pyi +2 -4
  12. bpy/app/handlers/__init__.pyi +36 -36
  13. bpy/ops/action/__init__.pyi +152 -152
  14. bpy/ops/anim/__init__.pyi +216 -216
  15. bpy/ops/armature/__init__.pyi +192 -192
  16. bpy/ops/asset/__init__.pyi +64 -64
  17. bpy/ops/boid/__init__.pyi +32 -32
  18. bpy/ops/brush/__init__.pyi +36 -36
  19. bpy/ops/buttons/__init__.pyi +24 -24
  20. bpy/ops/cachefile/__init__.pyi +20 -20
  21. bpy/ops/camera/__init__.pyi +8 -8
  22. bpy/ops/clip/__init__.pyi +368 -368
  23. bpy/ops/cloth/__init__.pyi +4 -4
  24. bpy/ops/collection/__init__.pyi +36 -36
  25. bpy/ops/console/__init__.pyi +84 -84
  26. bpy/ops/constraint/__init__.pyi +72 -72
  27. bpy/ops/curve/__init__.pyi +204 -204
  28. bpy/ops/curves/__init__.pyi +108 -108
  29. bpy/ops/cycles/__init__.pyi +12 -12
  30. bpy/ops/dpaint/__init__.pyi +20 -20
  31. bpy/ops/ed/__init__.pyi +48 -48
  32. bpy/ops/export_anim/__init__.pyi +4 -4
  33. bpy/ops/export_scene/__init__.pyi +8 -8
  34. bpy/ops/extensions/__init__.pyi +123 -109
  35. bpy/ops/file/__init__.pyi +160 -160
  36. bpy/ops/fluid/__init__.pyi +56 -56
  37. bpy/ops/font/__init__.pyi +92 -92
  38. bpy/ops/geometry/__init__.pyi +40 -40
  39. bpy/ops/gizmogroup/__init__.pyi +8 -8
  40. bpy/ops/gpencil/__init__.pyi +600 -600
  41. bpy/ops/graph/__init__.pyi +260 -260
  42. bpy/ops/grease_pencil/__init__.pyi +292 -292
  43. bpy/ops/image/__init__.pyi +192 -192
  44. bpy/ops/import_anim/__init__.pyi +4 -4
  45. bpy/ops/import_curve/__init__.pyi +4 -4
  46. bpy/ops/import_scene/__init__.pyi +8 -8
  47. bpy/ops/info/__init__.pyi +28 -28
  48. bpy/ops/lattice/__init__.pyi +32 -32
  49. bpy/ops/marker/__init__.pyi +44 -44
  50. bpy/ops/mask/__init__.pyi +156 -156
  51. bpy/ops/material/__init__.pyi +12 -12
  52. bpy/ops/mball/__init__.pyi +32 -32
  53. bpy/ops/mesh/__init__.pyi +652 -652
  54. bpy/ops/nla/__init__.pyi +156 -156
  55. bpy/ops/node/__init__.pyi +416 -416
  56. bpy/ops/object/__init__.pyi +984 -984
  57. bpy/ops/outliner/__init__.pyi +284 -284
  58. bpy/ops/paint/__init__.pyi +220 -220
  59. bpy/ops/paintcurve/__init__.pyi +32 -32
  60. bpy/ops/palette/__init__.pyi +28 -28
  61. bpy/ops/particle/__init__.pyi +144 -144
  62. bpy/ops/pose/__init__.pyi +156 -156
  63. bpy/ops/poselib/__init__.pyi +36 -36
  64. bpy/ops/preferences/__init__.pyi +148 -148
  65. bpy/ops/ptcache/__init__.pyi +28 -28
  66. bpy/ops/render/__init__.pyi +48 -48
  67. bpy/ops/rigidbody/__init__.pyi +52 -52
  68. bpy/ops/scene/__init__.pyi +148 -192
  69. bpy/ops/screen/__init__.pyi +156 -156
  70. bpy/ops/script/__init__.pyi +12 -12
  71. bpy/ops/sculpt/__init__.pyi +152 -152
  72. bpy/ops/sculpt_curves/__init__.pyi +16 -16
  73. bpy/ops/sequencer/__init__.pyi +364 -340
  74. bpy/ops/sound/__init__.pyi +28 -28
  75. bpy/ops/spreadsheet/__init__.pyi +16 -16
  76. bpy/ops/surface/__init__.pyi +24 -24
  77. bpy/ops/text/__init__.pyi +172 -172
  78. bpy/ops/text_editor/__init__.pyi +4 -4
  79. bpy/ops/texture/__init__.pyi +16 -16
  80. bpy/ops/transform/__init__.pyi +111 -108
  81. bpy/ops/ui/__init__.pyi +132 -132
  82. bpy/ops/uilist/__init__.pyi +12 -12
  83. bpy/ops/uv/__init__.pyi +196 -196
  84. bpy/ops/view2d/__init__.pyi +56 -56
  85. bpy/ops/view3d/__init__.pyi +268 -268
  86. bpy/ops/wm/__init__.pyi +448 -448
  87. bpy/ops/workspace/__init__.pyi +28 -28
  88. bpy/ops/world/__init__.pyi +8 -8
  89. bpy/path/__init__.pyi +18 -18
  90. bpy/props/__init__.pyi +11 -11
  91. bpy/types/__init__.pyi +2185 -1933
  92. bpy/utils/__init__.pyi +4 -4
  93. bpy_extras/mesh_utils/__init__.pyi +4 -4
  94. bpy_extras/view3d_utils/__init__.pyi +24 -20
  95. bpy_types/__init__.pyi +12 -7
  96. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/METADATA +5 -1
  97. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/RECORD +108 -108
  98. freestyle/types/__init__.pyi +64 -64
  99. freestyle/utils/__init__.pyi +2 -2
  100. gpu/matrix/__init__.pyi +15 -6
  101. gpu/state/__init__.pyi +2 -2
  102. gpu/types/__init__.pyi +6 -4
  103. gpu_extras/presets/__init__.pyi +8 -4
  104. imbuf/__init__.pyi +4 -4
  105. mathutils/__init__.pyi +292 -187
  106. mathutils/geometry/__init__.pyi +2 -5
  107. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/WHEEL +0 -0
  108. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/top_level.txt +0 -0
bpy/ops/node/__init__.pyi CHANGED
@@ -8,8 +8,8 @@ GenericType1 = typing.TypeVar("GenericType1")
8
8
  GenericType2 = typing.TypeVar("GenericType2")
9
9
 
10
10
  def add_collection(
11
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
12
- execution_context: str | int | None = None,
11
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
12
+ execution_context: int | str | None = None,
13
13
  undo: bool | None = None,
14
14
  *,
15
15
  name: str | typing.Any = "",
@@ -17,8 +17,8 @@ def add_collection(
17
17
  ):
18
18
  """Add a collection info node to the current node editor
19
19
 
20
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
21
- :type execution_context: str | int | None
20
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
21
+ :type execution_context: int | str | None
22
22
  :type undo: bool | None
23
23
  :param name: Name, Name of the data-block to use by the operator
24
24
  :type name: str | typing.Any
@@ -29,8 +29,8 @@ def add_collection(
29
29
  ...
30
30
 
31
31
  def add_file(
32
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
33
- execution_context: str | int | None = None,
32
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
33
+ execution_context: int | str | None = None,
34
34
  undo: bool | None = None,
35
35
  *,
36
36
  filepath: str | typing.Any = "",
@@ -67,8 +67,8 @@ def add_file(
67
67
  ):
68
68
  """Add a file node to the current node editor
69
69
 
70
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
71
- :type execution_context: str | int | None
70
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
71
+ :type execution_context: int | str | None
72
72
  :type undo: bool | None
73
73
  :param filepath: File Path, Path to file
74
74
  :type filepath: str | typing.Any
@@ -162,8 +162,8 @@ def add_file(
162
162
  ...
163
163
 
164
164
  def add_group(
165
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
166
- execution_context: str | int | None = None,
165
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
166
+ execution_context: int | str | None = None,
167
167
  undo: bool | None = None,
168
168
  *,
169
169
  name: str | typing.Any = "",
@@ -172,8 +172,8 @@ def add_group(
172
172
  ):
173
173
  """Add an existing node group to the current node editor
174
174
 
175
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
176
- :type execution_context: str | int | None
175
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
176
+ :type execution_context: int | str | None
177
177
  :type undo: bool | None
178
178
  :param name: Name, Name of the data-block to use by the operator
179
179
  :type name: str | typing.Any
@@ -186,8 +186,8 @@ def add_group(
186
186
  ...
187
187
 
188
188
  def add_group_asset(
189
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
190
- execution_context: str | int | None = None,
189
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
190
+ execution_context: int | str | None = None,
191
191
  undo: bool | None = None,
192
192
  *,
193
193
  asset_library_type: str | None = "LOCAL",
@@ -196,8 +196,8 @@ def add_group_asset(
196
196
  ):
197
197
  """Add a node group asset to the active node tree
198
198
 
199
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
200
- :type execution_context: str | int | None
199
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
200
+ :type execution_context: int | str | None
201
201
  :type undo: bool | None
202
202
  :param asset_library_type: Asset Library Type
203
203
  :type asset_library_type: str | None
@@ -210,8 +210,8 @@ def add_group_asset(
210
210
  ...
211
211
 
212
212
  def add_mask(
213
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
214
- execution_context: str | int | None = None,
213
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
214
+ execution_context: int | str | None = None,
215
215
  undo: bool | None = None,
216
216
  *,
217
217
  name: str | typing.Any = "",
@@ -219,8 +219,8 @@ def add_mask(
219
219
  ):
220
220
  """Add a mask node to the current node editor
221
221
 
222
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
223
- :type execution_context: str | int | None
222
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
223
+ :type execution_context: int | str | None
224
224
  :type undo: bool | None
225
225
  :param name: Name, Name of the data-block to use by the operator
226
226
  :type name: str | typing.Any
@@ -231,8 +231,8 @@ def add_mask(
231
231
  ...
232
232
 
233
233
  def add_material(
234
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
235
- execution_context: str | int | None = None,
234
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
235
+ execution_context: int | str | None = None,
236
236
  undo: bool | None = None,
237
237
  *,
238
238
  name: str | typing.Any = "",
@@ -240,8 +240,8 @@ def add_material(
240
240
  ):
241
241
  """Add a material node to the current node editor
242
242
 
243
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
244
- :type execution_context: str | int | None
243
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
244
+ :type execution_context: int | str | None
245
245
  :type undo: bool | None
246
246
  :param name: Name, Name of the data-block to use by the operator
247
247
  :type name: str | typing.Any
@@ -252,8 +252,8 @@ def add_material(
252
252
  ...
253
253
 
254
254
  def add_node(
255
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
256
- execution_context: str | int | None = None,
255
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
256
+ execution_context: int | str | None = None,
257
257
  undo: bool | None = None,
258
258
  *,
259
259
  use_transform: bool | typing.Any | None = False,
@@ -263,8 +263,8 @@ def add_node(
263
263
  ):
264
264
  """Add a node to the active tree
265
265
 
266
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
267
- :type execution_context: str | int | None
266
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
267
+ :type execution_context: int | str | None
268
268
  :type undo: bool | None
269
269
  :param use_transform: Use Transform, Start transform operator after inserting the node
270
270
  :type use_transform: bool | typing.Any | None
@@ -277,8 +277,8 @@ def add_node(
277
277
  ...
278
278
 
279
279
  def add_object(
280
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
281
- execution_context: str | int | None = None,
280
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
281
+ execution_context: int | str | None = None,
282
282
  undo: bool | None = None,
283
283
  *,
284
284
  name: str | typing.Any = "",
@@ -286,8 +286,8 @@ def add_object(
286
286
  ):
287
287
  """Add an object info node to the current node editor
288
288
 
289
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
290
- :type execution_context: str | int | None
289
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
290
+ :type execution_context: int | str | None
291
291
  :type undo: bool | None
292
292
  :param name: Name, Name of the data-block to use by the operator
293
293
  :type name: str | typing.Any
@@ -298,8 +298,8 @@ def add_object(
298
298
  ...
299
299
 
300
300
  def add_repeat_zone(
301
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
302
- execution_context: str | int | None = None,
301
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
302
+ execution_context: int | str | None = None,
303
303
  undo: bool | None = None,
304
304
  *,
305
305
  use_transform: bool | typing.Any | None = False,
@@ -309,8 +309,8 @@ def add_repeat_zone(
309
309
  ):
310
310
  """Add a repeat zone that allows executing nodes a dynamic number of times
311
311
 
312
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
313
- :type execution_context: str | int | None
312
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
313
+ :type execution_context: int | str | None
314
314
  :type undo: bool | None
315
315
  :param use_transform: Use Transform, Start transform operator after inserting the node
316
316
  :type use_transform: bool | typing.Any | None
@@ -323,8 +323,8 @@ def add_repeat_zone(
323
323
  ...
324
324
 
325
325
  def add_reroute(
326
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
327
- execution_context: str | int | None = None,
326
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
327
+ execution_context: int | str | None = None,
328
328
  undo: bool | None = None,
329
329
  *,
330
330
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
@@ -332,8 +332,8 @@ def add_reroute(
332
332
  ):
333
333
  """Add a reroute node
334
334
 
335
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
336
- :type execution_context: str | int | None
335
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
336
+ :type execution_context: int | str | None
337
337
  :type undo: bool | None
338
338
  :param path: Path
339
339
  :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
@@ -344,8 +344,8 @@ def add_reroute(
344
344
  ...
345
345
 
346
346
  def add_simulation_zone(
347
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
348
- execution_context: str | int | None = None,
347
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
348
+ execution_context: int | str | None = None,
349
349
  undo: bool | None = None,
350
350
  *,
351
351
  use_transform: bool | typing.Any | None = False,
@@ -355,8 +355,8 @@ def add_simulation_zone(
355
355
  ):
356
356
  """Add simulation zone input and output nodes to the active tree
357
357
 
358
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
359
- :type execution_context: str | int | None
358
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
359
+ :type execution_context: int | str | None
360
360
  :type undo: bool | None
361
361
  :param use_transform: Use Transform, Start transform operator after inserting the node
362
362
  :type use_transform: bool | typing.Any | None
@@ -369,72 +369,72 @@ def add_simulation_zone(
369
369
  ...
370
370
 
371
371
  def attach(
372
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
373
- execution_context: str | int | None = None,
372
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
373
+ execution_context: int | str | None = None,
374
374
  undo: bool | None = None,
375
375
  ):
376
376
  """Attach active node to a frame
377
377
 
378
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
379
- :type execution_context: str | int | None
378
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
379
+ :type execution_context: int | str | None
380
380
  :type undo: bool | None
381
381
  """
382
382
 
383
383
  ...
384
384
 
385
385
  def backimage_fit(
386
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
387
- execution_context: str | int | None = None,
386
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
387
+ execution_context: int | str | None = None,
388
388
  undo: bool | None = None,
389
389
  ):
390
390
  """Fit the background image to the view
391
391
 
392
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
393
- :type execution_context: str | int | None
392
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
393
+ :type execution_context: int | str | None
394
394
  :type undo: bool | None
395
395
  """
396
396
 
397
397
  ...
398
398
 
399
399
  def backimage_move(
400
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
401
- execution_context: str | int | None = None,
400
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
401
+ execution_context: int | str | None = None,
402
402
  undo: bool | None = None,
403
403
  ):
404
404
  """Move node backdrop
405
405
 
406
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
407
- :type execution_context: str | int | None
406
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
407
+ :type execution_context: int | str | None
408
408
  :type undo: bool | None
409
409
  """
410
410
 
411
411
  ...
412
412
 
413
413
  def backimage_sample(
414
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
415
- execution_context: str | int | None = None,
414
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
415
+ execution_context: int | str | None = None,
416
416
  undo: bool | None = None,
417
417
  ):
418
418
  """Use mouse to sample background image
419
419
 
420
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
421
- :type execution_context: str | int | None
420
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
421
+ :type execution_context: int | str | None
422
422
  :type undo: bool | None
423
423
  """
424
424
 
425
425
  ...
426
426
 
427
427
  def backimage_zoom(
428
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
429
- execution_context: str | int | None = None,
428
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
429
+ execution_context: int | str | None = None,
430
430
  undo: bool | None = None,
431
431
  *,
432
432
  factor: typing.Any | None = 1.2,
433
433
  ):
434
434
  """Zoom in/out the background image
435
435
 
436
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
437
- :type execution_context: str | int | None
436
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
437
+ :type execution_context: int | str | None
438
438
  :type undo: bool | None
439
439
  :param factor: Factor
440
440
  :type factor: typing.Any | None
@@ -443,30 +443,30 @@ def backimage_zoom(
443
443
  ...
444
444
 
445
445
  def bake_node_item_add(
446
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
447
- execution_context: str | int | None = None,
446
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
447
+ execution_context: int | str | None = None,
448
448
  undo: bool | None = None,
449
449
  ):
450
450
  """Add bake item
451
451
 
452
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
453
- :type execution_context: str | int | None
452
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
453
+ :type execution_context: int | str | None
454
454
  :type undo: bool | None
455
455
  """
456
456
 
457
457
  ...
458
458
 
459
459
  def bake_node_item_move(
460
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
461
- execution_context: str | int | None = None,
460
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
461
+ execution_context: int | str | None = None,
462
462
  undo: bool | None = None,
463
463
  *,
464
464
  direction: str | None = "UP",
465
465
  ):
466
466
  """Move active bake item
467
467
 
468
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
469
- :type execution_context: str | int | None
468
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
469
+ :type execution_context: int | str | None
470
470
  :type undo: bool | None
471
471
  :param direction: Direction, Move direction
472
472
  :type direction: str | None
@@ -475,44 +475,44 @@ def bake_node_item_move(
475
475
  ...
476
476
 
477
477
  def bake_node_item_remove(
478
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
479
- execution_context: str | int | None = None,
478
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
479
+ execution_context: int | str | None = None,
480
480
  undo: bool | None = None,
481
481
  ):
482
482
  """Remove active bake item
483
483
 
484
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
485
- :type execution_context: str | int | None
484
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
485
+ :type execution_context: int | str | None
486
486
  :type undo: bool | None
487
487
  """
488
488
 
489
489
  ...
490
490
 
491
491
  def capture_attribute_item_add(
492
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
493
- execution_context: str | int | None = None,
492
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
493
+ execution_context: int | str | None = None,
494
494
  undo: bool | None = None,
495
495
  ):
496
496
  """Add capture attribute item
497
497
 
498
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
499
- :type execution_context: str | int | None
498
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
499
+ :type execution_context: int | str | None
500
500
  :type undo: bool | None
501
501
  """
502
502
 
503
503
  ...
504
504
 
505
505
  def capture_attribute_item_move(
506
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
507
- execution_context: str | int | None = None,
506
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
507
+ execution_context: int | str | None = None,
508
508
  undo: bool | None = None,
509
509
  *,
510
510
  direction: str | None = "UP",
511
511
  ):
512
512
  """Move active capture attribute item
513
513
 
514
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
515
- :type execution_context: str | int | None
514
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
515
+ :type execution_context: int | str | None
516
516
  :type undo: bool | None
517
517
  :param direction: Direction, Move direction
518
518
  :type direction: str | None
@@ -521,58 +521,58 @@ def capture_attribute_item_move(
521
521
  ...
522
522
 
523
523
  def capture_attribute_item_remove(
524
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
525
- execution_context: str | int | None = None,
524
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
525
+ execution_context: int | str | None = None,
526
526
  undo: bool | None = None,
527
527
  ):
528
528
  """Remove active capture attribute item
529
529
 
530
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
531
- :type execution_context: str | int | None
530
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
531
+ :type execution_context: int | str | None
532
532
  :type undo: bool | None
533
533
  """
534
534
 
535
535
  ...
536
536
 
537
537
  def clear_viewer_border(
538
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
539
- execution_context: str | int | None = None,
538
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
539
+ execution_context: int | str | None = None,
540
540
  undo: bool | None = None,
541
541
  ):
542
542
  """Clear the boundaries for viewer operations
543
543
 
544
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
545
- :type execution_context: str | int | None
544
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
545
+ :type execution_context: int | str | None
546
546
  :type undo: bool | None
547
547
  """
548
548
 
549
549
  ...
550
550
 
551
551
  def clipboard_copy(
552
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
553
- execution_context: str | int | None = None,
552
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
553
+ execution_context: int | str | None = None,
554
554
  undo: bool | None = None,
555
555
  ):
556
556
  """Copy the selected nodes to the internal clipboard
557
557
 
558
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
559
- :type execution_context: str | int | None
558
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
559
+ :type execution_context: int | str | None
560
560
  :type undo: bool | None
561
561
  """
562
562
 
563
563
  ...
564
564
 
565
565
  def clipboard_paste(
566
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
567
- execution_context: str | int | None = None,
566
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
567
+ execution_context: int | str | None = None,
568
568
  undo: bool | None = None,
569
569
  *,
570
570
  offset: typing.Any | None = (0.0, 0.0),
571
571
  ):
572
572
  """Paste nodes from the internal clipboard to the active node tree
573
573
 
574
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
575
- :type execution_context: str | int | None
574
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
575
+ :type execution_context: int | str | None
576
576
  :type undo: bool | None
577
577
  :param offset: Location, The 2D view location for the center of the new nodes, or unchanged if not set
578
578
  :type offset: typing.Any | None
@@ -581,30 +581,30 @@ def clipboard_paste(
581
581
  ...
582
582
 
583
583
  def collapse_hide_unused_toggle(
584
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
585
- execution_context: str | int | None = None,
584
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
585
+ execution_context: int | str | None = None,
586
586
  undo: bool | None = None,
587
587
  ):
588
588
  """Toggle collapsed nodes and hide unused sockets
589
589
 
590
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
591
- :type execution_context: str | int | None
590
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
591
+ :type execution_context: int | str | None
592
592
  :type undo: bool | None
593
593
  """
594
594
 
595
595
  ...
596
596
 
597
597
  def connect_to_output(
598
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
599
- execution_context: str | int | None = None,
598
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
599
+ execution_context: int | str | None = None,
600
600
  undo: bool | None = None,
601
601
  *,
602
602
  run_in_geometry_nodes: bool | typing.Any | None = True,
603
603
  ):
604
604
  """Connect active node to the active output node of the node tree
605
605
 
606
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
607
- :type execution_context: str | int | None
606
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
607
+ :type execution_context: int | str | None
608
608
  :type undo: bool | None
609
609
  :param run_in_geometry_nodes: Run in Geometry Nodes Editor
610
610
  :type run_in_geometry_nodes: bool | typing.Any | None
@@ -613,92 +613,92 @@ def connect_to_output(
613
613
  ...
614
614
 
615
615
  def cryptomatte_layer_add(
616
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
617
- execution_context: str | int | None = None,
616
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
617
+ execution_context: int | str | None = None,
618
618
  undo: bool | None = None,
619
619
  ):
620
620
  """Add a new input layer to a Cryptomatte node
621
621
 
622
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
623
- :type execution_context: str | int | None
622
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
623
+ :type execution_context: int | str | None
624
624
  :type undo: bool | None
625
625
  """
626
626
 
627
627
  ...
628
628
 
629
629
  def cryptomatte_layer_remove(
630
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
631
- execution_context: str | int | None = None,
630
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
631
+ execution_context: int | str | None = None,
632
632
  undo: bool | None = None,
633
633
  ):
634
634
  """Remove layer from a Cryptomatte node
635
635
 
636
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
637
- :type execution_context: str | int | None
636
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
637
+ :type execution_context: int | str | None
638
638
  :type undo: bool | None
639
639
  """
640
640
 
641
641
  ...
642
642
 
643
643
  def deactivate_viewer(
644
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
645
- execution_context: str | int | None = None,
644
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
645
+ execution_context: int | str | None = None,
646
646
  undo: bool | None = None,
647
647
  ):
648
648
  """Deactivate selected viewer node in geometry nodes
649
649
 
650
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
651
- :type execution_context: str | int | None
650
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
651
+ :type execution_context: int | str | None
652
652
  :type undo: bool | None
653
653
  """
654
654
 
655
655
  ...
656
656
 
657
657
  def delete(
658
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
659
- execution_context: str | int | None = None,
658
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
659
+ execution_context: int | str | None = None,
660
660
  undo: bool | None = None,
661
661
  ):
662
662
  """Remove selected nodes
663
663
 
664
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
665
- :type execution_context: str | int | None
664
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
665
+ :type execution_context: int | str | None
666
666
  :type undo: bool | None
667
667
  """
668
668
 
669
669
  ...
670
670
 
671
671
  def delete_reconnect(
672
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
673
- execution_context: str | int | None = None,
672
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
673
+ execution_context: int | str | None = None,
674
674
  undo: bool | None = None,
675
675
  ):
676
676
  """Remove nodes and reconnect nodes as if deletion was muted
677
677
 
678
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
679
- :type execution_context: str | int | None
678
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
679
+ :type execution_context: int | str | None
680
680
  :type undo: bool | None
681
681
  """
682
682
 
683
683
  ...
684
684
 
685
685
  def detach(
686
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
687
- execution_context: str | int | None = None,
686
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
687
+ execution_context: int | str | None = None,
688
688
  undo: bool | None = None,
689
689
  ):
690
690
  """Detach selected nodes from parents
691
691
 
692
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
693
- :type execution_context: str | int | None
692
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
693
+ :type execution_context: int | str | None
694
694
  :type undo: bool | None
695
695
  """
696
696
 
697
697
  ...
698
698
 
699
699
  def detach_translate_attach(
700
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
701
- execution_context: str | int | None = None,
700
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
701
+ execution_context: int | str | None = None,
702
702
  undo: bool | None = None,
703
703
  *,
704
704
  NODE_OT_detach: detach | None = None,
@@ -707,8 +707,8 @@ def detach_translate_attach(
707
707
  ):
708
708
  """Detach nodes, move and attach to frame
709
709
 
710
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
711
- :type execution_context: str | int | None
710
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
711
+ :type execution_context: int | str | None
712
712
  :type undo: bool | None
713
713
  :param NODE_OT_detach: Detach Nodes, Detach selected nodes from parents
714
714
  :type NODE_OT_detach: detach | None
@@ -721,8 +721,8 @@ def detach_translate_attach(
721
721
  ...
722
722
 
723
723
  def duplicate(
724
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
725
- execution_context: str | int | None = None,
724
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
725
+ execution_context: int | str | None = None,
726
726
  undo: bool | None = None,
727
727
  *,
728
728
  keep_inputs: bool | typing.Any | None = False,
@@ -730,8 +730,8 @@ def duplicate(
730
730
  ):
731
731
  """Duplicate selected nodes
732
732
 
733
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
734
- :type execution_context: str | int | None
733
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
734
+ :type execution_context: int | str | None
735
735
  :type undo: bool | None
736
736
  :param keep_inputs: Keep Inputs, Keep the input links to duplicated nodes
737
737
  :type keep_inputs: bool | typing.Any | None
@@ -742,8 +742,8 @@ def duplicate(
742
742
  ...
743
743
 
744
744
  def duplicate_move(
745
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
746
- execution_context: str | int | None = None,
745
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
746
+ execution_context: int | str | None = None,
747
747
  undo: bool | None = None,
748
748
  *,
749
749
  NODE_OT_duplicate: duplicate | None = None,
@@ -751,8 +751,8 @@ def duplicate_move(
751
751
  ):
752
752
  """Duplicate selected nodes and move them
753
753
 
754
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
755
- :type execution_context: str | int | None
754
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
755
+ :type execution_context: int | str | None
756
756
  :type undo: bool | None
757
757
  :param NODE_OT_duplicate: Duplicate Nodes, Duplicate selected nodes
758
758
  :type NODE_OT_duplicate: duplicate | None
@@ -763,8 +763,8 @@ def duplicate_move(
763
763
  ...
764
764
 
765
765
  def duplicate_move_keep_inputs(
766
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
767
- execution_context: str | int | None = None,
766
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
767
+ execution_context: int | str | None = None,
768
768
  undo: bool | None = None,
769
769
  *,
770
770
  NODE_OT_duplicate: duplicate | None = None,
@@ -772,8 +772,8 @@ def duplicate_move_keep_inputs(
772
772
  ):
773
773
  """Duplicate selected nodes keeping input links and move them
774
774
 
775
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
776
- :type execution_context: str | int | None
775
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
776
+ :type execution_context: int | str | None
777
777
  :type undo: bool | None
778
778
  :param NODE_OT_duplicate: Duplicate Nodes, Duplicate selected nodes
779
779
  :type NODE_OT_duplicate: duplicate | None
@@ -784,8 +784,8 @@ def duplicate_move_keep_inputs(
784
784
  ...
785
785
 
786
786
  def duplicate_move_linked(
787
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
788
- execution_context: str | int | None = None,
787
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
788
+ execution_context: int | str | None = None,
789
789
  undo: bool | None = None,
790
790
  *,
791
791
  NODE_OT_duplicate: duplicate | None = None,
@@ -793,8 +793,8 @@ def duplicate_move_linked(
793
793
  ):
794
794
  """Duplicate selected nodes, but not their node trees, and move them
795
795
 
796
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
797
- :type execution_context: str | int | None
796
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
797
+ :type execution_context: int | str | None
798
798
  :type undo: bool | None
799
799
  :param NODE_OT_duplicate: Duplicate Nodes, Duplicate selected nodes
800
800
  :type NODE_OT_duplicate: duplicate | None
@@ -805,30 +805,30 @@ def duplicate_move_linked(
805
805
  ...
806
806
 
807
807
  def enum_definition_item_add(
808
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
809
- execution_context: str | int | None = None,
808
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
809
+ execution_context: int | str | None = None,
810
810
  undo: bool | None = None,
811
811
  ):
812
812
  """Add menu item
813
813
 
814
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
815
- :type execution_context: str | int | None
814
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
815
+ :type execution_context: int | str | None
816
816
  :type undo: bool | None
817
817
  """
818
818
 
819
819
  ...
820
820
 
821
821
  def enum_definition_item_move(
822
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
823
- execution_context: str | int | None = None,
822
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
823
+ execution_context: int | str | None = None,
824
824
  undo: bool | None = None,
825
825
  *,
826
826
  direction: str | None = "UP",
827
827
  ):
828
828
  """Move active menu item
829
829
 
830
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
831
- :type execution_context: str | int | None
830
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
831
+ :type execution_context: int | str | None
832
832
  :type undo: bool | None
833
833
  :param direction: Direction, Move direction
834
834
  :type direction: str | None
@@ -837,58 +837,58 @@ def enum_definition_item_move(
837
837
  ...
838
838
 
839
839
  def enum_definition_item_remove(
840
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
841
- execution_context: str | int | None = None,
840
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
841
+ execution_context: int | str | None = None,
842
842
  undo: bool | None = None,
843
843
  ):
844
844
  """Remove active menu item
845
845
 
846
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
847
- :type execution_context: str | int | None
846
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
847
+ :type execution_context: int | str | None
848
848
  :type undo: bool | None
849
849
  """
850
850
 
851
851
  ...
852
852
 
853
853
  def find_node(
854
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
855
- execution_context: str | int | None = None,
854
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
855
+ execution_context: int | str | None = None,
856
856
  undo: bool | None = None,
857
857
  ):
858
858
  """Search for a node by name and focus and select it
859
859
 
860
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
861
- :type execution_context: str | int | None
860
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
861
+ :type execution_context: int | str | None
862
862
  :type undo: bool | None
863
863
  """
864
864
 
865
865
  ...
866
866
 
867
867
  def gltf_settings_node_operator(
868
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
869
- execution_context: str | int | None = None,
868
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
869
+ execution_context: int | str | None = None,
870
870
  undo: bool | None = None,
871
871
  ):
872
872
  """Add a node to the active tree for glTF export
873
873
 
874
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
875
- :type execution_context: str | int | None
874
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
875
+ :type execution_context: int | str | None
876
876
  :type undo: bool | None
877
877
  """
878
878
 
879
879
  ...
880
880
 
881
881
  def group_edit(
882
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
883
- execution_context: str | int | None = None,
882
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
883
+ execution_context: int | str | None = None,
884
884
  undo: bool | None = None,
885
885
  *,
886
886
  exit: bool | typing.Any | None = False,
887
887
  ):
888
888
  """Edit node group
889
889
 
890
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
891
- :type execution_context: str | int | None
890
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
891
+ :type execution_context: int | str | None
892
892
  :type undo: bool | None
893
893
  :param exit: Exit
894
894
  :type exit: bool | typing.Any | None
@@ -897,44 +897,44 @@ def group_edit(
897
897
  ...
898
898
 
899
899
  def group_insert(
900
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
901
- execution_context: str | int | None = None,
900
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
901
+ execution_context: int | str | None = None,
902
902
  undo: bool | None = None,
903
903
  ):
904
904
  """Insert selected nodes into a node group
905
905
 
906
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
907
- :type execution_context: str | int | None
906
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
907
+ :type execution_context: int | str | None
908
908
  :type undo: bool | None
909
909
  """
910
910
 
911
911
  ...
912
912
 
913
913
  def group_make(
914
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
915
- execution_context: str | int | None = None,
914
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
915
+ execution_context: int | str | None = None,
916
916
  undo: bool | None = None,
917
917
  ):
918
918
  """Make group from selected nodes
919
919
 
920
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
921
- :type execution_context: str | int | None
920
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
921
+ :type execution_context: int | str | None
922
922
  :type undo: bool | None
923
923
  """
924
924
 
925
925
  ...
926
926
 
927
927
  def group_separate(
928
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
929
- execution_context: str | int | None = None,
928
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
929
+ execution_context: int | str | None = None,
930
930
  undo: bool | None = None,
931
931
  *,
932
932
  type: str | None = "COPY",
933
933
  ):
934
934
  """Separate selected nodes from the node group
935
935
 
936
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
937
- :type execution_context: str | int | None
936
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
937
+ :type execution_context: int | str | None
938
938
  :type undo: bool | None
939
939
  :param type: Type
940
940
 
@@ -949,72 +949,72 @@ def group_separate(
949
949
  ...
950
950
 
951
951
  def group_ungroup(
952
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
953
- execution_context: str | int | None = None,
952
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
953
+ execution_context: int | str | None = None,
954
954
  undo: bool | None = None,
955
955
  ):
956
956
  """Ungroup selected nodes
957
957
 
958
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
959
- :type execution_context: str | int | None
958
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
959
+ :type execution_context: int | str | None
960
960
  :type undo: bool | None
961
961
  """
962
962
 
963
963
  ...
964
964
 
965
965
  def hide_socket_toggle(
966
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
967
- execution_context: str | int | None = None,
966
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
967
+ execution_context: int | str | None = None,
968
968
  undo: bool | None = None,
969
969
  ):
970
970
  """Toggle unused node socket display
971
971
 
972
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
973
- :type execution_context: str | int | None
972
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
973
+ :type execution_context: int | str | None
974
974
  :type undo: bool | None
975
975
  """
976
976
 
977
977
  ...
978
978
 
979
979
  def hide_toggle(
980
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
981
- execution_context: str | int | None = None,
980
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
981
+ execution_context: int | str | None = None,
982
982
  undo: bool | None = None,
983
983
  ):
984
984
  """Toggle hiding of selected nodes
985
985
 
986
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
987
- :type execution_context: str | int | None
986
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
987
+ :type execution_context: int | str | None
988
988
  :type undo: bool | None
989
989
  """
990
990
 
991
991
  ...
992
992
 
993
993
  def index_switch_item_add(
994
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
995
- execution_context: str | int | None = None,
994
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
995
+ execution_context: int | str | None = None,
996
996
  undo: bool | None = None,
997
997
  ):
998
998
  """Add bake item
999
999
 
1000
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1001
- :type execution_context: str | int | None
1000
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1001
+ :type execution_context: int | str | None
1002
1002
  :type undo: bool | None
1003
1003
  """
1004
1004
 
1005
1005
  ...
1006
1006
 
1007
1007
  def index_switch_item_remove(
1008
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1009
- execution_context: str | int | None = None,
1008
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1009
+ execution_context: int | str | None = None,
1010
1010
  undo: bool | None = None,
1011
1011
  *,
1012
1012
  index: typing.Any | None = 0,
1013
1013
  ):
1014
1014
  """Remove an item from the index switch
1015
1015
 
1016
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1017
- :type execution_context: str | int | None
1016
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1017
+ :type execution_context: int | str | None
1018
1018
  :type undo: bool | None
1019
1019
  :param index: Index, Index to remove
1020
1020
  :type index: typing.Any | None
@@ -1023,44 +1023,44 @@ def index_switch_item_remove(
1023
1023
  ...
1024
1024
 
1025
1025
  def insert_offset(
1026
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1027
- execution_context: str | int | None = None,
1026
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1027
+ execution_context: int | str | None = None,
1028
1028
  undo: bool | None = None,
1029
1029
  ):
1030
1030
  """Automatically offset nodes on insertion
1031
1031
 
1032
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1033
- :type execution_context: str | int | None
1032
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1033
+ :type execution_context: int | str | None
1034
1034
  :type undo: bool | None
1035
1035
  """
1036
1036
 
1037
1037
  ...
1038
1038
 
1039
1039
  def interface_item_duplicate(
1040
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1041
- execution_context: str | int | None = None,
1040
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1041
+ execution_context: int | str | None = None,
1042
1042
  undo: bool | None = None,
1043
1043
  ):
1044
1044
  """Add a copy of the active item to the interface
1045
1045
 
1046
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1047
- :type execution_context: str | int | None
1046
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1047
+ :type execution_context: int | str | None
1048
1048
  :type undo: bool | None
1049
1049
  """
1050
1050
 
1051
1051
  ...
1052
1052
 
1053
1053
  def interface_item_new(
1054
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1055
- execution_context: str | int | None = None,
1054
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1055
+ execution_context: int | str | None = None,
1056
1056
  undo: bool | None = None,
1057
1057
  *,
1058
1058
  item_type: str | None = "INPUT",
1059
1059
  ):
1060
1060
  """Add a new item to the interface
1061
1061
 
1062
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1063
- :type execution_context: str | int | None
1062
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1063
+ :type execution_context: int | str | None
1064
1064
  :type undo: bool | None
1065
1065
  :param item_type: Item Type, Type of the item to create
1066
1066
  :type item_type: str | None
@@ -1069,36 +1069,36 @@ def interface_item_new(
1069
1069
  ...
1070
1070
 
1071
1071
  def interface_item_remove(
1072
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1073
- execution_context: str | int | None = None,
1072
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1073
+ execution_context: int | str | None = None,
1074
1074
  undo: bool | None = None,
1075
1075
  ):
1076
1076
  """Remove active item from the interface
1077
1077
 
1078
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1079
- :type execution_context: str | int | None
1078
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1079
+ :type execution_context: int | str | None
1080
1080
  :type undo: bool | None
1081
1081
  """
1082
1082
 
1083
1083
  ...
1084
1084
 
1085
1085
  def join(
1086
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1087
- execution_context: str | int | None = None,
1086
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1087
+ execution_context: int | str | None = None,
1088
1088
  undo: bool | None = None,
1089
1089
  ):
1090
1090
  """Attach selected nodes to a new common frame
1091
1091
 
1092
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1093
- :type execution_context: str | int | None
1092
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1093
+ :type execution_context: int | str | None
1094
1094
  :type undo: bool | None
1095
1095
  """
1096
1096
 
1097
1097
  ...
1098
1098
 
1099
1099
  def link(
1100
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1101
- execution_context: str | int | None = None,
1100
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1101
+ execution_context: int | str | None = None,
1102
1102
  undo: bool | None = None,
1103
1103
  *,
1104
1104
  detach: bool | typing.Any | None = False,
@@ -1112,8 +1112,8 @@ def link(
1112
1112
  ):
1113
1113
  """Use the mouse to create a link between two nodes
1114
1114
 
1115
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1116
- :type execution_context: str | int | None
1115
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1116
+ :type execution_context: int | str | None
1117
1117
  :type undo: bool | None
1118
1118
  :param detach: Detach, Detach and redirect existing links
1119
1119
  :type detach: bool | typing.Any | None
@@ -1136,16 +1136,16 @@ def link(
1136
1136
  ...
1137
1137
 
1138
1138
  def link_make(
1139
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1140
- execution_context: str | int | None = None,
1139
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1140
+ execution_context: int | str | None = None,
1141
1141
  undo: bool | None = None,
1142
1142
  *,
1143
1143
  replace: bool | typing.Any | None = False,
1144
1144
  ):
1145
1145
  """Make a link between selected output and input sockets
1146
1146
 
1147
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1148
- :type execution_context: str | int | None
1147
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1148
+ :type execution_context: int | str | None
1149
1149
  :type undo: bool | None
1150
1150
  :param replace: Replace, Replace socket connections with the new links
1151
1151
  :type replace: bool | typing.Any | None
@@ -1154,22 +1154,22 @@ def link_make(
1154
1154
  ...
1155
1155
 
1156
1156
  def link_viewer(
1157
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1158
- execution_context: str | int | None = None,
1157
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1158
+ execution_context: int | str | None = None,
1159
1159
  undo: bool | None = None,
1160
1160
  ):
1161
1161
  """Link to viewer node
1162
1162
 
1163
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1164
- :type execution_context: str | int | None
1163
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1164
+ :type execution_context: int | str | None
1165
1165
  :type undo: bool | None
1166
1166
  """
1167
1167
 
1168
1168
  ...
1169
1169
 
1170
1170
  def links_cut(
1171
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1172
- execution_context: str | int | None = None,
1171
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1172
+ execution_context: int | str | None = None,
1173
1173
  undo: bool | None = None,
1174
1174
  *,
1175
1175
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
@@ -1177,8 +1177,8 @@ def links_cut(
1177
1177
  ):
1178
1178
  """Use the mouse to cut (remove) some links
1179
1179
 
1180
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1181
- :type execution_context: str | int | None
1180
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1181
+ :type execution_context: int | str | None
1182
1182
  :type undo: bool | None
1183
1183
  :param path: Path
1184
1184
  :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
@@ -1189,22 +1189,22 @@ def links_cut(
1189
1189
  ...
1190
1190
 
1191
1191
  def links_detach(
1192
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1193
- execution_context: str | int | None = None,
1192
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1193
+ execution_context: int | str | None = None,
1194
1194
  undo: bool | None = None,
1195
1195
  ):
1196
1196
  """Remove all links to selected nodes, and try to connect neighbor nodes together
1197
1197
 
1198
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1199
- :type execution_context: str | int | None
1198
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1199
+ :type execution_context: int | str | None
1200
1200
  :type undo: bool | None
1201
1201
  """
1202
1202
 
1203
1203
  ...
1204
1204
 
1205
1205
  def links_mute(
1206
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1207
- execution_context: str | int | None = None,
1206
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1207
+ execution_context: int | str | None = None,
1208
1208
  undo: bool | None = None,
1209
1209
  *,
1210
1210
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
@@ -1212,8 +1212,8 @@ def links_mute(
1212
1212
  ):
1213
1213
  """Use the mouse to mute links
1214
1214
 
1215
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1216
- :type execution_context: str | int | None
1215
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1216
+ :type execution_context: int | str | None
1217
1217
  :type undo: bool | None
1218
1218
  :param path: Path
1219
1219
  :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
@@ -1224,8 +1224,8 @@ def links_mute(
1224
1224
  ...
1225
1225
 
1226
1226
  def move_detach_links(
1227
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1228
- execution_context: str | int | None = None,
1227
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1228
+ execution_context: int | str | None = None,
1229
1229
  undo: bool | None = None,
1230
1230
  *,
1231
1231
  NODE_OT_links_detach: links_detach | None = None,
@@ -1233,8 +1233,8 @@ def move_detach_links(
1233
1233
  ):
1234
1234
  """Move a node to detach links
1235
1235
 
1236
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1237
- :type execution_context: str | int | None
1236
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1237
+ :type execution_context: int | str | None
1238
1238
  :type undo: bool | None
1239
1239
  :param NODE_OT_links_detach: Detach Links, Remove all links to selected nodes, and try to connect neighbor nodes together
1240
1240
  :type NODE_OT_links_detach: links_detach | None
@@ -1245,8 +1245,8 @@ def move_detach_links(
1245
1245
  ...
1246
1246
 
1247
1247
  def move_detach_links_release(
1248
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1249
- execution_context: str | int | None = None,
1248
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1249
+ execution_context: int | str | None = None,
1250
1250
  undo: bool | None = None,
1251
1251
  *,
1252
1252
  NODE_OT_links_detach: links_detach | None = None,
@@ -1254,8 +1254,8 @@ def move_detach_links_release(
1254
1254
  ):
1255
1255
  """Move a node to detach links
1256
1256
 
1257
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1258
- :type execution_context: str | int | None
1257
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1258
+ :type execution_context: int | str | None
1259
1259
  :type undo: bool | None
1260
1260
  :param NODE_OT_links_detach: Detach Links, Remove all links to selected nodes, and try to connect neighbor nodes together
1261
1261
  :type NODE_OT_links_detach: links_detach | None
@@ -1266,64 +1266,64 @@ def move_detach_links_release(
1266
1266
  ...
1267
1267
 
1268
1268
  def mute_toggle(
1269
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1270
- execution_context: str | int | None = None,
1269
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1270
+ execution_context: int | str | None = None,
1271
1271
  undo: bool | None = None,
1272
1272
  ):
1273
1273
  """Toggle muting of selected nodes
1274
1274
 
1275
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1276
- :type execution_context: str | int | None
1275
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1276
+ :type execution_context: int | str | None
1277
1277
  :type undo: bool | None
1278
1278
  """
1279
1279
 
1280
1280
  ...
1281
1281
 
1282
1282
  def new_geometry_node_group_assign(
1283
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1284
- execution_context: str | int | None = None,
1283
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1284
+ execution_context: int | str | None = None,
1285
1285
  undo: bool | None = None,
1286
1286
  ):
1287
1287
  """Create a new geometry node group and assign it to the active modifier
1288
1288
 
1289
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1290
- :type execution_context: str | int | None
1289
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1290
+ :type execution_context: int | str | None
1291
1291
  :type undo: bool | None
1292
1292
  """
1293
1293
 
1294
1294
  ...
1295
1295
 
1296
1296
  def new_geometry_node_group_tool(
1297
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1298
- execution_context: str | int | None = None,
1297
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1298
+ execution_context: int | str | None = None,
1299
1299
  undo: bool | None = None,
1300
1300
  ):
1301
1301
  """Create a new geometry node group for a tool
1302
1302
 
1303
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1304
- :type execution_context: str | int | None
1303
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1304
+ :type execution_context: int | str | None
1305
1305
  :type undo: bool | None
1306
1306
  """
1307
1307
 
1308
1308
  ...
1309
1309
 
1310
1310
  def new_geometry_nodes_modifier(
1311
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1312
- execution_context: str | int | None = None,
1311
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1312
+ execution_context: int | str | None = None,
1313
1313
  undo: bool | None = None,
1314
1314
  ):
1315
1315
  """Create a new modifier with a new geometry node group
1316
1316
 
1317
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1318
- :type execution_context: str | int | None
1317
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1318
+ :type execution_context: int | str | None
1319
1319
  :type undo: bool | None
1320
1320
  """
1321
1321
 
1322
1322
  ...
1323
1323
 
1324
1324
  def new_node_tree(
1325
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1326
- execution_context: str | int | None = None,
1325
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1326
+ execution_context: int | str | None = None,
1327
1327
  undo: bool | None = None,
1328
1328
  *,
1329
1329
  type: str | None = "",
@@ -1331,8 +1331,8 @@ def new_node_tree(
1331
1331
  ):
1332
1332
  """Create a new node tree
1333
1333
 
1334
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1335
- :type execution_context: str | int | None
1334
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1335
+ :type execution_context: int | str | None
1336
1336
  :type undo: bool | None
1337
1337
  :param type: Tree Type
1338
1338
  :type type: str | None
@@ -1343,8 +1343,8 @@ def new_node_tree(
1343
1343
  ...
1344
1344
 
1345
1345
  def node_color_preset_add(
1346
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1347
- execution_context: str | int | None = None,
1346
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1347
+ execution_context: int | str | None = None,
1348
1348
  undo: bool | None = None,
1349
1349
  *,
1350
1350
  name: str | typing.Any = "",
@@ -1353,8 +1353,8 @@ def node_color_preset_add(
1353
1353
  ):
1354
1354
  """Add or remove a Node Color Preset
1355
1355
 
1356
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1357
- :type execution_context: str | int | None
1356
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1357
+ :type execution_context: int | str | None
1358
1358
  :type undo: bool | None
1359
1359
  :param name: Name, Name of the preset, used to make the path name
1360
1360
  :type name: str | typing.Any
@@ -1367,44 +1367,44 @@ def node_color_preset_add(
1367
1367
  ...
1368
1368
 
1369
1369
  def node_copy_color(
1370
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1371
- execution_context: str | int | None = None,
1370
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1371
+ execution_context: int | str | None = None,
1372
1372
  undo: bool | None = None,
1373
1373
  ):
1374
1374
  """Copy color to all selected nodes
1375
1375
 
1376
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1377
- :type execution_context: str | int | None
1376
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1377
+ :type execution_context: int | str | None
1378
1378
  :type undo: bool | None
1379
1379
  """
1380
1380
 
1381
1381
  ...
1382
1382
 
1383
1383
  def options_toggle(
1384
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1385
- execution_context: str | int | None = None,
1384
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1385
+ execution_context: int | str | None = None,
1386
1386
  undo: bool | None = None,
1387
1387
  ):
1388
1388
  """Toggle option buttons display for selected nodes
1389
1389
 
1390
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1391
- :type execution_context: str | int | None
1390
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1391
+ :type execution_context: int | str | None
1392
1392
  :type undo: bool | None
1393
1393
  """
1394
1394
 
1395
1395
  ...
1396
1396
 
1397
1397
  def output_file_add_socket(
1398
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1399
- execution_context: str | int | None = None,
1398
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1399
+ execution_context: int | str | None = None,
1400
1400
  undo: bool | None = None,
1401
1401
  *,
1402
1402
  file_path: str | typing.Any = "Image",
1403
1403
  ):
1404
1404
  """Add a new input to a file output node
1405
1405
 
1406
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1407
- :type execution_context: str | int | None
1406
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1407
+ :type execution_context: int | str | None
1408
1408
  :type undo: bool | None
1409
1409
  :param file_path: File Path, Subpath of the output file
1410
1410
  :type file_path: str | typing.Any
@@ -1413,16 +1413,16 @@ def output_file_add_socket(
1413
1413
  ...
1414
1414
 
1415
1415
  def output_file_move_active_socket(
1416
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1417
- execution_context: str | int | None = None,
1416
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1417
+ execution_context: int | str | None = None,
1418
1418
  undo: bool | None = None,
1419
1419
  *,
1420
1420
  direction: str | None = "DOWN",
1421
1421
  ):
1422
1422
  """Move the active input of a file output node up or down the list
1423
1423
 
1424
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1425
- :type execution_context: str | int | None
1424
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1425
+ :type execution_context: int | str | None
1426
1426
  :type undo: bool | None
1427
1427
  :param direction: Direction
1428
1428
  :type direction: str | None
@@ -1431,100 +1431,100 @@ def output_file_move_active_socket(
1431
1431
  ...
1432
1432
 
1433
1433
  def output_file_remove_active_socket(
1434
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1435
- execution_context: str | int | None = None,
1434
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1435
+ execution_context: int | str | None = None,
1436
1436
  undo: bool | None = None,
1437
1437
  ):
1438
1438
  """Remove the active input from a file output node
1439
1439
 
1440
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1441
- :type execution_context: str | int | None
1440
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1441
+ :type execution_context: int | str | None
1442
1442
  :type undo: bool | None
1443
1443
  """
1444
1444
 
1445
1445
  ...
1446
1446
 
1447
1447
  def parent_set(
1448
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1449
- execution_context: str | int | None = None,
1448
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1449
+ execution_context: int | str | None = None,
1450
1450
  undo: bool | None = None,
1451
1451
  ):
1452
1452
  """Attach selected nodes
1453
1453
 
1454
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1455
- :type execution_context: str | int | None
1454
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1455
+ :type execution_context: int | str | None
1456
1456
  :type undo: bool | None
1457
1457
  """
1458
1458
 
1459
1459
  ...
1460
1460
 
1461
1461
  def preview_toggle(
1462
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1463
- execution_context: str | int | None = None,
1462
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1463
+ execution_context: int | str | None = None,
1464
1464
  undo: bool | None = None,
1465
1465
  ):
1466
1466
  """Toggle preview display for selected nodes
1467
1467
 
1468
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1469
- :type execution_context: str | int | None
1468
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1469
+ :type execution_context: int | str | None
1470
1470
  :type undo: bool | None
1471
1471
  """
1472
1472
 
1473
1473
  ...
1474
1474
 
1475
1475
  def read_viewlayers(
1476
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1477
- execution_context: str | int | None = None,
1476
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1477
+ execution_context: int | str | None = None,
1478
1478
  undo: bool | None = None,
1479
1479
  ):
1480
1480
  """Read all render layers of all used scenes
1481
1481
 
1482
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1483
- :type execution_context: str | int | None
1482
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1483
+ :type execution_context: int | str | None
1484
1484
  :type undo: bool | None
1485
1485
  """
1486
1486
 
1487
1487
  ...
1488
1488
 
1489
1489
  def render_changed(
1490
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1491
- execution_context: str | int | None = None,
1490
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1491
+ execution_context: int | str | None = None,
1492
1492
  undo: bool | None = None,
1493
1493
  ):
1494
1494
  """Render current scene, when input node's layer has been changed
1495
1495
 
1496
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1497
- :type execution_context: str | int | None
1496
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1497
+ :type execution_context: int | str | None
1498
1498
  :type undo: bool | None
1499
1499
  """
1500
1500
 
1501
1501
  ...
1502
1502
 
1503
1503
  def repeat_zone_item_add(
1504
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1505
- execution_context: str | int | None = None,
1504
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1505
+ execution_context: int | str | None = None,
1506
1506
  undo: bool | None = None,
1507
1507
  ):
1508
1508
  """Add repeat zone item
1509
1509
 
1510
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1511
- :type execution_context: str | int | None
1510
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1511
+ :type execution_context: int | str | None
1512
1512
  :type undo: bool | None
1513
1513
  """
1514
1514
 
1515
1515
  ...
1516
1516
 
1517
1517
  def repeat_zone_item_move(
1518
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1519
- execution_context: str | int | None = None,
1518
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1519
+ execution_context: int | str | None = None,
1520
1520
  undo: bool | None = None,
1521
1521
  *,
1522
1522
  direction: str | None = "UP",
1523
1523
  ):
1524
1524
  """Move active repeat zone item
1525
1525
 
1526
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1527
- :type execution_context: str | int | None
1526
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1527
+ :type execution_context: int | str | None
1528
1528
  :type undo: bool | None
1529
1529
  :param direction: Direction, Move direction
1530
1530
  :type direction: str | None
@@ -1533,36 +1533,36 @@ def repeat_zone_item_move(
1533
1533
  ...
1534
1534
 
1535
1535
  def repeat_zone_item_remove(
1536
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1537
- execution_context: str | int | None = None,
1536
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1537
+ execution_context: int | str | None = None,
1538
1538
  undo: bool | None = None,
1539
1539
  ):
1540
1540
  """Remove active repeat zone item
1541
1541
 
1542
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1543
- :type execution_context: str | int | None
1542
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1543
+ :type execution_context: int | str | None
1544
1544
  :type undo: bool | None
1545
1545
  """
1546
1546
 
1547
1547
  ...
1548
1548
 
1549
1549
  def resize(
1550
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1551
- execution_context: str | int | None = None,
1550
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1551
+ execution_context: int | str | None = None,
1552
1552
  undo: bool | None = None,
1553
1553
  ):
1554
1554
  """Resize a node
1555
1555
 
1556
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1557
- :type execution_context: str | int | None
1556
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1557
+ :type execution_context: int | str | None
1558
1558
  :type undo: bool | None
1559
1559
  """
1560
1560
 
1561
1561
  ...
1562
1562
 
1563
1563
  def select(
1564
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1565
- execution_context: str | int | None = None,
1564
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1565
+ execution_context: int | str | None = None,
1566
1566
  undo: bool | None = None,
1567
1567
  *,
1568
1568
  extend: bool | typing.Any | None = False,
@@ -1576,8 +1576,8 @@ def select(
1576
1576
  ):
1577
1577
  """Select the node under the cursor
1578
1578
 
1579
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1580
- :type execution_context: str | int | None
1579
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1580
+ :type execution_context: int | str | None
1581
1581
  :type undo: bool | None
1582
1582
  :param extend: Extend, Extend selection instead of deselecting everything first
1583
1583
  :type extend: bool | typing.Any | None
@@ -1600,16 +1600,16 @@ def select(
1600
1600
  ...
1601
1601
 
1602
1602
  def select_all(
1603
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1604
- execution_context: str | int | None = None,
1603
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1604
+ execution_context: int | str | None = None,
1605
1605
  undo: bool | None = None,
1606
1606
  *,
1607
1607
  action: str | None = "TOGGLE",
1608
1608
  ):
1609
1609
  """(De)select all nodes
1610
1610
 
1611
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1612
- :type execution_context: str | int | None
1611
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1612
+ :type execution_context: int | str | None
1613
1613
  :type undo: bool | None
1614
1614
  :param action: Action, Selection action to execute
1615
1615
 
@@ -1630,8 +1630,8 @@ def select_all(
1630
1630
  ...
1631
1631
 
1632
1632
  def select_box(
1633
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1634
- execution_context: str | int | None = None,
1633
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1634
+ execution_context: int | str | None = None,
1635
1635
  undo: bool | None = None,
1636
1636
  *,
1637
1637
  tweak: bool | typing.Any | None = False,
@@ -1644,8 +1644,8 @@ def select_box(
1644
1644
  ):
1645
1645
  """Use box selection to select nodes
1646
1646
 
1647
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1648
- :type execution_context: str | int | None
1647
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1648
+ :type execution_context: int | str | None
1649
1649
  :type undo: bool | None
1650
1650
  :param tweak: Tweak, Only activate when mouse is not over a node (useful for tweak gesture)
1651
1651
  :type tweak: bool | typing.Any | None
@@ -1675,8 +1675,8 @@ def select_box(
1675
1675
  ...
1676
1676
 
1677
1677
  def select_circle(
1678
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1679
- execution_context: str | int | None = None,
1678
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1679
+ execution_context: int | str | None = None,
1680
1680
  undo: bool | None = None,
1681
1681
  *,
1682
1682
  x: typing.Any | None = 0,
@@ -1687,8 +1687,8 @@ def select_circle(
1687
1687
  ):
1688
1688
  """Use circle selection to select nodes
1689
1689
 
1690
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1691
- :type execution_context: str | int | None
1690
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1691
+ :type execution_context: int | str | None
1692
1692
  :type undo: bool | None
1693
1693
  :param x: X
1694
1694
  :type x: typing.Any | None
@@ -1714,8 +1714,8 @@ def select_circle(
1714
1714
  ...
1715
1715
 
1716
1716
  def select_grouped(
1717
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1718
- execution_context: str | int | None = None,
1717
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1718
+ execution_context: int | str | None = None,
1719
1719
  undo: bool | None = None,
1720
1720
  *,
1721
1721
  extend: bool | typing.Any | None = False,
@@ -1723,8 +1723,8 @@ def select_grouped(
1723
1723
  ):
1724
1724
  """Select nodes with similar properties
1725
1725
 
1726
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1727
- :type execution_context: str | int | None
1726
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1727
+ :type execution_context: int | str | None
1728
1728
  :type undo: bool | None
1729
1729
  :param extend: Extend, Extend selection instead of deselecting everything first
1730
1730
  :type extend: bool | typing.Any | None
@@ -1735,8 +1735,8 @@ def select_grouped(
1735
1735
  ...
1736
1736
 
1737
1737
  def select_lasso(
1738
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1739
- execution_context: str | int | None = None,
1738
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1739
+ execution_context: int | str | None = None,
1740
1740
  undo: bool | None = None,
1741
1741
  *,
1742
1742
  tweak: bool | typing.Any | None = False,
@@ -1745,8 +1745,8 @@ def select_lasso(
1745
1745
  ):
1746
1746
  """Select nodes using lasso selection
1747
1747
 
1748
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1749
- :type execution_context: str | int | None
1748
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1749
+ :type execution_context: int | str | None
1750
1750
  :type undo: bool | None
1751
1751
  :param tweak: Tweak, Only activate when mouse is not over a node (useful for tweak gesture)
1752
1752
  :type tweak: bool | typing.Any | None
@@ -1768,8 +1768,8 @@ def select_lasso(
1768
1768
  ...
1769
1769
 
1770
1770
  def select_link_viewer(
1771
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1772
- execution_context: str | int | None = None,
1771
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1772
+ execution_context: int | str | None = None,
1773
1773
  undo: bool | None = None,
1774
1774
  *,
1775
1775
  NODE_OT_select: select | None = None,
@@ -1777,8 +1777,8 @@ def select_link_viewer(
1777
1777
  ):
1778
1778
  """Select node and link it to a viewer node
1779
1779
 
1780
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1781
- :type execution_context: str | int | None
1780
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1781
+ :type execution_context: int | str | None
1782
1782
  :type undo: bool | None
1783
1783
  :param NODE_OT_select: Select, Select the node under the cursor
1784
1784
  :type NODE_OT_select: select | None
@@ -1789,44 +1789,44 @@ def select_link_viewer(
1789
1789
  ...
1790
1790
 
1791
1791
  def select_linked_from(
1792
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1793
- execution_context: str | int | None = None,
1792
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1793
+ execution_context: int | str | None = None,
1794
1794
  undo: bool | None = None,
1795
1795
  ):
1796
1796
  """Select nodes linked from the selected ones
1797
1797
 
1798
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1799
- :type execution_context: str | int | None
1798
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1799
+ :type execution_context: int | str | None
1800
1800
  :type undo: bool | None
1801
1801
  """
1802
1802
 
1803
1803
  ...
1804
1804
 
1805
1805
  def select_linked_to(
1806
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1807
- execution_context: str | int | None = None,
1806
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1807
+ execution_context: int | str | None = None,
1808
1808
  undo: bool | None = None,
1809
1809
  ):
1810
1810
  """Select nodes linked to the selected ones
1811
1811
 
1812
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1813
- :type execution_context: str | int | None
1812
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1813
+ :type execution_context: int | str | None
1814
1814
  :type undo: bool | None
1815
1815
  """
1816
1816
 
1817
1817
  ...
1818
1818
 
1819
1819
  def select_same_type_step(
1820
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1821
- execution_context: str | int | None = None,
1820
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1821
+ execution_context: int | str | None = None,
1822
1822
  undo: bool | None = None,
1823
1823
  *,
1824
1824
  prev: bool | typing.Any | None = False,
1825
1825
  ):
1826
1826
  """Activate and view same node type, step by step
1827
1827
 
1828
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1829
- :type execution_context: str | int | None
1828
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1829
+ :type execution_context: int | str | None
1830
1830
  :type undo: bool | None
1831
1831
  :param prev: Previous
1832
1832
  :type prev: bool | typing.Any | None
@@ -1835,44 +1835,44 @@ def select_same_type_step(
1835
1835
  ...
1836
1836
 
1837
1837
  def shader_script_update(
1838
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1839
- execution_context: str | int | None = None,
1838
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1839
+ execution_context: int | str | None = None,
1840
1840
  undo: bool | None = None,
1841
1841
  ):
1842
1842
  """Update shader script node with new sockets and options from the script
1843
1843
 
1844
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1845
- :type execution_context: str | int | None
1844
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1845
+ :type execution_context: int | str | None
1846
1846
  :type undo: bool | None
1847
1847
  """
1848
1848
 
1849
1849
  ...
1850
1850
 
1851
1851
  def simulation_zone_item_add(
1852
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1853
- execution_context: str | int | None = None,
1852
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1853
+ execution_context: int | str | None = None,
1854
1854
  undo: bool | None = None,
1855
1855
  ):
1856
1856
  """Add simulation zone item
1857
1857
 
1858
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1859
- :type execution_context: str | int | None
1858
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1859
+ :type execution_context: int | str | None
1860
1860
  :type undo: bool | None
1861
1861
  """
1862
1862
 
1863
1863
  ...
1864
1864
 
1865
1865
  def simulation_zone_item_move(
1866
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1867
- execution_context: str | int | None = None,
1866
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1867
+ execution_context: int | str | None = None,
1868
1868
  undo: bool | None = None,
1869
1869
  *,
1870
1870
  direction: str | None = "UP",
1871
1871
  ):
1872
1872
  """Move active simulation zone item
1873
1873
 
1874
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1875
- :type execution_context: str | int | None
1874
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1875
+ :type execution_context: int | str | None
1876
1876
  :type undo: bool | None
1877
1877
  :param direction: Direction, Move direction
1878
1878
  :type direction: str | None
@@ -1881,22 +1881,22 @@ def simulation_zone_item_move(
1881
1881
  ...
1882
1882
 
1883
1883
  def simulation_zone_item_remove(
1884
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1885
- execution_context: str | int | None = None,
1884
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1885
+ execution_context: int | str | None = None,
1886
1886
  undo: bool | None = None,
1887
1887
  ):
1888
1888
  """Remove active simulation zone item
1889
1889
 
1890
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1891
- :type execution_context: str | int | None
1890
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1891
+ :type execution_context: int | str | None
1892
1892
  :type undo: bool | None
1893
1893
  """
1894
1894
 
1895
1895
  ...
1896
1896
 
1897
1897
  def translate_attach(
1898
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1899
- execution_context: str | int | None = None,
1898
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1899
+ execution_context: int | str | None = None,
1900
1900
  undo: bool | None = None,
1901
1901
  *,
1902
1902
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
@@ -1904,8 +1904,8 @@ def translate_attach(
1904
1904
  ):
1905
1905
  """Move nodes and attach to frame
1906
1906
 
1907
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1908
- :type execution_context: str | int | None
1907
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1908
+ :type execution_context: int | str | None
1909
1909
  :type undo: bool | None
1910
1910
  :param TRANSFORM_OT_translate: Move, Move selected items
1911
1911
  :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
@@ -1916,8 +1916,8 @@ def translate_attach(
1916
1916
  ...
1917
1917
 
1918
1918
  def translate_attach_remove_on_cancel(
1919
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1920
- execution_context: str | int | None = None,
1919
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1920
+ execution_context: int | str | None = None,
1921
1921
  undo: bool | None = None,
1922
1922
  *,
1923
1923
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
@@ -1925,8 +1925,8 @@ def translate_attach_remove_on_cancel(
1925
1925
  ):
1926
1926
  """Move nodes and attach to frame
1927
1927
 
1928
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1929
- :type execution_context: str | int | None
1928
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1929
+ :type execution_context: int | str | None
1930
1930
  :type undo: bool | None
1931
1931
  :param TRANSFORM_OT_translate: Move, Move selected items
1932
1932
  :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
@@ -1937,50 +1937,50 @@ def translate_attach_remove_on_cancel(
1937
1937
  ...
1938
1938
 
1939
1939
  def tree_path_parent(
1940
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1941
- execution_context: str | int | None = None,
1940
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1941
+ execution_context: int | str | None = None,
1942
1942
  undo: bool | None = None,
1943
1943
  ):
1944
1944
  """Go to parent node tree
1945
1945
 
1946
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1947
- :type execution_context: str | int | None
1946
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1947
+ :type execution_context: int | str | None
1948
1948
  :type undo: bool | None
1949
1949
  """
1950
1950
 
1951
1951
  ...
1952
1952
 
1953
1953
  def view_all(
1954
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1955
- execution_context: str | int | None = None,
1954
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1955
+ execution_context: int | str | None = None,
1956
1956
  undo: bool | None = None,
1957
1957
  ):
1958
1958
  """Resize view so you can see all nodes
1959
1959
 
1960
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1961
- :type execution_context: str | int | None
1960
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1961
+ :type execution_context: int | str | None
1962
1962
  :type undo: bool | None
1963
1963
  """
1964
1964
 
1965
1965
  ...
1966
1966
 
1967
1967
  def view_selected(
1968
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1969
- execution_context: str | int | None = None,
1968
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1969
+ execution_context: int | str | None = None,
1970
1970
  undo: bool | None = None,
1971
1971
  ):
1972
1972
  """Resize view so you can see selected nodes
1973
1973
 
1974
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1975
- :type execution_context: str | int | None
1974
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1975
+ :type execution_context: int | str | None
1976
1976
  :type undo: bool | None
1977
1977
  """
1978
1978
 
1979
1979
  ...
1980
1980
 
1981
1981
  def viewer_border(
1982
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1983
- execution_context: str | int | None = None,
1982
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1983
+ execution_context: int | str | None = None,
1984
1984
  undo: bool | None = None,
1985
1985
  *,
1986
1986
  xmin: typing.Any | None = 0,
@@ -1991,8 +1991,8 @@ def viewer_border(
1991
1991
  ):
1992
1992
  """Set the boundaries for viewer operations
1993
1993
 
1994
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1995
- :type execution_context: str | int | None
1994
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1995
+ :type execution_context: int | str | None
1996
1996
  :type undo: bool | None
1997
1997
  :param xmin: X Min
1998
1998
  :type xmin: typing.Any | None