fake-bpy-module 20240812__py3-none-any.whl → 20240813__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 (83) hide show
  1. bl_ui/space_view3d/__init__.pyi +31 -0
  2. bpy/ops/action/__init__.pyi +76 -76
  3. bpy/ops/anim/__init__.pyi +110 -110
  4. bpy/ops/armature/__init__.pyi +96 -96
  5. bpy/ops/asset/__init__.pyi +32 -32
  6. bpy/ops/boid/__init__.pyi +16 -16
  7. bpy/ops/brush/__init__.pyi +26 -26
  8. bpy/ops/buttons/__init__.pyi +12 -12
  9. bpy/ops/cachefile/__init__.pyi +10 -10
  10. bpy/ops/camera/__init__.pyi +4 -4
  11. bpy/ops/clip/__init__.pyi +184 -184
  12. bpy/ops/cloth/__init__.pyi +2 -2
  13. bpy/ops/collection/__init__.pyi +18 -18
  14. bpy/ops/console/__init__.pyi +42 -42
  15. bpy/ops/constraint/__init__.pyi +36 -36
  16. bpy/ops/curve/__init__.pyi +102 -102
  17. bpy/ops/curves/__init__.pyi +54 -54
  18. bpy/ops/cycles/__init__.pyi +6 -6
  19. bpy/ops/dpaint/__init__.pyi +10 -10
  20. bpy/ops/ed/__init__.pyi +24 -24
  21. bpy/ops/export_anim/__init__.pyi +2 -2
  22. bpy/ops/export_scene/__init__.pyi +4 -4
  23. bpy/ops/extensions/__init__.pyi +68 -68
  24. bpy/ops/file/__init__.pyi +80 -80
  25. bpy/ops/fluid/__init__.pyi +28 -28
  26. bpy/ops/font/__init__.pyi +46 -46
  27. bpy/ops/geometry/__init__.pyi +20 -20
  28. bpy/ops/gizmogroup/__init__.pyi +4 -4
  29. bpy/ops/gpencil/__init__.pyi +284 -284
  30. bpy/ops/graph/__init__.pyi +130 -130
  31. bpy/ops/grease_pencil/__init__.pyi +166 -166
  32. bpy/ops/image/__init__.pyi +98 -98
  33. bpy/ops/import_anim/__init__.pyi +2 -2
  34. bpy/ops/import_curve/__init__.pyi +2 -2
  35. bpy/ops/import_scene/__init__.pyi +4 -4
  36. bpy/ops/info/__init__.pyi +14 -14
  37. bpy/ops/lattice/__init__.pyi +16 -16
  38. bpy/ops/marker/__init__.pyi +22 -22
  39. bpy/ops/mask/__init__.pyi +78 -78
  40. bpy/ops/material/__init__.pyi +6 -6
  41. bpy/ops/mball/__init__.pyi +16 -16
  42. bpy/ops/mesh/__init__.pyi +326 -326
  43. bpy/ops/nla/__init__.pyi +78 -78
  44. bpy/ops/node/__init__.pyi +208 -208
  45. bpy/ops/object/__init__.pyi +473 -473
  46. bpy/ops/outliner/__init__.pyi +142 -142
  47. bpy/ops/paint/__init__.pyi +108 -108
  48. bpy/ops/paintcurve/__init__.pyi +16 -16
  49. bpy/ops/palette/__init__.pyi +14 -14
  50. bpy/ops/particle/__init__.pyi +72 -72
  51. bpy/ops/pose/__init__.pyi +102 -102
  52. bpy/ops/poselib/__init__.pyi +18 -18
  53. bpy/ops/preferences/__init__.pyi +70 -70
  54. bpy/ops/ptcache/__init__.pyi +14 -14
  55. bpy/ops/render/__init__.pyi +26 -26
  56. bpy/ops/rigidbody/__init__.pyi +26 -26
  57. bpy/ops/scene/__init__.pyi +74 -74
  58. bpy/ops/screen/__init__.pyi +78 -78
  59. bpy/ops/script/__init__.pyi +6 -6
  60. bpy/ops/sculpt/__init__.pyi +72 -72
  61. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  62. bpy/ops/sequencer/__init__.pyi +174 -174
  63. bpy/ops/sound/__init__.pyi +14 -14
  64. bpy/ops/spreadsheet/__init__.pyi +8 -8
  65. bpy/ops/surface/__init__.pyi +12 -12
  66. bpy/ops/text/__init__.pyi +86 -86
  67. bpy/ops/text_editor/__init__.pyi +2 -2
  68. bpy/ops/texture/__init__.pyi +8 -8
  69. bpy/ops/transform/__init__.pyi +54 -54
  70. bpy/ops/ui/__init__.pyi +64 -64
  71. bpy/ops/uilist/__init__.pyi +6 -6
  72. bpy/ops/uv/__init__.pyi +98 -98
  73. bpy/ops/view2d/__init__.pyi +28 -28
  74. bpy/ops/view3d/__init__.pyi +134 -134
  75. bpy/ops/wm/__init__.pyi +226 -226
  76. bpy/ops/workspace/__init__.pyi +14 -14
  77. bpy/ops/world/__init__.pyi +4 -4
  78. bpy/types/__init__.pyi +44 -34
  79. {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240813.dist-info}/METADATA +1 -1
  80. {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240813.dist-info}/RECORD +83 -83
  81. freestyle/utils/__init__.pyi +1 -1
  82. {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240813.dist-info}/WHEEL +0 -0
  83. {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240813.dist-info}/top_level.txt +0 -0
bpy/ops/node/__init__.pyi CHANGED
@@ -9,7 +9,7 @@ GenericType1 = typing.TypeVar("GenericType1")
9
9
  GenericType2 = typing.TypeVar("GenericType2")
10
10
 
