fake-bpy-module-latest 20251003__py3-none-any.whl → 20260114__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}/settings/__init__.pyi +2 -0
  7. _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
  8. {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
  9. _bpy_internal/__init__.pyi +1 -0
  10. _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
  11. _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
  12. _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
  13. _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
  14. _bpy_types/__init__.pyi +18 -123
  15. {rna_info → _rna_info}/__init__.pyi +0 -1
  16. addon_utils/__init__.pyi +0 -13
  17. aud/__init__.pyi +55 -131
  18. bl_math/__init__.pyi +2 -12
  19. bl_operators/__init__.pyi +1 -0
  20. bl_operators/add_mesh_torus/__init__.pyi +0 -2
  21. bl_operators/anim/__init__.pyi +40 -24
  22. bl_operators/assets/__init__.pyi +0 -6
  23. bl_operators/bone_selection_sets/__init__.pyi +0 -28
  24. bl_operators/clip/__init__.pyi +0 -20
  25. bl_operators/connect_to_output/__init__.pyi +0 -2
  26. bl_operators/console/__init__.pyi +0 -10
  27. bl_operators/constraint/__init__.pyi +0 -8
  28. bl_operators/copy_global_transform/__init__.pyi +261 -0
  29. bl_operators/file/__init__.pyi +0 -6
  30. bl_operators/freestyle/__init__.pyi +0 -8
  31. bl_operators/geometry_nodes/__init__.pyi +0 -8
  32. bl_operators/grease_pencil/__init__.pyi +0 -2
  33. bl_operators/image/__init__.pyi +0 -10
  34. bl_operators/image_as_planes/__init__.pyi +0 -4
  35. bl_operators/mesh/__init__.pyi +0 -4
  36. bl_operators/node/__init__.pyi +36 -46
  37. bl_operators/object/__init__.pyi +0 -37
  38. bl_operators/object_align/__init__.pyi +0 -2
  39. bl_operators/object_quick_effects/__init__.pyi +0 -8
  40. bl_operators/object_randomize_transform/__init__.pyi +0 -2
  41. bl_operators/presets/__init__.pyi +0 -50
  42. bl_operators/rigidbody/__init__.pyi +0 -6
  43. bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
  44. bl_operators/sequencer/__init__.pyi +0 -16
  45. bl_operators/spreadsheet/__init__.pyi +0 -2
  46. bl_operators/userpref/__init__.pyi +0 -50
  47. bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
  48. bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
  49. bl_operators/uvcalc_transform/__init__.pyi +21 -12
  50. bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
  51. bl_operators/view3d/__init__.pyi +0 -16
  52. bl_operators/wm/__init__.pyi +0 -92
  53. bl_operators/world/__init__.pyi +0 -2
  54. bl_ui/__init__.pyi +3 -4
  55. bl_ui/anim/__init__.pyi +0 -2
  56. bl_ui/asset_shelf/__init__.pyi +0 -2
  57. bl_ui/generic_ui_list/__init__.pyi +1 -17
  58. bl_ui/node_add_menu/__init__.pyi +13 -16
  59. bl_ui/node_add_menu_compositor/__init__.pyi +19 -57
  60. bl_ui/node_add_menu_geometry/__init__.pyi +56 -168
  61. bl_ui/node_add_menu_shader/__init__.pyi +10 -30
  62. bl_ui/node_add_menu_texture/__init__.pyi +1 -17
  63. bl_ui/properties_collection/__init__.pyi +0 -14
  64. bl_ui/properties_constraint/__init__.pyi +64 -150
  65. bl_ui/properties_data_armature/__init__.pyi +0 -36
  66. bl_ui/properties_data_bone/__init__.pyi +0 -20
  67. bl_ui/properties_data_camera/__init__.pyi +0 -30
  68. bl_ui/properties_data_curve/__init__.pyi +0 -30
  69. bl_ui/properties_data_curves/__init__.pyi +0 -16
  70. bl_ui/properties_data_empty/__init__.pyi +0 -4
  71. bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
  72. bl_ui/properties_data_lattice/__init__.pyi +0 -8
  73. bl_ui/properties_data_light/__init__.pyi +0 -20
  74. bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
  75. bl_ui/properties_data_mesh/__init__.pyi +0 -42
  76. bl_ui/properties_data_metaball/__init__.pyi +0 -12
  77. bl_ui/properties_data_modifier/__init__.pyi +0 -18
  78. bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
  79. bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
  80. bl_ui/properties_data_speaker/__init__.pyi +0 -12
  81. bl_ui/properties_data_volume/__init__.pyi +0 -18
  82. bl_ui/properties_freestyle/__init__.pyi +0 -50
  83. bl_ui/properties_grease_pencil_common/__init__.pyi +0 -14
  84. bl_ui/properties_mask_common/__init__.pyi +0 -14
  85. bl_ui/properties_material/__init__.pyi +0 -32
  86. bl_ui/properties_material_gpencil/__init__.pyi +0 -22
  87. bl_ui/properties_object/__init__.pyi +35 -42
  88. bl_ui/properties_output/__init__.pyi +0 -40
  89. bl_ui/properties_paint_common/__init__.pyi +23 -7
  90. bl_ui/properties_particle/__init__.pyi +0 -106
  91. bl_ui/properties_physics_cloth/__init__.pyi +0 -28
  92. bl_ui/properties_physics_common/__init__.pyi +0 -2
  93. bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
  94. bl_ui/properties_physics_field/__init__.pyi +0 -20
  95. bl_ui/properties_physics_fluid/__init__.pyi +0 -56
  96. bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
  97. bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
  98. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
  99. bl_ui/properties_physics_softbody/__init__.pyi +0 -30
  100. bl_ui/properties_render/__init__.pyi +0 -90
  101. bl_ui/properties_scene/__init__.pyi +0 -34
  102. bl_ui/properties_strip/__init__.pyi +744 -0
  103. bl_ui/properties_strip_modifier/__init__.pyi +45 -0
  104. bl_ui/properties_texture/__init__.pyi +0 -54
  105. bl_ui/properties_view_layer/__init__.pyi +7 -28
  106. bl_ui/properties_workspace/__init__.pyi +0 -8
  107. bl_ui/properties_world/__init__.pyi +0 -22
  108. bl_ui/space_clip/__init__.pyi +1 -150
  109. bl_ui/space_console/__init__.pyi +0 -12
  110. bl_ui/space_dopesheet/__init__.pyi +52 -60
  111. bl_ui/space_filebrowser/__init__.pyi +0 -60
  112. bl_ui/space_graph/__init__.pyi +0 -44
  113. bl_ui/space_image/__init__.pyi +2 -144
  114. bl_ui/space_info/__init__.pyi +0 -12
  115. bl_ui/space_nla/__init__.pyi +0 -36
  116. bl_ui/space_node/__init__.pyi +27 -66
  117. bl_ui/space_outliner/__init__.pyi +0 -30
  118. bl_ui/space_properties/__init__.pyi +29 -6
  119. bl_ui/space_sequencer/__init__.pyi +46 -912
  120. bl_ui/space_spreadsheet/__init__.pyi +0 -6
  121. bl_ui/space_statusbar/__init__.pyi +0 -2
  122. bl_ui/space_text/__init__.pyi +0 -32
  123. bl_ui/space_time/__init__.pyi +50 -8
  124. bl_ui/space_topbar/__init__.pyi +7 -52
  125. bl_ui/space_userpref/__init__.pyi +7 -188
  126. bl_ui/space_view3d/__init__.pyi +36 -544
  127. bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
  128. bl_ui/space_view3d_toolbar/__init__.pyi +2 -163
  129. blf/__init__.pyi +6 -50
  130. bmesh/__init__.pyi +0 -7
  131. bmesh/geometry/__init__.pyi +0 -3
  132. bmesh/ops/__init__.pyi +2 -450
  133. bmesh/types/__init__.pyi +206 -420
  134. bmesh/utils/__init__.pyi +16 -43
  135. bpy/app/__init__.pyi +53 -56
  136. bpy/app/icons/__init__.pyi +0 -6
  137. bpy/app/timers/__init__.pyi +0 -6
  138. bpy/app/translations/__init__.pyi +1 -16
  139. bpy/msgbus/__init__.pyi +1 -4
  140. bpy/ops/action/__init__.pyi +15 -165
  141. bpy/ops/anim/__init__.pyi +38 -279
  142. bpy/ops/armature/__init__.pyi +18 -192
  143. bpy/ops/asset/__init__.pyi +11 -97
  144. bpy/ops/boid/__init__.pyi +7 -38
  145. bpy/ops/brush/__init__.pyi +3 -72
  146. bpy/ops/buttons/__init__.pyi +4 -71
  147. bpy/ops/cachefile/__init__.pyi +2 -63
  148. bpy/ops/camera/__init__.pyi +0 -11
  149. bpy/ops/clip/__init__.pyi +43 -427
  150. bpy/ops/cloth/__init__.pyi +0 -5
  151. bpy/ops/collection/__init__.pyi +2 -34
  152. bpy/ops/console/__init__.pyi +10 -88
  153. bpy/ops/constraint/__init__.pyi +3 -80
  154. bpy/ops/curve/__init__.pyi +23 -254
  155. bpy/ops/curves/__init__.pyi +17 -166
  156. bpy/ops/cycles/__init__.pyi +1 -14
  157. bpy/ops/dpaint/__init__.pyi +3 -21
  158. bpy/ops/ed/__init__.pyi +10 -82
  159. bpy/ops/export_anim/__init__.pyi +2 -10
  160. bpy/ops/export_scene/__init__.pyi +1 -155
  161. bpy/ops/extensions/__init__.pyi +15 -150
  162. bpy/ops/file/__init__.pyi +27 -217
  163. bpy/ops/fluid/__init__.pyi +13 -70
  164. bpy/ops/font/__init__.pyi +10 -134
  165. bpy/ops/geometry/__init__.pyi +3 -124
  166. bpy/ops/gizmogroup/__init__.pyi +1 -12
  167. bpy/ops/gpencil/__init__.pyi +5 -38
  168. bpy/ops/graph/__init__.pyi +18 -316
  169. bpy/ops/grease_pencil/__init__.pyi +29 -524
  170. bpy/ops/image/__init__.pyi +19 -379
  171. bpy/ops/import_anim/__init__.pyi +2 -16
  172. bpy/ops/import_curve/__init__.pyi +0 -6
  173. bpy/ops/import_scene/__init__.pyi +0 -50
  174. bpy/ops/info/__init__.pyi +4 -35
  175. bpy/ops/lattice/__init__.pyi +3 -33
  176. bpy/ops/marker/__init__.pyi +2 -50
  177. bpy/ops/mask/__init__.pyi +17 -176
  178. bpy/ops/material/__init__.pyi +3 -15
  179. bpy/ops/mball/__init__.pyi +1 -30
  180. bpy/ops/mesh/__init__.pyi +32 -915
  181. bpy/ops/nla/__init__.pyi +20 -184
  182. bpy/ops/node/__init__.pyi +71 -741
  183. bpy/ops/object/__init__.pyi +137 -1254
  184. bpy/ops/outliner/__init__.pyi +47 -327
  185. bpy/ops/paint/__init__.pyi +14 -279
  186. bpy/ops/paintcurve/__init__.pyi +4 -36
  187. bpy/ops/palette/__init__.pyi +3 -27
  188. bpy/ops/particle/__init__.pyi +20 -160
  189. bpy/ops/pointcloud/__init__.pyi +3 -35
  190. bpy/ops/pose/__init__.pyi +28 -233
  191. bpy/ops/poselib/__init__.pyi +4 -47
  192. bpy/ops/preferences/__init__.pyi +9 -177
  193. bpy/ops/ptcache/__init__.pyi +5 -31
  194. bpy/ops/render/__init__.pyi +6 -70
  195. bpy/ops/rigidbody/__init__.pyi +6 -56
  196. bpy/ops/scene/__init__.pyi +22 -167
  197. bpy/ops/screen/__init__.pyi +36 -202
  198. bpy/ops/script/__init__.pyi +1 -12
  199. bpy/ops/sculpt/__init__.pyi +36 -311
  200. bpy/ops/sculpt_curves/__init__.pyi +1 -20
  201. bpy/ops/sequencer/__init__.pyi +90 -662
  202. bpy/ops/sound/__init__.pyi +3 -109
  203. bpy/ops/spreadsheet/__init__.pyi +5 -32
  204. bpy/ops/surface/__init__.pyi +0 -48
  205. bpy/ops/text/__init__.pyi +27 -225
  206. bpy/ops/text_editor/__init__.pyi +0 -5
  207. bpy/ops/texture/__init__.pyi +3 -18
  208. bpy/ops/transform/__init__.pyi +10 -382
  209. bpy/ops/ui/__init__.pyi +21 -158
  210. bpy/ops/uilist/__init__.pyi +0 -13
  211. bpy/ops/uv/__init__.pyi +52 -305
  212. bpy/ops/view2d/__init__.pyi +3 -73
  213. bpy/ops/view3d/__init__.pyi +37 -339
  214. bpy/ops/wm/__init__.pyi +39 -1334
  215. bpy/ops/workspace/__init__.pyi +7 -39
  216. bpy/ops/world/__init__.pyi +2 -10
  217. bpy/path/__init__.pyi +0 -34
  218. bpy/props/__init__.pyi +15 -157
  219. bpy/stub_internal/rna_enums/__init__.pyi +52 -20
  220. bpy/types/__init__.pyi +15386 -56984
  221. bpy/utils/__init__.pyi +4 -75
  222. bpy/utils/previews/__init__.pyi +1 -10
  223. bpy/utils/units/__init__.pyi +0 -12
  224. bpy_extras/anim_utils/__init__.pyi +9 -8
  225. bpy_extras/bmesh_utils/__init__.pyi +0 -1
  226. bpy_extras/id_map_utils/__init__.pyi +14 -6
  227. bpy_extras/image_utils/__init__.pyi +0 -9
  228. bpy_extras/io_utils/__init__.pyi +2 -22
  229. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  230. bpy_extras/mesh_utils/__init__.pyi +0 -12
  231. bpy_extras/object_utils/__init__.pyi +0 -14
  232. bpy_extras/view3d_utils/__init__.pyi +0 -18
  233. {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260114.dist-info}/METADATA +4 -1
  234. fake_bpy_module_latest-20260114.dist-info/RECORD +382 -0
  235. {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260114.dist-info}/top_level.txt +14 -14
  236. freestyle/chainingiterators/__init__.pyi +0 -22
  237. freestyle/functions/__init__.pyi +0 -139
  238. freestyle/predicates/__init__.pyi +0 -51
  239. freestyle/shaders/__init__.pyi +0 -65
  240. freestyle/types/__init__.pyi +139 -777
  241. freestyle/utils/ContextFunctions/__init__.pyi +0 -23
  242. freestyle/utils/__init__.pyi +1 -7
  243. gpu/capabilities/__init__.pyi +0 -21
  244. gpu/matrix/__init__.pyi +1 -10
  245. gpu/platform/__init__.pyi +0 -5
  246. gpu/shader/__init__.pyi +22 -6
  247. gpu/state/__init__.pyi +59 -38
  248. gpu/texture/__init__.pyi +0 -2
  249. gpu/types/__init__.pyi +84 -152
  250. gpu_extras/batch/__init__.pyi +0 -4
  251. gpu_extras/presets/__init__.pyi +6 -8
  252. idprop/types/__init__.pyi +5 -5
  253. imbuf/__init__.pyi +2 -9
  254. imbuf/types/__init__.pyi +5 -25
  255. keyingsets_builtins/__init__.pyi +1 -45
  256. mathutils/__init__.pyi +82 -2172
  257. mathutils/bvhtree/__init__.pyi +3 -25
  258. mathutils/geometry/__init__.pyi +24 -135
  259. mathutils/interpolate/__init__.pyi +3 -4
  260. mathutils/kdtree/__init__.pyi +0 -11
  261. mathutils/noise/__init__.pyi +0 -62
  262. fake_bpy_module_latest-20251003.dist-info/RECORD +0 -373
  263. {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
  264. {animsys_refactor → _animsys_refactor}/py.typed +0 -0
  265. {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
  266. {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
  267. {bl_console_utils → _bl_console_utils}/py.typed +0 -0
  268. {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +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-20251003.dist-info → fake_bpy_module_latest-20260114.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,10 +435,7 @@ 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(
@@ -582,10 +447,7 @@ def bake_node_item_add(
582
447
  ) -> None:
583
448
  """Add item below active item
584
449
 
585
- :type execution_context: int | str | None
586
- :type undo: bool | None
587
450
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
588
- :type node_identifier: int | None
589
451
  """
590
452
 
591
453
  def bake_node_item_move(
@@ -598,12 +460,8 @@ def bake_node_item_move(
598
460
  ) -> None:
599
461
  """Move active item
600
462
 
601
- :type execution_context: int | str | None
602
- :type undo: bool | None
603
463
  :param direction: Direction, Move direction
604
- :type direction: typing.Literal['UP','DOWN'] | None
605
464
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
606
- :type node_identifier: int | None
607
465
  """
608
466
 
609
467
  def bake_node_item_remove(
@@ -615,10 +473,7 @@ def bake_node_item_remove(
615
473
  ) -> None:
616
474
  """Remove active item
617
475
 
618
- :type execution_context: int | str | None
619
- :type undo: bool | None
620
476
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
621
- :type node_identifier: int | None
622
477
  """
623
478
 
624
479
  def capture_attribute_item_add(
@@ -630,10 +485,7 @@ def capture_attribute_item_add(
630
485
  ) -> None:
631
486
  """Add item below active item
632
487
 
633
- :type execution_context: int | str | None
634
- :type undo: bool | None
635
488
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
636
- :type node_identifier: int | None
637
489
  """
638
490
 
639
491
  def capture_attribute_item_move(
@@ -646,12 +498,8 @@ def capture_attribute_item_move(
646
498
  ) -> None:
647
499
  """Move active item
648
500
 
649
- :type execution_context: int | str | None
650
- :type undo: bool | None
651
501
  :param direction: Direction, Move direction
652
- :type direction: typing.Literal['UP','DOWN'] | None
653
502
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
654
- :type node_identifier: int | None
655
503
  """
656
504
 
657
505
  def capture_attribute_item_remove(
@@ -663,10 +511,7 @@ def capture_attribute_item_remove(
663
511
  ) -> None:
664
512
  """Remove active item
665
513
 
666
- :type execution_context: int | str | None
667
- :type undo: bool | None
668
514
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
669
- :type node_identifier: int | None
670
515
  """
671
516
 
672
517
  def clear_viewer_border(
@@ -674,22 +519,14 @@ def clear_viewer_border(
674
519
  undo: bool | None = None,
675
520
  /,
676
521
  ) -> None:
677
- """Clear the boundaries for viewer operations
678
-
679
- :type execution_context: int | str | None
680
- :type undo: bool | None
681
- """
522
+ """Clear the boundaries for viewer operations"""
682
523
 
683
524
  def clipboard_copy(
684
525
  execution_context: int | str | None = None,
685
526
  undo: bool | None = None,
686
527
  /,
687
528
  ) -> None:
688
- """Copy the selected nodes to the internal clipboard
689
-
690
- :type execution_context: int | str | None
691
- :type undo: bool | None
692
- """
529
+ """Copy the selected nodes to the internal clipboard"""
693
530
 
694
531
  def clipboard_paste(
695
532
  execution_context: int | str | None = None,
@@ -700,10 +537,7 @@ def clipboard_paste(
700
537
  ) -> None:
701
538
  """Paste nodes from the internal clipboard to the active node tree
702
539
 
703
- :type execution_context: int | str | None
704
- :type undo: bool | None
705
540
  :param offset: Location, The 2D view location for the center of the new nodes, or unchanged if not set
706
- :type offset: collections.abc.Iterable[float] | None
707
541
  """
708
542
 
709
543
  def closure_input_item_add(
@@ -715,10 +549,7 @@ def closure_input_item_add(
715
549
  ) -> None:
716
550
  """Add item below active item
717
551
 
718
- :type execution_context: int | str | None
719
- :type undo: bool | None
720
552
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
721
- :type node_identifier: int | None
722
553
  """
723
554
 
724
555
  def closure_input_item_move(
@@ -731,12 +562,8 @@ def closure_input_item_move(
731
562
  ) -> None:
732
563
  """Move active item
733
564
 
734
- :type execution_context: int | str | None
735
- :type undo: bool | None
736
565
  :param direction: Direction, Move direction
737
- :type direction: typing.Literal['UP','DOWN'] | None
738
566
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
739
- :type node_identifier: int | None
740
567
  """
741
568
 
742
569
  def closure_input_item_remove(
@@ -748,10 +575,7 @@ def closure_input_item_remove(
748
575
  ) -> None:
749
576
  """Remove active item
750
577
 
751
- :type execution_context: int | str | None
752
- :type undo: bool | None
753
578
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
754
- :type node_identifier: int | None
755
579
  """
756
580
 
757
581
  def closure_output_item_add(
@@ -763,10 +587,7 @@ def closure_output_item_add(
763
587
  ) -> None:
764
588
  """Add item below active item
765
589
 
766
- :type execution_context: int | str | None
767
- :type undo: bool | None
768
590
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
769
- :type node_identifier: int | None
770
591
  """
771
592
 
772
593
  def closure_output_item_move(
@@ -779,12 +600,8 @@ def closure_output_item_move(
779
600
  ) -> None:
780
601
  """Move active item
781
602
 
782
- :type execution_context: int | str | None
783
- :type undo: bool | None
784
603
  :param direction: Direction, Move direction
785
- :type direction: typing.Literal['UP','DOWN'] | None
786
604
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
787
- :type node_identifier: int | None
788
605
  """
789
606
 
790
607
  def closure_output_item_remove(
@@ -796,10 +613,7 @@ def closure_output_item_remove(
796
613
  ) -> None:
797
614
  """Remove active item
798
615
 
799
- :type execution_context: int | str | None
800
- :type undo: bool | None
801
616
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
802
- :type node_identifier: int | None
803
617
  """
804
618
 
805
619
  def collapse_hide_unused_toggle(
@@ -807,11 +621,7 @@ def collapse_hide_unused_toggle(
807
621
  undo: bool | None = None,
808
622
  /,
809
623
  ) -> None:
810
- """Toggle collapsed nodes and hide unused sockets
811
-
812
- :type execution_context: int | str | None
813
- :type undo: bool | None
814
- """
624
+ """Toggle collapsed nodes and hide unused sockets"""
815
625
 
816
626
  def combine_bundle_item_add(
817
627
  execution_context: int | str | None = None,
@@ -822,10 +632,7 @@ def combine_bundle_item_add(
822
632
  ) -> None:
823
633
  """Add item below active item
824
634
 
825
- :type execution_context: int | str | None
826
- :type undo: bool | None
827
635
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
828
- :type node_identifier: int | None
829
636
  """
830
637
 
831
638
  def combine_bundle_item_move(
@@ -838,12 +645,8 @@ def combine_bundle_item_move(
838
645
  ) -> None:
839
646
  """Move active item
840
647
 
841
- :type execution_context: int | str | None
842
- :type undo: bool | None
843
648
  :param direction: Direction, Move direction
844
- :type direction: typing.Literal['UP','DOWN'] | None
845
649
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
846
- :type node_identifier: int | None
847
650
  """
848
651
 
849
652
  def combine_bundle_item_remove(
@@ -855,10 +658,7 @@ def combine_bundle_item_remove(
855
658
  ) -> None:
856
659
  """Remove active item
857
660
 
858
- :type execution_context: int | str | None
859
- :type undo: bool | None
860
661
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
861
- :type node_identifier: int | None
862
662
  """
863
663
 
864
664
  def connect_to_output(
@@ -870,10 +670,7 @@ def connect_to_output(
870
670
  ) -> None:
871
671
  """Connect active node to the active output node of the node tree
872
672
 
873
- :type execution_context: int | str | None
874
- :type undo: bool | None
875
673
  :param run_in_geometry_nodes: Run in Geometry Nodes Editor
876
- :type run_in_geometry_nodes: bool | None
877
674
  """
878
675
 
879
676
  def cryptomatte_layer_add(
@@ -881,77 +678,49 @@ def cryptomatte_layer_add(
881
678
  undo: bool | None = None,
882
679
  /,
883
680
  ) -> None:
884
- """Add a new input layer to a Cryptomatte node
885
-
886
- :type execution_context: int | str | None
887
- :type undo: bool | None
888
- """
681
+ """Add a new input layer to a Cryptomatte node"""
889
682
 
890
683
  def cryptomatte_layer_remove(
891
684
  execution_context: int | str | None = None,
892
685
  undo: bool | None = None,
893
686
  /,
894
687
  ) -> None:
895
- """Remove layer from a Cryptomatte node
896
-
897
- :type execution_context: int | str | None
898
- :type undo: bool | None
899
- """
688
+ """Remove layer from a Cryptomatte node"""
900
689
 
901
690
  def deactivate_viewer(
902
691
  execution_context: int | str | None = None,
903
692
  undo: bool | None = None,
904
693
  /,
905
694
  ) -> None:
906
- """Deactivate selected viewer node in geometry nodes
907
-
908
- :type execution_context: int | str | None
909
- :type undo: bool | None
910
- """
695
+ """Deactivate selected viewer node in geometry nodes"""
911
696
 
912
697
  def default_group_width_set(
913
698
  execution_context: int | str | None = None,
914
699
  undo: bool | None = None,
915
700
  /,
916
701
  ) -> None:
917
- """Set the width based on the parent group node in the current context
918
-
919
- :type execution_context: int | str | None
920
- :type undo: bool | None
921
- """
702
+ """Set the width based on the parent group node in the current context"""
922
703
 
923
704
  def delete(
924
705
  execution_context: int | str | None = None,
925
706
  undo: bool | None = None,
926
707
  /,
927
708
  ) -> None:
928
- """Remove selected nodes
929
-
930
- :type execution_context: int | str | None
931
- :type undo: bool | None
932
- """
709
+ """Remove selected nodes"""
933
710
 
934
711
  def delete_reconnect(
935
712
  execution_context: int | str | None = None,
936
713
  undo: bool | None = None,
937
714
  /,
938
715
  ) -> None:
939
- """Remove nodes and reconnect nodes as if deletion was muted
940
-
941
- :type execution_context: int | str | None
942
- :type undo: bool | None
943
- """
716
+ """Remove nodes and reconnect nodes as if deletion was muted"""
944
717
 
945
718
  def detach(
946
719
  execution_context: int | str | None = None,
947
720
  undo: bool | None = None,
948
721
  /,
949
722
  ) -> None:
950
- """Detach selected nodes from parents
951
-
952
- :type execution_context: int | str | None
953
- :type undo: bool | None
954
- """
723
+ """Detach selected nodes from parents"""
955
724
 
956
725
  def detach_translate_attach(
957
726
  execution_context: int | str | None = None,
@@ -964,14 +733,9 @@ def detach_translate_attach(
964
733
  ) -> None:
965
734
  """Detach nodes, move and attach to frame
966
735
 
967
- :type execution_context: int | str | None
968
- :type undo: bool | None
969
736
  :param NODE_OT_detach: Detach Nodes, Detach selected nodes from parents
970
- :type NODE_OT_detach: detach | None
971
737
  :param TRANSFORM_OT_translate: Move, Move selected items
972
- :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
973
738
  :param NODE_OT_attach: Attach Nodes, Attach active node to a frame
974
- :type NODE_OT_attach: attach | None
975
739
  """
976
740
 
977
741
  def duplicate(
@@ -984,24 +748,23 @@ def duplicate(
984
748
  ) -> None:
985
749
  """Duplicate selected nodes
986
750
 
987
- :type execution_context: int | str | None
988
- :type undo: bool | None
989
751
  :param keep_inputs: Keep Inputs, Keep the input links to duplicated nodes
990
- :type keep_inputs: bool | None
991
752
  :param linked: Linked, Duplicate node but not node trees, linking to the original data
992
- :type linked: bool | None
993
753
  """
994
754
 
995
- def duplicate_compositing_node_group(
755
+ def duplicate_compositing_modifier_node_group(
996
756
  execution_context: int | str | None = None,
997
757
  undo: bool | None = None,
998
758
  /,
999
759
  ) -> None:
1000
- """Duplicate the currently assigned compositing node group.
760
+ """Duplicate the currently assigned compositing node group."""
1001
761
 
1002
- :type execution_context: int | str | None
1003
- :type undo: bool | None
1004
- """
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."""
1005
768
 
1006
769
  def duplicate_move(
1007
770
  execution_context: int | str | None = None,
@@ -1013,12 +776,8 @@ def duplicate_move(
1013
776
  ) -> None:
1014
777
  """Duplicate selected nodes and move them
1015
778
 
1016
- :type execution_context: int | str | None
1017
- :type undo: bool | None
1018
779
  :param NODE_OT_duplicate: Duplicate Nodes, Duplicate selected nodes
1019
- :type NODE_OT_duplicate: duplicate | None
1020
780
  :param NODE_OT_translate_attach: Move and Attach, Move nodes and attach to frame
1021
- :type NODE_OT_translate_attach: translate_attach | None
1022
781
  """
1023
782
 
1024
783
  def duplicate_move_keep_inputs(
@@ -1031,12 +790,8 @@ def duplicate_move_keep_inputs(
1031
790
  ) -> None:
1032
791
  """Duplicate selected nodes keeping input links and move them
1033
792
 
1034
- :type execution_context: int | str | None
1035
- :type undo: bool | None
1036
793
  :param NODE_OT_duplicate: Duplicate Nodes, Duplicate selected nodes
1037
- :type NODE_OT_duplicate: duplicate | None
1038
794
  :param NODE_OT_translate_attach: Move and Attach, Move nodes and attach to frame
1039
- :type NODE_OT_translate_attach: translate_attach | None
1040
795
  """
1041
796
 
1042
797
  def duplicate_move_linked(
@@ -1049,12 +804,8 @@ def duplicate_move_linked(
1049
804
  ) -> None:
1050
805
  """Duplicate selected nodes, but not their node trees, and move them
1051
806
 
1052
- :type execution_context: int | str | None
1053
- :type undo: bool | None
1054
807
  :param NODE_OT_duplicate: Duplicate Nodes, Duplicate selected nodes
1055
- :type NODE_OT_duplicate: duplicate | None
1056
808
  :param NODE_OT_translate_attach: Move and Attach, Move nodes and attach to frame
1057
- :type NODE_OT_translate_attach: translate_attach | None
1058
809
  """
1059
810
 
1060
811
  def enum_definition_item_add(
@@ -1066,10 +817,7 @@ def enum_definition_item_add(
1066
817
  ) -> None:
1067
818
  """Add item below active item
1068
819
 
1069
- :type execution_context: int | str | None
1070
- :type undo: bool | None
1071
820
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1072
- :type node_identifier: int | None
1073
821
  """
1074
822
 
1075
823
  def enum_definition_item_move(
@@ -1082,12 +830,8 @@ def enum_definition_item_move(
1082
830
  ) -> None:
1083
831
  """Move active item
1084
832
 
1085
- :type execution_context: int | str | None
1086
- :type undo: bool | None
1087
833
  :param direction: Direction, Move direction
1088
- :type direction: typing.Literal['UP','DOWN'] | None
1089
834
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1090
- :type node_identifier: int | None
1091
835
  """
1092
836
 
1093
837
  def enum_definition_item_remove(
@@ -1099,10 +843,7 @@ def enum_definition_item_remove(
1099
843
  ) -> None:
1100
844
  """Remove active item
1101
845
 
1102
- :type execution_context: int | str | None
1103
- :type undo: bool | None
1104
846
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1105
- :type node_identifier: int | None
1106
847
  """
1107
848
 
1108
849
  def evaluate_closure_input_item_add(
@@ -1114,10 +855,7 @@ def evaluate_closure_input_item_add(
1114
855
  ) -> None:
1115
856
  """Add item below active item
1116
857
 
1117
- :type execution_context: int | str | None
1118
- :type undo: bool | None
1119
858
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1120
- :type node_identifier: int | None
1121
859
  """
1122
860
 
1123
861
  def evaluate_closure_input_item_move(
@@ -1130,12 +868,8 @@ def evaluate_closure_input_item_move(
1130
868
  ) -> None:
1131
869
  """Move active item
1132
870
 
1133
- :type execution_context: int | str | None
1134
- :type undo: bool | None
1135
871
  :param direction: Direction, Move direction
1136
- :type direction: typing.Literal['UP','DOWN'] | None
1137
872
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1138
- :type node_identifier: int | None
1139
873
  """
1140
874
 
1141
875
  def evaluate_closure_input_item_remove(
@@ -1147,10 +881,7 @@ def evaluate_closure_input_item_remove(
1147
881
  ) -> None:
1148
882
  """Remove active item
1149
883
 
1150
- :type execution_context: int | str | None
1151
- :type undo: bool | None
1152
884
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1153
- :type node_identifier: int | None
1154
885
  """
1155
886
 
1156
887
  def evaluate_closure_output_item_add(
@@ -1162,10 +893,7 @@ def evaluate_closure_output_item_add(
1162
893
  ) -> None:
1163
894
  """Add item below active item
1164
895
 
1165
- :type execution_context: int | str | None
1166
- :type undo: bool | None
1167
896
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1168
- :type node_identifier: int | None
1169
897
  """
1170
898
 
1171
899
  def evaluate_closure_output_item_move(
@@ -1178,12 +906,8 @@ def evaluate_closure_output_item_move(
1178
906
  ) -> None:
1179
907
  """Move active item
1180
908
 
1181
- :type execution_context: int | str | None
1182
- :type undo: bool | None
1183
909
  :param direction: Direction, Move direction
1184
- :type direction: typing.Literal['UP','DOWN'] | None
1185
910
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1186
- :type node_identifier: int | None
1187
911
  """
1188
912
 
1189
913
  def evaluate_closure_output_item_remove(
@@ -1195,10 +919,7 @@ def evaluate_closure_output_item_remove(
1195
919
  ) -> None:
1196
920
  """Remove active item
1197
921
 
1198
- :type execution_context: int | str | None
1199
- :type undo: bool | None
1200
922
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1201
- :type node_identifier: int | None
1202
923
  """
1203
924
 
1204
925
  def field_to_grid_item_add(
@@ -1210,10 +931,7 @@ def field_to_grid_item_add(
1210
931
  ) -> None:
1211
932
  """Add item below active item
1212
933
 
1213
- :type execution_context: int | str | None
1214
- :type undo: bool | None
1215
934
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1216
- :type node_identifier: int | None
1217
935
  """
1218
936
 
1219
937
  def field_to_grid_item_move(
@@ -1226,12 +944,8 @@ def field_to_grid_item_move(
1226
944
  ) -> None:
1227
945
  """Move active item
1228
946
 
1229
- :type execution_context: int | str | None
1230
- :type undo: bool | None
1231
947
  :param direction: Direction, Move direction
1232
- :type direction: typing.Literal['UP','DOWN'] | None
1233
948
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1234
- :type node_identifier: int | None
1235
949
  """
1236
950
 
1237
951
  def field_to_grid_item_remove(
@@ -1243,10 +957,7 @@ def field_to_grid_item_remove(
1243
957
  ) -> None:
1244
958
  """Remove active item
1245
959
 
1246
- :type execution_context: int | str | None
1247
- :type undo: bool | None
1248
960
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1249
- :type node_identifier: int | None
1250
961
  """
1251
962
 
1252
963
  def file_output_item_add(
@@ -1258,10 +969,7 @@ def file_output_item_add(
1258
969
  ) -> None:
1259
970
  """Add item below active item
1260
971
 
1261
- :type execution_context: int | str | None
1262
- :type undo: bool | None
1263
972
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1264
- :type node_identifier: int | None
1265
973
  """
1266
974
 
1267
975
  def file_output_item_move(
@@ -1274,12 +982,8 @@ def file_output_item_move(
1274
982
  ) -> None:
1275
983
  """Move active item
1276
984
 
1277
- :type execution_context: int | str | None
1278
- :type undo: bool | None
1279
985
  :param direction: Direction, Move direction
1280
- :type direction: typing.Literal['UP','DOWN'] | None
1281
986
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1282
- :type node_identifier: int | None
1283
987
  """
1284
988
 
1285
989
  def file_output_item_remove(
@@ -1291,10 +995,7 @@ def file_output_item_remove(
1291
995
  ) -> None:
1292
996
  """Remove active item
1293
997
 
1294
- :type execution_context: int | str | None
1295
- :type undo: bool | None
1296
998
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1297
- :type node_identifier: int | None
1298
999
  """
1299
1000
 
1300
1001
  def find_node(
@@ -1302,11 +1003,7 @@ def find_node(
1302
1003
  undo: bool | None = None,
1303
1004
  /,
1304
1005
  ) -> None:
1305
- """Search for a node by name and focus and select it
1306
-
1307
- :type execution_context: int | str | None
1308
- :type undo: bool | None
1309
- """
1006
+ """Search for a node by name and focus and select it"""
1310
1007
 
1311
1008
  def foreach_geometry_element_zone_generation_item_add(
1312
1009
  execution_context: int | str | None = None,
@@ -1317,10 +1014,7 @@ def foreach_geometry_element_zone_generation_item_add(
1317
1014
  ) -> None:
1318
1015
  """Add item below active item
1319
1016
 
1320
- :type execution_context: int | str | None
1321
- :type undo: bool | None
1322
1017
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1323
- :type node_identifier: int | None
1324
1018
  """
1325
1019
 
1326
1020
  def foreach_geometry_element_zone_generation_item_move(
@@ -1333,12 +1027,8 @@ def foreach_geometry_element_zone_generation_item_move(
1333
1027
  ) -> None:
1334
1028
  """Move active item
1335
1029
 
1336
- :type execution_context: int | str | None
1337
- :type undo: bool | None
1338
1030
  :param direction: Direction, Move direction
1339
- :type direction: typing.Literal['UP','DOWN'] | None
1340
1031
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1341
- :type node_identifier: int | None
1342
1032
  """
1343
1033
 
1344
1034
  def foreach_geometry_element_zone_generation_item_remove(
@@ -1350,10 +1040,7 @@ def foreach_geometry_element_zone_generation_item_remove(
1350
1040
  ) -> None:
1351
1041
  """Remove active item
1352
1042
 
1353
- :type execution_context: int | str | None
1354
- :type undo: bool | None
1355
1043
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1356
- :type node_identifier: int | None
1357
1044
  """
1358
1045
 
1359
1046
  def foreach_geometry_element_zone_input_item_add(
@@ -1365,10 +1052,7 @@ def foreach_geometry_element_zone_input_item_add(
1365
1052
  ) -> None:
1366
1053
  """Add item below active item
1367
1054
 
1368
- :type execution_context: int | str | None
1369
- :type undo: bool | None
1370
1055
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1371
- :type node_identifier: int | None
1372
1056
  """
1373
1057
 
1374
1058
  def foreach_geometry_element_zone_input_item_move(
@@ -1381,12 +1065,8 @@ def foreach_geometry_element_zone_input_item_move(
1381
1065
  ) -> None:
1382
1066
  """Move active item
1383
1067
 
1384
- :type execution_context: int | str | None
1385
- :type undo: bool | None
1386
1068
  :param direction: Direction, Move direction
1387
- :type direction: typing.Literal['UP','DOWN'] | None
1388
1069
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1389
- :type node_identifier: int | None
1390
1070
  """
1391
1071
 
1392
1072
  def foreach_geometry_element_zone_input_item_remove(
@@ -1398,10 +1078,7 @@ def foreach_geometry_element_zone_input_item_remove(
1398
1078
  ) -> None:
1399
1079
  """Remove active item
1400
1080
 
1401
- :type execution_context: int | str | None
1402
- :type undo: bool | None
1403
1081
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1404
- :type node_identifier: int | None
1405
1082
  """
1406
1083
 
1407
1084
  def foreach_geometry_element_zone_main_item_add(
@@ -1413,10 +1090,7 @@ def foreach_geometry_element_zone_main_item_add(
1413
1090
  ) -> None:
1414
1091
  """Add item below active item
1415
1092
 
1416
- :type execution_context: int | str | None
1417
- :type undo: bool | None
1418
1093
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1419
- :type node_identifier: int | None
1420
1094
  """
1421
1095
 
1422
1096
  def foreach_geometry_element_zone_main_item_move(
@@ -1429,12 +1103,8 @@ def foreach_geometry_element_zone_main_item_move(
1429
1103
  ) -> None:
1430
1104
  """Move active item
1431
1105
 
1432
- :type execution_context: int | str | None
1433
- :type undo: bool | None
1434
1106
  :param direction: Direction, Move direction
1435
- :type direction: typing.Literal['UP','DOWN'] | None
1436
1107
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1437
- :type node_identifier: int | None
1438
1108
  """
1439
1109
 
1440
1110
  def foreach_geometry_element_zone_main_item_remove(
@@ -1446,10 +1116,7 @@ def foreach_geometry_element_zone_main_item_remove(
1446
1116
  ) -> None:
1447
1117
  """Remove active item
1448
1118
 
1449
- :type execution_context: int | str | None
1450
- :type undo: bool | None
1451
1119
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1452
- :type node_identifier: int | None
1453
1120
  """
1454
1121
 
1455
1122
  def format_string_item_add(
@@ -1461,10 +1128,7 @@ def format_string_item_add(
1461
1128
  ) -> None:
1462
1129
  """Add item below active item
1463
1130
 
1464
- :type execution_context: int | str | None
1465
- :type undo: bool | None
1466
1131
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1467
- :type node_identifier: int | None
1468
1132
  """
1469
1133
 
1470
1134
  def format_string_item_move(
@@ -1477,12 +1141,8 @@ def format_string_item_move(
1477
1141
  ) -> None:
1478
1142
  """Move active item
1479
1143
 
1480
- :type execution_context: int | str | None
1481
- :type undo: bool | None
1482
1144
  :param direction: Direction, Move direction
1483
- :type direction: typing.Literal['UP','DOWN'] | None
1484
1145
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1485
- :type node_identifier: int | None
1486
1146
  """
1487
1147
 
1488
1148
  def format_string_item_remove(
@@ -1494,10 +1154,7 @@ def format_string_item_remove(
1494
1154
  ) -> None:
1495
1155
  """Remove active item
1496
1156
 
1497
- :type execution_context: int | str | None
1498
- :type undo: bool | None
1499
1157
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1500
- :type node_identifier: int | None
1501
1158
  """
1502
1159
 
1503
1160
  def geometry_nodes_viewer_item_add(
@@ -1509,10 +1166,7 @@ def geometry_nodes_viewer_item_add(
1509
1166
  ) -> None:
1510
1167
  """Add item below active item
1511
1168
 
1512
- :type execution_context: int | str | None
1513
- :type undo: bool | None
1514
1169
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1515
- :type node_identifier: int | None
1516
1170
  """
1517
1171
 
1518
1172
  def geometry_nodes_viewer_item_move(
@@ -1525,12 +1179,8 @@ def geometry_nodes_viewer_item_move(
1525
1179
  ) -> None:
1526
1180
  """Move active item
1527
1181
 
1528
- :type execution_context: int | str | None
1529
- :type undo: bool | None
1530
1182
  :param direction: Direction, Move direction
1531
- :type direction: typing.Literal['UP','DOWN'] | None
1532
1183
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1533
- :type node_identifier: int | None
1534
1184
  """
1535
1185
 
1536
1186
  def geometry_nodes_viewer_item_remove(
@@ -1542,10 +1192,7 @@ def geometry_nodes_viewer_item_remove(
1542
1192
  ) -> None:
1543
1193
  """Remove active item
1544
1194
 
1545
- :type execution_context: int | str | None
1546
- :type undo: bool | None
1547
1195
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1548
- :type node_identifier: int | None
1549
1196
  """
1550
1197
 
1551
1198
  def gltf_settings_node_operator(
@@ -1553,11 +1200,7 @@ def gltf_settings_node_operator(
1553
1200
  undo: bool | None = None,
1554
1201
  /,
1555
1202
  ) -> None:
1556
- """Add a node to the active tree for glTF export
1557
-
1558
- :type execution_context: int | str | None
1559
- :type undo: bool | None
1560
- """
1203
+ """Add a node to the active tree for glTF export"""
1561
1204
 
1562
1205
  def group_edit(
1563
1206
  execution_context: int | str | None = None,
@@ -1568,10 +1211,7 @@ def group_edit(
1568
1211
  ) -> None:
1569
1212
  """Edit node group
1570
1213
 
1571
- :type execution_context: int | str | None
1572
- :type undo: bool | None
1573
1214
  :param exit: Exit
1574
- :type exit: bool | None
1575
1215
  """
1576
1216
 
1577
1217
  def group_enter_exit(
@@ -1579,33 +1219,21 @@ def group_enter_exit(
1579
1219
  undo: bool | None = None,
1580
1220
  /,
1581
1221
  ) -> None:
1582
- """Enter or exit node group based on cursor location
1583
-
1584
- :type execution_context: int | str | None
1585
- :type undo: bool | None
1586
- """
1222
+ """Enter or exit node group based on cursor location"""
1587
1223
 
1588
1224
  def group_insert(
1589
1225
  execution_context: int | str | None = None,
1590
1226
  undo: bool | None = None,
1591
1227
  /,
1592
1228
  ) -> None:
1593
- """Insert selected nodes into a node group
1594
-
1595
- :type execution_context: int | str | None
1596
- :type undo: bool | None
1597
- """
1229
+ """Insert selected nodes into a node group"""
1598
1230
 
1599
1231
  def group_make(
1600
1232
  execution_context: int | str | None = None,
1601
1233
  undo: bool | None = None,
1602
1234
  /,
1603
1235
  ) -> None:
1604
- """Make group from selected nodes
1605
-
1606
- :type execution_context: int | str | None
1607
- :type undo: bool | None
1608
- """
1236
+ """Make group from selected nodes"""
1609
1237
 
1610
1238
  def group_separate(
1611
1239
  execution_context: int | str | None = None,
@@ -1616,8 +1244,6 @@ def group_separate(
1616
1244
  ) -> None:
1617
1245
  """Separate selected nodes from the node group
1618
1246
 
1619
- :type execution_context: int | str | None
1620
- :type undo: bool | None
1621
1247
  :param type: Type
1622
1248
 
1623
1249
  COPY
@@ -1625,7 +1251,6 @@ def group_separate(
1625
1251
 
1626
1252
  MOVE
1627
1253
  Move -- Move to parent node tree, remove from group.
1628
- :type type: typing.Literal['COPY','MOVE'] | None
1629
1254
  """
1630
1255
 
1631
1256
  def group_ungroup(
@@ -1633,33 +1258,21 @@ def group_ungroup(
1633
1258
  undo: bool | None = None,
1634
1259
  /,
1635
1260
  ) -> None:
1636
- """Ungroup selected nodes
1637
-
1638
- :type execution_context: int | str | None
1639
- :type undo: bool | None
1640
- """
1261
+ """Ungroup selected nodes"""
1641
1262
 
1642
1263
  def hide_socket_toggle(
1643
1264
  execution_context: int | str | None = None,
1644
1265
  undo: bool | None = None,
1645
1266
  /,
1646
1267
  ) -> None:
1647
- """Toggle unused node socket display
1648
-
1649
- :type execution_context: int | str | None
1650
- :type undo: bool | None
1651
- """
1268
+ """Toggle unused node socket display"""
1652
1269
 
1653
1270
  def hide_toggle(
1654
1271
  execution_context: int | str | None = None,
1655
1272
  undo: bool | None = None,
1656
1273
  /,
1657
1274
  ) -> None:
1658
- """Toggle collapsing of selected nodes
1659
-
1660
- :type execution_context: int | str | None
1661
- :type undo: bool | None
1662
- """
1275
+ """Toggle collapsing of selected nodes"""
1663
1276
 
1664
1277
  def index_switch_item_add(
1665
1278
  execution_context: int | str | None = None,
@@ -1668,12 +1281,9 @@ def index_switch_item_add(
1668
1281
  *,
1669
1282
  node_identifier: int | None = 0,
1670
1283
  ) -> None:
1671
- """Add bake item
1284
+ """Add an item to the index switch
1672
1285
 
1673
- :type execution_context: int | str | None
1674
- :type undo: bool | None
1675
1286
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
1676
- :type node_identifier: int | None
1677
1287
  """
1678
1288
 
1679
1289
  def index_switch_item_remove(
@@ -1685,10 +1295,7 @@ def index_switch_item_remove(
1685
1295
  ) -> None:
1686
1296
  """Remove an item from the index switch
1687
1297
 
1688
- :type execution_context: int | str | None
1689
- :type undo: bool | None
1690
1298
  :param index: Index, Index to remove
1691
- :type index: int | None
1692
1299
  """
1693
1300
 
1694
1301
  def insert_offset(
@@ -1696,81 +1303,61 @@ def insert_offset(
1696
1303
  undo: bool | None = None,
1697
1304
  /,
1698
1305
  ) -> None:
1699
- """Automatically offset nodes on insertion
1700
-
1701
- :type execution_context: int | str | None
1702
- :type undo: bool | None
1703
- """
1306
+ """Automatically offset nodes on insertion"""
1704
1307
 
1705
1308
  def interface_item_duplicate(
1706
1309
  execution_context: int | str | None = None,
1707
1310
  undo: bool | None = None,
1708
1311
  /,
1709
1312
  ) -> None:
1710
- """Add a copy of the active item to the interface
1711
-
1712
- :type execution_context: int | str | None
1713
- :type undo: bool | None
1714
- """
1313
+ """Add a copy of the active item to the interface"""
1715
1314
 
1716
1315
  def interface_item_make_panel_toggle(
1717
1316
  execution_context: int | str | None = None,
1718
1317
  undo: bool | None = None,
1719
1318
  /,
1720
1319
  ) -> None:
1721
- """Make the active boolean socket a toggle for its parent panel
1722
-
1723
- :type execution_context: int | str | None
1724
- :type undo: bool | None
1725
- """
1320
+ """Make the active boolean socket a toggle for its parent panel"""
1726
1321
 
1727
1322
  def interface_item_new(
1728
1323
  execution_context: int | str | None = None,
1729
1324
  undo: bool | None = None,
1730
1325
  /,
1731
1326
  *,
1732
- item_type: str | None = "",
1327
+ item_type: typing.Literal["INPUT", "OUTPUT", "PANEL"] | None = "INPUT",
1733
1328
  ) -> None:
1734
1329
  """Add a new item to the interface
1735
1330
 
1736
- :type execution_context: int | str | None
1737
- :type undo: bool | None
1738
1331
  :param item_type: Item Type, Type of the item to create
1739
- :type item_type: str | None
1740
1332
  """
1741
1333
 
1742
- def interface_item_remove(
1334
+ def interface_item_new_panel_toggle(
1743
1335
  execution_context: int | str | None = None,
1744
1336
  undo: bool | None = None,
1745
1337
  /,
1746
1338
  ) -> None:
1747
- """Remove active item from the interface
1339
+ """Add a checkbox to the currently selected panel"""
1748
1340
 
1749
- :type execution_context: int | str | None
1750
- :type undo: bool | None
1751
- """
1341
+ def interface_item_remove(
1342
+ execution_context: int | str | None = None,
1343
+ undo: bool | None = None,
1344
+ /,
1345
+ ) -> None:
1346
+ """Remove active item from the interface"""
1752
1347
 
1753
1348
  def interface_item_unlink_panel_toggle(
1754
1349
  execution_context: int | str | None = None,
1755
1350
  undo: bool | None = None,
1756
1351
  /,
1757
1352
  ) -> None:
1758
- """Make the panel toggle a stand-alone socket
1759
-
1760
- :type execution_context: int | str | None
1761
- :type undo: bool | None
1762
- """
1353
+ """Make the panel toggle a stand-alone socket"""
1763
1354
 
1764
1355
  def join(
1765
1356
  execution_context: int | str | None = None,
1766
1357
  undo: bool | None = None,
1767
1358
  /,
1768
1359
  ) -> None:
1769
- """Attach selected nodes to a new common frame
1770
-
1771
- :type execution_context: int | str | None
1772
- :type undo: bool | None
1773
- """
1360
+ """Attach selected nodes to a new common frame"""
1774
1361
 
1775
1362
  def join_named(
1776
1363
  execution_context: int | str | None = None,
@@ -1782,12 +1369,8 @@ def join_named(
1782
1369
  ) -> None:
1783
1370
  """Create a new frame node around the selected nodes and name it immediately
1784
1371
 
1785
- :type execution_context: int | str | None
1786
- :type undo: bool | None
1787
1372
  :param NODE_OT_join: Join Nodes in Frame, Attach selected nodes to a new common frame
1788
- :type NODE_OT_join: join | None
1789
1373
  :param WM_OT_call_panel: Call Panel, Open a predefined panel
1790
- :type WM_OT_call_panel: bpy.ops.wm.call_panel | None
1791
1374
  """
1792
1375
 
1793
1376
  def join_nodes(
@@ -1795,11 +1378,7 @@ def join_nodes(
1795
1378
  undo: bool | None = None,
1796
1379
  /,
1797
1380
  ) -> None:
1798
- """Merge selected group input nodes into one if possible
1799
-
1800
- :type execution_context: int | str | None
1801
- :type undo: bool | None
1802
- """
1381
+ """Merge selected group input nodes into one if possible"""
1803
1382
 
1804
1383
  def link(
1805
1384
  execution_context: int | str | None = None,
@@ -1817,24 +1396,14 @@ def link(
1817
1396
  ) -> None:
1818
1397
  """Use the mouse to create a link between two nodes
1819
1398
 
1820
- :type execution_context: int | str | None
1821
- :type undo: bool | None
1822
1399
  :param detach: Detach, Detach and redirect existing links
1823
- :type detach: bool | None
1824
1400
  :param drag_start: Drag Start, The position of the mouse cursor at the start of the operation
1825
- :type drag_start: collections.abc.Iterable[float] | None
1826
1401
  :param inside_padding: Inside Padding, Inside distance in UI units from the edge of the region within which to start panning
1827
- :type inside_padding: float | None
1828
1402
  :param outside_padding: Outside Padding, Outside distance in UI units from the edge of the region at which to stop panning
1829
- :type outside_padding: float | None
1830
1403
  :param speed_ramp: Speed Ramp, Width of the zone in UI units where speed increases with distance from the edge
1831
- :type speed_ramp: float | None
1832
1404
  :param max_speed: Max Speed, Maximum speed in UI units per second
1833
- :type max_speed: float | None
1834
1405
  :param delay: Delay, Delay in seconds before maximum speed is reached
1835
- :type delay: float | None
1836
1406
  :param zoom_influence: Zoom Influence, Influence of the zoom factor on scroll speed
1837
- :type zoom_influence: float | None
1838
1407
  """
1839
1408
 
1840
1409
  def link_make(
@@ -1846,10 +1415,7 @@ def link_make(
1846
1415
  ) -> None:
1847
1416
  """Make a link between selected output and input sockets
1848
1417
 
1849
- :type execution_context: int | str | None
1850
- :type undo: bool | None
1851
1418
  :param replace: Replace, Replace socket connections with the new links
1852
- :type replace: bool | None
1853
1419
  """
1854
1420
 
1855
1421
  def link_viewer(
@@ -1857,11 +1423,7 @@ def link_viewer(
1857
1423
  undo: bool | None = None,
1858
1424
  /,
1859
1425
  ) -> None:
1860
- """Link to viewer node
1861
-
1862
- :type execution_context: int | str | None
1863
- :type undo: bool | None
1864
- """
1426
+ """Link to viewer node"""
1865
1427
 
1866
1428
  def links_cut(
1867
1429
  execution_context: int | str | None = None,
@@ -1873,12 +1435,8 @@ def links_cut(
1873
1435
  ) -> None:
1874
1436
  """Use the mouse to cut (remove) some links
1875
1437
 
1876
- :type execution_context: int | str | None
1877
- :type undo: bool | None
1878
1438
  :param path: Path
1879
- :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
1880
1439
  :param cursor: Cursor
1881
- :type cursor: int | None
1882
1440
  """
1883
1441
 
1884
1442
  def links_detach(
@@ -1886,11 +1444,7 @@ def links_detach(
1886
1444
  undo: bool | None = None,
1887
1445
  /,
1888
1446
  ) -> None:
1889
- """Remove all links to selected nodes, and try to connect neighbor nodes together
1890
-
1891
- :type execution_context: int | str | None
1892
- :type undo: bool | None
1893
- """
1447
+ """Remove all links to selected nodes, and try to connect neighbor nodes together"""
1894
1448
 
1895
1449
  def links_mute(
1896
1450
  execution_context: int | str | None = None,
@@ -1902,12 +1456,8 @@ def links_mute(
1902
1456
  ) -> None:
1903
1457
  """Use the mouse to mute links
1904
1458
 
1905
- :type execution_context: int | str | None
1906
- :type undo: bool | None
1907
1459
  :param path: Path
1908
- :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
1909
1460
  :param cursor: Cursor
1910
- :type cursor: int | None
1911
1461
  """
1912
1462
 
1913
1463
  def move_detach_links(
@@ -1920,12 +1470,8 @@ def move_detach_links(
1920
1470
  ) -> None:
1921
1471
  """Move a node to detach links
1922
1472
 
1923
- :type execution_context: int | str | None
1924
- :type undo: bool | None
1925
1473
  :param NODE_OT_links_detach: Detach Links, Remove all links to selected nodes, and try to connect neighbor nodes together
1926
- :type NODE_OT_links_detach: links_detach | None
1927
1474
  :param TRANSFORM_OT_translate: Move, Move selected items
1928
- :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
1929
1475
  """
1930
1476
 
1931
1477
  def move_detach_links_release(
@@ -1938,12 +1484,8 @@ def move_detach_links_release(
1938
1484
  ) -> None:
1939
1485
  """Move a node to detach links
1940
1486
 
1941
- :type execution_context: int | str | None
1942
- :type undo: bool | None
1943
1487
  :param NODE_OT_links_detach: Detach Links, Remove all links to selected nodes, and try to connect neighbor nodes together
1944
- :type NODE_OT_links_detach: links_detach | None
1945
1488
  :param NODE_OT_translate_attach: Move and Attach, Move nodes and attach to frame
1946
- :type NODE_OT_translate_attach: translate_attach | None
1947
1489
  """
1948
1490
 
1949
1491
  def mute_toggle(
@@ -1951,11 +1493,7 @@ def mute_toggle(
1951
1493
  undo: bool | None = None,
1952
1494
  /,
1953
1495
  ) -> None:
1954
- """Toggle muting of selected nodes
1955
-
1956
- :type execution_context: int | str | None
1957
- :type undo: bool | None
1958
- """
1496
+ """Toggle muting of selected nodes"""
1959
1497
 
1960
1498
  def new_compositing_node_group(
1961
1499
  execution_context: int | str | None = None,
@@ -1966,10 +1504,7 @@ def new_compositing_node_group(
1966
1504
  ) -> None:
1967
1505
  """Create a new compositing node group and initialize it with default nodes
1968
1506
 
1969
- :type execution_context: int | str | None
1970
- :type undo: bool | None
1971
1507
  :param name: Name
1972
- :type name: str
1973
1508
  """
1974
1509
 
1975
1510
  def new_compositor_sequencer_node_group(
@@ -1981,10 +1516,7 @@ def new_compositor_sequencer_node_group(
1981
1516
  ) -> None:
1982
1517
  """Create a new compositor node group for sequencer
1983
1518
 
1984
- :type execution_context: int | str | None
1985
- :type undo: bool | None
1986
1519
  :param name: Name
1987
- :type name: str
1988
1520
  """
1989
1521
 
1990
1522
  def new_geometry_node_group_assign(
@@ -1992,33 +1524,21 @@ def new_geometry_node_group_assign(
1992
1524
  undo: bool | None = None,
1993
1525
  /,
1994
1526
  ) -> None:
1995
- """Create a new geometry node group and assign it to the active modifier
1996
-
1997
- :type execution_context: int | str | None
1998
- :type undo: bool | None
1999
- """
1527
+ """Create a new geometry node group and assign it to the active modifier"""
2000
1528
 
2001
1529
  def new_geometry_node_group_tool(
2002
1530
  execution_context: int | str | None = None,
2003
1531
  undo: bool | None = None,
2004
1532
  /,
2005
1533
  ) -> None:
2006
- """Create a new geometry node group for a tool
2007
-
2008
- :type execution_context: int | str | None
2009
- :type undo: bool | None
2010
- """
1534
+ """Create a new geometry node group for a tool"""
2011
1535
 
2012
1536
  def new_geometry_nodes_modifier(
2013
1537
  execution_context: int | str | None = None,
2014
1538
  undo: bool | None = None,
2015
1539
  /,
2016
1540
  ) -> None:
2017
- """Create a new modifier with a new geometry node group
2018
-
2019
- :type execution_context: int | str | None
2020
- :type undo: bool | None
2021
- """
1541
+ """Create a new modifier with a new geometry node group"""
2022
1542
 
2023
1543
  def new_node_tree(
2024
1544
  execution_context: int | str | None = None,
@@ -2030,12 +1550,8 @@ def new_node_tree(
2030
1550
  ) -> None:
2031
1551
  """Create a new node tree
2032
1552
 
2033
- :type execution_context: int | str | None
2034
- :type undo: bool | None
2035
1553
  :param type: Tree Type
2036
- :type type: str | None
2037
1554
  :param name: Name
2038
- :type name: str
2039
1555
  """
2040
1556
 
2041
1557
  def node_color_preset_add(
@@ -2049,14 +1565,9 @@ def node_color_preset_add(
2049
1565
  ) -> None:
2050
1566
  """Add or remove a Node Color Preset
2051
1567
 
2052
- :type execution_context: int | str | None
2053
- :type undo: bool | None
2054
1568
  :param name: Name, Name of the preset, used to make the path name
2055
- :type name: str
2056
1569
  :param remove_name: remove_name
2057
- :type remove_name: bool | None
2058
1570
  :param remove_active: remove_active
2059
- :type remove_active: bool | None
2060
1571
  """
2061
1572
 
2062
1573
  def node_copy_color(
@@ -2064,66 +1575,42 @@ def node_copy_color(
2064
1575
  undo: bool | None = None,
2065
1576
  /,
2066
1577
  ) -> None:
2067
- """Copy color to all selected nodes
2068
-
2069
- :type execution_context: int | str | None
2070
- :type undo: bool | None
2071
- """
1578
+ """Copy color to all selected nodes"""
2072
1579
 
2073
1580
  def options_toggle(
2074
1581
  execution_context: int | str | None = None,
2075
1582
  undo: bool | None = None,
2076
1583
  /,
2077
1584
  ) -> None:
2078
- """Toggle option buttons display for selected nodes
2079
-
2080
- :type execution_context: int | str | None
2081
- :type undo: bool | None
2082
- """
1585
+ """Toggle option buttons display for selected nodes"""
2083
1586
 
2084
1587
  def parent_set(
2085
1588
  execution_context: int | str | None = None,
2086
1589
  undo: bool | None = None,
2087
1590
  /,
2088
1591
  ) -> None:
2089
- """Attach selected nodes
2090
-
2091
- :type execution_context: int | str | None
2092
- :type undo: bool | None
2093
- """
1592
+ """Attach selected nodes"""
2094
1593
 
2095
1594
  def preview_toggle(
2096
1595
  execution_context: int | str | None = None,
2097
1596
  undo: bool | None = None,
2098
1597
  /,
2099
1598
  ) -> None:
2100
- """Toggle preview display for selected nodes
2101
-
2102
- :type execution_context: int | str | None
2103
- :type undo: bool | None
2104
- """
1599
+ """Toggle preview display for selected nodes"""
2105
1600
 
2106
1601
  def read_viewlayers(
2107
1602
  execution_context: int | str | None = None,
2108
1603
  undo: bool | None = None,
2109
1604
  /,
2110
1605
  ) -> None:
2111
- """Read all render layers of all used scenes
2112
-
2113
- :type execution_context: int | str | None
2114
- :type undo: bool | None
2115
- """
1606
+ """Read all render layers of all used scenes"""
2116
1607
 
2117
1608
  def render_changed(
2118
1609
  execution_context: int | str | None = None,
2119
1610
  undo: bool | None = None,
2120
1611
  /,
2121
1612
  ) -> None:
2122
- """Render current scene, when input nodes layer has been changed
2123
-
2124
- :type execution_context: int | str | None
2125
- :type undo: bool | None
2126
- """
1613
+ """Render current scene, when input nodes layer has been changed"""
2127
1614
 
2128
1615
  def repeat_zone_item_add(
2129
1616
  execution_context: int | str | None = None,
@@ -2134,10 +1621,7 @@ def repeat_zone_item_add(
2134
1621
  ) -> None:
2135
1622
  """Add item below active item
2136
1623
 
2137
- :type execution_context: int | str | None
2138
- :type undo: bool | None
2139
1624
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
2140
- :type node_identifier: int | None
2141
1625
  """
2142
1626
 
2143
1627
  def repeat_zone_item_move(
@@ -2150,12 +1634,8 @@ def repeat_zone_item_move(
2150
1634
  ) -> None:
2151
1635
  """Move active item
2152
1636
 
2153
- :type execution_context: int | str | None
2154
- :type undo: bool | None
2155
1637
  :param direction: Direction, Move direction
2156
- :type direction: typing.Literal['UP','DOWN'] | None
2157
1638
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
2158
- :type node_identifier: int | None
2159
1639
  """
2160
1640
 
2161
1641
  def repeat_zone_item_remove(
@@ -2167,10 +1647,7 @@ def repeat_zone_item_remove(
2167
1647
  ) -> None:
2168
1648
  """Remove active item
2169
1649
 
2170
- :type execution_context: int | str | None
2171
- :type undo: bool | None
2172
1650
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
2173
- :type node_identifier: int | None
2174
1651
  """
2175
1652
 
2176
1653
  def resize(
@@ -2178,11 +1655,7 @@ def resize(
2178
1655
  undo: bool | None = None,
2179
1656
  /,
2180
1657
  ) -> None:
2181
- """Resize a node
2182
-
2183
- :type execution_context: int | str | None
2184
- :type undo: bool | None
2185
- """
1658
+ """Resize a node"""
2186
1659
 
2187
1660
  def select(
2188
1661
  execution_context: int | str | None = None,
@@ -2200,24 +1673,14 @@ def select(
2200
1673
  ) -> None:
2201
1674
  """Select the node under the cursor
2202
1675
 
2203
- :type execution_context: int | str | None
2204
- :type undo: bool | None
2205
1676
  :param extend: Extend, Extend selection instead of deselecting everything first
2206
- :type extend: bool | None
2207
1677
  :param deselect: Deselect, Remove from selection
2208
- :type deselect: bool | None
2209
1678
  :param toggle: Toggle Selection, Toggle the selection
2210
- :type toggle: bool | None
2211
1679
  :param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
2212
- :type deselect_all: bool | None
2213
1680
  :param select_passthrough: Only Select Unselected, Ignore the select action when the element is already selected
2214
- :type select_passthrough: bool | None
2215
1681
  :param location: Location, Mouse location
2216
- :type location: collections.abc.Iterable[int] | None
2217
1682
  :param socket_select: Socket Select
2218
- :type socket_select: bool | None
2219
1683
  :param clear_viewer: Clear Viewer, Deactivate geometry nodes viewer when clicking in empty space
2220
- :type clear_viewer: bool | None
2221
1684
  """
2222
1685
 
2223
1686
  def select_all(
@@ -2229,8 +1692,6 @@ def select_all(
2229
1692
  ) -> None:
2230
1693
  """(De)select all nodes
2231
1694
 
2232
- :type execution_context: int | str | None
2233
- :type undo: bool | None
2234
1695
  :param action: Action, Selection action to execute
2235
1696
 
2236
1697
  TOGGLE
@@ -2244,7 +1705,6 @@ def select_all(
2244
1705
 
2245
1706
  INVERT
2246
1707
  Invert -- Invert selection of all elements.
2247
- :type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
2248
1708
  """
2249
1709
 
2250
1710
  def select_box(
@@ -2262,20 +1722,12 @@ def select_box(
2262
1722
  ) -> None:
2263
1723
  """Use box selection to select nodes
2264
1724
 
2265
- :type execution_context: int | str | None
2266
- :type undo: bool | None
2267
1725
  :param tweak: Tweak, Only activate when mouse is not over a node (useful for tweak gesture)
2268
- :type tweak: bool | None
2269
1726
  :param xmin: X Min
2270
- :type xmin: int | None
2271
1727
  :param xmax: X Max
2272
- :type xmax: int | None
2273
1728
  :param ymin: Y Min
2274
- :type ymin: int | None
2275
1729
  :param ymax: Y Max
2276
- :type ymax: int | None
2277
1730
  :param wait_for_input: Wait for Input
2278
- :type wait_for_input: bool | None
2279
1731
  :param mode: Mode
2280
1732
 
2281
1733
  SET
@@ -2286,7 +1738,6 @@ def select_box(
2286
1738
 
2287
1739
  SUB
2288
1740
  Subtract -- Subtract existing selection.
2289
- :type mode: typing.Literal['SET','ADD','SUB'] | None
2290
1741
  """
2291
1742
 
2292
1743
  def select_circle(
@@ -2302,16 +1753,10 @@ def select_circle(
2302
1753
  ) -> None:
2303
1754
  """Use circle selection to select nodes
2304
1755
 
2305
- :type execution_context: int | str | None
2306
- :type undo: bool | None
2307
1756
  :param x: X
2308
- :type x: int | None
2309
1757
  :param y: Y
2310
- :type y: int | None
2311
1758
  :param radius: Radius
2312
- :type radius: int | None
2313
1759
  :param wait_for_input: Wait for Input
2314
- :type wait_for_input: bool | None
2315
1760
  :param mode: Mode
2316
1761
 
2317
1762
  SET
@@ -2322,7 +1767,6 @@ def select_circle(
2322
1767
 
2323
1768
  SUB
2324
1769
  Subtract -- Subtract existing selection.
2325
- :type mode: typing.Literal['SET','ADD','SUB'] | None
2326
1770
  """
2327
1771
 
2328
1772
  def select_grouped(
@@ -2335,12 +1779,8 @@ def select_grouped(
2335
1779
  ) -> None:
2336
1780
  """Select nodes with similar properties
2337
1781
 
2338
- :type execution_context: int | str | None
2339
- :type undo: bool | None
2340
1782
  :param extend: Extend, Extend selection instead of deselecting everything first
2341
- :type extend: bool | None
2342
1783
  :param type: Type
2343
- :type type: typing.Literal['TYPE','COLOR','PREFIX','SUFFIX'] | None
2344
1784
  """
2345
1785
 
2346
1786
  def select_lasso(
@@ -2357,18 +1797,11 @@ def select_lasso(
2357
1797
  ) -> None:
2358
1798
  """Select nodes using lasso selection
2359
1799
 
2360
- :type execution_context: int | str | None
2361
- :type undo: bool | None
2362
1800
  :param tweak: Tweak, Only activate when mouse is not over a node (useful for tweak gesture)
2363
- :type tweak: bool | None
2364
1801
  :param path: Path
2365
- :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
2366
1802
  :param use_smooth_stroke: Stabilize Stroke, Selection lags behind mouse and follows a smoother path
2367
- :type use_smooth_stroke: bool | None
2368
1803
  :param smooth_stroke_factor: Smooth Stroke Factor, Higher values gives a smoother stroke
2369
- :type smooth_stroke_factor: float | None
2370
1804
  :param smooth_stroke_radius: Smooth Stroke Radius, Minimum distance from last point before selection continues
2371
- :type smooth_stroke_radius: int | None
2372
1805
  :param mode: Mode
2373
1806
 
2374
1807
  SET
@@ -2379,7 +1812,6 @@ def select_lasso(
2379
1812
 
2380
1813
  SUB
2381
1814
  Subtract -- Subtract existing selection.
2382
- :type mode: typing.Literal['SET','ADD','SUB'] | None
2383
1815
  """
2384
1816
 
2385
1817
  def select_link_viewer(
@@ -2392,12 +1824,8 @@ def select_link_viewer(
2392
1824
  ) -> None:
2393
1825
  """Select node and link it to a viewer node
2394
1826
 
2395
- :type execution_context: int | str | None
2396
- :type undo: bool | None
2397
1827
  :param NODE_OT_select: Select, Select the node under the cursor
2398
- :type NODE_OT_select: select | None
2399
1828
  :param NODE_OT_link_viewer: Link to Viewer Node, Link to viewer node
2400
- :type NODE_OT_link_viewer: link_viewer | None
2401
1829
  """
2402
1830
 
2403
1831
  def select_linked_from(
@@ -2405,22 +1833,14 @@ def select_linked_from(
2405
1833
  undo: bool | None = None,
2406
1834
  /,
2407
1835
  ) -> None:
2408
- """Select nodes linked from the selected ones
2409
-
2410
- :type execution_context: int | str | None
2411
- :type undo: bool | None
2412
- """
1836
+ """Select nodes linked from the selected ones"""
2413
1837
 
2414
1838
  def select_linked_to(
2415
1839
  execution_context: int | str | None = None,
2416
1840
  undo: bool | None = None,
2417
1841
  /,
2418
1842
  ) -> None:
2419
- """Select nodes linked to the selected ones
2420
-
2421
- :type execution_context: int | str | None
2422
- :type undo: bool | None
2423
- """
1843
+ """Select nodes linked to the selected ones"""
2424
1844
 
2425
1845
  def select_same_type_step(
2426
1846
  execution_context: int | str | None = None,
@@ -2431,10 +1851,7 @@ def select_same_type_step(
2431
1851
  ) -> None:
2432
1852
  """Activate and view same node type, step by step
2433
1853
 
2434
- :type execution_context: int | str | None
2435
- :type undo: bool | None
2436
1854
  :param prev: Previous
2437
- :type prev: bool | None
2438
1855
  """
2439
1856
 
2440
1857
  def separate_bundle_item_add(
@@ -2446,10 +1863,7 @@ def separate_bundle_item_add(
2446
1863
  ) -> None:
2447
1864
  """Add item below active item
2448
1865
 
2449
- :type execution_context: int | str | None
2450
- :type undo: bool | None
2451
1866
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
2452
- :type node_identifier: int | None
2453
1867
  """
2454
1868
 
2455
1869
  def separate_bundle_item_move(
@@ -2462,12 +1876,8 @@ def separate_bundle_item_move(
2462
1876
  ) -> None:
2463
1877
  """Move active item
2464
1878
 
2465
- :type execution_context: int | str | None
2466
- :type undo: bool | None
2467
1879
  :param direction: Direction, Move direction
2468
- :type direction: typing.Literal['UP','DOWN'] | None
2469
1880
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
2470
- :type node_identifier: int | None
2471
1881
  """
2472
1882
 
2473
1883
  def separate_bundle_item_remove(
@@ -2479,10 +1889,7 @@ def separate_bundle_item_remove(
2479
1889
  ) -> None:
2480
1890
  """Remove active item
2481
1891
 
2482
- :type execution_context: int | str | None
2483
- :type undo: bool | None
2484
1892
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
2485
- :type node_identifier: int | None
2486
1893
  """
2487
1894
 
2488
1895
  def shader_script_update(
@@ -2490,11 +1897,7 @@ def shader_script_update(
2490
1897
  undo: bool | None = None,
2491
1898
  /,
2492
1899
  ) -> None:
2493
- """Update shader script node with new sockets and options from the script
2494
-
2495
- :type execution_context: int | str | None
2496
- :type undo: bool | None
2497
- """
1900
+ """Update shader script node with new sockets and options from the script"""
2498
1901
 
2499
1902
  def simulation_zone_item_add(
2500
1903
  execution_context: int | str | None = None,
@@ -2505,10 +1908,7 @@ def simulation_zone_item_add(
2505
1908
  ) -> None:
2506
1909
  """Add item below active item
2507
1910
 
2508
- :type execution_context: int | str | None
2509
- :type undo: bool | None
2510
1911
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
2511
- :type node_identifier: int | None
2512
1912
  """
2513
1913
 
2514
1914
  def simulation_zone_item_move(
@@ -2521,12 +1921,8 @@ def simulation_zone_item_move(
2521
1921
  ) -> None:
2522
1922
  """Move active item
2523
1923
 
2524
- :type execution_context: int | str | None
2525
- :type undo: bool | None
2526
1924
  :param direction: Direction, Move direction
2527
- :type direction: typing.Literal['UP','DOWN'] | None
2528
1925
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
2529
- :type node_identifier: int | None
2530
1926
  """
2531
1927
 
2532
1928
  def simulation_zone_item_remove(
@@ -2538,10 +1934,7 @@ def simulation_zone_item_remove(
2538
1934
  ) -> None:
2539
1935
  """Remove active item
2540
1936
 
2541
- :type execution_context: int | str | None
2542
- :type undo: bool | None
2543
1937
  :param node_identifier: Node Identifier, Optional identifier of the node to operate on
2544
- :type node_identifier: int | None
2545
1938
  """
2546
1939
 
2547
1940
  def sockets_sync(
@@ -2553,10 +1946,7 @@ def sockets_sync(
2553
1946
  ) -> None:
2554
1947
  """Update sockets to match what is actually used
2555
1948
 
2556
- :type execution_context: int | str | None
2557
- :type undo: bool | None
2558
1949
  :param node_name: Node Name
2559
- :type node_name: str
2560
1950
  """
2561
1951
 
2562
1952
  def swap_empty_group(
@@ -2569,10 +1959,7 @@ def swap_empty_group(
2569
1959
  ) -> None:
2570
1960
  """Replace active node with an empty group
2571
1961
 
2572
- :type execution_context: int | str | None
2573
- :type undo: bool | None
2574
1962
  :param settings: Settings, Settings to be applied on the newly created node
2575
- :type settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting] | None
2576
1963
  """
2577
1964
 
2578
1965
  def swap_group_asset(
@@ -2587,14 +1974,9 @@ def swap_group_asset(
2587
1974
  ) -> None:
2588
1975
  """Swap selected nodes with the specified node group asset
2589
1976
 
2590
- :type execution_context: int | str | None
2591
- :type undo: bool | None
2592
1977
  :param asset_library_type: Asset Library Type
2593
- :type asset_library_type: bpy.stub_internal.rna_enums.AssetLibraryTypeItems | None
2594
1978
  :param asset_library_identifier: Asset Library Identifier
2595
- :type asset_library_identifier: str
2596
1979
  :param relative_asset_identifier: Relative Asset Identifier
2597
- :type relative_asset_identifier: str
2598
1980
  """
2599
1981
 
2600
1982
  def swap_node(
@@ -2609,14 +1991,9 @@ def swap_node(
2609
1991
  ) -> None:
2610
1992
  """Replace the selected nodes with the specified type
2611
1993
 
2612
- :type execution_context: int | str | None
2613
- :type undo: bool | None
2614
1994
  :param settings: Settings, Settings to be applied on the newly created node
2615
- :type settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting] | None
2616
1995
  :param type: Node Type, Node type
2617
- :type type: str
2618
1996
  :param visible_output: Output Name, If provided, all outputs that are named differently will be hidden
2619
- :type visible_output: str
2620
1997
  """
2621
1998
 
2622
1999
  def swap_zone(
@@ -2633,18 +2010,11 @@ def swap_zone(
2633
2010
  ) -> None:
2634
2011
  """Undocumented, consider contributing.
2635
2012
 
2636
- :type execution_context: int | str | None
2637
- :type undo: bool | None
2638
2013
  :param settings: Settings, Settings to be applied on the newly created node
2639
- :type settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting] | None
2640
2014
  :param offset: Offset, Offset of nodes from the cursor when added
2641
- :type offset: collections.abc.Iterable[float] | None
2642
- :param input_node_type: Input Node, Specifies the input node used the created zone
2643
- :type input_node_type: str
2644
- :param output_node_type: Output Node, Specifies the output node used the created zone
2645
- :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
2646
2017
  :param add_default_geometry_link: Add Geometry Link, When enabled, create a link between geometry sockets in this zone
2647
- :type add_default_geometry_link: bool | None
2648
2018
  """
2649
2019
 
2650
2020
  def test_inlining_shader_nodes(
@@ -2652,22 +2022,14 @@ def test_inlining_shader_nodes(
2652
2022
  undo: bool | None = None,
2653
2023
  /,
2654
2024
  ) -> None:
2655
- """Create a new inlined shader node tree as is consumed by renderers
2656
-
2657
- :type execution_context: int | str | None
2658
- :type undo: bool | None
2659
- """
2025
+ """Create a new inlined shader node tree as is consumed by renderers"""
2660
2026
 
2661
2027
  def toggle_viewer(
2662
2028
  execution_context: int | str | None = None,
2663
2029
  undo: bool | None = None,
2664
2030
  /,
2665
2031
  ) -> None:
2666
- """Toggle selected viewer node in compositor and geometry nodes
2667
-
2668
- :type execution_context: int | str | None
2669
- :type undo: bool | None
2670
- """
2032
+ """Toggle selected viewer node in compositor and geometry nodes"""
2671
2033
 
2672
2034
  def translate_attach(
2673
2035
  execution_context: int | str | None = None,
@@ -2679,12 +2041,8 @@ def translate_attach(
2679
2041
  ) -> None:
2680
2042
  """Move nodes and attach to frame
2681
2043
 
2682
- :type execution_context: int | str | None
2683
- :type undo: bool | None
2684
2044
  :param TRANSFORM_OT_translate: Move, Move selected items
2685
- :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
2686
2045
  :param NODE_OT_attach: Attach Nodes, Attach active node to a frame
2687
- :type NODE_OT_attach: attach | None
2688
2046
  """
2689
2047
 
2690
2048
  def translate_attach_remove_on_cancel(
@@ -2697,12 +2055,8 @@ def translate_attach_remove_on_cancel(
2697
2055
  ) -> None:
2698
2056
  """Move nodes and attach to frame
2699
2057
 
2700
- :type execution_context: int | str | None
2701
- :type undo: bool | None
2702
2058
  :param TRANSFORM_OT_translate: Move, Move selected items
2703
- :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
2704
2059
  :param NODE_OT_attach: Attach Nodes, Attach active node to a frame
2705
- :type NODE_OT_attach: attach | None
2706
2060
  """
2707
2061
 
2708
2062
  def tree_path_parent(
@@ -2714,10 +2068,7 @@ def tree_path_parent(
2714
2068
  ) -> None:
2715
2069
  """Go to parent node tree
2716
2070
 
2717
- :type execution_context: int | str | None
2718
- :type undo: bool | None
2719
2071
  :param parent_tree_index: Parent Index, Parent index in context path
2720
- :type parent_tree_index: int | None
2721
2072
  """
2722
2073
 
2723
2074
  def view_all(
@@ -2725,22 +2076,14 @@ def view_all(
2725
2076
  undo: bool | None = None,
2726
2077
  /,
2727
2078
  ) -> None:
2728
- """Resize view so you can see all nodes
2729
-
2730
- :type execution_context: int | str | None
2731
- :type undo: bool | None
2732
- """
2079
+ """Resize view so you can see all nodes"""
2733
2080
 
2734
2081
  def view_selected(
2735
2082
  execution_context: int | str | None = None,
2736
2083
  undo: bool | None = None,
2737
2084
  /,
2738
2085
  ) -> None:
2739
- """Resize view so you can see selected nodes
2740
-
2741
- :type execution_context: int | str | None
2742
- :type undo: bool | None
2743
- """
2086
+ """Resize view so you can see selected nodes"""
2744
2087
 
2745
2088
  def viewer_border(
2746
2089
  execution_context: int | str | None = None,
@@ -2755,18 +2098,11 @@ def viewer_border(
2755
2098
  ) -> None:
2756
2099
  """Set the boundaries for viewer operations
2757
2100
 
2758
- :type execution_context: int | str | None
2759
- :type undo: bool | None
2760
2101
  :param xmin: X Min
2761
- :type xmin: int | None
2762
2102
  :param xmax: X Max
2763
- :type xmax: int | None
2764
2103
  :param ymin: Y Min
2765
- :type ymin: int | None
2766
2104
  :param ymax: Y Max
2767
- :type ymax: int | None
2768
2105
  :param wait_for_input: Wait for Input
2769
- :type wait_for_input: bool | None
2770
2106
  """
2771
2107
 
2772
2108
  def viewer_shortcut_get(
@@ -2778,10 +2114,7 @@ def viewer_shortcut_get(
2778
2114
  ) -> None:
2779
2115
  """Toggle a specific viewer node using 1,2,..,9 keys
2780
2116
 
2781
- :type execution_context: int | str | None
2782
- :type undo: bool | None
2783
2117
  :param viewer_index: Viewer Index, Index corresponding to the shortcut, e.g. number key 1 corresponds to index 1 etc..
2784
- :type viewer_index: int | None
2785
2118
  """
2786
2119
 
2787
2120
  def viewer_shortcut_set(
@@ -2793,8 +2126,5 @@ def viewer_shortcut_set(
2793
2126
  ) -> None:
2794
2127
  """Create a viewer shortcut for the selected node by pressing ctrl+1,2,..9
2795
2128
 
2796
- :type execution_context: int | str | None
2797
- :type undo: bool | None
2798
2129
  :param viewer_index: Viewer Index, Index corresponding to the shortcut, e.g. number key 1 corresponds to index 1 etc..
2799
- :type viewer_index: int | None
2800
2130
  """