fake-bpy-module 20250629__py3-none-any.whl → 20250830__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 (246) hide show
  1. _bpy_internal/__init__.pyi +1 -0
  2. _bpy_internal/assets/__init__.pyi +5 -0
  3. _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
  4. _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
  5. _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -1
  6. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -2
  7. _bpy_types/__init__.pyi +1594 -0
  8. aud/__init__.pyi +84 -31
  9. bl_i18n_utils/settings/__init__.pyi +1 -1
  10. bl_i18n_utils/utils/__init__.pyi +4 -4
  11. bl_math/__init__.pyi +1 -1
  12. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  13. bl_operators/anim/__init__.pyi +15 -14
  14. bl_operators/assets/__init__.pyi +4 -3
  15. bl_operators/bone_selection_sets/__init__.pyi +15 -14
  16. bl_operators/clip/__init__.pyi +12 -11
  17. bl_operators/connect_to_output/__init__.pyi +2 -1
  18. bl_operators/console/__init__.pyi +6 -5
  19. bl_operators/constraint/__init__.pyi +6 -5
  20. bl_operators/file/__init__.pyi +6 -5
  21. bl_operators/freestyle/__init__.pyi +5 -4
  22. bl_operators/geometry_nodes/__init__.pyi +5 -4
  23. bl_operators/grease_pencil/__init__.pyi +2 -1
  24. bl_operators/image/__init__.pyi +6 -5
  25. bl_operators/image_as_planes/__init__.pyi +3 -2
  26. bl_operators/mesh/__init__.pyi +4 -3
  27. bl_operators/node/__init__.pyi +18 -17
  28. bl_operators/object/__init__.pyi +17 -16
  29. bl_operators/object_align/__init__.pyi +2 -1
  30. bl_operators/object_quick_effects/__init__.pyi +5 -4
  31. bl_operators/object_randomize_transform/__init__.pyi +2 -1
  32. bl_operators/presets/__init__.pyi +26 -25
  33. bl_operators/rigidbody/__init__.pyi +4 -3
  34. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -1
  35. bl_operators/sequencer/__init__.pyi +12 -11
  36. bl_operators/spreadsheet/__init__.pyi +2 -1
  37. bl_operators/userpref/__init__.pyi +26 -25
  38. bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
  39. bl_operators/uvcalc_lightmap/__init__.pyi +3 -2
  40. bl_operators/uvcalc_transform/__init__.pyi +5 -4
  41. bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
  42. bl_operators/view3d/__init__.pyi +9 -8
  43. bl_operators/wm/__init__.pyi +48 -47
  44. bl_operators/world/__init__.pyi +3 -2
  45. bl_ui/__init__.pyi +4 -3
  46. bl_ui/anim/__init__.pyi +2 -1
  47. bl_ui/asset_shelf/__init__.pyi +2 -1
  48. bl_ui/generic_ui_list/__init__.pyi +4 -3
  49. bl_ui/node_add_menu/__init__.pyi +6 -2
  50. bl_ui/node_add_menu_compositor/__init__.pyi +19 -18
  51. bl_ui/node_add_menu_geometry/__init__.pyi +133 -54
  52. bl_ui/node_add_menu_shader/__init__.pyi +11 -10
  53. bl_ui/node_add_menu_texture/__init__.pyi +10 -9
  54. bl_ui/properties_collection/__init__.pyi +9 -8
  55. bl_ui/properties_constraint/__init__.pyi +78 -77
  56. bl_ui/properties_data_armature/__init__.pyi +22 -21
  57. bl_ui/properties_data_bone/__init__.pyi +12 -11
  58. bl_ui/properties_data_camera/__init__.pyi +18 -17
  59. bl_ui/properties_data_curve/__init__.pyi +18 -17
  60. bl_ui/properties_data_curves/__init__.pyi +11 -10
  61. bl_ui/properties_data_empty/__init__.pyi +3 -2
  62. bl_ui/properties_data_grease_pencil/__init__.pyi +23 -22
  63. bl_ui/properties_data_lattice/__init__.pyi +7 -6
  64. bl_ui/properties_data_light/__init__.pyi +13 -12
  65. bl_ui/properties_data_lightprobe/__init__.pyi +16 -15
  66. bl_ui/properties_data_mesh/__init__.pyi +48 -22
  67. bl_ui/properties_data_metaball/__init__.pyi +9 -8
  68. bl_ui/properties_data_modifier/__init__.pyi +10 -9
  69. bl_ui/properties_data_pointcloud/__init__.pyi +8 -7
  70. bl_ui/properties_data_shaderfx/__init__.pyi +2 -1
  71. bl_ui/properties_data_speaker/__init__.pyi +9 -8
  72. bl_ui/properties_data_volume/__init__.pyi +12 -11
  73. bl_ui/properties_freestyle/__init__.pyi +27 -26
  74. bl_ui/properties_grease_pencil_common/__init__.pyi +11 -10
  75. bl_ui/properties_mask_common/__init__.pyi +8 -7
  76. bl_ui/properties_material/__init__.pyi +19 -18
  77. bl_ui/properties_material_gpencil/__init__.pyi +14 -13
  78. bl_ui/properties_object/__init__.pyi +24 -23
  79. bl_ui/properties_output/__init__.pyi +21 -20
  80. bl_ui/properties_paint_common/__init__.pyi +8 -4
  81. bl_ui/properties_particle/__init__.pyi +58 -55
  82. bl_ui/properties_physics_cloth/__init__.pyi +15 -14
  83. bl_ui/properties_physics_common/__init__.pyi +2 -1
  84. bl_ui/properties_physics_dynamicpaint/__init__.pyi +23 -22
  85. bl_ui/properties_physics_field/__init__.pyi +11 -10
  86. bl_ui/properties_physics_fluid/__init__.pyi +29 -28
  87. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -1
  88. bl_ui/properties_physics_rigidbody/__init__.pyi +9 -8
  89. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +14 -13
  90. bl_ui/properties_physics_softbody/__init__.pyi +16 -15
  91. bl_ui/properties_render/__init__.pyi +44 -74
  92. bl_ui/properties_scene/__init__.pyi +48 -18
  93. bl_ui/properties_texture/__init__.pyi +30 -29
  94. bl_ui/properties_view_layer/__init__.pyi +52 -14
  95. bl_ui/properties_workspace/__init__.pyi +6 -5
  96. bl_ui/properties_world/__init__.pyi +14 -13
  97. bl_ui/space_clip/__init__.pyi +76 -73
  98. bl_ui/space_console/__init__.pyi +7 -6
  99. bl_ui/space_dopesheet/__init__.pyi +32 -31
  100. bl_ui/space_filebrowser/__init__.pyi +33 -30
  101. bl_ui/space_graph/__init__.pyi +24 -23
  102. bl_ui/space_image/__init__.pyi +88 -72
  103. bl_ui/space_info/__init__.pyi +7 -6
  104. bl_ui/space_nla/__init__.pyi +22 -19
  105. bl_ui/space_node/__init__.pyi +66 -31
  106. bl_ui/space_outliner/__init__.pyi +16 -15
  107. bl_ui/space_properties/__init__.pyi +5 -4
  108. bl_ui/space_sequencer/__init__.pyi +131 -91
  109. bl_ui/space_spreadsheet/__init__.pyi +4 -3
  110. bl_ui/space_statusbar/__init__.pyi +2 -1
  111. bl_ui/space_text/__init__.pyi +17 -16
  112. bl_ui/space_time/__init__.pyi +7 -6
  113. bl_ui/space_toolsystem_common/__init__.pyi +2 -2
  114. bl_ui/space_toolsystem_toolbar/__init__.pyi +23 -5
  115. bl_ui/space_topbar/__init__.pyi +28 -27
  116. bl_ui/space_userpref/__init__.pyi +103 -92
  117. bl_ui/space_view3d/__init__.pyi +268 -266
  118. bl_ui/space_view3d_toolbar/__init__.pyi +106 -99
  119. blf/__init__.pyi +3 -5
  120. bmesh/__init__.pyi +2 -2
  121. bmesh/geometry/__init__.pyi +1 -1
  122. bmesh/ops/__init__.pyi +29 -14
  123. bmesh/types/__init__.pyi +34 -40
  124. bmesh/utils/__init__.pyi +1 -0
  125. bpy/__init__.pyi +1 -1
  126. bpy/app/__init__.pyi +34 -37
  127. bpy/app/handlers/__init__.pyi +19 -19
  128. bpy/app/timers/__init__.pyi +2 -1
  129. bpy/app/translations/__init__.pyi +8 -8
  130. bpy/msgbus/__init__.pyi +3 -2
  131. bpy/ops/action/__init__.pyi +58 -20
  132. bpy/ops/anim/__init__.pyi +115 -31
  133. bpy/ops/armature/__init__.pyi +59 -19
  134. bpy/ops/asset/__init__.pyi +35 -11
  135. bpy/ops/boid/__init__.pyi +21 -7
  136. bpy/ops/brush/__init__.pyi +10 -4
  137. bpy/ops/buttons/__init__.pyi +12 -4
  138. bpy/ops/cachefile/__init__.pyi +6 -2
  139. bpy/ops/clip/__init__.pyi +132 -46
  140. bpy/ops/collection/__init__.pyi +23 -4
  141. bpy/ops/console/__init__.pyi +30 -10
  142. bpy/ops/constraint/__init__.pyi +12 -6
  143. bpy/ops/curve/__init__.pyi +72 -24
  144. bpy/ops/curves/__init__.pyi +69 -21
  145. bpy/ops/cycles/__init__.pyi +4 -2
  146. bpy/ops/dpaint/__init__.pyi +11 -3
  147. bpy/ops/ed/__init__.pyi +34 -10
  148. bpy/ops/export_scene/__init__.pyi +15 -15
  149. bpy/ops/extensions/__init__.pyi +45 -15
  150. bpy/ops/file/__init__.pyi +81 -30
  151. bpy/ops/fluid/__init__.pyi +39 -13
  152. bpy/ops/font/__init__.pyi +30 -10
  153. bpy/ops/geometry/__init__.pyi +9 -3
  154. bpy/ops/gizmogroup/__init__.pyi +3 -1
  155. bpy/ops/gpencil/__init__.pyi +20 -8
  156. bpy/ops/graph/__init__.pyi +67 -29
  157. bpy/ops/grease_pencil/__init__.pyi +178 -49
  158. bpy/ops/image/__init__.pyi +68 -58
  159. bpy/ops/import_anim/__init__.pyi +2 -2
  160. bpy/ops/import_curve/__init__.pyi +3 -0
  161. bpy/ops/import_scene/__init__.pyi +15 -2
  162. bpy/ops/info/__init__.pyi +12 -4
  163. bpy/ops/lattice/__init__.pyi +9 -3
  164. bpy/ops/marker/__init__.pyi +8 -2
  165. bpy/ops/mask/__init__.pyi +53 -19
  166. bpy/ops/material/__init__.pyi +15 -3
  167. bpy/ops/mball/__init__.pyi +3 -1
  168. bpy/ops/mesh/__init__.pyi +116 -45
  169. bpy/ops/nla/__init__.pyi +67 -25
  170. bpy/ops/node/__init__.pyi +285 -119
  171. bpy/ops/object/__init__.pyi +278 -116
  172. bpy/ops/outliner/__init__.pyi +145 -49
  173. bpy/ops/paint/__init__.pyi +65 -37
  174. bpy/ops/paintcurve/__init__.pyi +16 -4
  175. bpy/ops/palette/__init__.pyi +11 -3
  176. bpy/ops/particle/__init__.pyi +66 -24
  177. bpy/ops/pointcloud/__init__.pyi +9 -3
  178. bpy/ops/pose/__init__.pyi +80 -28
  179. bpy/ops/poselib/__init__.pyi +40 -7
  180. bpy/ops/preferences/__init__.pyi +29 -11
  181. bpy/ops/ptcache/__init__.pyi +17 -5
  182. bpy/ops/render/__init__.pyi +10 -4
  183. bpy/ops/rigidbody/__init__.pyi +19 -7
  184. bpy/ops/scene/__init__.pyi +93 -22
  185. bpy/ops/screen/__init__.pyi +58 -20
  186. bpy/ops/script/__init__.pyi +3 -1
  187. bpy/ops/sculpt/__init__.pyi +30 -14
  188. bpy/ops/sculpt_curves/__init__.pyi +4 -2
  189. bpy/ops/sequencer/__init__.pyi +262 -125
  190. bpy/ops/sound/__init__.pyi +13 -5
  191. bpy/ops/spreadsheet/__init__.pyi +15 -5
  192. bpy/ops/text/__init__.pyi +85 -25
  193. bpy/ops/texture/__init__.pyi +11 -3
  194. bpy/ops/transform/__init__.pyi +7 -3
  195. bpy/ops/ui/__init__.pyi +98 -53
  196. bpy/ops/uv/__init__.pyi +43 -17
  197. bpy/ops/view2d/__init__.pyi +13 -3
  198. bpy/ops/view3d/__init__.pyi +116 -38
  199. bpy/ops/wm/__init__.pyi +144 -86
  200. bpy/ops/workspace/__init__.pyi +31 -6
  201. bpy/ops/world/__init__.pyi +9 -3
  202. bpy/path/__init__.pyi +1 -1
  203. bpy/props/__init__.pyi +31 -31
  204. bpy/stub_internal/rna_enums/__init__.pyi +54 -34
  205. bpy/types/__init__.pyi +55981 -39705
  206. bpy/utils/__init__.pyi +8 -8
  207. bpy/utils/previews/__init__.pyi +2 -2
  208. bpy/utils/units/__init__.pyi +5 -3
  209. bpy_extras/anim_utils/__init__.pyi +1 -1
  210. bpy_extras/id_map_utils/__init__.pyi +1 -1
  211. bpy_extras/image_utils/__init__.pyi +2 -2
  212. bpy_extras/io_utils/__init__.pyi +5 -5
  213. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  214. bpy_extras/node_shader_utils/__init__.pyi +1 -1
  215. bpy_extras/object_utils/__init__.pyi +1 -1
  216. bpy_extras/wm_utils/progress_report/__init__.pyi +1 -1
  217. {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250830.dist-info}/METADATA +1 -1
  218. fake_bpy_module-20250830.dist-info/RECORD +370 -0
  219. {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250830.dist-info}/top_level.txt +1 -1
  220. freestyle/chainingiterators/__init__.pyi +5 -5
  221. freestyle/predicates/__init__.pyi +2 -2
  222. freestyle/shaders/__init__.pyi +16 -17
  223. freestyle/types/__init__.pyi +25 -27
  224. freestyle/utils/__init__.pyi +6 -6
  225. gpu/platform/__init__.pyi +2 -2
  226. gpu/shader/__init__.pyi +3 -3
  227. gpu/state/__init__.pyi +1 -1
  228. gpu/texture/__init__.pyi +3 -3
  229. gpu/types/__init__.pyi +25 -14
  230. gpu_extras/batch/__init__.pyi +1 -1
  231. idprop/types/__init__.pyi +2 -2
  232. imbuf/__init__.pyi +1 -1
  233. imbuf/types/__init__.pyi +12 -6
  234. keyingsets_builtins/__init__.pyi +23 -22
  235. mathutils/__init__.pyi +157 -61
  236. mathutils/bvhtree/__init__.pyi +17 -4
  237. mathutils/geometry/__init__.pyi +54 -12
  238. mathutils/interpolate/__init__.pyi +4 -2
  239. mathutils/kdtree/__init__.pyi +1 -0
  240. mathutils/noise/__init__.pyi +61 -44
  241. rna_info/__init__.pyi +4 -1
  242. rna_prop_ui/__init__.pyi +1 -1
  243. bpy_types/__init__.pyi +0 -30
  244. fake_bpy_module-20250629.dist-info/RECORD +0 -367
  245. {bpy_types → _bpy_types}/py.typed +0 -0
  246. {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250830.dist-info}/WHEEL +0 -0