11
11
  def add_collection(
12
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
12
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
13
13
  execution_context: int | str | None = None,
14
14
  undo: bool | None = None,
15
15
  *,
@@ -18,7 +18,7 @@ def add_collection(
18
18
  ):
19
19
  """Add a collection info node to the current node editor
20
20
 
21
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
21
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
22
22
  :type execution_context: int | str | None
23
23
  :type undo: bool | None
24
24
  :param name: Name, Name of the data-block to use by the operator
@@ -30,7 +30,7 @@ def add_collection(
30
30
  ...
31
31
 
32
32
  def add_file(
33
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
33
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
34
34
  execution_context: int | str | None = None,
35
35
  undo: bool | None = None,
36
36
  *,
@@ -78,7 +78,7 @@ def add_file(
78
78
  ):
79
79
  """Add a file node to the current node editor
80
80
 
81
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
81
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
82
82
  :type execution_context: int | str | None
83
83
  :type undo: bool | None
84
84
  :param filepath: File Path, Path to file
@@ -173,7 +173,7 @@ def add_file(
173
173
  ...
174
174
 
175
175
  def add_group(
176
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
176
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
177
177
  execution_context: int | str | None = None,
178
178
  undo: bool | None = None,
179
179
  *,
@@ -183,7 +183,7 @@ def add_group(
183
183
  ):
184
184
  """Add an existing node group to the current node editor
185
185
 
186
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
186
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
187
187
  :type execution_context: int | str | None
188
188
  :type undo: bool | None
189
189
  :param name: Name, Name of the data-block to use by the operator
@@ -197,7 +197,7 @@ def add_group(
197
197
  ...
198
198
 
199
199
  def add_group_asset(
200
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
200
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
201
201
  execution_context: int | str | None = None,
202
202
  undo: bool | None = None,
203
203
  *,
@@ -208,7 +208,7 @@ def add_group_asset(
208
208
  ):
209
209
  """Add a node group asset to the active node tree
210
210
 
211
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
211
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
212
212
  :type execution_context: int | str | None
213
213
  :type undo: bool | None
214
214
  :param asset_library_type: Asset Library Type
@@ -222,7 +222,7 @@ def add_group_asset(
222
222
  ...
223
223
 
224
224
  def add_mask(
225
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
225
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
226
226
  execution_context: int | str | None = None,
227
227
  undo: bool | None = None,
228
228
  *,
@@ -231,7 +231,7 @@ def add_mask(
231
231
  ):
232
232
  """Add a mask node to the current node editor
233
233
 
234
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
234
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
235
235
  :type execution_context: int | str | None
236
236
  :type undo: bool | None
237
237
  :param name: Name, Name of the data-block to use by the operator
@@ -243,7 +243,7 @@ def add_mask(
243
243
  ...
244
244
 
245
245
  def add_material(
246
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
246
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
247
247
  execution_context: int | str | None = None,
248
248
  undo: bool | None = None,
249
249
  *,
@@ -252,7 +252,7 @@ def add_material(
252
252
  ):
253
253
  """Add a material node to the current node editor
254
254
 
255
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
255
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
256
256
  :type execution_context: int | str | None
257
257
  :type undo: bool | None
258
258
  :param name: Name, Name of the data-block to use by the operator
@@ -264,7 +264,7 @@ def add_material(
264
264
  ...
265
265
 
266
266
  def add_node(
267
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
267
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
268
268
  execution_context: int | str | None = None,
269
269
  undo: bool | None = None,
270
270
  *,
@@ -275,7 +275,7 @@ def add_node(
275
275
  ):
276
276
  """Add a node to the active tree
277
277
 
278
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
278
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
279
279
  :type execution_context: int | str | None
280
280
  :type undo: bool | None
281
281
  :param use_transform: Use Transform, Start transform operator after inserting the node
@@ -289,7 +289,7 @@ def add_node(
289
289
  ...
290
290
 
291
291
  def add_object(
292
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
292
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
293
293
  execution_context: int | str | None = None,
294
294
  undo: bool | None = None,
295
295
  *,
@@ -298,7 +298,7 @@ def add_object(
298
298
  ):
299
299
  """Add an object info node to the current node editor
300
300
 
301
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
301
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
302
302
  :type execution_context: int | str | None
303
303
  :type undo: bool | None
304
304
  :param name: Name, Name of the data-block to use by the operator
@@ -310,7 +310,7 @@ def add_object(
310
310
  ...
311
311
 
312
312
  def add_repeat_zone(
313
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
313
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
314
314
  execution_context: int | str | None = None,
315
315
  undo: bool | None = None,
316
316
  *,
@@ -321,7 +321,7 @@ def add_repeat_zone(
321
321
  ):
322
322
  """Add a repeat zone that allows executing nodes a dynamic number of times
323
323
 
324
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
324
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
325
325
  :type execution_context: int | str | None
326
326
  :type undo: bool | None
327
327
  :param use_transform: Use Transform, Start transform operator after inserting the node
@@ -335,7 +335,7 @@ def add_repeat_zone(
335
335
  ...
336
336
 
337
337
  def add_reroute(
338
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
338
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
339
339
  execution_context: int | str | None = None,
340
340
  undo: bool | None = None,
341
341
  *,
@@ -344,7 +344,7 @@ def add_reroute(
344
344
  ):
345
345
  """Add a reroute node
346
346
 
347
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
347
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
348
348
  :type execution_context: int | str | None
349
349
  :type undo: bool | None
350
350
  :param path: Path
@@ -356,7 +356,7 @@ def add_reroute(
356
356
  ...
357
357
 
358
358
  def add_simulation_zone(
359
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
359
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
360
360
  execution_context: int | str | None = None,
361
361
  undo: bool | None = None,
362
362
  *,
@@ -367,7 +367,7 @@ def add_simulation_zone(
367
367
  ):
368
368
  """Add simulation zone input and output nodes to the active tree
369
369
 
370
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
370
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
371
371
  :type execution_context: int | str | None
372
372
  :type undo: bool | None
373
373
  :param use_transform: Use Transform, Start transform operator after inserting the node
@@ -381,13 +381,13 @@ def add_simulation_zone(
381
381
  ...
382
382
 
383
383
  def attach(
384
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
384
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
385
385
  execution_context: int | str | None = None,
386
386
  undo: bool | None = None,
387
387
  ):
388
388
  """Attach active node to a frame
389
389
 
390
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
390
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
391
391
  :type execution_context: int | str | None
392
392
  :type undo: bool | None
393
393
  """
@@ -395,13 +395,13 @@ def attach(
395
395
  ...
396
396
 
397
397
  def backimage_fit(
398
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
398
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
399
399
  execution_context: int | str | None = None,
400
400
  undo: bool | None = None,
401
401
  ):
402
402
  """Fit the background image to the view
403
403
 
404
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
404
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
405
405
  :type execution_context: int | str | None
406
406
  :type undo: bool | None
407
407
  """
@@ -409,13 +409,13 @@ def backimage_fit(
409
409
  ...
410
410
 
411
411
  def backimage_move(
412
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
412
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
413
413
  execution_context: int | str | None = None,
414
414
  undo: bool | None = None,
415
415
  ):
416
416
  """Move node backdrop
417
417
 
418
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
418
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
419
419
  :type execution_context: int | str | None
420
420
  :type undo: bool | None
421
421
  """
@@ -423,13 +423,13 @@ def backimage_move(
423
423
  ...
424
424
 
425
425
  def backimage_sample(
426
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
426
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
427
427
  execution_context: int | str | None = None,
428
428
  undo: bool | None = None,
429
429
  ):
430
430
  """Use mouse to sample background image
431
431
 
432
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
432
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
433
433
  :type execution_context: int | str | None
434
434
  :type undo: bool | None
435
435
  """
@@ -437,7 +437,7 @@ def backimage_sample(
437
437
  ...
438
438
 
439
439
  def backimage_zoom(
440
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
440
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
441
441
  execution_context: int | str | None = None,
442
442
  undo: bool | None = None,
443
443
  *,
@@ -445,7 +445,7 @@ def backimage_zoom(
445
445
  ):
446
446
  """Zoom in/out the background image
447
447
 
448
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
448
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
449
449
  :type execution_context: int | str | None
450
450
  :type undo: bool | None
451
451
  :param factor: Factor
@@ -455,13 +455,13 @@ def backimage_zoom(
455
455
  ...
456
456
 
457
457
  def bake_node_item_add(
458
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
458
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
459
459
  execution_context: int | str | None = None,
460
460
  undo: bool | None = None,
461
461
  ):
462
462
  """Add bake item
463
463
 
464
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
464
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
465
465
  :type execution_context: int | str | None
466
466
  :type undo: bool | None
467
467
  """
@@ -469,7 +469,7 @@ def bake_node_item_add(
469
469
  ...
470
470
 
471
471
  def bake_node_item_move(
472
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
472
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
473
473
  execution_context: int | str | None = None,
474
474
  undo: bool | None = None,
475
475
  *,
@@ -477,7 +477,7 @@ def bake_node_item_move(
477
477
  ):
478
478
  """Move active bake item
479
479
 
480
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
480
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
481
481
  :type execution_context: int | str | None
482
482
  :type undo: bool | None
483
483
  :param direction: Direction, Move direction
@@ -487,13 +487,13 @@ def bake_node_item_move(
487
487
  ...
488
488
 
489
489
  def bake_node_item_remove(
490
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
490
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
491
491
  execution_context: int | str | None = None,
492
492
  undo: bool | None = None,
493
493
  ):
494
494
  """Remove active bake item
495
495
 
496
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
496
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
497
497
  :type execution_context: int | str | None
498
498
  :type undo: bool | None
499
499
  """
@@ -501,13 +501,13 @@ def bake_node_item_remove(
501
501
  ...
502
502
 
503
503
  def capture_attribute_item_add(
504
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
504
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
505
505
  execution_context: int | str | None = None,
506
506
  undo: bool | None = None,
507
507
  ):
508
508
  """Add capture attribute item
509
509
 
510
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
510
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
511
511
  :type execution_context: int | str | None
512
512
  :type undo: bool | None
513
513
  """
@@ -515,7 +515,7 @@ def capture_attribute_item_add(
515
515
  ...
516
516
 
517
517
  def capture_attribute_item_move(
518
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
518
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
519
519
  execution_context: int | str | None = None,
520
520
  undo: bool | None = None,
521
521
  *,
@@ -523,7 +523,7 @@ def capture_attribute_item_move(
523
523
  ):
524
524
  """Move active capture attribute item
525
525
 
526
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
526
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
527
527
  :type execution_context: int | str | None
528
528
  :type undo: bool | None
529
529
  :param direction: Direction, Move direction
@@ -533,13 +533,13 @@ def capture_attribute_item_move(
533
533
  ...
534
534
 
535
535
  def capture_attribute_item_remove(
536
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
536
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
537
537
  execution_context: int | str | None = None,
538
538
  undo: bool | None = None,
539
539
  ):
540
540
  """Remove active capture attribute item
541
541
 
542
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
542
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
543
543
  :type execution_context: int | str | None
544
544
  :type undo: bool | None
545
545
  """
@@ -547,13 +547,13 @@ def capture_attribute_item_remove(
547
547
  ...
548
548
 
549
549
  def clear_viewer_border(
550
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
550
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
551
551
  execution_context: int | str | None = None,
552
552
  undo: bool | None = None,
553
553
  ):
554
554
  """Clear the boundaries for viewer operations
555
555
 
556
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
556
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
557
557
  :type execution_context: int | str | None
558
558
  :type undo: bool | None
559
559
  """
@@ -561,13 +561,13 @@ def clear_viewer_border(
561
561
  ...
562
562
 
563
563
  def clipboard_copy(
564
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
564
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
565
565
  execution_context: int | str | None = None,
566
566
  undo: bool | None = None,
567
567
  ):
568
568
  """Copy the selected nodes to the internal clipboard
569
569
 
570
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
570
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
571
571
  :type execution_context: int | str | None
572
572
  :type undo: bool | None
573
573
  """
@@ -575,7 +575,7 @@ def clipboard_copy(
575
575
  ...
576
576
 
577
577
  def clipboard_paste(
578
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
578
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
579
579
  execution_context: int | str | None = None,
580
580
  undo: bool | None = None,
581
581
  *,
@@ -583,7 +583,7 @@ def clipboard_paste(
583
583
  ):
584
584
  """Paste nodes from the internal clipboard to the active node tree
585
585
 
586
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
586
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
587
587
  :type execution_context: int | str | None
588
588
  :type undo: bool | None
589
589
  :param offset: Location, The 2D view location for the center of the new nodes, or unchanged if not set
@@ -593,13 +593,13 @@ def clipboard_paste(
593
593
  ...
594
594
 
595
595
  def collapse_hide_unused_toggle(
596
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
596
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
597
597
  execution_context: int | str | None = None,
598
598
  undo: bool | None = None,
599
599
  ):
600
600
  """Toggle collapsed nodes and hide unused sockets
601
601
 
602
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
602
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
603
603
  :type execution_context: int | str | None
604
604
  :type undo: bool | None
605
605
  """
@@ -607,7 +607,7 @@ def collapse_hide_unused_toggle(
607
607
  ...
608
608
 
609
609
  def connect_to_output(
610
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
610
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
611
611
  execution_context: int | str | None = None,
612
612
  undo: bool | None = None,
613
613
  *,
@@ -615,7 +615,7 @@ def connect_to_output(
615
615
  ):
616
616
  """Connect active node to the active output node of the node tree
617
617
 
618
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
618
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
619
619
  :type execution_context: int | str | None
620
620
  :type undo: bool | None
621
621
  :param run_in_geometry_nodes: Run in Geometry Nodes Editor
@@ -625,13 +625,13 @@ def connect_to_output(
625
625
  ...
626
626
 
627
627
  def cryptomatte_layer_add(
628
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
628
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
629
629
  execution_context: int | str | None = None,
630
630
  undo: bool | None = None,
631
631
  ):
632
632
  """Add a new input layer to a Cryptomatte node
633
633
 
634
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
634
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
635
635
  :type execution_context: int | str | None
636
636
  :type undo: bool | None
637
637
  """
@@ -639,13 +639,13 @@ def cryptomatte_layer_add(
639
639
  ...
640
640
 
641
641
  def cryptomatte_layer_remove(
642
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
642
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
643
643
  execution_context: int | str | None = None,
644
644
  undo: bool | None = None,
645
645
  ):
646
646
  """Remove layer from a Cryptomatte node
647
647
 
648
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
648
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
649
649
  :type execution_context: int | str | None
650
650
  :type undo: bool | None
651
651
  """
@@ -653,13 +653,13 @@ def cryptomatte_layer_remove(
653
653
  ...
654
654
 
655
655
  def deactivate_viewer(
656
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
656
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
657
657
  execution_context: int | str | None = None,
658
658
  undo: bool | None = None,
659
659
  ):
660
660
  """Deactivate selected viewer node in geometry nodes
661
661
 
662
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
662
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
663
663
  :type execution_context: int | str | None
664
664
  :type undo: bool | None
665
665
  """
@@ -667,13 +667,13 @@ def deactivate_viewer(
667
667
  ...
668
668
 
669
669
  def delete(
670
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
670
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
671
671
  execution_context: int | str | None = None,
672
672
  undo: bool | None = None,
673
673
  ):
674
674
  """Remove selected nodes
675
675
 
676
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
676
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
677
677
  :type execution_context: int | str | None
678
678
  :type undo: bool | None
679
679
  """
@@ -681,13 +681,13 @@ def delete(
681
681
  ...
682
682
 
683
683
  def delete_reconnect(
684
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
684
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
685
685
  execution_context: int | str | None = None,
686
686
  undo: bool | None = None,
687
687
  ):
688
688
  """Remove nodes and reconnect nodes as if deletion was muted
689
689
 
690
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
690
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
691
691
  :type execution_context: int | str | None
692
692
  :type undo: bool | None
693
693
  """
@@ -695,13 +695,13 @@ def delete_reconnect(
695
695
  ...
696
696
 
697
697
  def detach(
698
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
698
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
699
699
  execution_context: int | str | None = None,
700
700
  undo: bool | None = None,
701
701
  ):
702
702
  """Detach selected nodes from parents
703
703
 
704
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
704
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
705
705
  :type execution_context: int | str | None
706
706
  :type undo: bool | None
707
707
  """
@@ -709,7 +709,7 @@ def detach(
709
709
  ...
710
710
 
711
711
  def detach_translate_attach(
712
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
712
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
713
713
  execution_context: int | str | None = None,
714
714
  undo: bool | None = None,
715
715
  *,
@@ -719,7 +719,7 @@ def detach_translate_attach(
719
719
  ):
720
720
  """Detach nodes, move and attach to frame
721
721
 
722
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
722
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
723
723
  :type execution_context: int | str | None
724
724
  :type undo: bool | None
725
725
  :param NODE_OT_detach: Detach Nodes, Detach selected nodes from parents
@@ -733,7 +733,7 @@ def detach_translate_attach(
733
733
  ...
734
734
 
735
735
  def duplicate(
736
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
736
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
737
737
  execution_context: int | str | None = None,
738
738
  undo: bool | None = None,
739
739
  *,
@@ -742,7 +742,7 @@ def duplicate(
742
742
  ):
743
743
  """Duplicate selected nodes
744
744
 
745
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
745
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
746
746
  :type execution_context: int | str | None
747
747
  :type undo: bool | None
748
748
  :param keep_inputs: Keep Inputs, Keep the input links to duplicated nodes
@@ -754,7 +754,7 @@ def duplicate(
754
754
  ...
755
755
 
756
756
  def duplicate_move(
757
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
757
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
758
758
  execution_context: int | str | None = None,
759
759
  undo: bool | None = None,
760
760
  *,
@@ -763,7 +763,7 @@ def duplicate_move(
763
763
  ):
764
764
  """Duplicate selected nodes and move them
765
765
 
766
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
766
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
767
767
  :type execution_context: int | str | None
768
768
  :type undo: bool | None
769
769
  :param NODE_OT_duplicate: Duplicate Nodes, Duplicate selected nodes
@@ -775,7 +775,7 @@ def duplicate_move(
775
775
  ...
776
776
 
777
777
  def duplicate_move_keep_inputs(
778
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
778
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
779
779
  execution_context: int | str | None = None,
780
780
  undo: bool | None = None,
781
781
  *,
@@ -784,7 +784,7 @@ def duplicate_move_keep_inputs(
784
784
  ):
785
785
  """Duplicate selected nodes keeping input links and move them
786
786
 
787
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
787
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
788
788
  :type execution_context: int | str | None
789
789
  :type undo: bool | None
790
790
  :param NODE_OT_duplicate: Duplicate Nodes, Duplicate selected nodes
@@ -796,7 +796,7 @@ def duplicate_move_keep_inputs(
796
796
  ...
797
797
 
798
798
  def duplicate_move_linked(
799
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
799
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
800
800
  execution_context: int | str | None = None,
801
801
  undo: bool | None = None,
802
802
  *,
@@ -805,7 +805,7 @@ def duplicate_move_linked(
805
805
  ):
806
806
  """Duplicate selected nodes, but not their node trees, and move them
807
807
 
808
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
808
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
809
809
  :type execution_context: int | str | None
810
810
  :type undo: bool | None
811
811
  :param NODE_OT_duplicate: Duplicate Nodes, Duplicate selected nodes
@@ -817,13 +817,13 @@ def duplicate_move_linked(
817
817
  ...
818
818
 
819
819
  def enum_definition_item_add(
820
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
820
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
821
821
  execution_context: int | str | None = None,
822
822
  undo: bool | None = None,
823
823
  ):
824
824
  """Add menu item
825
825
 
826
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
826
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
827
827
  :type execution_context: int | str | None
828
828
  :type undo: bool | None
829
829
  """
@@ -831,7 +831,7 @@ def enum_definition_item_add(
831
831
  ...
832
832
 
833
833
  def enum_definition_item_move(
834
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
834
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
835
835
  execution_context: int | str | None = None,
836
836
  undo: bool | None = None,
837
837
  *,
@@ -839,7 +839,7 @@ def enum_definition_item_move(
839
839
  ):
840
840
  """Move active menu item
841
841
 
842
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
842
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
843
843
  :type execution_context: int | str | None
844
844
  :type undo: bool | None
845
845
  :param direction: Direction, Move direction
@@ -849,13 +849,13 @@ def enum_definition_item_move(
849
849
  ...
850
850
 
851
851
  def enum_definition_item_remove(
852
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
852
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
853
853
  execution_context: int | str | None = None,
854
854
  undo: bool | None = None,
855
855
  ):
856
856
  """Remove active menu item
857
857
 
858
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
858
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
859
859
  :type execution_context: int | str | None
860
860
  :type undo: bool | None
861
861
  """
@@ -863,13 +863,13 @@ def enum_definition_item_remove(
863
863
  ...
864
864
 
865
865
  def find_node(
866
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
866
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
867
867
  execution_context: int | str | None = None,
868
868
  undo: bool | None = None,
869
869
  ):
870
870
  """Search for a node by name and focus and select it
871
871
 
872
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
872
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
873
873
  :type execution_context: int | str | None
874
874
  :type undo: bool | None
875
875
  """
@@ -877,13 +877,13 @@ def find_node(
877
877
  ...
878
878
 
879
879
  def gltf_settings_node_operator(
880
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
880
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
881
881
  execution_context: int | str | None = None,
882
882
  undo: bool | None = None,
883
883
  ):
884
884
  """Add a node to the active tree for glTF export
885
885
 
886
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
886
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
887
887
  :type execution_context: int | str | None
888
888
  :type undo: bool | None
889
889
  """
@@ -891,7 +891,7 @@ def gltf_settings_node_operator(
891
891
  ...
892
892
 
893
893
  def group_edit(
894
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
894
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
895
895
  execution_context: int | str | None = None,
896
896
  undo: bool | None = None,
897
897
  *,
@@ -899,7 +899,7 @@ def group_edit(
899
899
  ):
900
900
  """Edit node group
901
901
 
902
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
902
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
903
903
  :type execution_context: int | str | None
904
904
  :type undo: bool | None
905
905
  :param exit: Exit
@@ -909,13 +909,13 @@ def group_edit(
909
909
  ...
910
910
 
911
911
  def group_insert(
912
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
912
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
913
913
  execution_context: int | str | None = None,
914
914
  undo: bool | None = None,
915
915
  ):
916
916
  """Insert selected nodes into a node group
917
917
 
918
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
918
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
919
919
  :type execution_context: int | str | None
920
920
  :type undo: bool | None
921
921
  """
@@ -923,13 +923,13 @@ def group_insert(
923
923
  ...
924
924
 
925
925
  def group_make(
926
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
926
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
927
927
  execution_context: int | str | None = None,
928
928
  undo: bool | None = None,
929
929
  ):
930
930
  """Make group from selected nodes
931
931
 
932
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
932
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
933
933
  :type execution_context: int | str | None
934
934
  :type undo: bool | None
935
935
  """
@@ -937,7 +937,7 @@ def group_make(
937
937
  ...
938
938
 
939
939
  def group_separate(
940
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
940
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
941
941
  execution_context: int | str | None = None,
942
942
  undo: bool | None = None,
943
943
  *,
@@ -945,7 +945,7 @@ def group_separate(
945
945
  ):
946
946
  """Separate selected nodes from the node group
947
947
 
948
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
948
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
949
949
  :type execution_context: int | str | None
950
950
  :type undo: bool | None
951
951
  :param type: Type
@@ -961,13 +961,13 @@ def group_separate(
961
961
  ...
962
962
 
963
963
  def group_ungroup(
964
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
964
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
965
965
  execution_context: int | str | None = None,
966
966
  undo: bool | None = None,
967
967
  ):
968
968
  """Ungroup selected nodes
969
969
 
970
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
970
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
971
971
  :type execution_context: int | str | None
972
972
  :type undo: bool | None
973
973
  """
@@ -975,13 +975,13 @@ def group_ungroup(
975
975
  ...
976
976
 
977
977
  def hide_socket_toggle(
978
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
978
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
979
979
  execution_context: int | str | None = None,
980
980
  undo: bool | None = None,
981
981
  ):
982
982
  """Toggle unused node socket display
983
983
 
984
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
984
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
985
985
  :type execution_context: int | str | None
986
986
  :type undo: bool | None
987
987
  """
@@ -989,13 +989,13 @@ def hide_socket_toggle(
989
989
  ...
990
990
 
991
991
  def hide_toggle(
992
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
992
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
993
993
  execution_context: int | str | None = None,
994
994
  undo: bool | None = None,
995
995
  ):
996
996
  """Toggle hiding of selected nodes
997
997
 
998
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
998
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
999
999
  :type execution_context: int | str | None
1000
1000
  :type undo: bool | None
1001
1001
  """
@@ -1003,13 +1003,13 @@ def hide_toggle(
1003
1003
  ...
1004
1004
 
1005
1005
  def index_switch_item_add(
1006
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1006
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1007
1007
  execution_context: int | str | None = None,
1008
1008
  undo: bool | None = None,
1009
1009
  ):
1010
1010
  """Add bake item
1011
1011
 
1012
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1012
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1013
1013
  :type execution_context: int | str | None
1014
1014
  :type undo: bool | None
1015
1015
  """
@@ -1017,7 +1017,7 @@ def index_switch_item_add(
1017
1017
  ...
1018
1018
 
1019
1019
  def index_switch_item_remove(
1020
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1020
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1021
1021
  execution_context: int | str | None = None,
1022
1022
  undo: bool | None = None,
1023
1023
  *,
@@ -1025,7 +1025,7 @@ def index_switch_item_remove(
1025
1025
  ):
1026
1026
  """Remove an item from the index switch
1027
1027
 
1028
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1028
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1029
1029
  :type execution_context: int | str | None
1030
1030
  :type undo: bool | None
1031
1031
  :param index: Index, Index to remove
@@ -1035,13 +1035,13 @@ def index_switch_item_remove(
1035
1035
  ...
1036
1036
 
1037
1037
  def insert_offset(
1038
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1038
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1039
1039
  execution_context: int | str | None = None,
1040
1040
  undo: bool | None = None,
1041
1041
  ):
1042
1042
  """Automatically offset nodes on insertion
1043
1043
 
1044
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1044
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1045
1045
  :type execution_context: int | str | None
1046
1046
  :type undo: bool | None
1047
1047
  """
@@ -1049,13 +1049,13 @@ def insert_offset(
1049
1049
  ...
1050
1050
 
1051
1051
  def interface_item_duplicate(
1052
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1052
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1053
1053
  execution_context: int | str | None = None,
1054
1054
  undo: bool | None = None,
1055
1055
  ):
1056
1056
  """Add a copy of the active item to the interface
1057
1057
 
1058
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1058
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1059
1059
  :type execution_context: int | str | None
1060
1060
  :type undo: bool | None
1061
1061
  """
@@ -1063,7 +1063,7 @@ def interface_item_duplicate(
1063
1063
  ...
1064
1064
 
1065
1065
  def interface_item_new(
1066
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1066
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1067
1067
  execution_context: int | str | None = None,
1068
1068
  undo: bool | None = None,
1069
1069
  *,
@@ -1071,7 +1071,7 @@ def interface_item_new(
1071
1071
  ):
1072
1072
  """Add a new item to the interface
1073
1073
 
1074
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1074
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1075
1075
  :type execution_context: int | str | None
1076
1076
  :type undo: bool | None
1077
1077
  :param item_type: Item Type, Type of the item to create
@@ -1081,13 +1081,13 @@ def interface_item_new(
1081
1081
  ...
1082
1082
 
1083
1083
  def interface_item_remove(
1084
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1084
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1085
1085
  execution_context: int | str | None = None,
1086
1086
  undo: bool | None = None,
1087
1087
  ):
1088
1088
  """Remove active item from the interface
1089
1089
 
1090
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1090
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1091
1091
  :type execution_context: int | str | None
1092
1092
  :type undo: bool | None
1093
1093
  """
@@ -1095,13 +1095,13 @@ def interface_item_remove(
1095
1095
  ...
1096
1096
 
1097
1097
  def join(
1098
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1098
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1099
1099
  execution_context: int | str | None = None,
1100
1100
  undo: bool | None = None,
1101
1101
  ):
1102
1102
  """Attach selected nodes to a new common frame
1103
1103
 
1104
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1104
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1105
1105
  :type execution_context: int | str | None
1106
1106
  :type undo: bool | None
1107
1107
  """
@@ -1109,7 +1109,7 @@ def join(
1109
1109
  ...
1110
1110
 
1111
1111
  def link(
1112
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1112
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1113
1113
  execution_context: int | str | None = None,
1114
1114
  undo: bool | None = None,
1115
1115
  *,
@@ -1124,7 +1124,7 @@ def link(
1124
1124
  ):
1125
1125
  """Use the mouse to create a link between two nodes
1126
1126
 
1127
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1127
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1128
1128
  :type execution_context: int | str | None
1129
1129
  :type undo: bool | None
1130
1130
  :param detach: Detach, Detach and redirect existing links
@@ -1148,7 +1148,7 @@ def link(
1148
1148
  ...
1149
1149
 
1150
1150
  def link_make(
1151
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1151
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1152
1152
  execution_context: int | str | None = None,
1153
1153
  undo: bool | None = None,
1154
1154
  *,
@@ -1156,7 +1156,7 @@ def link_make(
1156
1156
  ):
1157
1157
  """Make a link between selected output and input sockets
1158
1158
 
1159
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1159
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1160
1160
  :type execution_context: int | str | None
1161
1161
  :type undo: bool | None
1162
1162
  :param replace: Replace, Replace socket connections with the new links
@@ -1166,13 +1166,13 @@ def link_make(
1166
1166
  ...
1167
1167
 
1168
1168
  def link_viewer(
1169
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1169
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1170
1170
  execution_context: int | str | None = None,
1171
1171
  undo: bool | None = None,
1172
1172
  ):
1173
1173
  """Link to viewer node
1174
1174
 
1175
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1175
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1176
1176
  :type execution_context: int | str | None
1177
1177
  :type undo: bool | None
1178
1178
  """
@@ -1180,7 +1180,7 @@ def link_viewer(
1180
1180
  ...
1181
1181
 
1182
1182
  def links_cut(
1183
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1183
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1184
1184
  execution_context: int | str | None = None,
1185
1185
  undo: bool | None = None,
1186
1186
  *,
@@ -1189,7 +1189,7 @@ def links_cut(
1189
1189
  ):
1190
1190
  """Use the mouse to cut (remove) some links
1191
1191
 
1192
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1192
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1193
1193
  :type execution_context: int | str | None
1194
1194
  :type undo: bool | None
1195
1195
  :param path: Path
@@ -1201,13 +1201,13 @@ def links_cut(
1201
1201
  ...
1202
1202
 
1203
1203
  def links_detach(
1204
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1204
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1205
1205
  execution_context: int | str | None = None,
1206
1206
  undo: bool | None = None,
1207
1207
  ):
1208
1208
  """Remove all links to selected nodes, and try to connect neighbor nodes together
1209
1209
 
1210
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1210
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1211
1211
  :type execution_context: int | str | None
1212
1212
  :type undo: bool | None
1213
1213
  """
@@ -1215,7 +1215,7 @@ def links_detach(
1215
1215
  ...
1216
1216
 
1217
1217
  def links_mute(
1218
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1218
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1219
1219
  execution_context: int | str | None = None,
1220
1220
  undo: bool | None = None,
1221
1221
  *,
@@ -1224,7 +1224,7 @@ def links_mute(
1224
1224
  ):
1225
1225
  """Use the mouse to mute links
1226
1226
 
1227
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1227
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1228
1228
  :type execution_context: int | str | None
1229
1229
  :type undo: bool | None
1230
1230
  :param path: Path
@@ -1236,7 +1236,7 @@ def links_mute(
1236
1236
  ...
1237
1237
 
1238
1238
  def move_detach_links(
1239
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1239
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1240
1240
  execution_context: int | str | None = None,
1241
1241
  undo: bool | None = None,
1242
1242
  *,
@@ -1245,7 +1245,7 @@ def move_detach_links(
1245
1245
  ):
1246
1246
  """Move a node to detach links
1247
1247
 
1248
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1248
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1249
1249
  :type execution_context: int | str | None
1250
1250
  :type undo: bool | None
1251
1251
  :param NODE_OT_links_detach: Detach Links, Remove all links to selected nodes, and try to connect neighbor nodes together
@@ -1257,7 +1257,7 @@ def move_detach_links(
1257
1257
  ...
1258
1258
 
1259
1259
  def move_detach_links_release(
1260
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1260
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1261
1261
  execution_context: int | str | None = None,
1262
1262
  undo: bool | None = None,
1263
1263
  *,
@@ -1266,7 +1266,7 @@ def move_detach_links_release(
1266
1266
  ):
1267
1267
  """Move a node to detach links
1268
1268
 
1269
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1269
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1270
1270
  :type execution_context: int | str | None
1271
1271
  :type undo: bool | None
1272
1272
  :param NODE_OT_links_detach: Detach Links, Remove all links to selected nodes, and try to connect neighbor nodes together
@@ -1278,13 +1278,13 @@ def move_detach_links_release(
1278
1278
  ...
1279
1279
 
1280
1280
  def mute_toggle(
1281
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1281
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1282
1282
  execution_context: int | str | None = None,
1283
1283
  undo: bool | None = None,
1284
1284
  ):
1285
1285
  """Toggle muting of selected nodes
1286
1286
 
1287
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1287
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1288
1288
  :type execution_context: int | str | None
1289
1289
  :type undo: bool | None
1290
1290
  """
@@ -1292,13 +1292,13 @@ def mute_toggle(
1292
1292
  ...
1293
1293
 
1294
1294
  def new_geometry_node_group_assign(
1295
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1295
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1296
1296
  execution_context: int | str | None = None,
1297
1297
  undo: bool | None = None,
1298
1298
  ):
1299
1299
  """Create a new geometry node group and assign it to the active modifier
1300
1300
 
1301
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1301
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1302
1302
  :type execution_context: int | str | None
1303
1303
  :type undo: bool | None
1304
1304
  """
@@ -1306,13 +1306,13 @@ def new_geometry_node_group_assign(
1306
1306
  ...
1307
1307
 
1308
1308
  def new_geometry_node_group_tool(
1309
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1309
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1310
1310
  execution_context: int | str | None = None,
1311
1311
  undo: bool | None = None,
1312
1312
  ):
1313
1313
  """Create a new geometry node group for a tool
1314
1314
 
1315
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1315
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1316
1316
  :type execution_context: int | str | None
1317
1317
  :type undo: bool | None
1318
1318
  """
@@ -1320,13 +1320,13 @@ def new_geometry_node_group_tool(
1320
1320
  ...
1321
1321
 
1322
1322
  def new_geometry_nodes_modifier(
1323
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1323
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1324
1324
  execution_context: int | str | None = None,
1325
1325
  undo: bool | None = None,
1326
1326
  ):
1327
1327
  """Create a new modifier with a new geometry node group
1328
1328
 
1329
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1329
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1330
1330
  :type execution_context: int | str | None
1331
1331
  :type undo: bool | None
1332
1332
  """
@@ -1334,7 +1334,7 @@ def new_geometry_nodes_modifier(
1334
1334
  ...
1335
1335
 
1336
1336
  def new_node_tree(
1337
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1337
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1338
1338
  execution_context: int | str | None = None,
1339
1339
  undo: bool | None = None,
1340
1340
  *,
@@ -1343,7 +1343,7 @@ def new_node_tree(
1343
1343
  ):
1344
1344
  """Create a new node tree
1345
1345
 
1346
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1346
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1347
1347
  :type execution_context: int | str | None
1348
1348
  :type undo: bool | None
1349
1349
  :param type: Tree Type
@@ -1355,7 +1355,7 @@ def new_node_tree(
1355
1355
  ...
1356
1356
 
1357
1357
  def node_color_preset_add(
1358
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1358
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1359
1359
  execution_context: int | str | None = None,
1360
1360
  undo: bool | None = None,
1361
1361
  *,
@@ -1365,7 +1365,7 @@ def node_color_preset_add(
1365
1365
  ):
1366
1366
  """Add or remove a Node Color Preset
1367
1367
 
1368
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1368
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1369
1369
  :type execution_context: int | str | None
1370
1370
  :type undo: bool | None
1371
1371
  :param name: Name, Name of the preset, used to make the path name
@@ -1379,13 +1379,13 @@ def node_color_preset_add(
1379
1379
  ...
1380
1380
 
1381
1381
  def node_copy_color(
1382
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1382
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1383
1383
  execution_context: int | str | None = None,
1384
1384
  undo: bool | None = None,
1385
1385
  ):
1386
1386
  """Copy color to all selected nodes
1387
1387
 
1388
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1388
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1389
1389
  :type execution_context: int | str | None
1390
1390
  :type undo: bool | None
1391
1391
  """
@@ -1393,13 +1393,13 @@ def node_copy_color(
1393
1393
  ...
1394
1394
 
1395
1395
  def options_toggle(
1396
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1396
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1397
1397
  execution_context: int | str | None = None,
1398
1398
  undo: bool | None = None,
1399
1399
  ):
1400
1400
  """Toggle option buttons display for selected nodes
1401
1401
 
1402
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1402
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1403
1403
  :type execution_context: int | str | None
1404
1404
  :type undo: bool | None
1405
1405
  """
@@ -1407,7 +1407,7 @@ def options_toggle(
1407
1407
  ...
1408
1408
 
1409
1409
  def output_file_add_socket(
1410
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1410
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1411
1411
  execution_context: int | str | None = None,
1412
1412
  undo: bool | None = None,
1413
1413
  *,
@@ -1415,7 +1415,7 @@ def output_file_add_socket(
1415
1415
  ):
1416
1416
  """Add a new input to a file output node
1417
1417
 
1418
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1418
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1419
1419
  :type execution_context: int | str | None
1420
1420
  :type undo: bool | None
1421
1421
  :param file_path: File Path, Subpath of the output file
@@ -1425,7 +1425,7 @@ def output_file_add_socket(
1425
1425
  ...
1426
1426
 
1427
1427
  def output_file_move_active_socket(
1428
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1428
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1429
1429
  execution_context: int | str | None = None,
1430
1430
  undo: bool | None = None,
1431
1431
  *,
@@ -1433,7 +1433,7 @@ def output_file_move_active_socket(
1433
1433
  ):
1434
1434
  """Move the active input of a file output node up or down the list
1435
1435
 
1436
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1436
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1437
1437
  :type execution_context: int | str | None
1438
1438
  :type undo: bool | None
1439
1439
  :param direction: Direction
@@ -1443,13 +1443,13 @@ def output_file_move_active_socket(
1443
1443
  ...
1444
1444
 
1445
1445
  def output_file_remove_active_socket(
1446
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1446
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1447
1447
  execution_context: int | str | None = None,
1448
1448
  undo: bool | None = None,
1449
1449
  ):
1450
1450
  """Remove the active input from a file output node
1451
1451
 
1452
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1452
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1453
1453
  :type execution_context: int | str | None
1454
1454
  :type undo: bool | None
1455
1455
  """
@@ -1457,13 +1457,13 @@ def output_file_remove_active_socket(
1457
1457
  ...
1458
1458
 
1459
1459
  def parent_set(
1460
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1460
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1461
1461
  execution_context: int | str | None = None,
1462
1462
  undo: bool | None = None,
1463
1463
  ):
1464
1464
  """Attach selected nodes
1465
1465
 
1466
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1466
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1467
1467
  :type execution_context: int | str | None
1468
1468
  :type undo: bool | None
1469
1469
  """
@@ -1471,13 +1471,13 @@ def parent_set(
1471
1471
  ...
1472
1472
 
1473
1473
  def preview_toggle(
1474
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1474
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1475
1475
  execution_context: int | str | None = None,
1476
1476
  undo: bool | None = None,
1477
1477
  ):
1478
1478
  """Toggle preview display for selected nodes
1479
1479
 
1480
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1480
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1481
1481
  :type execution_context: int | str | None
1482
1482
  :type undo: bool | None
1483
1483
  """
@@ -1485,13 +1485,13 @@ def preview_toggle(
1485
1485
  ...
1486
1486
 
1487
1487
  def read_viewlayers(
1488
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1488
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1489
1489
  execution_context: int | str | None = None,
1490
1490
  undo: bool | None = None,
1491
1491
  ):
1492
1492
  """Read all render layers of all used scenes
1493
1493
 
1494
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1494
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1495
1495
  :type execution_context: int | str | None
1496
1496
  :type undo: bool | None
1497
1497
  """
@@ -1499,13 +1499,13 @@ def read_viewlayers(
1499
1499
  ...
1500
1500
 
1501
1501
  def render_changed(
1502
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1502
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1503
1503
  execution_context: int | str | None = None,
1504
1504
  undo: bool | None = None,
1505
1505
  ):
1506
1506
  """Render current scene, when input node's layer has been changed
1507
1507
 
1508
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1508
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1509
1509
  :type execution_context: int | str | None
1510
1510
  :type undo: bool | None
1511
1511
  """
@@ -1513,13 +1513,13 @@ def render_changed(
1513
1513
  ...
1514
1514
 
1515
1515
  def repeat_zone_item_add(
1516
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1516
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1517
1517
  execution_context: int | str | None = None,
1518
1518
  undo: bool | None = None,
1519
1519
  ):
1520
1520
  """Add repeat zone item
1521
1521
 
1522
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1522
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1523
1523
  :type execution_context: int | str | None
1524
1524
  :type undo: bool | None
1525
1525
  """
@@ -1527,7 +1527,7 @@ def repeat_zone_item_add(
1527
1527
  ...
1528
1528
 
1529
1529
  def repeat_zone_item_move(
1530
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1530
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1531
1531
  execution_context: int | str | None = None,
1532
1532
  undo: bool | None = None,
1533
1533
  *,
@@ -1535,7 +1535,7 @@ def repeat_zone_item_move(
1535
1535
  ):
1536
1536
  """Move active repeat zone item
1537
1537
 
1538
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1538
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1539
1539
  :type execution_context: int | str | None
1540
1540
  :type undo: bool | None
1541
1541
  :param direction: Direction, Move direction
@@ -1545,13 +1545,13 @@ def repeat_zone_item_move(
1545
1545
  ...
1546
1546
 
1547
1547
  def repeat_zone_item_remove(
1548
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1548
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1549
1549
  execution_context: int | str | None = None,
1550
1550
  undo: bool | None = None,
1551
1551
  ):
1552
1552
  """Remove active repeat zone item
1553
1553
 
1554
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1554
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1555
1555
  :type execution_context: int | str | None
1556
1556
  :type undo: bool | None
1557
1557
  """
@@ -1559,13 +1559,13 @@ def repeat_zone_item_remove(
1559
1559
  ...
1560
1560
 
1561
1561
  def resize(
1562
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1562
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1563
1563
  execution_context: int | str | None = None,
1564
1564
  undo: bool | None = None,
1565
1565
  ):
1566
1566
  """Resize a node
1567
1567
 
1568
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1568
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1569
1569
  :type execution_context: int | str | None
1570
1570
  :type undo: bool | None
1571
1571
  """
@@ -1573,7 +1573,7 @@ def resize(
1573
1573
  ...
1574
1574
 
1575
1575
  def select(
1576
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1576
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1577
1577
  execution_context: int | str | None = None,
1578
1578
  undo: bool | None = None,
1579
1579
  *,
@@ -1588,7 +1588,7 @@ def select(
1588
1588
  ):
1589
1589
  """Select the node under the cursor
1590
1590
 
1591
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1591
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1592
1592
  :type execution_context: int | str | None
1593
1593
  :type undo: bool | None
1594
1594
  :param extend: Extend, Extend selection instead of deselecting everything first
@@ -1612,7 +1612,7 @@ def select(
1612
1612
  ...
1613
1613
 
1614
1614
  def select_all(
1615
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1615
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1616
1616
  execution_context: int | str | None = None,
1617
1617
  undo: bool | None = None,
1618
1618
  *,
@@ -1620,7 +1620,7 @@ def select_all(
1620
1620
  ):
1621
1621
  """(De)select all nodes
1622
1622
 
1623
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1623
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1624
1624
  :type execution_context: int | str | None
1625
1625
  :type undo: bool | None
1626
1626
  :param action: Action, Selection action to execute
@@ -1642,7 +1642,7 @@ def select_all(
1642
1642
  ...
1643
1643
 
1644
1644
  def select_box(
1645
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1645
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1646
1646
  execution_context: int | str | None = None,
1647
1647
  undo: bool | None = None,
1648
1648
  *,
@@ -1656,7 +1656,7 @@ def select_box(
1656
1656
  ):
1657
1657
  """Use box selection to select nodes
1658
1658
 
1659
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1659
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1660
1660
  :type execution_context: int | str | None
1661
1661
  :type undo: bool | None
1662
1662
  :param tweak: Tweak, Only activate when mouse is not over a node (useful for tweak gesture)
@@ -1687,7 +1687,7 @@ def select_box(
1687
1687
  ...
1688
1688
 
1689
1689
  def select_circle(
1690
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1690
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1691
1691
  execution_context: int | str | None = None,
1692
1692
  undo: bool | None = None,
1693
1693
  *,
@@ -1699,7 +1699,7 @@ def select_circle(
1699
1699
  ):
1700
1700
  """Use circle selection to select nodes
1701
1701
 
1702
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1702
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1703
1703
  :type execution_context: int | str | None
1704
1704
  :type undo: bool | None
1705
1705
  :param x: X
@@ -1726,7 +1726,7 @@ def select_circle(
1726
1726
  ...
1727
1727
 
1728
1728
  def select_grouped(
1729
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1729
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1730
1730
  execution_context: int | str | None = None,
1731
1731
  undo: bool | None = None,
1732
1732
  *,
@@ -1735,7 +1735,7 @@ def select_grouped(
1735
1735
  ):
1736
1736
  """Select nodes with similar properties
1737
1737
 
1738
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1738
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1739
1739
  :type execution_context: int | str | None
1740
1740
  :type undo: bool | None
1741
1741
  :param extend: Extend, Extend selection instead of deselecting everything first
@@ -1747,7 +1747,7 @@ def select_grouped(
1747
1747
  ...
1748
1748
 
1749
1749
  def select_lasso(
1750
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1750
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1751
1751
  execution_context: int | str | None = None,
1752
1752
  undo: bool | None = None,
1753
1753
  *,
@@ -1760,7 +1760,7 @@ def select_lasso(
1760
1760
  ):
1761
1761
  """Select nodes using lasso selection
1762
1762
 
1763
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1763
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1764
1764
  :type execution_context: int | str | None
1765
1765
  :type undo: bool | None
1766
1766
  :param tweak: Tweak, Only activate when mouse is not over a node (useful for tweak gesture)
@@ -1789,7 +1789,7 @@ def select_lasso(
1789
1789
  ...
1790
1790
 
1791
1791
  def select_link_viewer(
1792
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1792
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1793
1793
  execution_context: int | str | None = None,
1794
1794
  undo: bool | None = None,
1795
1795
  *,
@@ -1798,7 +1798,7 @@ def select_link_viewer(
1798
1798
  ):
1799
1799
  """Select node and link it to a viewer node
1800
1800
 
1801
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1801
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1802
1802
  :type execution_context: int | str | None
1803
1803
  :type undo: bool | None
1804
1804
  :param NODE_OT_select: Select, Select the node under the cursor
@@ -1810,13 +1810,13 @@ def select_link_viewer(
1810
1810
  ...
1811
1811
 
1812
1812
  def select_linked_from(
1813
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1813
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1814
1814
  execution_context: int | str | None = None,
1815
1815
  undo: bool | None = None,
1816
1816
  ):
1817
1817
  """Select nodes linked from the selected ones
1818
1818
 
1819
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1819
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1820
1820
  :type execution_context: int | str | None
1821
1821
  :type undo: bool | None
1822
1822
  """
@@ -1824,13 +1824,13 @@ def select_linked_from(
1824
1824
  ...
1825
1825
 
1826
1826
  def select_linked_to(
1827
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1827
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1828
1828
  execution_context: int | str | None = None,
1829
1829
  undo: bool | None = None,
1830
1830
  ):
1831
1831
  """Select nodes linked to the selected ones
1832
1832
 
1833
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1833
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1834
1834
  :type execution_context: int | str | None
1835
1835
  :type undo: bool | None
1836
1836
  """
@@ -1838,7 +1838,7 @@ def select_linked_to(
1838
1838
  ...
1839
1839
 
1840
1840
  def select_same_type_step(
1841
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1841
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1842
1842
  execution_context: int | str | None = None,
1843
1843
  undo: bool | None = None,
1844
1844
  *,
@@ -1846,7 +1846,7 @@ def select_same_type_step(
1846
1846
  ):
1847
1847
  """Activate and view same node type, step by step
1848
1848
 
1849
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1849
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1850
1850
  :type execution_context: int | str | None
1851
1851
  :type undo: bool | None
1852
1852
  :param prev: Previous
@@ -1856,13 +1856,13 @@ def select_same_type_step(
1856
1856
  ...
1857
1857
 
1858
1858
  def shader_script_update(
1859
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1859
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1860
1860
  execution_context: int | str | None = None,
1861
1861
  undo: bool | None = None,
1862
1862
  ):
1863
1863
  """Update shader script node with new sockets and options from the script
1864
1864
 
1865
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1865
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1866
1866
  :type execution_context: int | str | None
1867
1867
  :type undo: bool | None
1868
1868
  """
@@ -1870,13 +1870,13 @@ def shader_script_update(
1870
1870
  ...
1871
1871
 
1872
1872
  def simulation_zone_item_add(
1873
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1873
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1874
1874
  execution_context: int | str | None = None,
1875
1875
  undo: bool | None = None,
1876
1876
  ):
1877
1877
  """Add simulation zone item
1878
1878
 
1879
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1879
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1880
1880
  :type execution_context: int | str | None
1881
1881
  :type undo: bool | None
1882
1882
  """
@@ -1884,7 +1884,7 @@ def simulation_zone_item_add(
1884
1884
  ...
1885
1885
 
1886
1886
  def simulation_zone_item_move(
1887
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1887
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1888
1888
  execution_context: int | str | None = None,
1889
1889
  undo: bool | None = None,
1890
1890
  *,
@@ -1892,7 +1892,7 @@ def simulation_zone_item_move(
1892
1892
  ):
1893
1893
  """Move active simulation zone item
1894
1894
 
1895
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1895
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1896
1896
  :type execution_context: int | str | None
1897
1897
  :type undo: bool | None
1898
1898
  :param direction: Direction, Move direction
@@ -1902,13 +1902,13 @@ def simulation_zone_item_move(
1902
1902
  ...
1903
1903
 
1904
1904
  def simulation_zone_item_remove(
1905
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1905
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1906
1906
  execution_context: int | str | None = None,
1907
1907
  undo: bool | None = None,
1908
1908
  ):
1909
1909
  """Remove active simulation zone item
1910
1910
 
1911
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1911
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1912
1912
  :type execution_context: int | str | None
1913
1913
  :type undo: bool | None
1914
1914
  """
@@ -1916,7 +1916,7 @@ def simulation_zone_item_remove(
1916
1916
  ...
1917
1917
 
1918
1918
  def translate_attach(
1919
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1919
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1920
1920
  execution_context: int | str | None = None,
1921
1921
  undo: bool | None = None,
1922
1922
  *,
@@ -1925,7 +1925,7 @@ def translate_attach(
1925
1925
  ):
1926
1926
  """Move nodes and attach to frame
1927
1927
 
1928
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1928
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1929
1929
  :type execution_context: int | str | None
1930
1930
  :type undo: bool | None
1931
1931
  :param TRANSFORM_OT_translate: Move, Move selected items
@@ -1937,7 +1937,7 @@ def translate_attach(
1937
1937
  ...
1938
1938
 
1939
1939
  def translate_attach_remove_on_cancel(
1940
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1940
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1941
1941
  execution_context: int | str | None = None,
1942
1942
  undo: bool | None = None,
1943
1943
  *,
@@ -1946,7 +1946,7 @@ def translate_attach_remove_on_cancel(
1946
1946
  ):
1947
1947
  """Move nodes and attach to frame
1948
1948
 
1949
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1949
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1950
1950
  :type execution_context: int | str | None
1951
1951
  :type undo: bool | None
1952
1952
  :param TRANSFORM_OT_translate: Move, Move selected items
@@ -1958,13 +1958,13 @@ def translate_attach_remove_on_cancel(
1958
1958
  ...
1959
1959
 
1960
1960
  def tree_path_parent(
1961
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1961
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1962
1962
  execution_context: int | str | None = None,
1963
1963
  undo: bool | None = None,
1964
1964
  ):
1965
1965
  """Go to parent node tree
1966
1966
 
1967
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1967
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1968
1968
  :type execution_context: int | str | None
1969
1969
  :type undo: bool | None
1970
1970
  """
@@ -1972,13 +1972,13 @@ def tree_path_parent(
1972
1972
  ...
1973
1973
 
1974
1974
  def view_all(
1975
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1975
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1976
1976
  execution_context: int | str | None = None,
1977
1977
  undo: bool | None = None,
1978
1978
  ):
1979
1979
  """Resize view so you can see all nodes
1980
1980
 
1981
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1981
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1982
1982
  :type execution_context: int | str | None
1983
1983
  :type undo: bool | None
1984
1984
  """
@@ -1986,13 +1986,13 @@ def view_all(
1986
1986
  ...
1987
1987
 
1988
1988
  def view_selected(
1989
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1989
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1990
1990
  execution_context: int | str | None = None,
1991
1991
  undo: bool | None = None,
1992
1992
  ):
1993
1993
  """Resize view so you can see selected nodes
1994
1994
 
1995
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1995
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1996
1996
  :type execution_context: int | str | None
1997
1997
  :type undo: bool | None
1998
1998
  """
@@ -2000,7 +2000,7 @@ def view_selected(
2000
2000
  ...
2001
2001
 
2002
2002
  def viewer_border(
2003
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2003
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
2004
2004
  execution_context: int | str | None = None,
2005
2005
  undo: bool | None = None,
2006
2006
  *,
@@ -2012,7 +2012,7 @@ def viewer_border(
2012
2012
  ):
2013
2013
  """Set the boundaries for viewer operations
2014
2014
 
2015
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2015
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
2016
2016
  :type execution_context: int | str | None
2017
2017
  :type undo: bool | None
2018
2018
  :param xmin: X Min