fake-bpy-module-latest 20250927__py3-none-any.whl → 20260115__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.
Files changed (299) hide show
  1. {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
  2. {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
  3. {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
  4. {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
  5. {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
  6. {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +1 -0
  7. {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
  8. _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
  9. {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
  10. _bpy_internal/__init__.pyi +1 -0
  11. _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
  12. _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
  13. _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
  14. _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
  15. _bpy_types/__init__.pyi +18 -123
  16. {rna_info → _rna_info}/__init__.pyi +0 -1
  17. addon_utils/__init__.pyi +0 -13
  18. aud/__init__.pyi +55 -131
  19. bl_math/__init__.pyi +2 -12
  20. bl_operators/__init__.pyi +1 -0
  21. bl_operators/add_mesh_torus/__init__.pyi +0 -2
  22. bl_operators/anim/__init__.pyi +47 -24
  23. bl_operators/assets/__init__.pyi +0 -6
  24. bl_operators/bone_selection_sets/__init__.pyi +0 -28
  25. bl_operators/clip/__init__.pyi +0 -20
  26. bl_operators/connect_to_output/__init__.pyi +0 -2
  27. bl_operators/console/__init__.pyi +0 -10
  28. bl_operators/constraint/__init__.pyi +0 -8
  29. bl_operators/copy_global_transform/__init__.pyi +261 -0
  30. bl_operators/file/__init__.pyi +0 -6
  31. bl_operators/freestyle/__init__.pyi +0 -8
  32. bl_operators/geometry_nodes/__init__.pyi +0 -8
  33. bl_operators/grease_pencil/__init__.pyi +0 -2
  34. bl_operators/image/__init__.pyi +0 -10
  35. bl_operators/image_as_planes/__init__.pyi +0 -4
  36. bl_operators/mesh/__init__.pyi +0 -4
  37. bl_operators/node/__init__.pyi +37 -47
  38. bl_operators/object/__init__.pyi +0 -37
  39. bl_operators/object_align/__init__.pyi +0 -2
  40. bl_operators/object_quick_effects/__init__.pyi +0 -8
  41. bl_operators/object_randomize_transform/__init__.pyi +0 -2
  42. bl_operators/presets/__init__.pyi +0 -50
  43. bl_operators/rigidbody/__init__.pyi +0 -6
  44. bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
  45. bl_operators/sequencer/__init__.pyi +0 -16
  46. bl_operators/spreadsheet/__init__.pyi +0 -2
  47. bl_operators/userpref/__init__.pyi +0 -50
  48. bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
  49. bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
  50. bl_operators/uvcalc_transform/__init__.pyi +21 -12
  51. bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
  52. bl_operators/view3d/__init__.pyi +0 -16
  53. bl_operators/wm/__init__.pyi +0 -92
  54. bl_operators/world/__init__.pyi +0 -2
  55. bl_ui/__init__.pyi +3 -4
  56. bl_ui/anim/__init__.pyi +0 -2
  57. bl_ui/asset_shelf/__init__.pyi +0 -2
  58. bl_ui/generic_ui_list/__init__.pyi +0 -16
  59. bl_ui/node_add_menu/__init__.pyi +13 -16
  60. bl_ui/node_add_menu_compositor/__init__.pyi +71 -53
  61. bl_ui/node_add_menu_geometry/__init__.pyi +81 -193
  62. bl_ui/node_add_menu_shader/__init__.pyi +21 -39
  63. bl_ui/node_add_menu_texture/__init__.pyi +1 -17
  64. bl_ui/properties_collection/__init__.pyi +0 -14
  65. bl_ui/properties_constraint/__init__.pyi +64 -150
  66. bl_ui/properties_data_armature/__init__.pyi +0 -36
  67. bl_ui/properties_data_bone/__init__.pyi +0 -20
  68. bl_ui/properties_data_camera/__init__.pyi +0 -30
  69. bl_ui/properties_data_curve/__init__.pyi +0 -30
  70. bl_ui/properties_data_curves/__init__.pyi +0 -16
  71. bl_ui/properties_data_empty/__init__.pyi +0 -4
  72. bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
  73. bl_ui/properties_data_lattice/__init__.pyi +0 -8
  74. bl_ui/properties_data_light/__init__.pyi +0 -20
  75. bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
  76. bl_ui/properties_data_mesh/__init__.pyi +0 -42
  77. bl_ui/properties_data_metaball/__init__.pyi +0 -12
  78. bl_ui/properties_data_modifier/__init__.pyi +12 -19
  79. bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
  80. bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
  81. bl_ui/properties_data_speaker/__init__.pyi +0 -12
  82. bl_ui/properties_data_volume/__init__.pyi +0 -18
  83. bl_ui/properties_freestyle/__init__.pyi +0 -50
  84. bl_ui/properties_grease_pencil_common/__init__.pyi +0 -14
  85. bl_ui/properties_mask_common/__init__.pyi +0 -14
  86. bl_ui/properties_material/__init__.pyi +0 -32
  87. bl_ui/properties_material_gpencil/__init__.pyi +0 -22
  88. bl_ui/properties_object/__init__.pyi +35 -42
  89. bl_ui/properties_output/__init__.pyi +0 -40
  90. bl_ui/properties_paint_common/__init__.pyi +23 -12
  91. bl_ui/properties_particle/__init__.pyi +0 -106
  92. bl_ui/properties_physics_cloth/__init__.pyi +0 -28
  93. bl_ui/properties_physics_common/__init__.pyi +0 -2
  94. bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
  95. bl_ui/properties_physics_field/__init__.pyi +0 -20
  96. bl_ui/properties_physics_fluid/__init__.pyi +0 -56
  97. bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
  98. bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
  99. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
  100. bl_ui/properties_physics_softbody/__init__.pyi +0 -30
  101. bl_ui/properties_render/__init__.pyi +0 -90
  102. bl_ui/properties_scene/__init__.pyi +0 -34
  103. bl_ui/properties_strip/__init__.pyi +744 -0
  104. bl_ui/properties_strip_modifier/__init__.pyi +45 -0
  105. bl_ui/properties_texture/__init__.pyi +0 -54
  106. bl_ui/properties_view_layer/__init__.pyi +7 -28
  107. bl_ui/properties_workspace/__init__.pyi +0 -8
  108. bl_ui/properties_world/__init__.pyi +0 -22
  109. bl_ui/space_clip/__init__.pyi +1 -150
  110. bl_ui/space_console/__init__.pyi +0 -12
  111. bl_ui/space_dopesheet/__init__.pyi +52 -60
  112. bl_ui/space_filebrowser/__init__.pyi +0 -60
  113. bl_ui/space_graph/__init__.pyi +0 -44
  114. bl_ui/space_image/__init__.pyi +2 -144
  115. bl_ui/space_info/__init__.pyi +0 -12
  116. bl_ui/space_nla/__init__.pyi +0 -36
  117. bl_ui/space_node/__init__.pyi +29 -137
  118. bl_ui/space_outliner/__init__.pyi +0 -30
  119. bl_ui/space_properties/__init__.pyi +29 -6
  120. bl_ui/space_sequencer/__init__.pyi +46 -912
  121. bl_ui/space_spreadsheet/__init__.pyi +0 -6
  122. bl_ui/space_statusbar/__init__.pyi +0 -2
  123. bl_ui/space_text/__init__.pyi +0 -32
  124. bl_ui/space_time/__init__.pyi +7 -41
  125. bl_ui/space_topbar/__init__.pyi +7 -52
  126. bl_ui/space_userpref/__init__.pyi +7 -188
  127. bl_ui/space_view3d/__init__.pyi +36 -544
  128. bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
  129. bl_ui/space_view3d_toolbar/__init__.pyi +2 -163
  130. blf/__init__.pyi +6 -50
  131. bmesh/__init__.pyi +0 -7
  132. bmesh/geometry/__init__.pyi +0 -3
  133. bmesh/ops/__init__.pyi +2 -450
  134. bmesh/types/__init__.pyi +294 -634
  135. bmesh/utils/__init__.pyi +16 -43
  136. bpy/app/__init__.pyi +56 -59
  137. bpy/app/icons/__init__.pyi +0 -6
  138. bpy/app/timers/__init__.pyi +0 -6
  139. bpy/app/translations/__init__.pyi +1 -16
  140. bpy/msgbus/__init__.pyi +1 -4
  141. bpy/ops/action/__init__.pyi +15 -165
  142. bpy/ops/anim/__init__.pyi +38 -279
  143. bpy/ops/armature/__init__.pyi +18 -192
  144. bpy/ops/asset/__init__.pyi +11 -97
  145. bpy/ops/boid/__init__.pyi +7 -38
  146. bpy/ops/brush/__init__.pyi +3 -104
  147. bpy/ops/buttons/__init__.pyi +4 -71
  148. bpy/ops/cachefile/__init__.pyi +2 -63
  149. bpy/ops/camera/__init__.pyi +0 -11
  150. bpy/ops/clip/__init__.pyi +43 -427
  151. bpy/ops/cloth/__init__.pyi +0 -5
  152. bpy/ops/collection/__init__.pyi +3 -35
  153. bpy/ops/console/__init__.pyi +10 -88
  154. bpy/ops/constraint/__init__.pyi +3 -80
  155. bpy/ops/curve/__init__.pyi +23 -254
  156. bpy/ops/curves/__init__.pyi +17 -166
  157. bpy/ops/cycles/__init__.pyi +1 -14
  158. bpy/ops/dpaint/__init__.pyi +3 -21
  159. bpy/ops/ed/__init__.pyi +10 -82
  160. bpy/ops/export_anim/__init__.pyi +2 -10
  161. bpy/ops/export_scene/__init__.pyi +1 -155
  162. bpy/ops/extensions/__init__.pyi +15 -150
  163. bpy/ops/file/__init__.pyi +27 -217
  164. bpy/ops/fluid/__init__.pyi +13 -70
  165. bpy/ops/font/__init__.pyi +10 -134
  166. bpy/ops/geometry/__init__.pyi +3 -124
  167. bpy/ops/gizmogroup/__init__.pyi +1 -12
  168. bpy/ops/gpencil/__init__.pyi +5 -38
  169. bpy/ops/graph/__init__.pyi +18 -316
  170. bpy/ops/grease_pencil/__init__.pyi +41 -518
  171. bpy/ops/image/__init__.pyi +19 -379
  172. bpy/ops/import_anim/__init__.pyi +2 -16
  173. bpy/ops/import_curve/__init__.pyi +0 -6
  174. bpy/ops/import_scene/__init__.pyi +0 -50
  175. bpy/ops/info/__init__.pyi +4 -35
  176. bpy/ops/lattice/__init__.pyi +3 -33
  177. bpy/ops/marker/__init__.pyi +2 -50
  178. bpy/ops/mask/__init__.pyi +17 -176
  179. bpy/ops/material/__init__.pyi +3 -15
  180. bpy/ops/mball/__init__.pyi +1 -30
  181. bpy/ops/mesh/__init__.pyi +32 -915
  182. bpy/ops/nla/__init__.pyi +20 -184
  183. bpy/ops/node/__init__.pyi +268 -666
  184. bpy/ops/object/__init__.pyi +139 -1254
  185. bpy/ops/outliner/__init__.pyi +47 -327
  186. bpy/ops/paint/__init__.pyi +14 -279
  187. bpy/ops/paintcurve/__init__.pyi +4 -36
  188. bpy/ops/palette/__init__.pyi +3 -27
  189. bpy/ops/particle/__init__.pyi +20 -160
  190. bpy/ops/pointcloud/__init__.pyi +3 -35
  191. bpy/ops/pose/__init__.pyi +28 -233
  192. bpy/ops/poselib/__init__.pyi +4 -69
  193. bpy/ops/preferences/__init__.pyi +9 -177
  194. bpy/ops/ptcache/__init__.pyi +5 -31
  195. bpy/ops/render/__init__.pyi +10 -74
  196. bpy/ops/rigidbody/__init__.pyi +6 -56
  197. bpy/ops/scene/__init__.pyi +22 -167
  198. bpy/ops/screen/__init__.pyi +36 -202
  199. bpy/ops/script/__init__.pyi +1 -12
  200. bpy/ops/sculpt/__init__.pyi +36 -311
  201. bpy/ops/sculpt_curves/__init__.pyi +1 -20
  202. bpy/ops/sequencer/__init__.pyi +92 -669
  203. bpy/ops/sound/__init__.pyi +3 -109
  204. bpy/ops/spreadsheet/__init__.pyi +5 -32
  205. bpy/ops/surface/__init__.pyi +0 -48
  206. bpy/ops/text/__init__.pyi +27 -225
  207. bpy/ops/text_editor/__init__.pyi +0 -5
  208. bpy/ops/texture/__init__.pyi +3 -18
  209. bpy/ops/transform/__init__.pyi +10 -382
  210. bpy/ops/ui/__init__.pyi +21 -158
  211. bpy/ops/uilist/__init__.pyi +0 -13
  212. bpy/ops/uv/__init__.pyi +52 -305
  213. bpy/ops/view2d/__init__.pyi +3 -73
  214. bpy/ops/view3d/__init__.pyi +37 -339
  215. bpy/ops/wm/__init__.pyi +116 -1316
  216. bpy/ops/workspace/__init__.pyi +7 -39
  217. bpy/ops/world/__init__.pyi +2 -10
  218. bpy/path/__init__.pyi +0 -34
  219. bpy/props/__init__.pyi +15 -157
  220. bpy/stub_internal/rna_enums/__init__.pyi +63 -33
  221. bpy/types/__init__.pyi +20027 -57545
  222. bpy/utils/__init__.pyi +4 -75
  223. bpy/utils/previews/__init__.pyi +1 -10
  224. bpy/utils/units/__init__.pyi +0 -12
  225. bpy_extras/anim_utils/__init__.pyi +24 -16
  226. bpy_extras/bmesh_utils/__init__.pyi +0 -1
  227. bpy_extras/id_map_utils/__init__.pyi +14 -6
  228. bpy_extras/image_utils/__init__.pyi +0 -9
  229. bpy_extras/io_utils/__init__.pyi +2 -22
  230. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  231. bpy_extras/mesh_utils/__init__.pyi +0 -12
  232. bpy_extras/object_utils/__init__.pyi +0 -14
  233. bpy_extras/view3d_utils/__init__.pyi +0 -18
  234. {fake_bpy_module_latest-20250927.dist-info → fake_bpy_module_latest-20260115.dist-info}/METADATA +4 -1
  235. fake_bpy_module_latest-20260115.dist-info/RECORD +382 -0
  236. {fake_bpy_module_latest-20250927.dist-info → fake_bpy_module_latest-20260115.dist-info}/top_level.txt +14 -14
  237. freestyle/chainingiterators/__init__.pyi +0 -22
  238. freestyle/functions/__init__.pyi +0 -139
  239. freestyle/predicates/__init__.pyi +0 -51
  240. freestyle/shaders/__init__.pyi +0 -65
  241. freestyle/types/__init__.pyi +139 -777
  242. freestyle/utils/ContextFunctions/__init__.pyi +0 -23
  243. freestyle/utils/__init__.pyi +0 -6
  244. gpu/capabilities/__init__.pyi +0 -21
  245. gpu/matrix/__init__.pyi +1 -10
  246. gpu/platform/__init__.pyi +0 -5
  247. gpu/shader/__init__.pyi +22 -6
  248. gpu/state/__init__.pyi +59 -38
  249. gpu/texture/__init__.pyi +0 -2
  250. gpu/types/__init__.pyi +162 -230
  251. gpu_extras/batch/__init__.pyi +0 -4
  252. gpu_extras/presets/__init__.pyi +6 -8
  253. idprop/types/__init__.pyi +5 -5
  254. imbuf/__init__.pyi +2 -9
  255. imbuf/types/__init__.pyi +5 -25
  256. keyingsets_builtins/__init__.pyi +1 -45
  257. mathutils/__init__.pyi +82 -2172
  258. mathutils/bvhtree/__init__.pyi +2 -23
  259. mathutils/geometry/__init__.pyi +41 -133
  260. mathutils/interpolate/__init__.pyi +3 -4
  261. mathutils/kdtree/__init__.pyi +0 -11
  262. mathutils/noise/__init__.pyi +0 -62
  263. fake_bpy_module_latest-20250927.dist-info/RECORD +0 -373
  264. {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
  265. {animsys_refactor → _animsys_refactor}/py.typed +0 -0
  266. {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
  267. {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
  268. {bl_console_utils → _bl_console_utils}/py.typed +0 -0
  269. {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
  270. {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
  271. {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
  272. {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
  273. {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
  274. {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
  275. {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
  276. {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
  277. {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
  278. {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
  279. {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
  280. {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
  281. {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
  282. {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
  283. {bl_text_utils → _bl_text_utils}/py.typed +0 -0
  284. {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
  285. {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
  286. {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
  287. {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
  288. {console_python → _console_python}/__init__.pyi +0 -0
  289. {console_python → _console_python}/py.typed +0 -0
  290. {console_shell → _console_shell}/__init__.pyi +0 -0
  291. {console_shell → _console_shell}/py.typed +0 -0
  292. {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
  293. {graphviz_export → _graphviz_export}/py.typed +0 -0
  294. {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
  295. {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
  296. {rna_info → _rna_info}/py.typed +0 -0
  297. {rna_xml → _rna_xml}/__init__.pyi +0 -0
  298. {rna_xml → _rna_xml}/py.typed +0 -0
  299. {fake_bpy_module_latest-20250927.dist-info → fake_bpy_module_latest-20260115.dist-info}/WHEEL +0 -0
bpy/ops/node/__init__.pyi CHANGED
@@ -13,11 +13,7 @@ def activate_viewer(
13
13
  undo: bool | None = None,
14
14
  /,
15
15
  ) -> None:
16
- """Activate selected viewer node in compositor and geometry nodes
17
-
18
- :type execution_context: int | str | None
19
- :type undo: bool | None
20
- """
16
+ """Activate selected viewer node in compositor and geometry nodes"""
21
17
 
22
18
  def add_closure_zone(
23
19
  execution_context: int | str | None = None,
@@ -31,14 +27,9 @@ def add_closure_zone(
31
27
  ) -> None:
32
28
  """Add a Closure zone
33
29
 
34
- :type execution_context: int | str | None
35
- :type undo: bool | None
36
30
  :param settings: Settings, Settings to be applied on the newly created node
37
- :type settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting] | None
38
31
  :param use_transform: Use Transform, Start transform operator after inserting the node
39
- :type use_transform: bool | None
40
32
  :param offset: Offset, Offset of nodes from the cursor when added
41
- :type offset: collections.abc.Iterable[float] | None
42
33
  """
43
34
 
44
35
  def add_collection(
@@ -51,12 +42,8 @@ def add_collection(
51
42
  ) -> None:
52
43
  """Add a collection info node to the current node editor
53
44
 
54
- :type execution_context: int | str | None
55
- :type undo: bool | None
56
45
  :param name: Name, Name of the data-block to use by the operator
57
- :type name: str
58
46
  :param session_uid: Session UID, Session UID of the data-block to use by the operator
59
- :type session_uid: int | None
60
47
  """
61
48
 
62
49
  def add_color(
@@ -70,14 +57,9 @@ def add_color(
70
57
  ) -> None:
71
58
  """Add a color node to the current node editor
72
59
 
73
- :type execution_context: int | str | None
74
- :type undo: bool | None
75
60
  :param color: Color, Source color
76
- :type color: collections.abc.Iterable[float] | None
77
61
  :param gamma: Gamma Corrected, The source color is gamma corrected
78
- :type gamma: bool | None
79
62
  :param has_alpha: Has Alpha, The source color contains an Alpha component
80
- :type has_alpha: bool | None
81
63
  """
82
64
 
83
65
  def add_empty_group(
@@ -91,12 +73,8 @@ def add_empty_group(
91
73
  ) -> None:
92
74
  """Add a group node with an empty group
93
75
 
94
- :type execution_context: int | str | None
95
- :type undo: bool | None
96
76
  :param settings: Settings, Settings to be applied on the newly created node
97
- :type settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting] | None
98
77
  :param use_transform: Use Transform, Start transform operator after inserting the node
99
- :type use_transform: bool | None
100
78
  """
101
79
 
102
80
  def add_foreach_geometry_element_zone(
@@ -111,14 +89,9 @@ def add_foreach_geometry_element_zone(
111
89
  ) -> None:
112
90
  """Add a For Each Geometry Element zone that allows executing nodes e.g. for each vertex separately
113
91
 
114
- :type execution_context: int | str | None
115
- :type undo: bool | None
116
92
  :param settings: Settings, Settings to be applied on the newly created node
117
- :type settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting] | None
118
93
  :param use_transform: Use Transform, Start transform operator after inserting the node
119
- :type use_transform: bool | None
120
94
  :param offset: Offset, Offset of nodes from the cursor when added
121
- :type offset: collections.abc.Iterable[float] | None
122
95
  """
123
96
 
124
97
  def add_group(
@@ -132,14 +105,9 @@ def add_group(
132
105
  ) -> None:
133
106
  """Add an existing node group to the current node editor
134
107
 
135
- :type execution_context: int | str | None
136
- :type undo: bool | None
137
108
  :param name: Name, Name of the data-block to use by the operator
138
- :type name: str
139
109
  :param session_uid: Session UID, Session UID of the data-block to use by the operator
140
- :type session_uid: int | None
141
110
  :param show_datablock_in_node: Show the data-block selector in the node
142
- :type show_datablock_in_node: bool | None
143
111
  """
144
112
 
145
113
  def add_group_asset(
@@ -154,14 +122,9 @@ def add_group_asset(
154
122
  ) -> None:
155
123
  """Add a node group asset to the active node tree
156
124
 
157
- :type execution_context: int | str | None
158
- :type undo: bool | None
159
125
  :param asset_library_type: Asset Library Type
160
- :type asset_library_type: bpy.stub_internal.rna_enums.AssetLibraryTypeItems | None
161
126
  :param asset_library_identifier: Asset Library Identifier
162
- :type asset_library_identifier: str
163
127
  :param relative_asset_identifier: Relative Asset Identifier
164
- :type relative_asset_identifier: str
165
128
  """
166
129
 
167
130
  def add_group_input_node(
@@ -174,12 +137,8 @@ def add_group_input_node(
174
137
  ) -> None:
175
138
  """Add a Group Input node with selected sockets to the current node editor
176
139
 
177
- :type execution_context: int | str | None
178
- :type undo: bool | None
179
140
  :param socket_identifier: Socket Identifier, Socket to include in the added group input/output node
180
- :type socket_identifier: str
181
141
  :param panel_identifier: Panel Identifier, Panel from which to add sockets to the added group input/output node
182
- :type panel_identifier: int | None
183
142
  """
184
143
 
185
144
  def add_image(
@@ -231,58 +190,31 @@ def add_image(
231
190
  ) -> None:
232
191
  """Add a image/movie file as node to the current node editor
233
192
 
234
- :type execution_context: int | str | None
235
- :type undo: bool | None
236
193
  :param filepath: File Path, Path to file
237
- :type filepath: str
238
194
  :param directory: Directory, Directory of the file
239
- :type directory: str
240
195
  :param files: Files
241
- :type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
242
196
  :param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
243
- :type hide_props_region: bool | None
244
197
  :param check_existing: Check Existing, Check and warn on overwriting existing files
245
- :type check_existing: bool | None
246
198
  :param filter_blender: Filter .blend files
247
- :type filter_blender: bool | None
248
199
  :param filter_backup: Filter .blend files
249
- :type filter_backup: bool | None
250
200
  :param filter_image: Filter image files
251
- :type filter_image: bool | None
252
201
  :param filter_movie: Filter movie files
253
- :type filter_movie: bool | None
254
202
  :param filter_python: Filter Python files
255
- :type filter_python: bool | None
256
203
  :param filter_font: Filter font files
257
- :type filter_font: bool | None
258
204
  :param filter_sound: Filter sound files
259
- :type filter_sound: bool | None
260
205
  :param filter_text: Filter text files
261
- :type filter_text: bool | None
262
206
  :param filter_archive: Filter archive files
263
- :type filter_archive: bool | None
264
207
  :param filter_btx: Filter btx files
265
- :type filter_btx: bool | None
266
208
  :param filter_alembic: Filter Alembic files
267
- :type filter_alembic: bool | None
268
209
  :param filter_usd: Filter USD files
269
- :type filter_usd: bool | None
270
210
  :param filter_obj: Filter OBJ files
271
- :type filter_obj: bool | None
272
211
  :param filter_volume: Filter OpenVDB volume files
273
- :type filter_volume: bool | None
274
212
  :param filter_folder: Filter folders
275
- :type filter_folder: bool | None
276
213
  :param filter_blenlib: Filter Blender IDs
277
- :type filter_blenlib: bool | None
278
214
  :param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
279
- :type filemode: int | None
280
215
  :param relative_path: Relative Path, Select the file relative to the blend file
281
- :type relative_path: bool | None
282
216
  :param show_multiview: Enable Multi-View
283
- :type show_multiview: bool | None
284
217
  :param use_multiview: Use Multi-View
285
- :type use_multiview: bool | None
286
218
  :param display_type: Display Type
287
219
 
288
220
  DEFAULT
@@ -296,7 +228,6 @@ def add_image(
296
228
 
297
229
  THUMBNAIL
298
230
  Thumbnails -- Display files as thumbnails.
299
- :type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
300
231
  :param sort_method: File sorting mode
301
232
 
302
233
  DEFAULT
@@ -316,11 +247,8 @@ def add_image(
316
247
 
317
248
  ASSET_CATALOG
318
249
  Asset Catalog -- Sort the asset list so that assets in the same catalog are kept together. Within a single catalog, assets are ordered by name. The catalogs are in order of the flattened catalog hierarchy..
319
- :type sort_method: typing.Literal['DEFAULT','FILE_SORT_ALPHA','FILE_SORT_EXTENSION','FILE_SORT_TIME','FILE_SORT_SIZE','ASSET_CATALOG'] | None
320
250
  :param name: Name, Name of the data-block to use by the operator
321
- :type name: str
322
251
  :param session_uid: Session UID, Session UID of the data-block to use by the operator
323
- :type session_uid: int | None
324
252
  """
325
253
 
326
254
  def add_import_node(
@@ -334,12 +262,8 @@ def add_import_node(
334
262
  ) -> None:
335
263
  """Add an import node to the node tree
336
264
 
337
- :type execution_context: int | str | None
338
- :type undo: bool | None
339
265
  :param directory: Directory, Directory of the file
340
- :type directory: str
341
266
  :param files: Files
342
- :type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
343
267
  """
344
268
 
345
269
  def add_mask(
@@ -352,12 +276,8 @@ def add_mask(
352
276
  ) -> None:
353
277
  """Add a mask node to the current node editor
354
278
 
355
- :type execution_context: int | str | None
356
- :type undo: bool | None
357
279
  :param name: Name, Name of the data-block to use by the operator
358
- :type name: str
359
280
  :param session_uid: Session UID, Session UID of the data-block to use by the operator
360
- :type session_uid: int | None
361
281
  """
362
282
 
363
283
  def add_material(
@@ -370,12 +290,8 @@ def add_material(
370
290
  ) -> None:
371
291
  """Add a material node to the current node editor
372
292
 
373
- :type execution_context: int | str | None
374
- :type undo: bool | None
375
293
  :param name: Name, Name of the data-block to use by the operator
376
- :type name: str
377
294
  :param session_uid: Session UID, Session UID of the data-block to use by the operator
378
- :type session_uid: int | None
379
295
  """
380
296
 
381
297
  def add_node(
@@ -391,16 +307,10 @@ def add_node(
391
307
  ) -> None:
392
308
  """Add a node to the active tree
393
309
 
394
- :type execution_context: int | str | None
395
- :type undo: bool | None
396
310
  :param settings: Settings, Settings to be applied on the newly created node
397
- :type settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting] | None
398
311
  :param use_transform: Use Transform, Start transform operator after inserting the node
399
- :type use_transform: bool | None
400
312
  :param type: Node Type, Node type
401
- :type type: str
402
313
  :param visible_output: Output Name, If provided, all outputs that are named differently will be hidden
403
- :type visible_output: str
404
314
  """
405
315
 
406
316
  def add_object(
@@ -413,12 +323,8 @@ def add_object(
413
323
  ) -> None:
414
324
  """Add an object info node to the current node editor
415
325
 
416
- :type execution_context: int | str | None
417
- :type undo: bool | None
418
326
  :param name: Name, Name of the data-block to use by the operator
419
- :type name: str
420
327
  :param session_uid: Session UID, Session UID of the data-block to use by the operator
421
- :type session_uid: int | None
422
328
  """
423
329
 
424
330
  def add_repeat_zone(
@@ -433,14 +339,9 @@ def add_repeat_zone(
433
339
  ) -> None:
434
340
  """Add a repeat zone that allows executing nodes a dynamic number of times
435
341
 
436
- :type execution_context: int | str | None
437
- :type undo: bool | None
438
342
  :param settings: Settings, Settings to be applied on the newly created node
439
- :type settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting] | None
440
343
  :param use_transform: Use Transform, Start transform operator after inserting the node
441
- :type use_transform: bool | None
442
344
  :param offset: Offset, Offset of nodes from the cursor when added
443
- :type offset: collections.abc.Iterable[float] | None
444
345
  """
445
346
 
446
347
  def add_reroute(
@@ -453,12 +354,8 @@ def add_reroute(
453
354
  ) -> None:
454
355
  """Add a reroute node
455
356
 
456
- :type execution_context: int | str | None
457
- :type undo: bool | None
458
357
  :param path: Path
459
- :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
460
358
  :param cursor: Cursor
461
- :type cursor: int | None
462
359
  """
463
360
 
464
361
  def add_simulation_zone(
@@ -473,14 +370,9 @@ def add_simulation_zone(
473
370
  ) -> None:
474
371
  """Add simulation zone input and output nodes to the active tree
475
372
 
476
- :type execution_context: int | str | None
477
- :type undo: bool | None
478
373
  :param settings: Settings, Settings to be applied on the newly created node
479
- :type settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting] | None
480
374
  :param use_transform: Use Transform, Start transform operator after inserting the node
481
- :type use_transform: bool | None
482
375
  :param offset: Offset, Offset of nodes from the cursor when added
483
- :type offset: collections.abc.Iterable[float] | None
484
376
  """
485
377
 
486
378
  def add_zone(
@@ -498,20 +390,12 @@ def add_zone(
498
390
  ) -> None:
499
391
  """Undocumented, consider contributing.
500
392
 
501
- :type execution_context: int | str | None
502
- :type undo: bool | None
503
393
  :param settings: Settings, Settings to be applied on the newly created node
504
- :type settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting] | None
505
394
  :param use_transform: Use Transform, Start transform operator after inserting the node
506
- :type use_transform: bool | None
507
395
  :param offset: Offset, Offset of nodes from the cursor when added
508
- :type offset: collections.abc.Iterable[float] | None
509
- :param input_node_type: Input Node, Specifies the input node used the created zone
510
- :type input_node_type: str
511
- :param output_node_type: Output Node, Specifies the output node used the created zone
512
- :type output_node_type: str
396
+ :param input_node_type: Input Node, Specifies the input node used by the created zone
397
+ :param output_node_type: Output Node, Specifies the output node used by the created zone
513
398
  :param add_default_geometry_link: Add Geometry Link, When enabled, create a link between geometry sockets in this zone
514
- :type add_default_geometry_link: bool | None
515
399
  """
516
400
 
517
401
  def attach(
@@ -519,44 +403,28 @@ def attach(
519
403
  undo: bool | None = None,
520
404
  /,
521
405
  ) -> None:
522
- """Attach active node to a frame
523
-
524
- :type execution_context: int | str | None
525
- :type undo: bool | None
526
- """
406
+ """Attach active node to a frame"""
527
407
 
528
408
  def backimage_fit(
529
409
  execution_context: int | str | None = None,
530
410
  undo: bool | None = None,
531
411
  /,
532
412
  ) -> None:
533
- """Fit the background image to the view
534
-
535
- :type execution_context: int | str | None
536
- :type undo: bool | None
537
- """
413
+ """Fit the background image to the view"""
538
414
 
539
415
  def backimage_move(
540
416
  execution_context: int | str | None = None,
541
417
  undo: bool | None = None,
542
418
  /,
543
419
  ) -> None:
544
- """Move node backdrop
545
-
546
- :type execution_context: int | str | None
547
- :type undo: bool | None
548
- """
420
+ """Move node backdrop"""
549
421
 
550
422
  def backimage_sample(
551
423
  execution_context: int | str | None = None,
552
424
  undo: bool | None = None,
553
425
  /,
554
426
  ) -> None:
555
- """Use mouse to sample background image
556
-
557
- :type execution_context: int | str | None
558
- :type undo: bool | None
559
- """
427
+ """Use mouse to sample background image"""
560
428
 
561
429
  def backimage_zoom(
562
430
  execution_context: int | str | None = None,
@@ -567,21 +435,19 @@ def backimage_zoom(
567
435
  ) -> None:
568
436
  """Zoom in/out the background image
569
437
 
570
- :type execution_context: int | str | None
571
- :type undo: bool | None
572
438
  :param factor: Factor
573
- :type factor: float | None
574
439
  """
575
440
 
576
441
  def bake_node_item_add(
577
442
  execution_context: int | str | None = None,
578
443
  undo: bool | None = None,
579
444
  /,
445
+ *,
446
+ node_identifier: int | None = 0,
580
447
  ) -> None:
581
448
  """Add item below active item
582
449
 
583
- :type execution_context: int | str | None
584
- :type undo: bool | None
450
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
585
451
  """
586
452
 
587
453
  def bake_node_item_move(
@@ -590,35 +456,36 @@ def bake_node_item_move(
590
456
  /,
591
457
  *,
592
458
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
459
+ node_identifier: int | None = 0,
593
460
  ) -> None:
594
461
  """Move active item
595
462
 
596
- :type execution_context: int | str | None
597
- :type undo: bool | None
598
463
  :param direction: Direction, Move direction
599
- :type direction: typing.Literal['UP','DOWN'] | None
464
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
600
465
  """
601
466
 
602
467
  def bake_node_item_remove(
603
468
  execution_context: int | str | None = None,
604
469
  undo: bool | None = None,
605
470
  /,
471
+ *,
472
+ node_identifier: int | None = 0,
606
473
  ) -> None:
607
474
  """Remove active item
608
475
 
609
- :type execution_context: int | str | None
610
- :type undo: bool | None
476
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
611
477
  """
612
478
 
613
479
  def capture_attribute_item_add(
614
480
  execution_context: int | str | None = None,
615
481
  undo: bool | None = None,
616
482
  /,
483
+ *,
484
+ node_identifier: int | None = 0,
617
485
  ) -> None:
618
486
  """Add item below active item
619
487
 
620
- :type execution_context: int | str | None
621
- :type undo: bool | None
488
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
622
489
  """
623
490
 
624
491
  def capture_attribute_item_move(
@@ -627,24 +494,24 @@ def capture_attribute_item_move(
627
494
  /,
628
495
  *,
629
496
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
497
+ node_identifier: int | None = 0,
630
498
  ) -> None:
631
499
  """Move active item
632
500
 
633
- :type execution_context: int | str | None
634
- :type undo: bool | None
635
501
  :param direction: Direction, Move direction
636
- :type direction: typing.Literal['UP','DOWN'] | None
502
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
637
503
  """
638
504
 
639
505
  def capture_attribute_item_remove(
640
506
  execution_context: int | str | None = None,
641
507
  undo: bool | None = None,
642
508
  /,
509
+ *,
510
+ node_identifier: int | None = 0,
643
511
  ) -> None:
644
512
  """Remove active item
645
513
 
646
- :type execution_context: int | str | None
647
- :type undo: bool | None
514
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
648
515
  """
649
516
 
650
517
  def clear_viewer_border(
@@ -652,22 +519,14 @@ def clear_viewer_border(
652
519
  undo: bool | None = None,
653
520
  /,
654
521
  ) -> None:
655
- """Clear the boundaries for viewer operations
656
-
657
- :type execution_context: int | str | None
658
- :type undo: bool | None
659
- """
522
+ """Clear the boundaries for viewer operations"""
660
523
 
661
524
  def clipboard_copy(
662
525
  execution_context: int | str | None = None,
663
526
  undo: bool | None = None,
664
527
  /,
665
528
  ) -> None:
666
- """Copy the selected nodes to the internal clipboard
667
-
668
- :type execution_context: int | str | None
669
- :type undo: bool | None
670
- """
529
+ """Copy the selected nodes to the internal clipboard"""
671
530
 
672
531
  def clipboard_paste(
673
532
  execution_context: int | str | None = None,
@@ -678,21 +537,19 @@ def clipboard_paste(
678
537
  ) -> None:
679
538
  """Paste nodes from the internal clipboard to the active node tree
680
539
 
681
- :type execution_context: int | str | None
682
- :type undo: bool | None
683
540
  :param offset: Location, The 2D view location for the center of the new nodes, or unchanged if not set
684
- :type offset: collections.abc.Iterable[float] | None
685
541
  """
686
542
 
687
543
  def closure_input_item_add(
688
544
  execution_context: int | str | None = None,
689
545
  undo: bool | None = None,
690
546
  /,
547
+ *,
548
+ node_identifier: int | None = 0,
691
549
  ) -> None:
692
550
  """Add item below active item
693
551
 
694
- :type execution_context: int | str | None
695
- :type undo: bool | None
552
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
696
553
  """
697
554
 
698
555
  def closure_input_item_move(
@@ -701,35 +558,36 @@ def closure_input_item_move(
701
558
  /,
702
559
  *,
703
560
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
561
+ node_identifier: int | None = 0,
704
562
  ) -> None:
705
563
  """Move active item
706
564
 
707
- :type execution_context: int | str | None
708
- :type undo: bool | None
709
565
  :param direction: Direction, Move direction
710
- :type direction: typing.Literal['UP','DOWN'] | None
566
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
711
567
  """
712
568
 
713
569
  def closure_input_item_remove(
714
570
  execution_context: int | str | None = None,
715
571
  undo: bool | None = None,
716
572
  /,
573
+ *,
574
+ node_identifier: int | None = 0,
717
575
  ) -> None:
718
576
  """Remove active item
719
577
 
720
- :type execution_context: int | str | None
721
- :type undo: bool | None
578
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
722
579
  """
723
580
 
724
581
  def closure_output_item_add(
725
582
  execution_context: int | str | None = None,
726
583
  undo: bool | None = None,
727
584
  /,
585
+ *,
586
+ node_identifier: int | None = 0,
728
587
  ) -> None:
729
588
  """Add item below active item
730
589
 
731
- :type execution_context: int | str | None
732
- :type undo: bool | None
590
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
733
591
  """
734
592
 
735
593
  def closure_output_item_move(
@@ -738,24 +596,24 @@ def closure_output_item_move(
738
596
  /,
739
597
  *,
740
598
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
599
+ node_identifier: int | None = 0,
741
600
  ) -> None:
742
601
  """Move active item
743
602
 
744
- :type execution_context: int | str | None
745
- :type undo: bool | None
746
603
  :param direction: Direction, Move direction
747
- :type direction: typing.Literal['UP','DOWN'] | None
604
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
748
605
  """
749
606
 
750
607
  def closure_output_item_remove(
751
608
  execution_context: int | str | None = None,
752
609
  undo: bool | None = None,
753
610
  /,
611
+ *,
612
+ node_identifier: int | None = 0,
754
613
  ) -> None:
755
614
  """Remove active item
756
615
 
757
- :type execution_context: int | str | None
758
- :type undo: bool | None
616
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
759
617
  """
760
618
 
761
619
  def collapse_hide_unused_toggle(
@@ -763,21 +621,18 @@ def collapse_hide_unused_toggle(
763
621
  undo: bool | None = None,
764
622
  /,
765
623
  ) -> None:
766
- """Toggle collapsed nodes and hide unused sockets
767
-
768
- :type execution_context: int | str | None
769
- :type undo: bool | None
770
- """
624
+ """Toggle collapsed nodes and hide unused sockets"""
771
625
 
772
626
  def combine_bundle_item_add(
773
627
  execution_context: int | str | None = None,
774
628
  undo: bool | None = None,
775
629
  /,
630
+ *,
631
+ node_identifier: int | None = 0,
776
632
  ) -> None:
777
633
  """Add item below active item
778
634
 
779
- :type execution_context: int | str | None
780
- :type undo: bool | None
635
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
781
636
  """
782
637
 
783
638
  def combine_bundle_item_move(
@@ -786,24 +641,24 @@ def combine_bundle_item_move(
786
641
  /,
787
642
  *,
788
643
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
644
+ node_identifier: int | None = 0,
789
645
  ) -> None:
790
646
  """Move active item
791
647
 
792
- :type execution_context: int | str | None
793
- :type undo: bool | None
794
648
  :param direction: Direction, Move direction
795
- :type direction: typing.Literal['UP','DOWN'] | None
649
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
796
650
  """
797
651
 
798
652
  def combine_bundle_item_remove(
799
653
  execution_context: int | str | None = None,
800
654
  undo: bool | None = None,
801
655
  /,
656
+ *,
657
+ node_identifier: int | None = 0,
802
658
  ) -> None:
803
659
  """Remove active item
804
660
 
805
- :type execution_context: int | str | None
806
- :type undo: bool | None
661
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
807
662
  """
808
663
 
809
664
  def connect_to_output(
@@ -815,10 +670,7 @@ def connect_to_output(
815
670
  ) -> None:
816
671
  """Connect active node to the active output node of the node tree
817
672
 
818
- :type execution_context: int | str | None
819
- :type undo: bool | None
820
673
  :param run_in_geometry_nodes: Run in Geometry Nodes Editor
821
- :type run_in_geometry_nodes: bool | None
822
674
  """
823
675
 
824
676
  def cryptomatte_layer_add(
@@ -826,77 +678,49 @@ def cryptomatte_layer_add(
826
678
  undo: bool | None = None,
827
679
  /,
828
680
  ) -> None:
829
- """Add a new input layer to a Cryptomatte node
830
-
831
- :type execution_context: int | str | None
832
- :type undo: bool | None
833
- """
681
+ """Add a new input layer to a Cryptomatte node"""
834
682
 
835
683
  def cryptomatte_layer_remove(
836
684
  execution_context: int | str | None = None,
837
685
  undo: bool | None = None,
838
686
  /,
839
687
  ) -> None:
840
- """Remove layer from a Cryptomatte node
841
-
842
- :type execution_context: int | str | None
843
- :type undo: bool | None
844
- """
688
+ """Remove layer from a Cryptomatte node"""
845
689
 
846
690
  def deactivate_viewer(
847
691
  execution_context: int | str | None = None,
848
692
  undo: bool | None = None,
849
693
  /,
850
694
  ) -> None:
851
- """Deactivate selected viewer node in geometry nodes
852
-
853
- :type execution_context: int | str | None
854
- :type undo: bool | None
855
- """
695
+ """Deactivate selected viewer node in geometry nodes"""
856
696
 
857
697
  def default_group_width_set(
858
698
  execution_context: int | str | None = None,
859
699
  undo: bool | None = None,
860
700
  /,
861
701
  ) -> None:
862
- """Set the width based on the parent group node in the current context
863
-
864
- :type execution_context: int | str | None
865
- :type undo: bool | None
866
- """
702
+ """Set the width based on the parent group node in the current context"""
867
703
 
868
704
  def delete(
869
705
  execution_context: int | str | None = None,
870
706
  undo: bool | None = None,
871
707
  /,
872
708
  ) -> None:
873
- """Remove selected nodes
874
-
875
- :type execution_context: int | str | None
876
- :type undo: bool | None
877
- """
709
+ """Remove selected nodes"""
878
710
 
879
711
  def delete_reconnect(
880
712
  execution_context: int | str | None = None,
881
713
  undo: bool | None = None,
882
714
  /,
883
715
  ) -> None:
884
- """Remove nodes and reconnect nodes as if deletion was muted
885
-
886
- :type execution_context: int | str | None
887
- :type undo: bool | None
888
- """
716
+ """Remove nodes and reconnect nodes as if deletion was muted"""
889
717
 
890
718
  def detach(
891
719
  execution_context: int | str | None = None,
892
720
  undo: bool | None = None,
893
721
  /,
894
722
  ) -> None:
895
- """Detach selected nodes from parents
896
-
897
- :type execution_context: int | str | None
898
- :type undo: bool | None
899
- """
723
+ """Detach selected nodes from parents"""
900
724
 
901
725
  def detach_translate_attach(
902
726
  execution_context: int | str | None = None,
@@ -909,14 +733,9 @@ def detach_translate_attach(
909
733
  ) -> None:
910
734
  """Detach nodes, move and attach to frame
911
735
 
912
- :type execution_context: int | str | None
913
- :type undo: bool | None
914
736
  :param NODE_OT_detach: Detach Nodes, Detach selected nodes from parents
915
- :type NODE_OT_detach: detach | None
916
737
  :param TRANSFORM_OT_translate: Move, Move selected items
917
- :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
918
738
  :param NODE_OT_attach: Attach Nodes, Attach active node to a frame
919
- :type NODE_OT_attach: attach | None
920
739
  """
921
740
 
922
741
  def duplicate(
@@ -929,14 +748,24 @@ def duplicate(
929
748
  ) -> None:
930
749
  """Duplicate selected nodes
931
750
 
932
- :type execution_context: int | str | None
933
- :type undo: bool | None
934
751
  :param keep_inputs: Keep Inputs, Keep the input links to duplicated nodes
935
- :type keep_inputs: bool | None
936
752
  :param linked: Linked, Duplicate node but not node trees, linking to the original data
937
- :type linked: bool | None
938
753
  """
939
754
 
755
+ def duplicate_compositing_modifier_node_group(
756
+ execution_context: int | str | None = None,
757
+ undo: bool | None = None,
758
+ /,
759
+ ) -> None:
760
+ """Duplicate the currently assigned compositing node group."""
761
+
762
+ def duplicate_compositing_node_group(
763
+ execution_context: int | str | None = None,
764
+ undo: bool | None = None,
765
+ /,
766
+ ) -> None:
767
+ """Duplicate the currently assigned compositing node group."""
768
+
940
769
  def duplicate_move(
941
770
  execution_context: int | str | None = None,
942
771
  undo: bool | None = None,
@@ -947,12 +776,8 @@ def duplicate_move(
947
776
  ) -> None:
948
777
  """Duplicate selected nodes and move them
949
778
 
950
- :type execution_context: int | str | None
951
- :type undo: bool | None
952
779
  :param NODE_OT_duplicate: Duplicate Nodes, Duplicate selected nodes
953
- :type NODE_OT_duplicate: duplicate | None
954
780
  :param NODE_OT_translate_attach: Move and Attach, Move nodes and attach to frame
955
- :type NODE_OT_translate_attach: translate_attach | None
956
781
  """
957
782
 
958
783
  def duplicate_move_keep_inputs(
@@ -965,12 +790,8 @@ def duplicate_move_keep_inputs(
965
790
  ) -> None:
966
791
  """Duplicate selected nodes keeping input links and move them
967
792
 
968
- :type execution_context: int | str | None
969
- :type undo: bool | None
970
793
  :param NODE_OT_duplicate: Duplicate Nodes, Duplicate selected nodes
971
- :type NODE_OT_duplicate: duplicate | None
972
794
  :param NODE_OT_translate_attach: Move and Attach, Move nodes and attach to frame
973
- :type NODE_OT_translate_attach: translate_attach | None
974
795
  """
975
796
 
976
797
  def duplicate_move_linked(
@@ -983,23 +804,20 @@ def duplicate_move_linked(
983
804
  ) -> None:
984
805
  """Duplicate selected nodes, but not their node trees, and move them
985
806
 
986
- :type execution_context: int | str | None
987
- :type undo: bool | None
988
807
  :param NODE_OT_duplicate: Duplicate Nodes, Duplicate selected nodes
989
- :type NODE_OT_duplicate: duplicate | None
990
808
  :param NODE_OT_translate_attach: Move and Attach, Move nodes and attach to frame
991
- :type NODE_OT_translate_attach: translate_attach | None
992
809
  """
993
810
 
994
811
  def enum_definition_item_add(
995
812
  execution_context: int | str | None = None,
996
813
  undo: bool | None = None,
997
814
  /,
815
+ *,
816
+ node_identifier: int | None = 0,
998
817
  ) -> None:
999
818
  """Add item below active item
1000
819
 
1001
- :type execution_context: int | str | None
1002
- :type undo: bool | None
820
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1003
821
  """
1004
822
 
1005
823
  def enum_definition_item_move(
@@ -1008,35 +826,36 @@ def enum_definition_item_move(
1008
826
  /,
1009
827
  *,
1010
828
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
829
+ node_identifier: int | None = 0,
1011
830
  ) -> None:
1012
831
  """Move active item
1013
832
 
1014
- :type execution_context: int | str | None
1015
- :type undo: bool | None
1016
833
  :param direction: Direction, Move direction
1017
- :type direction: typing.Literal['UP','DOWN'] | None
834
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1018
835
  """
1019
836
 
1020
837
  def enum_definition_item_remove(
1021
838
  execution_context: int | str | None = None,
1022
839
  undo: bool | None = None,
1023
840
  /,
841
+ *,
842
+ node_identifier: int | None = 0,
1024
843
  ) -> None:
1025
844
  """Remove active item
1026
845
 
1027
- :type execution_context: int | str | None
1028
- :type undo: bool | None
846
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1029
847
  """
1030
848
 
1031
849
  def evaluate_closure_input_item_add(
1032
850
  execution_context: int | str | None = None,
1033
851
  undo: bool | None = None,
1034
852
  /,
853
+ *,
854
+ node_identifier: int | None = 0,
1035
855
  ) -> None:
1036
856
  """Add item below active item
1037
857
 
1038
- :type execution_context: int | str | None
1039
- :type undo: bool | None
858
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1040
859
  """
1041
860
 
1042
861
  def evaluate_closure_input_item_move(
@@ -1045,35 +864,36 @@ def evaluate_closure_input_item_move(
1045
864
  /,
1046
865
  *,
1047
866
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
867
+ node_identifier: int | None = 0,
1048
868
  ) -> None:
1049
869
  """Move active item
1050
870
 
1051
- :type execution_context: int | str | None
1052
- :type undo: bool | None
1053
871
  :param direction: Direction, Move direction
1054
- :type direction: typing.Literal['UP','DOWN'] | None
872
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1055
873
  """
1056
874
 
1057
875
  def evaluate_closure_input_item_remove(
1058
876
  execution_context: int | str | None = None,
1059
877
  undo: bool | None = None,
1060
878
  /,
879
+ *,
880
+ node_identifier: int | None = 0,
1061
881
  ) -> None:
1062
882
  """Remove active item
1063
883
 
1064
- :type execution_context: int | str | None
1065
- :type undo: bool | None
884
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1066
885
  """
1067
886
 
1068
887
  def evaluate_closure_output_item_add(
1069
888
  execution_context: int | str | None = None,
1070
889
  undo: bool | None = None,
1071
890
  /,
891
+ *,
892
+ node_identifier: int | None = 0,
1072
893
  ) -> None:
1073
894
  """Add item below active item
1074
895
 
1075
- :type execution_context: int | str | None
1076
- :type undo: bool | None
896
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1077
897
  """
1078
898
 
1079
899
  def evaluate_closure_output_item_move(
@@ -1082,35 +902,74 @@ def evaluate_closure_output_item_move(
1082
902
  /,
1083
903
  *,
1084
904
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
905
+ node_identifier: int | None = 0,
1085
906
  ) -> None:
1086
907
  """Move active item
1087
908
 
1088
- :type execution_context: int | str | None
1089
- :type undo: bool | None
1090
909
  :param direction: Direction, Move direction
1091
- :type direction: typing.Literal['UP','DOWN'] | None
910
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1092
911
  """
1093
912
 
1094
913
  def evaluate_closure_output_item_remove(
1095
914
  execution_context: int | str | None = None,
1096
915
  undo: bool | None = None,
1097
916
  /,
917
+ *,
918
+ node_identifier: int | None = 0,
919
+ ) -> None:
920
+ """Remove active item
921
+
922
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
923
+ """
924
+
925
+ def field_to_grid_item_add(
926
+ execution_context: int | str | None = None,
927
+ undo: bool | None = None,
928
+ /,
929
+ *,
930
+ node_identifier: int | None = 0,
931
+ ) -> None:
932
+ """Add item below active item
933
+
934
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
935
+ """
936
+
937
+ def field_to_grid_item_move(
938
+ execution_context: int | str | None = None,
939
+ undo: bool | None = None,
940
+ /,
941
+ *,
942
+ direction: typing.Literal["UP", "DOWN"] | None = "UP",
943
+ node_identifier: int | None = 0,
944
+ ) -> None:
945
+ """Move active item
946
+
947
+ :param direction: Direction, Move direction
948
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
949
+ """
950
+
951
+ def field_to_grid_item_remove(
952
+ execution_context: int | str | None = None,
953
+ undo: bool | None = None,
954
+ /,
955
+ *,
956
+ node_identifier: int | None = 0,
1098
957
  ) -> None:
1099
958
  """Remove active item
1100
959
 
1101
- :type execution_context: int | str | None
1102
- :type undo: bool | None
960
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1103
961
  """
1104
962
 
1105
963
  def file_output_item_add(
1106
964
  execution_context: int | str | None = None,
1107
965
  undo: bool | None = None,
1108
966
  /,
967
+ *,
968
+ node_identifier: int | None = 0,
1109
969
  ) -> None:
1110
970
  """Add item below active item
1111
971
 
1112
- :type execution_context: int | str | None
1113
- :type undo: bool | None
972
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1114
973
  """
1115
974
 
1116
975
  def file_output_item_move(
@@ -1119,24 +978,24 @@ def file_output_item_move(
1119
978
  /,
1120
979
  *,
1121
980
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
981
+ node_identifier: int | None = 0,
1122
982
  ) -> None:
1123
983
  """Move active item
1124
984
 
1125
- :type execution_context: int | str | None
1126
- :type undo: bool | None
1127
985
  :param direction: Direction, Move direction
1128
- :type direction: typing.Literal['UP','DOWN'] | None
986
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1129
987
  """
1130
988
 
1131
989
  def file_output_item_remove(
1132
990
  execution_context: int | str | None = None,
1133
991
  undo: bool | None = None,
1134
992
  /,
993
+ *,
994
+ node_identifier: int | None = 0,
1135
995
  ) -> None:
1136
996
  """Remove active item
1137
997
 
1138
- :type execution_context: int | str | None
1139
- :type undo: bool | None
998
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1140
999
  """
1141
1000
 
1142
1001
  def find_node(
@@ -1144,21 +1003,18 @@ def find_node(
1144
1003
  undo: bool | None = None,
1145
1004
  /,
1146
1005
  ) -> None:
1147
- """Search for a node by name and focus and select it
1148
-
1149
- :type execution_context: int | str | None
1150
- :type undo: bool | None
1151
- """
1006
+ """Search for a node by name and focus and select it"""
1152
1007
 
1153
1008
  def foreach_geometry_element_zone_generation_item_add(
1154
1009
  execution_context: int | str | None = None,
1155
1010
  undo: bool | None = None,
1156
1011
  /,
1012
+ *,
1013
+ node_identifier: int | None = 0,
1157
1014
  ) -> None:
1158
1015
  """Add item below active item
1159
1016
 
1160
- :type execution_context: int | str | None
1161
- :type undo: bool | None
1017
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1162
1018
  """
1163
1019
 
1164
1020
  def foreach_geometry_element_zone_generation_item_move(
@@ -1167,35 +1023,36 @@ def foreach_geometry_element_zone_generation_item_move(
1167
1023
  /,
1168
1024
  *,
1169
1025
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
1026
+ node_identifier: int | None = 0,
1170
1027
  ) -> None:
1171
1028
  """Move active item
1172
1029
 
1173
- :type execution_context: int | str | None
1174
- :type undo: bool | None
1175
1030
  :param direction: Direction, Move direction
1176
- :type direction: typing.Literal['UP','DOWN'] | None
1031
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1177
1032
  """
1178
1033
 
1179
1034
  def foreach_geometry_element_zone_generation_item_remove(
1180
1035
  execution_context: int | str | None = None,
1181
1036
  undo: bool | None = None,
1182
1037
  /,
1038
+ *,
1039
+ node_identifier: int | None = 0,
1183
1040
  ) -> None:
1184
1041
  """Remove active item
1185
1042
 
1186
- :type execution_context: int | str | None
1187
- :type undo: bool | None
1043
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1188
1044
  """
1189
1045
 
1190
1046
  def foreach_geometry_element_zone_input_item_add(
1191
1047
  execution_context: int | str | None = None,
1192
1048
  undo: bool | None = None,
1193
1049
  /,
1050
+ *,
1051
+ node_identifier: int | None = 0,
1194
1052
  ) -> None:
1195
1053
  """Add item below active item
1196
1054
 
1197
- :type execution_context: int | str | None
1198
- :type undo: bool | None
1055
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1199
1056
  """
1200
1057
 
1201
1058
  def foreach_geometry_element_zone_input_item_move(
@@ -1204,35 +1061,36 @@ def foreach_geometry_element_zone_input_item_move(
1204
1061
  /,
1205
1062
  *,
1206
1063
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
1064
+ node_identifier: int | None = 0,
1207
1065
  ) -> None:
1208
1066
  """Move active item
1209
1067
 
1210
- :type execution_context: int | str | None
1211
- :type undo: bool | None
1212
1068
  :param direction: Direction, Move direction
1213
- :type direction: typing.Literal['UP','DOWN'] | None
1069
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1214
1070
  """
1215
1071
 
1216
1072
  def foreach_geometry_element_zone_input_item_remove(
1217
1073
  execution_context: int | str | None = None,
1218
1074
  undo: bool | None = None,
1219
1075
  /,
1076
+ *,
1077
+ node_identifier: int | None = 0,
1220
1078
  ) -> None:
1221
1079
  """Remove active item
1222
1080
 
1223
- :type execution_context: int | str | None
1224
- :type undo: bool | None
1081
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1225
1082
  """
1226
1083
 
1227
1084
  def foreach_geometry_element_zone_main_item_add(
1228
1085
  execution_context: int | str | None = None,
1229
1086
  undo: bool | None = None,
1230
1087
  /,
1088
+ *,
1089
+ node_identifier: int | None = 0,
1231
1090
  ) -> None:
1232
1091
  """Add item below active item
1233
1092
 
1234
- :type execution_context: int | str | None
1235
- :type undo: bool | None
1093
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1236
1094
  """
1237
1095
 
1238
1096
  def foreach_geometry_element_zone_main_item_move(
@@ -1241,35 +1099,36 @@ def foreach_geometry_element_zone_main_item_move(
1241
1099
  /,
1242
1100
  *,
1243
1101
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
1102
+ node_identifier: int | None = 0,
1244
1103
  ) -> None:
1245
1104
  """Move active item
1246
1105
 
1247
- :type execution_context: int | str | None
1248
- :type undo: bool | None
1249
1106
  :param direction: Direction, Move direction
1250
- :type direction: typing.Literal['UP','DOWN'] | None
1107
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1251
1108
  """
1252
1109
 
1253
1110
  def foreach_geometry_element_zone_main_item_remove(
1254
1111
  execution_context: int | str | None = None,
1255
1112
  undo: bool | None = None,
1256
1113
  /,
1114
+ *,
1115
+ node_identifier: int | None = 0,
1257
1116
  ) -> None:
1258
1117
  """Remove active item
1259
1118
 
1260
- :type execution_context: int | str | None
1261
- :type undo: bool | None
1119
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1262
1120
  """
1263
1121
 
1264
1122
  def format_string_item_add(
1265
1123
  execution_context: int | str | None = None,
1266
1124
  undo: bool | None = None,
1267
1125
  /,
1126
+ *,
1127
+ node_identifier: int | None = 0,
1268
1128
  ) -> None:
1269
1129
  """Add item below active item
1270
1130
 
1271
- :type execution_context: int | str | None
1272
- :type undo: bool | None
1131
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1273
1132
  """
1274
1133
 
1275
1134
  def format_string_item_move(
@@ -1278,35 +1137,36 @@ def format_string_item_move(
1278
1137
  /,
1279
1138
  *,
1280
1139
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
1140
+ node_identifier: int | None = 0,
1281
1141
  ) -> None:
1282
1142
  """Move active item
1283
1143
 
1284
- :type execution_context: int | str | None
1285
- :type undo: bool | None
1286
1144
  :param direction: Direction, Move direction
1287
- :type direction: typing.Literal['UP','DOWN'] | None
1145
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1288
1146
  """
1289
1147
 
1290
1148
  def format_string_item_remove(
1291
1149
  execution_context: int | str | None = None,
1292
1150
  undo: bool | None = None,
1293
1151
  /,
1152
+ *,
1153
+ node_identifier: int | None = 0,
1294
1154
  ) -> None:
1295
1155
  """Remove active item
1296
1156
 
1297
- :type execution_context: int | str | None
1298
- :type undo: bool | None
1157
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1299
1158
  """
1300
1159
 
1301
1160
  def geometry_nodes_viewer_item_add(
1302
1161
  execution_context: int | str | None = None,
1303
1162
  undo: bool | None = None,
1304
1163
  /,
1164
+ *,
1165
+ node_identifier: int | None = 0,
1305
1166
  ) -> None:
1306
1167
  """Add item below active item
1307
1168
 
1308
- :type execution_context: int | str | None
1309
- :type undo: bool | None
1169
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1310
1170
  """
1311
1171
 
1312
1172
  def geometry_nodes_viewer_item_move(
@@ -1315,24 +1175,24 @@ def geometry_nodes_viewer_item_move(
1315
1175
  /,
1316
1176
  *,
1317
1177
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
1178
+ node_identifier: int | None = 0,
1318
1179
  ) -> None:
1319
1180
  """Move active item
1320
1181
 
1321
- :type execution_context: int | str | None
1322
- :type undo: bool | None
1323
1182
  :param direction: Direction, Move direction
1324
- :type direction: typing.Literal['UP','DOWN'] | None
1183
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1325
1184
  """
1326
1185
 
1327
1186
  def geometry_nodes_viewer_item_remove(
1328
1187
  execution_context: int | str | None = None,
1329
1188
  undo: bool | None = None,
1330
1189
  /,
1190
+ *,
1191
+ node_identifier: int | None = 0,
1331
1192
  ) -> None:
1332
1193
  """Remove active item
1333
1194
 
1334
- :type execution_context: int | str | None
1335
- :type undo: bool | None
1195
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1336
1196
  """
1337
1197
 
1338
1198
  def gltf_settings_node_operator(
@@ -1340,11 +1200,7 @@ def gltf_settings_node_operator(
1340
1200
  undo: bool | None = None,
1341
1201
  /,
1342
1202
  ) -> None:
1343
- """Add a node to the active tree for glTF export
1344
-
1345
- :type execution_context: int | str | None
1346
- :type undo: bool | None
1347
- """
1203
+ """Add a node to the active tree for glTF export"""
1348
1204
 
1349
1205
  def group_edit(
1350
1206
  execution_context: int | str | None = None,
@@ -1355,33 +1211,29 @@ def group_edit(
1355
1211
  ) -> None:
1356
1212
  """Edit node group
1357
1213
 
1358
- :type execution_context: int | str | None
1359
- :type undo: bool | None
1360
1214
  :param exit: Exit
1361
- :type exit: bool | None
1362
1215
  """
1363
1216
 
1364
- def group_insert(
1217
+ def group_enter_exit(
1365
1218
  execution_context: int | str | None = None,
1366
1219
  undo: bool | None = None,
1367
1220
  /,
1368
1221
  ) -> None:
1369
- """Insert selected nodes into a node group
1222
+ """Enter or exit node group based on cursor location"""
1370
1223
 
1371
- :type execution_context: int | str | None
1372
- :type undo: bool | None
1373
- """
1224
+ def group_insert(
1225
+ execution_context: int | str | None = None,
1226
+ undo: bool | None = None,
1227
+ /,
1228
+ ) -> None:
1229
+ """Insert selected nodes into a node group"""
1374
1230
 
1375
1231
  def group_make(
1376
1232
  execution_context: int | str | None = None,
1377
1233
  undo: bool | None = None,
1378
1234
  /,
1379
1235
  ) -> None:
1380
- """Make group from selected nodes
1381
-
1382
- :type execution_context: int | str | None
1383
- :type undo: bool | None
1384
- """
1236
+ """Make group from selected nodes"""
1385
1237
 
1386
1238
  def group_separate(
1387
1239
  execution_context: int | str | None = None,
@@ -1392,8 +1244,6 @@ def group_separate(
1392
1244
  ) -> None:
1393
1245
  """Separate selected nodes from the node group
1394
1246
 
1395
- :type execution_context: int | str | None
1396
- :type undo: bool | None
1397
1247
  :param type: Type
1398
1248
 
1399
1249
  COPY
@@ -1401,7 +1251,6 @@ def group_separate(
1401
1251
 
1402
1252
  MOVE
1403
1253
  Move -- Move to parent node tree, remove from group.
1404
- :type type: typing.Literal['COPY','MOVE'] | None
1405
1254
  """
1406
1255
 
1407
1256
  def group_ungroup(
@@ -1409,43 +1258,32 @@ def group_ungroup(
1409
1258
  undo: bool | None = None,
1410
1259
  /,
1411
1260
  ) -> None:
1412
- """Ungroup selected nodes
1413
-
1414
- :type execution_context: int | str | None
1415
- :type undo: bool | None
1416
- """
1261
+ """Ungroup selected nodes"""
1417
1262
 
1418
1263
  def hide_socket_toggle(
1419
1264
  execution_context: int | str | None = None,
1420
1265
  undo: bool | None = None,
1421
1266
  /,
1422
1267
  ) -> None:
1423
- """Toggle unused node socket display
1424
-
1425
- :type execution_context: int | str | None
1426
- :type undo: bool | None
1427
- """
1268
+ """Toggle unused node socket display"""
1428
1269
 
1429
1270
  def hide_toggle(
1430
1271
  execution_context: int | str | None = None,
1431
1272
  undo: bool | None = None,
1432
1273
  /,
1433
1274
  ) -> None:
1434
- """Toggle collapsing of selected nodes
1435
-
1436
- :type execution_context: int | str | None
1437
- :type undo: bool | None
1438
- """
1275
+ """Toggle collapsing of selected nodes"""
1439
1276
 
1440
1277
  def index_switch_item_add(
1441
1278
  execution_context: int | str | None = None,
1442
1279
  undo: bool | None = None,
1443
1280
  /,
1281
+ *,
1282
+ node_identifier: int | None = 0,
1444
1283
  ) -> None:
1445
- """Add bake item
1284
+ """Add an item to the index switch
1446
1285
 
1447
- :type execution_context: int | str | None
1448
- :type undo: bool | None
1286
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1449
1287
  """
1450
1288
 
1451
1289
  def index_switch_item_remove(
@@ -1457,10 +1295,7 @@ def index_switch_item_remove(
1457
1295
  ) -> None:
1458
1296
  """Remove an item from the index switch
1459
1297
 
1460
- :type execution_context: int | str | None
1461
- :type undo: bool | None
1462
1298
  :param index: Index, Index to remove
1463
- :type index: int | None
1464
1299
  """
1465
1300
 
1466
1301
  def insert_offset(
@@ -1468,81 +1303,61 @@ def insert_offset(
1468
1303
  undo: bool | None = None,
1469
1304
  /,
1470
1305
  ) -> None:
1471
- """Automatically offset nodes on insertion
1472
-
1473
- :type execution_context: int | str | None
1474
- :type undo: bool | None
1475
- """
1306
+ """Automatically offset nodes on insertion"""
1476
1307
 
1477
1308
  def interface_item_duplicate(
1478
1309
  execution_context: int | str | None = None,
1479
1310
  undo: bool | None = None,
1480
1311
  /,
1481
1312
  ) -> None:
1482
- """Add a copy of the active item to the interface
1483
-
1484
- :type execution_context: int | str | None
1485
- :type undo: bool | None
1486
- """
1313
+ """Add a copy of the active item to the interface"""
1487
1314
 
1488
1315
  def interface_item_make_panel_toggle(
1489
1316
  execution_context: int | str | None = None,
1490
1317
  undo: bool | None = None,
1491
1318
  /,
1492
1319
  ) -> None:
1493
- """Make the active boolean socket a toggle for its parent panel
1494
-
1495
- :type execution_context: int | str | None
1496
- :type undo: bool | None
1497
- """
1320
+ """Make the active boolean socket a toggle for its parent panel"""
1498
1321
 
1499
1322
  def interface_item_new(
1500
1323
  execution_context: int | str | None = None,
1501
1324
  undo: bool | None = None,
1502
1325
  /,
1503
1326
  *,
1504
- item_type: str | None = "",
1327
+ item_type: typing.Literal["INPUT", "OUTPUT", "PANEL"] | None = "INPUT",
1505
1328
  ) -> None:
1506
1329
  """Add a new item to the interface
1507
1330
 
1508
- :type execution_context: int | str | None
1509
- :type undo: bool | None
1510
1331
  :param item_type: Item Type, Type of the item to create
1511
- :type item_type: str | None
1512
1332
  """
1513
1333
 
1514
- def interface_item_remove(
1334
+ def interface_item_new_panel_toggle(
1515
1335
  execution_context: int | str | None = None,
1516
1336
  undo: bool | None = None,
1517
1337
  /,
1518
1338
  ) -> None:
1519
- """Remove active item from the interface
1339
+ """Add a checkbox to the currently selected panel"""
1520
1340
 
1521
- :type execution_context: int | str | None
1522
- :type undo: bool | None
1523
- """
1341
+ def interface_item_remove(
1342
+ execution_context: int | str | None = None,
1343
+ undo: bool | None = None,
1344
+ /,
1345
+ ) -> None:
1346
+ """Remove selected items from the interface"""
1524
1347
 
1525
1348
  def interface_item_unlink_panel_toggle(
1526
1349
  execution_context: int | str | None = None,
1527
1350
  undo: bool | None = None,
1528
1351
  /,
1529
1352
  ) -> None:
1530
- """Make the panel toggle a stand-alone socket
1531
-
1532
- :type execution_context: int | str | None
1533
- :type undo: bool | None
1534
- """
1353
+ """Make the panel toggle a stand-alone socket"""
1535
1354
 
1536
1355
  def join(
1537
1356
  execution_context: int | str | None = None,
1538
1357
  undo: bool | None = None,
1539
1358
  /,
1540
1359
  ) -> None:
1541
- """Attach selected nodes to a new common frame
1542
-
1543
- :type execution_context: int | str | None
1544
- :type undo: bool | None
1545
- """
1360
+ """Attach selected nodes to a new common frame"""
1546
1361
 
1547
1362
  def join_named(
1548
1363
  execution_context: int | str | None = None,
@@ -1554,14 +1369,17 @@ def join_named(
1554
1369
  ) -> None:
1555
1370
  """Create a new frame node around the selected nodes and name it immediately
1556
1371
 
1557
- :type execution_context: int | str | None
1558
- :type undo: bool | None
1559
- :param NODE_OT_join: Join Nodes, Attach selected nodes to a new common frame
1560
- :type NODE_OT_join: join | None
1372
+ :param NODE_OT_join: Join Nodes in Frame, Attach selected nodes to a new common frame
1561
1373
  :param WM_OT_call_panel: Call Panel, Open a predefined panel
1562
- :type WM_OT_call_panel: bpy.ops.wm.call_panel | None
1563
1374
  """
1564
1375
 
1376
+ def join_nodes(
1377
+ execution_context: int | str | None = None,
1378
+ undo: bool | None = None,
1379
+ /,
1380
+ ) -> None:
1381
+ """Merge selected group input nodes into one if possible"""
1382
+
1565
1383
  def link(
1566
1384
  execution_context: int | str | None = None,
1567
1385
  undo: bool | None = None,
@@ -1578,24 +1396,14 @@ def link(
1578
1396
  ) -> None:
1579
1397
  """Use the mouse to create a link between two nodes
1580
1398
 
1581
- :type execution_context: int | str | None
1582
- :type undo: bool | None
1583
1399
  :param detach: Detach, Detach and redirect existing links
1584
- :type detach: bool | None
1585
1400
  :param drag_start: Drag Start, The position of the mouse cursor at the start of the operation
1586
- :type drag_start: collections.abc.Iterable[float] | None
1587
1401
  :param inside_padding: Inside Padding, Inside distance in UI units from the edge of the region within which to start panning
1588
- :type inside_padding: float | None
1589
1402
  :param outside_padding: Outside Padding, Outside distance in UI units from the edge of the region at which to stop panning
1590
- :type outside_padding: float | None
1591
1403
  :param speed_ramp: Speed Ramp, Width of the zone in UI units where speed increases with distance from the edge
1592
- :type speed_ramp: float | None
1593
1404
  :param max_speed: Max Speed, Maximum speed in UI units per second
1594
- :type max_speed: float | None
1595
1405
  :param delay: Delay, Delay in seconds before maximum speed is reached
1596
- :type delay: float | None
1597
1406
  :param zoom_influence: Zoom Influence, Influence of the zoom factor on scroll speed
1598
- :type zoom_influence: float | None
1599
1407
  """
1600
1408
 
1601
1409
  def link_make(
@@ -1607,10 +1415,7 @@ def link_make(
1607
1415
  ) -> None:
1608
1416
  """Make a link between selected output and input sockets
1609
1417
 
1610
- :type execution_context: int | str | None
1611
- :type undo: bool | None
1612
1418
  :param replace: Replace, Replace socket connections with the new links
1613
- :type replace: bool | None
1614
1419
  """
1615
1420
 
1616
1421
  def link_viewer(
@@ -1618,11 +1423,7 @@ def link_viewer(
1618
1423
  undo: bool | None = None,
1619
1424
  /,
1620
1425
  ) -> None:
1621
- """Link to viewer node
1622
-
1623
- :type execution_context: int | str | None
1624
- :type undo: bool | None
1625
- """
1426
+ """Link to viewer node"""
1626
1427
 
1627
1428
  def links_cut(
1628
1429
  execution_context: int | str | None = None,
@@ -1634,12 +1435,8 @@ def links_cut(
1634
1435
  ) -> None:
1635
1436
  """Use the mouse to cut (remove) some links
1636
1437
 
1637
- :type execution_context: int | str | None
1638
- :type undo: bool | None
1639
1438
  :param path: Path
1640
- :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
1641
1439
  :param cursor: Cursor
1642
- :type cursor: int | None
1643
1440
  """
1644
1441
 
1645
1442
  def links_detach(
@@ -1647,11 +1444,7 @@ def links_detach(
1647
1444
  undo: bool | None = None,
1648
1445
  /,
1649
1446
  ) -> None:
1650
- """Remove all links to selected nodes, and try to connect neighbor nodes together
1651
-
1652
- :type execution_context: int | str | None
1653
- :type undo: bool | None
1654
- """
1447
+ """Remove all links to selected nodes, and try to connect neighbor nodes together"""
1655
1448
 
1656
1449
  def links_mute(
1657
1450
  execution_context: int | str | None = None,
@@ -1663,12 +1456,8 @@ def links_mute(
1663
1456
  ) -> None:
1664
1457
  """Use the mouse to mute links
1665
1458
 
1666
- :type execution_context: int | str | None
1667
- :type undo: bool | None
1668
1459
  :param path: Path
1669
- :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
1670
1460
  :param cursor: Cursor
1671
- :type cursor: int | None
1672
1461
  """
1673
1462
 
1674
1463
  def move_detach_links(
@@ -1681,12 +1470,8 @@ def move_detach_links(
1681
1470
  ) -> None:
1682
1471
  """Move a node to detach links
1683
1472
 
1684
- :type execution_context: int | str | None
1685
- :type undo: bool | None
1686
1473
  :param NODE_OT_links_detach: Detach Links, Remove all links to selected nodes, and try to connect neighbor nodes together
1687
- :type NODE_OT_links_detach: links_detach | None
1688
1474
  :param TRANSFORM_OT_translate: Move, Move selected items
1689
- :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
1690
1475
  """
1691
1476
 
1692
1477
  def move_detach_links_release(
@@ -1699,12 +1484,8 @@ def move_detach_links_release(
1699
1484
  ) -> None:
1700
1485
  """Move a node to detach links
1701
1486
 
1702
- :type execution_context: int | str | None
1703
- :type undo: bool | None
1704
1487
  :param NODE_OT_links_detach: Detach Links, Remove all links to selected nodes, and try to connect neighbor nodes together
1705
- :type NODE_OT_links_detach: links_detach | None
1706
1488
  :param NODE_OT_translate_attach: Move and Attach, Move nodes and attach to frame
1707
- :type NODE_OT_translate_attach: translate_attach | None
1708
1489
  """
1709
1490
 
1710
1491
  def mute_toggle(
@@ -1712,25 +1493,18 @@ def mute_toggle(
1712
1493
  undo: bool | None = None,
1713
1494
  /,
1714
1495
  ) -> None:
1715
- """Toggle muting of selected nodes
1716
-
1717
- :type execution_context: int | str | None
1718
- :type undo: bool | None
1719
- """
1496
+ """Toggle muting of selected nodes"""
1720
1497
 
1721
1498
  def new_compositing_node_group(
1722
1499
  execution_context: int | str | None = None,
1723
1500
  undo: bool | None = None,
1724
1501
  /,
1725
1502
  *,
1726
- name: str = "Compositor Nodes",
1503
+ name: str = "",
1727
1504
  ) -> None:
1728
1505
  """Create a new compositing node group and initialize it with default nodes
1729
1506
 
1730
- :type execution_context: int | str | None
1731
- :type undo: bool | None
1732
1507
  :param name: Name
1733
- :type name: str
1734
1508
  """
1735
1509
 
1736
1510
  def new_compositor_sequencer_node_group(
@@ -1742,10 +1516,7 @@ def new_compositor_sequencer_node_group(
1742
1516
  ) -> None:
1743
1517
  """Create a new compositor node group for sequencer
1744
1518
 
1745
- :type execution_context: int | str | None
1746
- :type undo: bool | None
1747
1519
  :param name: Name
1748
- :type name: str
1749
1520
  """
1750
1521
 
1751
1522
  def new_geometry_node_group_assign(
@@ -1753,33 +1524,21 @@ def new_geometry_node_group_assign(
1753
1524
  undo: bool | None = None,
1754
1525
  /,
1755
1526
  ) -> None:
1756
- """Create a new geometry node group and assign it to the active modifier
1757
-
1758
- :type execution_context: int | str | None
1759
- :type undo: bool | None
1760
- """
1527
+ """Create a new geometry node group and assign it to the active modifier"""
1761
1528
 
1762
1529
  def new_geometry_node_group_tool(
1763
1530
  execution_context: int | str | None = None,
1764
1531
  undo: bool | None = None,
1765
1532
  /,
1766
1533
  ) -> None:
1767
- """Create a new geometry node group for a tool
1768
-
1769
- :type execution_context: int | str | None
1770
- :type undo: bool | None
1771
- """
1534
+ """Create a new geometry node group for a tool"""
1772
1535
 
1773
1536
  def new_geometry_nodes_modifier(
1774
1537
  execution_context: int | str | None = None,
1775
1538
  undo: bool | None = None,
1776
1539
  /,
1777
1540
  ) -> None:
1778
- """Create a new modifier with a new geometry node group
1779
-
1780
- :type execution_context: int | str | None
1781
- :type undo: bool | None
1782
- """
1541
+ """Create a new modifier with a new geometry node group"""
1783
1542
 
1784
1543
  def new_node_tree(
1785
1544
  execution_context: int | str | None = None,
@@ -1791,12 +1550,8 @@ def new_node_tree(
1791
1550
  ) -> None:
1792
1551
  """Create a new node tree
1793
1552
 
1794
- :type execution_context: int | str | None
1795
- :type undo: bool | None
1796
1553
  :param type: Tree Type
1797
- :type type: str | None
1798
1554
  :param name: Name
1799
- :type name: str
1800
1555
  """
1801
1556
 
1802
1557
  def node_color_preset_add(
@@ -1810,14 +1565,9 @@ def node_color_preset_add(
1810
1565
  ) -> None:
1811
1566
  """Add or remove a Node Color Preset
1812
1567
 
1813
- :type execution_context: int | str | None
1814
- :type undo: bool | None
1815
1568
  :param name: Name, Name of the preset, used to make the path name
1816
- :type name: str
1817
1569
  :param remove_name: remove_name
1818
- :type remove_name: bool | None
1819
1570
  :param remove_active: remove_active
1820
- :type remove_active: bool | None
1821
1571
  """
1822
1572
 
1823
1573
  def node_copy_color(
@@ -1825,76 +1575,53 @@ def node_copy_color(
1825
1575
  undo: bool | None = None,
1826
1576
  /,
1827
1577
  ) -> None:
1828
- """Copy color to all selected nodes
1829
-
1830
- :type execution_context: int | str | None
1831
- :type undo: bool | None
1832
- """
1578
+ """Copy color to all selected nodes"""
1833
1579
 
1834
1580
  def options_toggle(
1835
1581
  execution_context: int | str | None = None,
1836
1582
  undo: bool | None = None,
1837
1583
  /,
1838
1584
  ) -> None:
1839
- """Toggle option buttons display for selected nodes
1840
-
1841
- :type execution_context: int | str | None
1842
- :type undo: bool | None
1843
- """
1585
+ """Toggle option buttons display for selected nodes"""
1844
1586
 
1845
1587
  def parent_set(
1846
1588
  execution_context: int | str | None = None,
1847
1589
  undo: bool | None = None,
1848
1590
  /,
1849
1591
  ) -> None:
1850
- """Attach selected nodes
1851
-
1852
- :type execution_context: int | str | None
1853
- :type undo: bool | None
1854
- """
1592
+ """Attach selected nodes"""
1855
1593
 
1856
1594
  def preview_toggle(
1857
1595
  execution_context: int | str | None = None,
1858
1596
  undo: bool | None = None,
1859
1597
  /,
1860
1598
  ) -> None:
1861
- """Toggle preview display for selected nodes
1862
-
1863
- :type execution_context: int | str | None
1864
- :type undo: bool | None
1865
- """
1599
+ """Toggle preview display for selected nodes"""
1866
1600
 
1867
1601
  def read_viewlayers(
1868
1602
  execution_context: int | str | None = None,
1869
1603
  undo: bool | None = None,
1870
1604
  /,
1871
1605
  ) -> None:
1872
- """Read all render layers of all used scenes
1873
-
1874
- :type execution_context: int | str | None
1875
- :type undo: bool | None
1876
- """
1606
+ """Read all render layers of all used scenes"""
1877
1607
 
1878
1608
  def render_changed(
1879
1609
  execution_context: int | str | None = None,
1880
1610
  undo: bool | None = None,
1881
1611
  /,
1882
1612
  ) -> None:
1883
- """Render current scene, when input nodes layer has been changed
1884
-
1885
- :type execution_context: int | str | None
1886
- :type undo: bool | None
1887
- """
1613
+ """Render current scene, when input nodes layer has been changed"""
1888
1614
 
1889
1615
  def repeat_zone_item_add(
1890
1616
  execution_context: int | str | None = None,
1891
1617
  undo: bool | None = None,
1892
1618
  /,
1619
+ *,
1620
+ node_identifier: int | None = 0,
1893
1621
  ) -> None:
1894
1622
  """Add item below active item
1895
1623
 
1896
- :type execution_context: int | str | None
1897
- :type undo: bool | None
1624
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1898
1625
  """
1899
1626
 
1900
1627
  def repeat_zone_item_move(
@@ -1903,24 +1630,24 @@ def repeat_zone_item_move(
1903
1630
  /,
1904
1631
  *,
1905
1632
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
1633
+ node_identifier: int | None = 0,
1906
1634
  ) -> None:
1907
1635
  """Move active item
1908
1636
 
1909
- :type execution_context: int | str | None
1910
- :type undo: bool | None
1911
1637
  :param direction: Direction, Move direction
1912
- :type direction: typing.Literal['UP','DOWN'] | None
1638
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1913
1639
  """
1914
1640
 
1915
1641
  def repeat_zone_item_remove(
1916
1642
  execution_context: int | str | None = None,
1917
1643
  undo: bool | None = None,
1918
1644
  /,
1645
+ *,
1646
+ node_identifier: int | None = 0,
1919
1647
  ) -> None:
1920
1648
  """Remove active item
1921
1649
 
1922
- :type execution_context: int | str | None
1923
- :type undo: bool | None
1650
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1924
1651
  """
1925
1652
 
1926
1653
  def resize(
@@ -1928,11 +1655,7 @@ def resize(
1928
1655
  undo: bool | None = None,
1929
1656
  /,
1930
1657
  ) -> None:
1931
- """Resize a node
1932
-
1933
- :type execution_context: int | str | None
1934
- :type undo: bool | None
1935
- """
1658
+ """Resize a node"""
1936
1659
 
1937
1660
  def select(
1938
1661
  execution_context: int | str | None = None,
@@ -1950,24 +1673,14 @@ def select(
1950
1673
  ) -> None:
1951
1674
  """Select the node under the cursor
1952
1675
 
1953
- :type execution_context: int | str | None
1954
- :type undo: bool | None
1955
1676
  :param extend: Extend, Extend selection instead of deselecting everything first
1956
- :type extend: bool | None
1957
1677
  :param deselect: Deselect, Remove from selection
1958
- :type deselect: bool | None
1959
1678
  :param toggle: Toggle Selection, Toggle the selection
1960
- :type toggle: bool | None
1961
1679
  :param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
1962
- :type deselect_all: bool | None
1963
1680
  :param select_passthrough: Only Select Unselected, Ignore the select action when the element is already selected
1964
- :type select_passthrough: bool | None
1965
1681
  :param location: Location, Mouse location
1966
- :type location: collections.abc.Iterable[int] | None
1967
1682
  :param socket_select: Socket Select
1968
- :type socket_select: bool | None
1969
1683
  :param clear_viewer: Clear Viewer, Deactivate geometry nodes viewer when clicking in empty space
1970
- :type clear_viewer: bool | None
1971
1684
  """
1972
1685
 
1973
1686
  def select_all(
@@ -1979,8 +1692,6 @@ def select_all(
1979
1692
  ) -> None:
1980
1693
  """(De)select all nodes
1981
1694
 
1982
- :type execution_context: int | str | None
1983
- :type undo: bool | None
1984
1695
  :param action: Action, Selection action to execute
1985
1696
 
1986
1697
  TOGGLE
@@ -1994,7 +1705,6 @@ def select_all(
1994
1705
 
1995
1706
  INVERT
1996
1707
  Invert -- Invert selection of all elements.
1997
- :type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
1998
1708
  """
1999
1709
 
2000
1710
  def select_box(
@@ -2012,20 +1722,12 @@ def select_box(
2012
1722
  ) -> None:
2013
1723
  """Use box selection to select nodes
2014
1724
 
2015
- :type execution_context: int | str | None
2016
- :type undo: bool | None
2017
1725
  :param tweak: Tweak, Only activate when mouse is not over a node (useful for tweak gesture)
2018
- :type tweak: bool | None
2019
1726
  :param xmin: X Min
2020
- :type xmin: int | None
2021
1727
  :param xmax: X Max
2022
- :type xmax: int | None
2023
1728
  :param ymin: Y Min
2024
- :type ymin: int | None
2025
1729
  :param ymax: Y Max
2026
- :type ymax: int | None
2027
1730
  :param wait_for_input: Wait for Input
2028
- :type wait_for_input: bool | None
2029
1731
  :param mode: Mode
2030
1732
 
2031
1733
  SET
@@ -2036,7 +1738,6 @@ def select_box(
2036
1738
 
2037
1739
  SUB
2038
1740
  Subtract -- Subtract existing selection.
2039
- :type mode: typing.Literal['SET','ADD','SUB'] | None
2040
1741
  """
2041
1742
 
2042
1743
  def select_circle(
@@ -2052,16 +1753,10 @@ def select_circle(
2052
1753
  ) -> None:
2053
1754
  """Use circle selection to select nodes
2054
1755
 
2055
- :type execution_context: int | str | None
2056
- :type undo: bool | None
2057
1756
  :param x: X
2058
- :type x: int | None
2059
1757
  :param y: Y
2060
- :type y: int | None
2061
1758
  :param radius: Radius
2062
- :type radius: int | None
2063
1759
  :param wait_for_input: Wait for Input
2064
- :type wait_for_input: bool | None
2065
1760
  :param mode: Mode
2066
1761
 
2067
1762
  SET
@@ -2072,7 +1767,6 @@ def select_circle(
2072
1767
 
2073
1768
  SUB
2074
1769
  Subtract -- Subtract existing selection.
2075
- :type mode: typing.Literal['SET','ADD','SUB'] | None
2076
1770
  """
2077
1771
 
2078
1772
  def select_grouped(
@@ -2085,12 +1779,8 @@ def select_grouped(
2085
1779
  ) -> None:
2086
1780
  """Select nodes with similar properties
2087
1781
 
2088
- :type execution_context: int | str | None
2089
- :type undo: bool | None
2090
1782
  :param extend: Extend, Extend selection instead of deselecting everything first
2091
- :type extend: bool | None
2092
1783
  :param type: Type
2093
- :type type: typing.Literal['TYPE','COLOR','PREFIX','SUFFIX'] | None
2094
1784
  """
2095
1785
 
2096
1786
  def select_lasso(
@@ -2107,18 +1797,11 @@ def select_lasso(
2107
1797
  ) -> None:
2108
1798
  """Select nodes using lasso selection
2109
1799
 
2110
- :type execution_context: int | str | None
2111
- :type undo: bool | None
2112
1800
  :param tweak: Tweak, Only activate when mouse is not over a node (useful for tweak gesture)
2113
- :type tweak: bool | None
2114
1801
  :param path: Path
2115
- :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
2116
1802
  :param use_smooth_stroke: Stabilize Stroke, Selection lags behind mouse and follows a smoother path
2117
- :type use_smooth_stroke: bool | None
2118
1803
  :param smooth_stroke_factor: Smooth Stroke Factor, Higher values gives a smoother stroke
2119
- :type smooth_stroke_factor: float | None
2120
1804
  :param smooth_stroke_radius: Smooth Stroke Radius, Minimum distance from last point before selection continues
2121
- :type smooth_stroke_radius: int | None
2122
1805
  :param mode: Mode
2123
1806
 
2124
1807
  SET
@@ -2129,7 +1812,6 @@ def select_lasso(
2129
1812
 
2130
1813
  SUB
2131
1814
  Subtract -- Subtract existing selection.
2132
- :type mode: typing.Literal['SET','ADD','SUB'] | None
2133
1815
  """
2134
1816
 
2135
1817
  def select_link_viewer(
@@ -2142,12 +1824,8 @@ def select_link_viewer(
2142
1824
  ) -> None:
2143
1825
  """Select node and link it to a viewer node
2144
1826
 
2145
- :type execution_context: int | str | None
2146
- :type undo: bool | None
2147
1827
  :param NODE_OT_select: Select, Select the node under the cursor
2148
- :type NODE_OT_select: select | None
2149
1828
  :param NODE_OT_link_viewer: Link to Viewer Node, Link to viewer node
2150
- :type NODE_OT_link_viewer: link_viewer | None
2151
1829
  """
2152
1830
 
2153
1831
  def select_linked_from(
@@ -2155,22 +1833,14 @@ def select_linked_from(
2155
1833
  undo: bool | None = None,
2156
1834
  /,
2157
1835
  ) -> None:
2158
- """Select nodes linked from the selected ones
2159
-
2160
- :type execution_context: int | str | None
2161
- :type undo: bool | None
2162
- """
1836
+ """Select nodes linked from the selected ones"""
2163
1837
 
2164
1838
  def select_linked_to(
2165
1839
  execution_context: int | str | None = None,
2166
1840
  undo: bool | None = None,
2167
1841
  /,
2168
1842
  ) -> None:
2169
- """Select nodes linked to the selected ones
2170
-
2171
- :type execution_context: int | str | None
2172
- :type undo: bool | None
2173
- """
1843
+ """Select nodes linked to the selected ones"""
2174
1844
 
2175
1845
  def select_same_type_step(
2176
1846
  execution_context: int | str | None = None,
@@ -2181,21 +1851,19 @@ def select_same_type_step(
2181
1851
  ) -> None:
2182
1852
  """Activate and view same node type, step by step
2183
1853
 
2184
- :type execution_context: int | str | None
2185
- :type undo: bool | None
2186
1854
  :param prev: Previous
2187
- :type prev: bool | None
2188
1855
  """
2189
1856
 
2190
1857
  def separate_bundle_item_add(
2191
1858
  execution_context: int | str | None = None,
2192
1859
  undo: bool | None = None,
2193
1860
  /,
1861
+ *,
1862
+ node_identifier: int | None = 0,
2194
1863
  ) -> None:
2195
1864
  """Add item below active item
2196
1865
 
2197
- :type execution_context: int | str | None
2198
- :type undo: bool | None
1866
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
2199
1867
  """
2200
1868
 
2201
1869
  def separate_bundle_item_move(
@@ -2204,24 +1872,24 @@ def separate_bundle_item_move(
2204
1872
  /,
2205
1873
  *,
2206
1874
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
1875
+ node_identifier: int | None = 0,
2207
1876
  ) -> None:
2208
1877
  """Move active item
2209
1878
 
2210
- :type execution_context: int | str | None
2211
- :type undo: bool | None
2212
1879
  :param direction: Direction, Move direction
2213
- :type direction: typing.Literal['UP','DOWN'] | None
1880
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
2214
1881
  """
2215
1882
 
2216
1883
  def separate_bundle_item_remove(
2217
1884
  execution_context: int | str | None = None,
2218
1885
  undo: bool | None = None,
2219
1886
  /,
1887
+ *,
1888
+ node_identifier: int | None = 0,
2220
1889
  ) -> None:
2221
1890
  """Remove active item
2222
1891
 
2223
- :type execution_context: int | str | None
2224
- :type undo: bool | None
1892
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
2225
1893
  """
2226
1894
 
2227
1895
  def shader_script_update(
@@ -2229,21 +1897,18 @@ def shader_script_update(
2229
1897
  undo: bool | None = None,
2230
1898
  /,
2231
1899
  ) -> None:
2232
- """Update shader script node with new sockets and options from the script
2233
-
2234
- :type execution_context: int | str | None
2235
- :type undo: bool | None
2236
- """
1900
+ """Update shader script node with new sockets and options from the script"""
2237
1901
 
2238
1902
  def simulation_zone_item_add(
2239
1903
  execution_context: int | str | None = None,
2240
1904
  undo: bool | None = None,
2241
1905
  /,
1906
+ *,
1907
+ node_identifier: int | None = 0,
2242
1908
  ) -> None:
2243
1909
  """Add item below active item
2244
1910
 
2245
- :type execution_context: int | str | None
2246
- :type undo: bool | None
1911
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
2247
1912
  """
2248
1913
 
2249
1914
  def simulation_zone_item_move(
@@ -2252,24 +1917,24 @@ def simulation_zone_item_move(
2252
1917
  /,
2253
1918
  *,
2254
1919
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
1920
+ node_identifier: int | None = 0,
2255
1921
  ) -> None:
2256
1922
  """Move active item
2257
1923
 
2258
- :type execution_context: int | str | None
2259
- :type undo: bool | None
2260
1924
  :param direction: Direction, Move direction
2261
- :type direction: typing.Literal['UP','DOWN'] | None
1925
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
2262
1926
  """
2263
1927
 
2264
1928
  def simulation_zone_item_remove(
2265
1929
  execution_context: int | str | None = None,
2266
1930
  undo: bool | None = None,
2267
1931
  /,
1932
+ *,
1933
+ node_identifier: int | None = 0,
2268
1934
  ) -> None:
2269
1935
  """Remove active item
2270
1936
 
2271
- :type execution_context: int | str | None
2272
- :type undo: bool | None
1937
+ :param node_identifier: Node Identifier, Optional identifier of the node to operate on
2273
1938
  """
2274
1939
 
2275
1940
  def sockets_sync(
@@ -2281,10 +1946,7 @@ def sockets_sync(
2281
1946
  ) -> None:
2282
1947
  """Update sockets to match what is actually used
2283
1948
 
2284
- :type execution_context: int | str | None
2285
- :type undo: bool | None
2286
1949
  :param node_name: Node Name
2287
- :type node_name: str
2288
1950
  """
2289
1951
 
2290
1952
  def swap_empty_group(
@@ -2297,10 +1959,7 @@ def swap_empty_group(
2297
1959
  ) -> None:
2298
1960
  """Replace active node with an empty group
2299
1961
 
2300
- :type execution_context: int | str | None
2301
- :type undo: bool | None
2302
1962
  :param settings: Settings, Settings to be applied on the newly created node
2303
- :type settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting] | None
2304
1963
  """
2305
1964
 
2306
1965
  def swap_group_asset(
@@ -2315,14 +1974,9 @@ def swap_group_asset(
2315
1974
  ) -> None:
2316
1975
  """Swap selected nodes with the specified node group asset
2317
1976
 
2318
- :type execution_context: int | str | None
2319
- :type undo: bool | None
2320
1977
  :param asset_library_type: Asset Library Type
2321
- :type asset_library_type: bpy.stub_internal.rna_enums.AssetLibraryTypeItems | None
2322
1978
  :param asset_library_identifier: Asset Library Identifier
2323
- :type asset_library_identifier: str
2324
1979
  :param relative_asset_identifier: Relative Asset Identifier
2325
- :type relative_asset_identifier: str
2326
1980
  """
2327
1981
 
2328
1982
  def swap_node(
@@ -2337,14 +1991,9 @@ def swap_node(
2337
1991
  ) -> None:
2338
1992
  """Replace the selected nodes with the specified type
2339
1993
 
2340
- :type execution_context: int | str | None
2341
- :type undo: bool | None
2342
1994
  :param settings: Settings, Settings to be applied on the newly created node
2343
- :type settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting] | None
2344
1995
  :param type: Node Type, Node type
2345
- :type type: str
2346
1996
  :param visible_output: Output Name, If provided, all outputs that are named differently will be hidden
2347
- :type visible_output: str
2348
1997
  """
2349
1998
 
2350
1999
  def swap_zone(
@@ -2361,18 +2010,11 @@ def swap_zone(
2361
2010
  ) -> None:
2362
2011
  """Undocumented, consider contributing.
2363
2012
 
2364
- :type execution_context: int | str | None
2365
- :type undo: bool | None
2366
2013
  :param settings: Settings, Settings to be applied on the newly created node
2367
- :type settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting] | None
2368
2014
  :param offset: Offset, Offset of nodes from the cursor when added
2369
- :type offset: collections.abc.Iterable[float] | None
2370
- :param input_node_type: Input Node, Specifies the input node used the created zone
2371
- :type input_node_type: str
2372
- :param output_node_type: Output Node, Specifies the output node used the created zone
2373
- :type output_node_type: str
2015
+ :param input_node_type: Input Node, Specifies the input node used by the created zone
2016
+ :param output_node_type: Output Node, Specifies the output node used by the created zone
2374
2017
  :param add_default_geometry_link: Add Geometry Link, When enabled, create a link between geometry sockets in this zone
2375
- :type add_default_geometry_link: bool | None
2376
2018
  """
2377
2019
 
2378
2020
  def test_inlining_shader_nodes(
@@ -2380,22 +2022,14 @@ def test_inlining_shader_nodes(
2380
2022
  undo: bool | None = None,
2381
2023
  /,
2382
2024
  ) -> None:
2383
- """Create a new inlined shader node tree as is consumed by renderers
2384
-
2385
- :type execution_context: int | str | None
2386
- :type undo: bool | None
2387
- """
2025
+ """Create a new inlined shader node tree as is consumed by renderers"""
2388
2026
 
2389
2027
  def toggle_viewer(
2390
2028
  execution_context: int | str | None = None,
2391
2029
  undo: bool | None = None,
2392
2030
  /,
2393
2031
  ) -> None:
2394
- """Toggle selected viewer node in compositor and geometry nodes
2395
-
2396
- :type execution_context: int | str | None
2397
- :type undo: bool | None
2398
- """
2032
+ """Toggle selected viewer node in compositor and geometry nodes"""
2399
2033
 
2400
2034
  def translate_attach(
2401
2035
  execution_context: int | str | None = None,
@@ -2407,12 +2041,8 @@ def translate_attach(
2407
2041
  ) -> None:
2408
2042
  """Move nodes and attach to frame
2409
2043
 
2410
- :type execution_context: int | str | None
2411
- :type undo: bool | None
2412
2044
  :param TRANSFORM_OT_translate: Move, Move selected items
2413
- :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
2414
2045
  :param NODE_OT_attach: Attach Nodes, Attach active node to a frame
2415
- :type NODE_OT_attach: attach | None
2416
2046
  """
2417
2047
 
2418
2048
  def translate_attach_remove_on_cancel(
@@ -2425,12 +2055,8 @@ def translate_attach_remove_on_cancel(
2425
2055
  ) -> None:
2426
2056
  """Move nodes and attach to frame
2427
2057
 
2428
- :type execution_context: int | str | None
2429
- :type undo: bool | None
2430
2058
  :param TRANSFORM_OT_translate: Move, Move selected items
2431
- :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
2432
2059
  :param NODE_OT_attach: Attach Nodes, Attach active node to a frame
2433
- :type NODE_OT_attach: attach | None
2434
2060
  """
2435
2061
 
2436
2062
  def tree_path_parent(
@@ -2442,10 +2068,7 @@ def tree_path_parent(
2442
2068
  ) -> None:
2443
2069
  """Go to parent node tree
2444
2070
 
2445
- :type execution_context: int | str | None
2446
- :type undo: bool | None
2447
2071
  :param parent_tree_index: Parent Index, Parent index in context path
2448
- :type parent_tree_index: int | None
2449
2072
  """
2450
2073
 
2451
2074
  def view_all(
@@ -2453,22 +2076,14 @@ def view_all(
2453
2076
  undo: bool | None = None,
2454
2077
  /,
2455
2078
  ) -> None:
2456
- """Resize view so you can see all nodes
2457
-
2458
- :type execution_context: int | str | None
2459
- :type undo: bool | None
2460
- """
2079
+ """Resize view so you can see all nodes"""
2461
2080
 
2462
2081
  def view_selected(
2463
2082
  execution_context: int | str | None = None,
2464
2083
  undo: bool | None = None,
2465
2084
  /,
2466
2085
  ) -> None:
2467
- """Resize view so you can see selected nodes
2468
-
2469
- :type execution_context: int | str | None
2470
- :type undo: bool | None
2471
- """
2086
+ """Resize view so you can see selected nodes"""
2472
2087
 
2473
2088
  def viewer_border(
2474
2089
  execution_context: int | str | None = None,
@@ -2483,18 +2098,11 @@ def viewer_border(
2483
2098
  ) -> None:
2484
2099
  """Set the boundaries for viewer operations
2485
2100
 
2486
- :type execution_context: int | str | None
2487
- :type undo: bool | None
2488
2101
  :param xmin: X Min
2489
- :type xmin: int | None
2490
2102
  :param xmax: X Max
2491
- :type xmax: int | None
2492
2103
  :param ymin: Y Min
2493
- :type ymin: int | None
2494
2104
  :param ymax: Y Max
2495
- :type ymax: int | None
2496
2105
  :param wait_for_input: Wait for Input
2497
- :type wait_for_input: bool | None
2498
2106
  """
2499
2107
 
2500
2108
  def viewer_shortcut_get(
@@ -2506,10 +2114,7 @@ def viewer_shortcut_get(
2506
2114
  ) -> None:
2507
2115
  """Toggle a specific viewer node using 1,2,..,9 keys
2508
2116
 
2509
- :type execution_context: int | str | None
2510
- :type undo: bool | None
2511
2117
  :param viewer_index: Viewer Index, Index corresponding to the shortcut, e.g. number key 1 corresponds to index 1 etc..
2512
- :type viewer_index: int | None
2513
2118
  """
2514
2119
 
2515
2120
  def viewer_shortcut_set(
@@ -2521,8 +2126,5 @@ def viewer_shortcut_set(
2521
2126
  ) -> None:
2522
2127
  """Create a viewer shortcut for the selected node by pressing ctrl+1,2,..9
2523
2128
 
2524
- :type execution_context: int | str | None
2525
- :type undo: bool | None
2526
2129
  :param viewer_index: Viewer Index, Index corresponding to the shortcut, e.g. number key 1 corresponds to index 1 etc..
2527
- :type viewer_index: int | None
2528
2130
  """