bpy/ops/node/__init__.pyi CHANGED
@@ -9,7 +9,9 @@ import bpy.stub_internal.rna_enums
9
9
  import bpy.types
10
10
 
11
11
  def activate_viewer(
12
- execution_context: int | str | None = None, undo: bool | None = None
12
+ execution_context: int | str | None = None,
13
+ undo: bool | None = None,
14
+ /,
13
15
  ) -> None:
14
16
  """Activate selected viewer node in compositor and geometry nodes
15
17
 
@@ -136,7 +138,7 @@ def add_group(
136
138
  :type name: str
137
139
  :param session_uid: Session UID, Session UID of the data-block to use by the operator
138
140
  :type session_uid: int | None
139
- :param show_datablock_in_node: Show the datablock selector in the node
141
+ :param show_datablock_in_node: Show the data-block selector in the node
140
142
  :type show_datablock_in_node: bool | None
141
143
  """
142
144
 
@@ -482,7 +484,9 @@ def add_simulation_zone(
482
484
  """
483
485
 
484
486
  def attach(
485
- execution_context: int | str | None = None, undo: bool | None = None
487
+ execution_context: int | str | None = None,
488
+ undo: bool | None = None,
489
+ /,
486
490
  ) -> None:
487
491
  """Attach active node to a frame
488
492
 
@@ -491,7 +495,9 @@ def attach(
491
495
  """
492
496
 
493
497
  def backimage_fit(
494
- execution_context: int | str | None = None, undo: bool | None = None
498
+ execution_context: int | str | None = None,
499
+ undo: bool | None = None,
500
+ /,
495
501
  ) -> None:
496
502
  """Fit the background image to the view
497
503
 
@@ -500,7 +506,9 @@ def backimage_fit(
500
506
  """
501
507
 
502
508
  def backimage_move(
503
- execution_context: int | str | None = None, undo: bool | None = None
509
+ execution_context: int | str | None = None,
510
+ undo: bool | None = None,
511
+ /,
504
512
  ) -> None:
505
513
  """Move node backdrop
506
514
 
@@ -509,7 +517,9 @@ def backimage_move(
509
517
  """
510
518
 
511
519
  def backimage_sample(
512
- execution_context: int | str | None = None, undo: bool | None = None
520
+ execution_context: int | str | None = None,
521
+ undo: bool | None = None,
522
+ /,
513
523
  ) -> None:
514
524
  """Use mouse to sample background image
515
525
 
@@ -533,7 +543,9 @@ def backimage_zoom(
533
543
  """
534
544
 
535
545
  def bake_node_item_add(
536
- execution_context: int | str | None = None, undo: bool | None = None
546
+ execution_context: int | str | None = None,
547
+ undo: bool | None = None,
548
+ /,
537
549
  ) -> None:
538
550
  """Add item below active item
539
551
 
@@ -557,7 +569,9 @@ def bake_node_item_move(
557
569
  """
558
570
 
559
571
  def bake_node_item_remove(
560
- execution_context: int | str | None = None, undo: bool | None = None
572
+ execution_context: int | str | None = None,
573
+ undo: bool | None = None,
574
+ /,
561
575
  ) -> None:
562
576
  """Remove active item
563
577
 
@@ -566,7 +580,9 @@ def bake_node_item_remove(
566
580
  """
567
581
 
568
582
  def capture_attribute_item_add(
569
- execution_context: int | str | None = None, undo: bool | None = None
583
+ execution_context: int | str | None = None,
584
+ undo: bool | None = None,
585
+ /,
570
586
  ) -> None:
571
587
  """Add item below active item
572
588
 
@@ -590,7 +606,9 @@ def capture_attribute_item_move(
590
606
  """
591
607
 
592
608
  def capture_attribute_item_remove(
593
- execution_context: int | str | None = None, undo: bool | None = None
609
+ execution_context: int | str | None = None,
610
+ undo: bool | None = None,
611
+ /,
594
612
  ) -> None:
595
613
  """Remove active item
596
614
 
@@ -599,7 +617,9 @@ def capture_attribute_item_remove(
599
617
  """
600
618
 
601
619
  def clear_viewer_border(
602
- execution_context: int | str | None = None, undo: bool | None = None
620
+ execution_context: int | str | None = None,
621
+ undo: bool | None = None,
622
+ /,
603
623
  ) -> None:
604
624
  """Clear the boundaries for viewer operations
605
625
 
@@ -608,7 +628,9 @@ def clear_viewer_border(
608
628
  """
609
629
 
610
630
  def clipboard_copy(
611
- execution_context: int | str | None = None, undo: bool | None = None
631
+ execution_context: int | str | None = None,
632
+ undo: bool | None = None,
633
+ /,
612
634
  ) -> None:
613
635
  """Copy the selected nodes to the internal clipboard
614
636
 
@@ -632,7 +654,9 @@ def clipboard_paste(
632
654
  """
633
655
 
634
656
  def closure_input_item_add(
635
- execution_context: int | str | None = None, undo: bool | None = None
657
+ execution_context: int | str | None = None,
658
+ undo: bool | None = None,
659
+ /,
636
660
  ) -> None:
637
661
  """Add item below active item
638
662
 
@@ -656,7 +680,9 @@ def closure_input_item_move(
656
680
  """
657
681
 
658
682
  def closure_input_item_remove(
659
- execution_context: int | str | None = None, undo: bool | None = None
683
+ execution_context: int | str | None = None,
684
+ undo: bool | None = None,
685
+ /,
660
686
  ) -> None:
661
687
  """Remove active item
662
688
 
@@ -665,7 +691,9 @@ def closure_input_item_remove(
665
691
  """
666
692
 
667
693
  def closure_output_item_add(
668
- execution_context: int | str | None = None, undo: bool | None = None
694
+ execution_context: int | str | None = None,
695
+ undo: bool | None = None,
696
+ /,
669
697
  ) -> None:
670
698
  """Add item below active item
671
699
 
@@ -689,7 +717,9 @@ def closure_output_item_move(
689
717
  """
690
718
 
691
719
  def closure_output_item_remove(
692
- execution_context: int | str | None = None, undo: bool | None = None
720
+ execution_context: int | str | None = None,
721
+ undo: bool | None = None,
722
+ /,
693
723
  ) -> None:
694
724
  """Remove active item
695
725
 
@@ -698,7 +728,9 @@ def closure_output_item_remove(
698
728
  """
699
729
 
700
730
  def collapse_hide_unused_toggle(
701
- execution_context: int | str | None = None, undo: bool | None = None
731
+ execution_context: int | str | None = None,
732
+ undo: bool | None = None,
733
+ /,
702
734
  ) -> None:
703
735
  """Toggle collapsed nodes and hide unused sockets
704
736
 
@@ -707,7 +739,9 @@ def collapse_hide_unused_toggle(
707
739
  """
708
740
 
709
741
  def combine_bundle_item_add(
710
- execution_context: int | str | None = None, undo: bool | None = None
742
+ execution_context: int | str | None = None,
743
+ undo: bool | None = None,
744
+ /,
711
745
  ) -> None:
712
746
  """Add item below active item
713
747
 
@@ -731,7 +765,9 @@ def combine_bundle_item_move(
731
765
  """
732
766
 
733
767
  def combine_bundle_item_remove(
734
- execution_context: int | str | None = None, undo: bool | None = None
768
+ execution_context: int | str | None = None,
769
+ undo: bool | None = None,
770
+ /,
735
771
  ) -> None:
736
772
  """Remove active item
737
773
 
@@ -755,7 +791,9 @@ def connect_to_output(
755
791
  """
756
792
 
757
793
  def cryptomatte_layer_add(
758
- execution_context: int | str | None = None, undo: bool | None = None
794
+ execution_context: int | str | None = None,
795
+ undo: bool | None = None,
796
+ /,
759
797
  ) -> None:
760
798
  """Add a new input layer to a Cryptomatte node
761
799
 
@@ -764,7 +802,9 @@ def cryptomatte_layer_add(
764
802
  """
765
803
 
766
804
  def cryptomatte_layer_remove(
767
- execution_context: int | str | None = None, undo: bool | None = None
805
+ execution_context: int | str | None = None,
806
+ undo: bool | None = None,
807
+ /,
768
808
  ) -> None:
769
809
  """Remove layer from a Cryptomatte node
770
810
 
@@ -773,7 +813,9 @@ def cryptomatte_layer_remove(
773
813
  """
774
814
 
775
815
  def deactivate_viewer(
776
- execution_context: int | str | None = None, undo: bool | None = None
816
+ execution_context: int | str | None = None,
817
+ undo: bool | None = None,
818
+ /,
777
819
  ) -> None:
778
820
  """Deactivate selected viewer node in geometry nodes
779
821
 
@@ -782,7 +824,9 @@ def deactivate_viewer(
782
824
  """
783
825
 
784
826
  def default_group_width_set(
785
- execution_context: int | str | None = None, undo: bool | None = None
827
+ execution_context: int | str | None = None,
828
+ undo: bool | None = None,
829
+ /,
786
830
  ) -> None:
787
831
  """Set the width based on the parent group node in the current context
788
832
 
@@ -791,7 +835,9 @@ def default_group_width_set(
791
835
  """
792
836
 
793
837
  def delete(
794
- execution_context: int | str | None = None, undo: bool | None = None
838
+ execution_context: int | str | None = None,
839
+ undo: bool | None = None,
840
+ /,
795
841
  ) -> None:
796
842
  """Remove selected nodes
797
843
 
@@ -800,7 +846,9 @@ def delete(
800
846
  """
801
847
 
802
848
  def delete_reconnect(
803
- execution_context: int | str | None = None, undo: bool | None = None
849
+ execution_context: int | str | None = None,
850
+ undo: bool | None = None,
851
+ /,
804
852
  ) -> None:
805
853
  """Remove nodes and reconnect nodes as if deletion was muted
806
854
 
@@ -809,7 +857,9 @@ def delete_reconnect(
809
857
  """
810
858
 
811
859
  def detach(
812
- execution_context: int | str | None = None, undo: bool | None = None
860
+ execution_context: int | str | None = None,
861
+ undo: bool | None = None,
862
+ /,
813
863
  ) -> None:
814
864
  """Detach selected nodes from parents
815
865
 
@@ -911,7 +961,9 @@ def duplicate_move_linked(
911
961
  """
912
962
 
913
963
  def enum_definition_item_add(
914
- execution_context: int | str | None = None, undo: bool | None = None
964
+ execution_context: int | str | None = None,
965
+ undo: bool | None = None,
966
+ /,
915
967
  ) -> None:
916
968
  """Add item below active item
917
969
 
@@ -935,7 +987,9 @@ def enum_definition_item_move(
935
987
  """
936
988
 
937
989
  def enum_definition_item_remove(
938
- execution_context: int | str | None = None, undo: bool | None = None
990
+ execution_context: int | str | None = None,
991
+ undo: bool | None = None,
992
+ /,
939
993
  ) -> None:
940
994
  """Remove active item
941
995
 
@@ -944,7 +998,9 @@ def enum_definition_item_remove(
944
998
  """
945
999
 
946
1000
  def evaluate_closure_input_item_add(
947
- execution_context: int | str | None = None, undo: bool | None = None
1001
+ execution_context: int | str | None = None,
1002
+ undo: bool | None = None,
1003
+ /,
948
1004
  ) -> None:
949
1005
  """Add item below active item
950
1006
 
@@ -968,7 +1024,9 @@ def evaluate_closure_input_item_move(
968
1024
  """
969
1025
 
970
1026
  def evaluate_closure_input_item_remove(
971
- execution_context: int | str | None = None, undo: bool | None = None
1027
+ execution_context: int | str | None = None,
1028
+ undo: bool | None = None,
1029
+ /,
972
1030
  ) -> None:
973
1031
  """Remove active item
974
1032
 
@@ -977,7 +1035,9 @@ def evaluate_closure_input_item_remove(
977
1035
  """
978
1036
 
979
1037
  def evaluate_closure_output_item_add(
980
- execution_context: int | str | None = None, undo: bool | None = None
1038
+ execution_context: int | str | None = None,
1039
+ undo: bool | None = None,
1040
+ /,
981
1041
  ) -> None:
982
1042
  """Add item below active item
983
1043
 
@@ -1001,7 +1061,46 @@ def evaluate_closure_output_item_move(
1001
1061
  """
1002
1062
 
1003
1063
  def evaluate_closure_output_item_remove(
1004
- execution_context: int | str | None = None, undo: bool | None = None
1064
+ execution_context: int | str | None = None,
1065
+ undo: bool | None = None,
1066
+ /,
1067
+ ) -> None:
1068
+ """Remove active item
1069
+
1070
+ :type execution_context: int | str | None
1071
+ :type undo: bool | None
1072
+ """
1073
+
1074
+ def file_output_item_add(
1075
+ execution_context: int | str | None = None,
1076
+ undo: bool | None = None,
1077
+ /,
1078
+ ) -> None:
1079
+ """Add item below active item
1080
+
1081
+ :type execution_context: int | str | None
1082
+ :type undo: bool | None
1083
+ """
1084
+
1085
+ def file_output_item_move(
1086
+ execution_context: int | str | None = None,
1087
+ undo: bool | None = None,
1088
+ /,
1089
+ *,
1090
+ direction: typing.Literal["UP", "DOWN"] | None = "UP",
1091
+ ) -> None:
1092
+ """Move active item
1093
+
1094
+ :type execution_context: int | str | None
1095
+ :type undo: bool | None
1096
+ :param direction: Direction, Move direction
1097
+ :type direction: typing.Literal['UP','DOWN'] | None
1098
+ """
1099
+
1100
+ def file_output_item_remove(
1101
+ execution_context: int | str | None = None,
1102
+ undo: bool | None = None,
1103
+ /,
1005
1104
  ) -> None:
1006
1105
  """Remove active item
1007
1106
 
@@ -1010,7 +1109,9 @@ def evaluate_closure_output_item_remove(
1010
1109
  """
1011
1110
 
1012
1111
  def find_node(
1013
- execution_context: int | str | None = None, undo: bool | None = None
1112
+ execution_context: int | str | None = None,
1113
+ undo: bool | None = None,
1114
+ /,
1014
1115
  ) -> None:
1015
1116
  """Search for a node by name and focus and select it
1016
1117
 
@@ -1019,7 +1120,9 @@ def find_node(
1019
1120
  """
1020
1121
 
1021
1122
  def foreach_geometry_element_zone_generation_item_add(
1022
- execution_context: int | str | None = None, undo: bool | None = None
1123
+ execution_context: int | str | None = None,
1124
+ undo: bool | None = None,
1125
+ /,
1023
1126
  ) -> None:
1024
1127
  """Add item below active item
1025
1128
 
@@ -1043,7 +1146,9 @@ def foreach_geometry_element_zone_generation_item_move(
1043
1146
  """
1044
1147
 
1045
1148
  def foreach_geometry_element_zone_generation_item_remove(
1046
- execution_context: int | str | None = None, undo: bool | None = None
1149
+ execution_context: int | str | None = None,
1150
+ undo: bool | None = None,
1151
+ /,
1047
1152
  ) -> None:
1048
1153
  """Remove active item
1049
1154
 
@@ -1052,7 +1157,9 @@ def foreach_geometry_element_zone_generation_item_remove(
1052
1157
  """
1053
1158
 
1054
1159
  def foreach_geometry_element_zone_input_item_add(
1055
- execution_context: int | str | None = None, undo: bool | None = None
1160
+ execution_context: int | str | None = None,
1161
+ undo: bool | None = None,
1162
+ /,
1056
1163
  ) -> None:
1057
1164
  """Add item below active item
1058
1165
 
@@ -1076,7 +1183,9 @@ def foreach_geometry_element_zone_input_item_move(
1076
1183
  """
1077
1184
 
1078
1185
  def foreach_geometry_element_zone_input_item_remove(
1079
- execution_context: int | str | None = None, undo: bool | None = None
1186
+ execution_context: int | str | None = None,
1187
+ undo: bool | None = None,
1188
+ /,
1080
1189
  ) -> None:
1081
1190
  """Remove active item
1082
1191
 
@@ -1085,7 +1194,9 @@ def foreach_geometry_element_zone_input_item_remove(
1085
1194
  """
1086
1195
 
1087
1196
  def foreach_geometry_element_zone_main_item_add(
1088
- execution_context: int | str | None = None, undo: bool | None = None
1197
+ execution_context: int | str | None = None,
1198
+ undo: bool | None = None,
1199
+ /,
1089
1200
  ) -> None:
1090
1201
  """Add item below active item
1091
1202
 
@@ -1109,7 +1220,9 @@ def foreach_geometry_element_zone_main_item_move(
1109
1220
  """
1110
1221
 
1111
1222
  def foreach_geometry_element_zone_main_item_remove(
1112
- execution_context: int | str | None = None, undo: bool | None = None
1223
+ execution_context: int | str | None = None,
1224
+ undo: bool | None = None,
1225
+ /,
1113
1226
  ) -> None:
1114
1227
  """Remove active item
1115
1228
 
@@ -1118,7 +1231,9 @@ def foreach_geometry_element_zone_main_item_remove(
1118
1231
  """
1119
1232
 
1120
1233
  def format_string_item_add(
1121
- execution_context: int | str | None = None, undo: bool | None = None
1234
+ execution_context: int | str | None = None,
1235
+ undo: bool | None = None,
1236
+ /,
1122
1237
  ) -> None:
1123
1238
  """Add item below active item
1124
1239
 
@@ -1142,7 +1257,9 @@ def format_string_item_move(
1142
1257
  """
1143
1258
 
1144
1259
  def format_string_item_remove(
1145
- execution_context: int | str | None = None, undo: bool | None = None
1260
+ execution_context: int | str | None = None,
1261
+ undo: bool | None = None,
1262
+ /,
1146
1263
  ) -> None:
1147
1264
  """Remove active item
1148
1265
 
@@ -1151,7 +1268,9 @@ def format_string_item_remove(
1151
1268
  """
1152
1269
 
1153
1270
  def gltf_settings_node_operator(
1154
- execution_context: int | str | None = None, undo: bool | None = None
1271
+ execution_context: int | str | None = None,
1272
+ undo: bool | None = None,
1273
+ /,
1155
1274
  ) -> None:
1156
1275
  """Add a node to the active tree for glTF export
1157
1276
 
@@ -1175,7 +1294,9 @@ def group_edit(
1175
1294
  """
1176
1295
 
1177
1296
  def group_insert(
1178
- execution_context: int | str | None = None, undo: bool | None = None
1297
+ execution_context: int | str | None = None,
1298
+ undo: bool | None = None,
1299
+ /,
1179
1300
  ) -> None:
1180
1301
  """Insert selected nodes into a node group
1181
1302
 
@@ -1184,7 +1305,9 @@ def group_insert(
1184
1305
  """
1185
1306
 
1186
1307
  def group_make(
1187
- execution_context: int | str | None = None, undo: bool | None = None
1308
+ execution_context: int | str | None = None,
1309
+ undo: bool | None = None,
1310
+ /,
1188
1311
  ) -> None:
1189
1312
  """Make group from selected nodes
1190
1313
 
@@ -1214,7 +1337,9 @@ def group_separate(
1214
1337
  """
1215
1338
 
1216
1339
  def group_ungroup(
1217
- execution_context: int | str | None = None, undo: bool | None = None
1340
+ execution_context: int | str | None = None,
1341
+ undo: bool | None = None,
1342
+ /,
1218
1343
  ) -> None:
1219
1344
  """Ungroup selected nodes
1220
1345
 
@@ -1223,7 +1348,9 @@ def group_ungroup(
1223
1348
  """
1224
1349
 
1225
1350
  def hide_socket_toggle(
1226
- execution_context: int | str | None = None, undo: bool | None = None
1351
+ execution_context: int | str | None = None,
1352
+ undo: bool | None = None,
1353
+ /,
1227
1354
  ) -> None:
1228
1355
  """Toggle unused node socket display
1229
1356
 
@@ -1232,16 +1359,20 @@ def hide_socket_toggle(
1232
1359
  """
1233
1360
 
1234
1361
  def hide_toggle(
1235
- execution_context: int | str | None = None, undo: bool | None = None
1362
+ execution_context: int | str | None = None,
1363
+ undo: bool | None = None,
1364
+ /,
1236
1365
  ) -> None:
1237
- """Toggle hiding of selected nodes
1366
+ """Toggle collapsing of selected nodes
1238
1367
 
1239
1368
  :type execution_context: int | str | None
1240
1369
  :type undo: bool | None
1241
1370
  """
1242
1371
 
1243
1372
  def index_switch_item_add(
1244
- execution_context: int | str | None = None, undo: bool | None = None
1373
+ execution_context: int | str | None = None,
1374
+ undo: bool | None = None,
1375
+ /,
1245
1376
  ) -> None:
1246
1377
  """Add bake item
1247
1378
 
@@ -1265,7 +1396,9 @@ def index_switch_item_remove(
1265
1396
  """
1266
1397
 
1267
1398
  def insert_offset(
1268
- execution_context: int | str | None = None, undo: bool | None = None
1399
+ execution_context: int | str | None = None,
1400
+ undo: bool | None = None,
1401
+ /,
1269
1402
  ) -> None:
1270
1403
  """Automatically offset nodes on insertion
1271
1404
 
@@ -1274,7 +1407,9 @@ def insert_offset(
1274
1407
  """
1275
1408
 
1276
1409
  def interface_item_duplicate(
1277
- execution_context: int | str | None = None, undo: bool | None = None
1410
+ execution_context: int | str | None = None,
1411
+ undo: bool | None = None,
1412
+ /,
1278
1413
  ) -> None:
1279
1414
  """Add a copy of the active item to the interface
1280
1415
 
@@ -1283,7 +1418,9 @@ def interface_item_duplicate(
1283
1418
  """
1284
1419
 
1285
1420
  def interface_item_make_panel_toggle(
1286
- execution_context: int | str | None = None, undo: bool | None = None
1421
+ execution_context: int | str | None = None,
1422
+ undo: bool | None = None,
1423
+ /,
1287
1424
  ) -> None:
1288
1425
  """Make the active boolean socket a toggle for its parent panel
1289
1426
 
@@ -1307,7 +1444,9 @@ def interface_item_new(
1307
1444
  """
1308
1445
 
1309
1446
  def interface_item_remove(
1310
- execution_context: int | str | None = None, undo: bool | None = None
1447
+ execution_context: int | str | None = None,
1448
+ undo: bool | None = None,
1449
+ /,
1311
1450
  ) -> None:
1312
1451
  """Remove active item from the interface
1313
1452
 
@@ -1316,7 +1455,9 @@ def interface_item_remove(
1316
1455
  """
1317
1456
 
1318
1457
  def interface_item_unlink_panel_toggle(
1319
- execution_context: int | str | None = None, undo: bool | None = None
1458
+ execution_context: int | str | None = None,
1459
+ undo: bool | None = None,
1460
+ /,
1320
1461
  ) -> None:
1321
1462
  """Make the panel toggle a stand-alone socket
1322
1463
 
@@ -1324,7 +1465,11 @@ def interface_item_unlink_panel_toggle(
1324
1465
  :type undo: bool | None
1325
1466
  """
1326
1467
 
1327
- def join(execution_context: int | str | None = None, undo: bool | None = None) -> None:
1468
+ def join(
1469
+ execution_context: int | str | None = None,
1470
+ undo: bool | None = None,
1471
+ /,
1472
+ ) -> None:
1328
1473
  """Attach selected nodes to a new common frame
1329
1474
 
1330
1475
  :type execution_context: int | str | None
@@ -1401,7 +1546,9 @@ def link_make(
1401
1546
  """
1402
1547
 
1403
1548
  def link_viewer(
1404
- execution_context: int | str | None = None, undo: bool | None = None
1549
+ execution_context: int | str | None = None,
1550
+ undo: bool | None = None,
1551
+ /,
1405
1552
  ) -> None:
1406
1553
  """Link to viewer node
1407
1554
 
@@ -1428,7 +1575,9 @@ def links_cut(
1428
1575
  """
1429
1576
 
1430
1577
  def links_detach(
1431
- execution_context: int | str | None = None, undo: bool | None = None
1578
+ execution_context: int | str | None = None,
1579
+ undo: bool | None = None,
1580
+ /,
1432
1581
  ) -> None:
1433
1582
  """Remove all links to selected nodes, and try to connect neighbor nodes together
1434
1583
 
@@ -1491,7 +1640,9 @@ def move_detach_links_release(
1491
1640
  """
1492
1641
 
1493
1642
  def mute_toggle(
1494
- execution_context: int | str | None = None, undo: bool | None = None
1643
+ execution_context: int | str | None = None,
1644
+ undo: bool | None = None,
1645
+ /,
1495
1646
  ) -> None:
1496
1647
  """Toggle muting of selected nodes
1497
1648
 
@@ -1504,9 +1655,9 @@ def new_compositing_node_group(
1504
1655
  undo: bool | None = None,
1505
1656
  /,
1506
1657
  *,
1507
- name: str = "Compositing Node Tree",
1658
+ name: str = "Compositor Nodes",
1508
1659
  ) -> None:
1509
- """Create a new compositing node tree and initialize it with default nodes
1660
+ """Create a new compositing node group and initialize it with default nodes
1510
1661
 
1511
1662
  :type execution_context: int | str | None
1512
1663
  :type undo: bool | None
@@ -1515,7 +1666,9 @@ def new_compositing_node_group(
1515
1666
  """
1516
1667
 
1517
1668
  def new_geometry_node_group_assign(
1518
- execution_context: int | str | None = None, undo: bool | None = None
1669
+ execution_context: int | str | None = None,
1670
+ undo: bool | None = None,
1671
+ /,
1519
1672
  ) -> None:
1520
1673
  """Create a new geometry node group and assign it to the active modifier
1521
1674
 
@@ -1524,7 +1677,9 @@ def new_geometry_node_group_assign(
1524
1677
  """
1525
1678
 
1526
1679
  def new_geometry_node_group_tool(
1527
- execution_context: int | str | None = None, undo: bool | None = None
1680
+ execution_context: int | str | None = None,
1681
+ undo: bool | None = None,
1682
+ /,
1528
1683
  ) -> None:
1529
1684
  """Create a new geometry node group for a tool
1530
1685
 
@@ -1533,7 +1688,9 @@ def new_geometry_node_group_tool(
1533
1688
  """
1534
1689
 
1535
1690
  def new_geometry_nodes_modifier(
1536
- execution_context: int | str | None = None, undo: bool | None = None
1691
+ execution_context: int | str | None = None,
1692
+ undo: bool | None = None,
1693
+ /,
1537
1694
  ) -> None:
1538
1695
  """Create a new modifier with a new geometry node group
1539
1696
 
@@ -1581,7 +1738,9 @@ def node_color_preset_add(
1581
1738
  """
1582
1739
 
1583
1740
  def node_copy_color(
1584
- execution_context: int | str | None = None, undo: bool | None = None
1741
+ execution_context: int | str | None = None,
1742
+ undo: bool | None = None,
1743
+ /,
1585
1744
  ) -> None:
1586
1745
  """Copy color to all selected nodes
1587
1746
 
@@ -1590,55 +1749,20 @@ def node_copy_color(
1590
1749
  """
1591
1750
 
1592
1751
  def options_toggle(
1593
- execution_context: int | str | None = None, undo: bool | None = None
1594
- ) -> None:
1595
- """Toggle option buttons display for selected nodes
1596
-
1597
- :type execution_context: int | str | None
1598
- :type undo: bool | None
1599
- """
1600
-
1601
- def output_file_add_socket(
1602
1752
  execution_context: int | str | None = None,
1603
1753
  undo: bool | None = None,
1604
1754
  /,
1605
- *,
1606
- file_path: str = "Image",
1607
1755
  ) -> None:
1608
- """Add a new input to a file output node
1756
+ """Toggle option buttons display for selected nodes
1609
1757
 
1610
1758
  :type execution_context: int | str | None
1611
1759
  :type undo: bool | None
1612
- :param file_path: File Path, Subpath of the output file
1613
- :type file_path: str
1614
1760
  """
1615
1761
 
1616
- def output_file_move_active_socket(
1762
+ def parent_set(
1617
1763
  execution_context: int | str | None = None,
1618
1764
  undo: bool | None = None,
1619
1765
  /,
1620
- *,
1621
- direction: typing.Literal["UP", "DOWN"] | None = "DOWN",
1622
- ) -> None:
1623
- """Move the active input of a file output node up or down the list
1624
-
1625
- :type execution_context: int | str | None
1626
- :type undo: bool | None
1627
- :param direction: Direction
1628
- :type direction: typing.Literal['UP','DOWN'] | None
1629
- """
1630
-
1631
- def output_file_remove_active_socket(
1632
- execution_context: int | str | None = None, undo: bool | None = None
1633
- ) -> None:
1634
- """Remove the active input from a file output node
1635
-
1636
- :type execution_context: int | str | None
1637
- :type undo: bool | None
1638
- """
1639
-
1640
- def parent_set(
1641
- execution_context: int | str | None = None, undo: bool | None = None
1642
1766
  ) -> None:
1643
1767
  """Attach selected nodes
1644
1768
 
@@ -1647,7 +1771,9 @@ def parent_set(
1647
1771
  """
1648
1772
 
1649
1773
  def preview_toggle(
1650
- execution_context: int | str | None = None, undo: bool | None = None
1774
+ execution_context: int | str | None = None,
1775
+ undo: bool | None = None,
1776
+ /,
1651
1777
  ) -> None:
1652
1778
  """Toggle preview display for selected nodes
1653
1779
 
@@ -1656,7 +1782,9 @@ def preview_toggle(
1656
1782
  """
1657
1783
 
1658
1784
  def read_viewlayers(
1659
- execution_context: int | str | None = None, undo: bool | None = None
1785
+ execution_context: int | str | None = None,
1786
+ undo: bool | None = None,
1787
+ /,
1660
1788
  ) -> None:
1661
1789
  """Read all render layers of all used scenes
1662
1790
 
@@ -1665,16 +1793,20 @@ def read_viewlayers(
1665
1793
  """
1666
1794
 
1667
1795
  def render_changed(
1668
- execution_context: int | str | None = None, undo: bool | None = None
1796
+ execution_context: int | str | None = None,
1797
+ undo: bool | None = None,
1798
+ /,
1669
1799
  ) -> None:
1670
- """Render current scene, when input node's layer has been changed
1800
+ """Render current scene, when input nodes layer has been changed
1671
1801
 
1672
1802
  :type execution_context: int | str | None
1673
1803
  :type undo: bool | None
1674
1804
  """
1675
1805
 
1676
1806
  def repeat_zone_item_add(
1677
- execution_context: int | str | None = None, undo: bool | None = None
1807
+ execution_context: int | str | None = None,
1808
+ undo: bool | None = None,
1809
+ /,
1678
1810
  ) -> None:
1679
1811
  """Add item below active item
1680
1812
 
@@ -1698,7 +1830,9 @@ def repeat_zone_item_move(
1698
1830
  """
1699
1831
 
1700
1832
  def repeat_zone_item_remove(
1701
- execution_context: int | str | None = None, undo: bool | None = None
1833
+ execution_context: int | str | None = None,
1834
+ undo: bool | None = None,
1835
+ /,
1702
1836
  ) -> None:
1703
1837
  """Remove active item
1704
1838
 
@@ -1707,7 +1841,9 @@ def repeat_zone_item_remove(
1707
1841
  """
1708
1842
 
1709
1843
  def resize(
1710
- execution_context: int | str | None = None, undo: bool | None = None
1844
+ execution_context: int | str | None = None,
1845
+ undo: bool | None = None,
1846
+ /,
1711
1847
  ) -> None:
1712
1848
  """Resize a node
1713
1849
 
@@ -1932,7 +2068,9 @@ def select_link_viewer(
1932
2068
  """
1933
2069
 
1934
2070
  def select_linked_from(
1935
- execution_context: int | str | None = None, undo: bool | None = None
2071
+ execution_context: int | str | None = None,
2072
+ undo: bool | None = None,
2073
+ /,
1936
2074
  ) -> None:
1937
2075
  """Select nodes linked from the selected ones
1938
2076
 
@@ -1941,7 +2079,9 @@ def select_linked_from(
1941
2079
  """
1942
2080
 
1943
2081
  def select_linked_to(
1944
- execution_context: int | str | None = None, undo: bool | None = None
2082
+ execution_context: int | str | None = None,
2083
+ undo: bool | None = None,
2084
+ /,
1945
2085
  ) -> None:
1946
2086
  """Select nodes linked to the selected ones
1947
2087
 
@@ -1965,7 +2105,9 @@ def select_same_type_step(
1965
2105
  """
1966
2106
 
1967
2107
  def separate_bundle_item_add(
1968
- execution_context: int | str | None = None, undo: bool | None = None
2108
+ execution_context: int | str | None = None,
2109
+ undo: bool | None = None,
2110
+ /,
1969
2111
  ) -> None:
1970
2112
  """Add item below active item
1971
2113
 
@@ -1989,7 +2131,9 @@ def separate_bundle_item_move(
1989
2131
  """
1990
2132
 
1991
2133
  def separate_bundle_item_remove(
1992
- execution_context: int | str | None = None, undo: bool | None = None
2134
+ execution_context: int | str | None = None,
2135
+ undo: bool | None = None,
2136
+ /,
1993
2137
  ) -> None:
1994
2138
  """Remove active item
1995
2139
 
@@ -1998,7 +2142,9 @@ def separate_bundle_item_remove(
1998
2142
  """
1999
2143
 
2000
2144
  def shader_script_update(
2001
- execution_context: int | str | None = None, undo: bool | None = None
2145
+ execution_context: int | str | None = None,
2146
+ undo: bool | None = None,
2147
+ /,
2002
2148
  ) -> None:
2003
2149
  """Update shader script node with new sockets and options from the script
2004
2150
 
@@ -2007,7 +2153,9 @@ def shader_script_update(
2007
2153
  """
2008
2154
 
2009
2155
  def simulation_zone_item_add(
2010
- execution_context: int | str | None = None, undo: bool | None = None
2156
+ execution_context: int | str | None = None,
2157
+ undo: bool | None = None,
2158
+ /,
2011
2159
  ) -> None:
2012
2160
  """Add item below active item
2013
2161
 
@@ -2031,7 +2179,9 @@ def simulation_zone_item_move(
2031
2179
  """
2032
2180
 
2033
2181
  def simulation_zone_item_remove(
2034
- execution_context: int | str | None = None, undo: bool | None = None
2182
+ execution_context: int | str | None = None,
2183
+ undo: bool | None = None,
2184
+ /,
2035
2185
  ) -> None:
2036
2186
  """Remove active item
2037
2187
 
@@ -2040,12 +2190,18 @@ def simulation_zone_item_remove(
2040
2190
  """
2041
2191
 
2042
2192
  def sockets_sync(
2043
- execution_context: int | str | None = None, undo: bool | None = None
2193
+ execution_context: int | str | None = None,
2194
+ undo: bool | None = None,
2195
+ /,
2196
+ *,
2197
+ node_name: str = "",
2044
2198
  ) -> None:
2045
2199
  """Update sockets to match what is actually used
2046
2200
 
2047
2201
  :type execution_context: int | str | None
2048
2202
  :type undo: bool | None
2203
+ :param node_name: Node Name
2204
+ :type node_name: str
2049
2205
  """
2050
2206
 
2051
2207
  def translate_attach(
@@ -2085,16 +2241,24 @@ def translate_attach_remove_on_cancel(
2085
2241
  """
2086
2242
 
2087
2243
  def tree_path_parent(
2088
- execution_context: int | str | None = None, undo: bool | None = None
2244
+ execution_context: int | str | None = None,
2245
+ undo: bool | None = None,
2246
+ /,
2247
+ *,
2248
+ parent_tree_index: int | None = 0,
2089
2249
  ) -> None:
2090
2250
  """Go to parent node tree
2091
2251
 
2092
2252
  :type execution_context: int | str | None
2093
2253
  :type undo: bool | None
2254
+ :param parent_tree_index: Parent Index, Parent index in context path
2255
+ :type parent_tree_index: int | None
2094
2256
  """
2095
2257
 
2096
2258
  def view_all(
2097
- execution_context: int | str | None = None, undo: bool | None = None
2259
+ execution_context: int | str | None = None,
2260
+ undo: bool | None = None,
2261
+ /,
2098
2262
  ) -> None:
2099
2263
  """Resize view so you can see all nodes
2100
2264
 
@@ -2103,7 +2267,9 @@ def view_all(
2103
2267
  """
2104
2268
 
2105
2269
  def view_selected(
2106
- execution_context: int | str | None = None, undo: bool | None = None
2270
+ execution_context: int | str | None = None,
2271
+ undo: bool | None = None,
2272
+ /,
2107
2273
  ) -> None:
2108
2274
  """Resize view so you can see selected nodes
2109
2275