fake-bpy-module 20250604__py3-none-any.whl → 20250606__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

Files changed (284) hide show
  1. _bpy_internal/addons/cli/__init__.pyi +1 -1
  2. _bpy_internal/extensions/junction_module/__init__.pyi +7 -7
  3. _bpy_internal/extensions/stale_file_manager/__init__.pyi +8 -8
  4. _bpy_internal/extensions/wheel_manager/__init__.pyi +3 -3
  5. _bpy_internal/freedesktop/__init__.pyi +16 -16
  6. _bpy_internal/grease_pencil/stroke/__init__.pyi +4 -4
  7. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +1 -1
  8. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +1 -1
  9. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  10. addon_utils/__init__.pyi +12 -12
  11. animsys_refactor/__init__.pyi +6 -6
  12. aud/__init__.pyi +11 -11
  13. bgl/__init__.pyi +272 -252
  14. bl_app_override/__init__.pyi +3 -3
  15. bl_app_override/helpers/__init__.pyi +2 -2
  16. bl_app_template_utils/__init__.pyi +4 -4
  17. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -2
  18. bl_i18n_utils/bl_extract_messages/__init__.pyi +18 -16
  19. bl_i18n_utils/merge_po/__init__.pyi +1 -1
  20. bl_i18n_utils/settings/__init__.pyi +6 -6
  21. bl_i18n_utils/utils/__init__.pyi +48 -46
  22. bl_i18n_utils/utils_cli/__init__.pyi +6 -6
  23. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -1
  24. bl_i18n_utils/utils_rtl/__init__.pyi +2 -2
  25. bl_keymap_utils/io/__init__.pyi +9 -9
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -1
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -1
  28. bl_keymap_utils/platform_helpers/__init__.pyi +2 -2
  29. bl_keymap_utils/versioning/__init__.pyi +1 -1
  30. bl_operators/__init__.pyi +2 -2
  31. bl_operators/add_mesh_torus/__init__.pyi +6 -6
  32. bl_operators/anim/__init__.pyi +24 -24
  33. bl_operators/assets/__init__.pyi +9 -9
  34. bl_operators/bmesh/find_adjacent/__init__.pyi +11 -9
  35. bl_operators/bone_selection_sets/__init__.pyi +18 -18
  36. bl_operators/clip/__init__.pyi +26 -26
  37. bl_operators/connect_to_output/__init__.pyi +17 -15
  38. bl_operators/console/__init__.pyi +10 -10
  39. bl_operators/constraint/__init__.pyi +8 -8
  40. bl_operators/file/__init__.pyi +6 -6
  41. bl_operators/freestyle/__init__.pyi +9 -9
  42. bl_operators/geometry_nodes/__init__.pyi +24 -24
  43. bl_operators/grease_pencil/__init__.pyi +2 -2
  44. bl_operators/image/__init__.pyi +7 -7
  45. bl_operators/image_as_planes/__init__.pyi +32 -32
  46. bl_operators/mesh/__init__.pyi +7 -7
  47. bl_operators/node/__init__.pyi +31 -31
  48. bl_operators/node_editor/node_functions/__init__.pyi +9 -9
  49. bl_operators/object/__init__.pyi +31 -31
  50. bl_operators/object_align/__init__.pyi +5 -5
  51. bl_operators/object_quick_effects/__init__.pyi +9 -9
  52. bl_operators/object_randomize_transform/__init__.pyi +3 -3
  53. bl_operators/presets/__init__.pyi +18 -18
  54. bl_operators/rigidbody/__init__.pyi +7 -7
  55. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -2
  56. bl_operators/sequencer/__init__.pyi +19 -19
  57. bl_operators/spreadsheet/__init__.pyi +4 -4
  58. bl_operators/userpref/__init__.pyi +42 -42
  59. bl_operators/uvcalc_follow_active/__init__.pyi +5 -5
  60. bl_operators/uvcalc_lightmap/__init__.pyi +8 -8
  61. bl_operators/uvcalc_transform/__init__.pyi +20 -20
  62. bl_operators/vertexpaint_dirt/__init__.pyi +4 -4
  63. bl_operators/view3d/__init__.pyi +21 -19
  64. bl_operators/wm/__init__.pyi +88 -88
  65. bl_operators/world/__init__.pyi +2 -2
  66. bl_previews_utils/bl_previews_render/__init__.pyi +9 -7
  67. bl_rna_utils/data_path/__init__.pyi +2 -2
  68. bl_text_utils/external_editor/__init__.pyi +1 -1
  69. bl_ui/__init__.pyi +10 -10
  70. bl_ui/anim/__init__.pyi +2 -2
  71. bl_ui/asset_shelf/__init__.pyi +2 -2
  72. bl_ui/generic_ui_list/__init__.pyi +6 -6
  73. bl_ui/node_add_menu/__init__.pyi +15 -13
  74. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  75. bl_ui/node_add_menu_geometry/__init__.pyi +54 -54
  76. bl_ui/node_add_menu_shader/__init__.pyi +16 -16
  77. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  78. bl_ui/properties_animviz/__init__.pyi +2 -2
  79. bl_ui/properties_collection/__init__.pyi +10 -8
  80. bl_ui/properties_constraint/__init__.pyi +125 -125
  81. bl_ui/properties_data_armature/__init__.pyi +22 -22
  82. bl_ui/properties_data_bone/__init__.pyi +20 -20
  83. bl_ui/properties_data_camera/__init__.pyi +19 -19
  84. bl_ui/properties_data_curve/__init__.pyi +23 -23
  85. bl_ui/properties_data_curves/__init__.pyi +9 -9
  86. bl_ui/properties_data_empty/__init__.pyi +4 -4
  87. bl_ui/properties_data_grease_pencil/__init__.pyi +25 -25
  88. bl_ui/properties_data_lattice/__init__.pyi +4 -4
  89. bl_ui/properties_data_light/__init__.pyi +14 -14
  90. bl_ui/properties_data_lightprobe/__init__.pyi +18 -18
  91. bl_ui/properties_data_mesh/__init__.pyi +26 -26
  92. bl_ui/properties_data_metaball/__init__.pyi +6 -6
  93. bl_ui/properties_data_modifier/__init__.pyi +12 -12
  94. bl_ui/properties_data_pointcloud/__init__.pyi +8 -8
  95. bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
  96. bl_ui/properties_data_speaker/__init__.pyi +5 -5
  97. bl_ui/properties_data_volume/__init__.pyi +9 -9
  98. bl_ui/properties_freestyle/__init__.pyi +51 -51
  99. bl_ui/properties_grease_pencil_common/__init__.pyi +30 -30
  100. bl_ui/properties_mask_common/__init__.pyi +24 -24
  101. bl_ui/properties_material/__init__.pyi +27 -27
  102. bl_ui/properties_material_gpencil/__init__.pyi +12 -12
  103. bl_ui/properties_object/__init__.pyi +29 -29
  104. bl_ui/properties_output/__init__.pyi +29 -29
  105. bl_ui/properties_paint_common/__init__.pyi +59 -49
  106. bl_ui/properties_particle/__init__.pyi +101 -101
  107. bl_ui/properties_physics_cloth/__init__.pyi +20 -20
  108. bl_ui/properties_physics_common/__init__.pyi +8 -8
  109. bl_ui/properties_physics_dynamicpaint/__init__.pyi +57 -57
  110. bl_ui/properties_physics_field/__init__.pyi +23 -23
  111. bl_ui/properties_physics_fluid/__init__.pyi +76 -76
  112. bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -3
  113. bl_ui/properties_physics_rigidbody/__init__.pyi +18 -18
  114. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +29 -29
  115. bl_ui/properties_physics_softbody/__init__.pyi +21 -21
  116. bl_ui/properties_render/__init__.pyi +81 -81
  117. bl_ui/properties_scene/__init__.pyi +22 -22
  118. bl_ui/properties_texture/__init__.pyi +39 -39
  119. bl_ui/properties_view_layer/__init__.pyi +12 -12
  120. bl_ui/properties_workspace/__init__.pyi +5 -5
  121. bl_ui/properties_world/__init__.pyi +18 -18
  122. bl_ui/space_clip/__init__.pyi +81 -81
  123. bl_ui/space_console/__init__.pyi +6 -6
  124. bl_ui/space_dopesheet/__init__.pyi +32 -32
  125. bl_ui/space_filebrowser/__init__.pyi +45 -45
  126. bl_ui/space_graph/__init__.pyi +21 -21
  127. bl_ui/space_image/__init__.pyi +73 -73
  128. bl_ui/space_info/__init__.pyi +6 -6
  129. bl_ui/space_nla/__init__.pyi +18 -18
  130. bl_ui/space_node/__init__.pyi +42 -42
  131. bl_ui/space_outliner/__init__.pyi +21 -21
  132. bl_ui/space_properties/__init__.pyi +6 -6
  133. bl_ui/space_sequencer/__init__.pyi +133 -133
  134. bl_ui/space_spreadsheet/__init__.pyi +4 -4
  135. bl_ui/space_statusbar/__init__.pyi +1 -1
  136. bl_ui/space_text/__init__.pyi +17 -17
  137. bl_ui/space_time/__init__.pyi +12 -12
  138. bl_ui/space_toolsystem_common/__init__.pyi +28 -26
  139. bl_ui/space_toolsystem_toolbar/__init__.pyi +36 -36
  140. bl_ui/space_topbar/__init__.pyi +32 -32
  141. bl_ui/space_userpref/__init__.pyi +132 -132
  142. bl_ui/space_view3d/__init__.pyi +297 -297
  143. bl_ui/space_view3d_toolbar/__init__.pyi +148 -149
  144. bl_ui/utils/__init__.pyi +5 -5
  145. bl_ui_utils/layout/__init__.pyi +1 -1
  146. blend_render_info/__init__.pyi +2 -2
  147. blf/__init__.pyi +15 -15
  148. bmesh/__init__.pyi +1 -1
  149. bmesh/ops/__init__.pyi +366 -357
  150. bmesh/types/__init__.pyi +59 -57
  151. bmesh/utils/__init__.pyi +2 -2
  152. bpy/app/__init__.pyi +3 -3
  153. bpy/app/icons/__init__.pyi +1 -1
  154. bpy/app/timers/__init__.pyi +2 -2
  155. bpy/app/translations/__init__.pyi +9 -9
  156. bpy/msgbus/__init__.pyi +3 -3
  157. bpy/ops/action/__init__.pyi +62 -38
  158. bpy/ops/anim/__init__.pyi +63 -61
  159. bpy/ops/armature/__init__.pyi +58 -48
  160. bpy/ops/asset/__init__.pyi +31 -17
  161. bpy/ops/boid/__init__.pyi +18 -8
  162. bpy/ops/brush/__init__.pyi +19 -13
  163. bpy/ops/buttons/__init__.pyi +14 -6
  164. bpy/ops/cachefile/__init__.pyi +9 -5
  165. bpy/ops/camera/__init__.pyi +2 -2
  166. bpy/ops/clip/__init__.pyi +112 -92
  167. bpy/ops/cloth/__init__.pyi +1 -1
  168. bpy/ops/collection/__init__.pyi +11 -9
  169. bpy/ops/console/__init__.pyi +37 -21
  170. bpy/ops/constraint/__init__.pyi +20 -18
  171. bpy/ops/curve/__init__.pyi +81 -51
  172. bpy/ops/curves/__init__.pyi +50 -30
  173. bpy/ops/cycles/__init__.pyi +3 -3
  174. bpy/ops/dpaint/__init__.pyi +5 -5
  175. bpy/ops/ed/__init__.pyi +19 -13
  176. bpy/ops/export_anim/__init__.pyi +1 -1
  177. bpy/ops/export_scene/__init__.pyi +2 -2
  178. bpy/ops/extensions/__init__.pyi +38 -32
  179. bpy/ops/file/__init__.pyi +72 -40
  180. bpy/ops/fluid/__init__.pyi +36 -14
  181. bpy/ops/font/__init__.pyi +41 -23
  182. bpy/ops/geometry/__init__.pyi +10 -10
  183. bpy/ops/gizmogroup/__init__.pyi +4 -2
  184. bpy/ops/gpencil/__init__.pyi +12 -8
  185. bpy/ops/graph/__init__.pyi +81 -65
  186. bpy/ops/grease_pencil/__init__.pyi +159 -115
  187. bpy/ops/image/__init__.pyi +63 -49
  188. bpy/ops/import_anim/__init__.pyi +1 -1
  189. bpy/ops/import_curve/__init__.pyi +1 -1
  190. bpy/ops/import_scene/__init__.pyi +2 -2
  191. bpy/ops/info/__init__.pyi +13 -7
  192. bpy/ops/lattice/__init__.pyi +14 -8
  193. bpy/ops/marker/__init__.pyi +13 -11
  194. bpy/ops/mask/__init__.pyi +59 -39
  195. bpy/ops/material/__init__.pyi +3 -3
  196. bpy/ops/mball/__init__.pyi +8 -8
  197. bpy/ops/mesh/__init__.pyi +182 -164
  198. bpy/ops/nla/__init__.pyi +65 -39
  199. bpy/ops/node/__init__.pyi +181 -147
  200. bpy/ops/object/__init__.pyi +262 -242
  201. bpy/ops/outliner/__init__.pyi +98 -72
  202. bpy/ops/paint/__init__.pyi +58 -54
  203. bpy/ops/paintcurve/__init__.pyi +12 -8
  204. bpy/ops/palette/__init__.pyi +11 -7
  205. bpy/ops/particle/__init__.pyi +58 -36
  206. bpy/ops/pointcloud/__init__.pyi +13 -7
  207. bpy/ops/pose/__init__.pyi +65 -51
  208. bpy/ops/poselib/__init__.pyi +17 -11
  209. bpy/ops/preferences/__init__.pyi +41 -35
  210. bpy/ops/ptcache/__init__.pyi +13 -7
  211. bpy/ops/render/__init__.pyi +17 -13
  212. bpy/ops/rigidbody/__init__.pyi +19 -13
  213. bpy/ops/scene/__init__.pyi +39 -37
  214. bpy/ops/screen/__init__.pyi +59 -39
  215. bpy/ops/script/__init__.pyi +5 -3
  216. bpy/ops/sculpt/__init__.pyi +44 -40
  217. bpy/ops/sculpt_curves/__init__.pyi +4 -4
  218. bpy/ops/sequencer/__init__.pyi +142 -100
  219. bpy/ops/sound/__init__.pyi +7 -7
  220. bpy/ops/spreadsheet/__init__.pyi +13 -7
  221. bpy/ops/surface/__init__.pyi +6 -6
  222. bpy/ops/text/__init__.pyi +73 -43
  223. bpy/ops/text_editor/__init__.pyi +1 -1
  224. bpy/ops/texture/__init__.pyi +8 -4
  225. bpy/ops/transform/__init__.pyi +29 -27
  226. bpy/ops/ui/__init__.pyi +42 -34
  227. bpy/ops/uilist/__init__.pyi +3 -3
  228. bpy/ops/uv/__init__.pyi +59 -49
  229. bpy/ops/view2d/__init__.pyi +14 -14
  230. bpy/ops/view3d/__init__.pyi +87 -67
  231. bpy/ops/wm/__init__.pyi +138 -116
  232. bpy/ops/workspace/__init__.pyi +11 -7
  233. bpy/ops/world/__init__.pyi +2 -2
  234. bpy/props/__init__.pyi +16 -13
  235. bpy/types/__init__.pyi +1206 -1157
  236. bpy/utils/__init__.pyi +23 -23
  237. bpy/utils/previews/__init__.pyi +3 -3
  238. bpy_extras/anim_utils/__init__.pyi +7 -7
  239. bpy_extras/bmesh_utils/__init__.pyi +1 -1
  240. bpy_extras/id_map_utils/__init__.pyi +3 -3
  241. bpy_extras/io_utils/__init__.pyi +14 -12
  242. bpy_extras/keyconfig_utils/__init__.pyi +3 -3
  243. bpy_extras/mesh_utils/__init__.pyi +2 -2
  244. bpy_extras/node_shader_utils/__init__.pyi +63 -63
  245. bpy_extras/node_utils/__init__.pyi +3 -3
  246. bpy_extras/object_utils/__init__.pyi +4 -4
  247. bpy_extras/wm_utils/progress_report/__init__.pyi +10 -10
  248. bpy_types/__init__.pyi +4 -4
  249. console_python/__init__.pyi +7 -7
  250. console_shell/__init__.pyi +5 -5
  251. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250606.dist-info}/METADATA +1 -1
  252. fake_bpy_module-20250606.dist-info/RECORD +367 -0
  253. freestyle/chainingiterators/__init__.pyi +35 -33
  254. freestyle/functions/__init__.pyi +55 -55
  255. freestyle/predicates/__init__.pyi +8 -8
  256. freestyle/shaders/__init__.pyi +79 -75
  257. freestyle/types/__init__.pyi +146 -142
  258. freestyle/utils/ContextFunctions/__init__.pyi +3 -1
  259. freestyle/utils/__init__.pyi +25 -25
  260. gpu/matrix/__init__.pyi +14 -14
  261. gpu/select/__init__.pyi +1 -1
  262. gpu/shader/__init__.pyi +1 -1
  263. gpu/state/__init__.pyi +19 -19
  264. gpu/types/__init__.pyi +50 -44
  265. gpu_extras/presets/__init__.pyi +2 -2
  266. graphviz_export/__init__.pyi +2 -2
  267. idprop/types/__init__.pyi +9 -9
  268. imbuf/__init__.pyi +3 -1
  269. imbuf/types/__init__.pyi +3 -3
  270. keyingsets_builtins/__init__.pyi +26 -26
  271. keyingsets_utils/__init__.pyi +14 -14
  272. mathutils/__init__.pyi +61 -53
  273. mathutils/bvhtree/__init__.pyi +4 -4
  274. mathutils/kdtree/__init__.pyi +3 -3
  275. mathutils/noise/__init__.pyi +1 -1
  276. nodeitems_builtins/__init__.pyi +4 -4
  277. nodeitems_utils/__init__.pyi +9 -9
  278. rna_info/__init__.pyi +25 -25
  279. rna_keymap_ui/__init__.pyi +6 -6
  280. rna_prop_ui/__init__.pyi +12 -12
  281. rna_xml/__init__.pyi +6 -6
  282. fake_bpy_module-20250604.dist-info/RECORD +0 -367
  283. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250606.dist-info}/WHEEL +0 -0
  284. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250606.dist-info}/top_level.txt +0 -0
bpy/ops/node/__init__.pyi CHANGED
@@ -10,7 +10,7 @@ import bpy.types
10
10
 
11
11
  def activate_viewer(
12
12
  execution_context: int | str | None = None, undo: bool | None = None
13
- ):
13
+ ) -> None:
14
14
  """Activate selected viewer node in compositor and geometry nodes
15
15
 
16
16
  :type execution_context: int | str | None
@@ -26,7 +26,7 @@ def add_closure_zone(
26
26
  settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting]
27
27
  | None = None,
28
28
  offset: collections.abc.Iterable[float] | None = (150.0, 0.0),
29
- ):
29
+ ) -> None:
30
30
  """Add a Closure zone
31
31
 
32
32
  :type execution_context: int | str | None
@@ -46,7 +46,7 @@ def add_collection(
46
46
  *,
47
47
  name: str = "",
48
48
  session_uid: int | None = 0,
49
- ):
49
+ ) -> None:
50
50
  """Add a collection info node to the current node editor
51
51
 
52
52
  :type execution_context: int | str | None
@@ -65,7 +65,7 @@ def add_color(
65
65
  color: collections.abc.Iterable[float] | None = (0.0, 0.0, 0.0, 0.0),
66
66
  gamma: bool | None = False,
67
67
  has_alpha: bool | None = False,
68
- ):
68
+ ) -> None:
69
69
  """Add a color node to the current node editor
70
70
 
71
71
  :type execution_context: int | str | None
@@ -86,7 +86,7 @@ def add_empty_group(
86
86
  use_transform: bool | None = False,
87
87
  settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting]
88
88
  | None = None,
89
- ):
89
+ ) -> None:
90
90
  """Add a group node with an empty group
91
91
 
92
92
  :type execution_context: int | str | None
@@ -106,7 +106,7 @@ def add_foreach_geometry_element_zone(
106
106
  settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting]
107
107
  | None = None,
108
108
  offset: collections.abc.Iterable[float] | None = (150.0, 0.0),
109
- ):
109
+ ) -> None:
110
110
  """Add a For Each Geometry Element zone that allows executing nodes e.g. for each vertex separately
111
111
 
112
112
  :type execution_context: int | str | None
@@ -127,7 +127,7 @@ def add_group(
127
127
  name: str = "",
128
128
  session_uid: int | None = 0,
129
129
  show_datablock_in_node: bool | None = True,
130
- ):
130
+ ) -> None:
131
131
  """Add an existing node group to the current node editor
132
132
 
133
133
  :type execution_context: int | str | None
@@ -149,7 +149,7 @@ def add_group_asset(
149
149
  | None = "LOCAL",
150
150
  asset_library_identifier: str = "",
151
151
  relative_asset_identifier: str = "",
152
- ):
152
+ ) -> None:
153
153
  """Add a node group asset to the active node tree
154
154
 
155
155
  :type execution_context: int | str | None
@@ -169,7 +169,7 @@ def add_group_input_node(
169
169
  *,
170
170
  socket_identifier: str = "",
171
171
  panel_identifier: int | None = 0,
172
- ):
172
+ ) -> None:
173
173
  """Add a Group Input node with selected sockets to the current node editor
174
174
 
175
175
  :type execution_context: int | str | None
@@ -227,7 +227,7 @@ def add_image(
227
227
  | None = "",
228
228
  name: str = "",
229
229
  session_uid: int | None = 0,
230
- ):
230
+ ) -> None:
231
231
  """Add a image/movie file as node to the current node editor
232
232
 
233
233
  :type execution_context: int | str | None
@@ -332,7 +332,7 @@ def add_import_node(
332
332
  directory: str = "",
333
333
  files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
334
334
  | None = None,
335
- ):
335
+ ) -> None:
336
336
  """Add an import node to the node tree
337
337
 
338
338
  :type execution_context: int | str | None
@@ -350,7 +350,7 @@ def add_mask(
350
350
  *,
351
351
  name: str = "",
352
352
  session_uid: int | None = 0,
353
- ):
353
+ ) -> None:
354
354
  """Add a mask node to the current node editor
355
355
 
356
356
  :type execution_context: int | str | None
@@ -368,7 +368,7 @@ def add_material(
368
368
  *,
369
369
  name: str = "",
370
370
  session_uid: int | None = 0,
371
- ):
371
+ ) -> None:
372
372
  """Add a material node to the current node editor
373
373
 
374
374
  :type execution_context: int | str | None
@@ -389,7 +389,7 @@ def add_node(
389
389
  | None = None,
390
390
  type: str = "",
391
391
  visible_output: str = "",
392
- ):
392
+ ) -> None:
393
393
  """Add a node to the active tree
394
394
 
395
395
  :type execution_context: int | str | None
@@ -411,7 +411,7 @@ def add_object(
411
411
  *,
412
412
  name: str = "",
413
413
  session_uid: int | None = 0,
414
- ):
414
+ ) -> None:
415
415
  """Add an object info node to the current node editor
416
416
 
417
417
  :type execution_context: int | str | None
@@ -431,7 +431,7 @@ def add_repeat_zone(
431
431
  settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting]
432
432
  | None = None,
433
433
  offset: collections.abc.Iterable[float] | None = (150.0, 0.0),
434
- ):
434
+ ) -> None:
435
435
  """Add a repeat zone that allows executing nodes a dynamic number of times
436
436
 
437
437
  :type execution_context: int | str | None
@@ -451,7 +451,7 @@ def add_reroute(
451
451
  *,
452
452
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
453
453
  cursor: int | None = 11,
454
- ):
454
+ ) -> None:
455
455
  """Add a reroute node
456
456
 
457
457
  :type execution_context: int | str | None
@@ -471,7 +471,7 @@ def add_simulation_zone(
471
471
  settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting]
472
472
  | None = None,
473
473
  offset: collections.abc.Iterable[float] | None = (150.0, 0.0),
474
- ):
474
+ ) -> None:
475
475
  """Add simulation zone input and output nodes to the active tree
476
476
 
477
477
  :type execution_context: int | str | None
@@ -484,14 +484,18 @@ def add_simulation_zone(
484
484
  :type offset: collections.abc.Iterable[float] | None
485
485
  """
486
486
 
487
- def attach(execution_context: int | str | None = None, undo: bool | None = None):
487
+ def attach(
488
+ execution_context: int | str | None = None, undo: bool | None = None
489
+ ) -> None:
488
490
  """Attach active node to a frame
489
491
 
490
492
  :type execution_context: int | str | None
491
493
  :type undo: bool | None
492
494
  """
493
495
 
494
- def backimage_fit(execution_context: int | str | None = None, undo: bool | None = None):
496
+ def backimage_fit(
497
+ execution_context: int | str | None = None, undo: bool | None = None
498
+ ) -> None:
495
499
  """Fit the background image to the view
496
500
 
497
501
  :type execution_context: int | str | None
@@ -500,7 +504,7 @@ def backimage_fit(execution_context: int | str | None = None, undo: bool | None
500
504
 
501
505
  def backimage_move(
502
506
  execution_context: int | str | None = None, undo: bool | None = None
503
- ):
507
+ ) -> None:
504
508
  """Move node backdrop
505
509
 
506
510
  :type execution_context: int | str | None
@@ -509,7 +513,7 @@ def backimage_move(
509
513
 
510
514
  def backimage_sample(
511
515
  execution_context: int | str | None = None, undo: bool | None = None
512
- ):
516
+ ) -> None:
513
517
  """Use mouse to sample background image
514
518
 
515
519
  :type execution_context: int | str | None
@@ -522,7 +526,7 @@ def backimage_zoom(
522
526
  /,
523
527
  *,
524
528
  factor: float | None = 1.2,
525
- ):
529
+ ) -> None:
526
530
  """Zoom in/out the background image
527
531
 
528
532
  :type execution_context: int | str | None
@@ -533,7 +537,7 @@ def backimage_zoom(
533
537
 
534
538
  def bake_node_item_add(
535
539
  execution_context: int | str | None = None, undo: bool | None = None
536
- ):
540
+ ) -> None:
537
541
  """Add item below active item
538
542
 
539
543
  :type execution_context: int | str | None
@@ -546,7 +550,7 @@ def bake_node_item_move(
546
550
  /,
547
551
  *,
548
552
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
549
- ):
553
+ ) -> None:
550
554
  """Move active item
551
555
 
552
556
  :type execution_context: int | str | None
@@ -557,7 +561,7 @@ def bake_node_item_move(
557
561
 
558
562
  def bake_node_item_remove(
559
563
  execution_context: int | str | None = None, undo: bool | None = None
560
- ):
564
+ ) -> None:
561
565
  """Remove active item
562
566
 
563
567
  :type execution_context: int | str | None
@@ -566,7 +570,7 @@ def bake_node_item_remove(
566
570
 
567
571
  def capture_attribute_item_add(
568
572
  execution_context: int | str | None = None, undo: bool | None = None
569
- ):
573
+ ) -> None:
570
574
  """Add item below active item
571
575
 
572
576
  :type execution_context: int | str | None
@@ -579,7 +583,7 @@ def capture_attribute_item_move(
579
583
  /,
580
584
  *,
581
585
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
582
- ):
586
+ ) -> None:
583
587
  """Move active item
584
588
 
585
589
  :type execution_context: int | str | None
@@ -590,7 +594,7 @@ def capture_attribute_item_move(
590
594
 
591
595
  def capture_attribute_item_remove(
592
596
  execution_context: int | str | None = None, undo: bool | None = None
593
- ):
597
+ ) -> None:
594
598
  """Remove active item
595
599
 
596
600
  :type execution_context: int | str | None
@@ -599,7 +603,7 @@ def capture_attribute_item_remove(
599
603
 
600
604
  def clear_viewer_border(
601
605
  execution_context: int | str | None = None, undo: bool | None = None
602
- ):
606
+ ) -> None:
603
607
  """Clear the boundaries for viewer operations
604
608
 
605
609
  :type execution_context: int | str | None
@@ -608,7 +612,7 @@ def clear_viewer_border(
608
612
 
609
613
  def clipboard_copy(
610
614
  execution_context: int | str | None = None, undo: bool | None = None
611
- ):
615
+ ) -> None:
612
616
  """Copy the selected nodes to the internal clipboard
613
617
 
614
618
  :type execution_context: int | str | None
@@ -621,7 +625,7 @@ def clipboard_paste(
621
625
  /,
622
626
  *,
623
627
  offset: collections.abc.Iterable[float] | None = (0.0, 0.0),
624
- ):
628
+ ) -> None:
625
629
  """Paste nodes from the internal clipboard to the active node tree
626
630
 
627
631
  :type execution_context: int | str | None
@@ -632,7 +636,7 @@ def clipboard_paste(
632
636
 
633
637
  def closure_input_item_add(
634
638
  execution_context: int | str | None = None, undo: bool | None = None
635
- ):
639
+ ) -> None:
636
640
  """Add item below active item
637
641
 
638
642
  :type execution_context: int | str | None
@@ -645,7 +649,7 @@ def closure_input_item_move(
645
649
  /,
646
650
  *,
647
651
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
648
- ):
652
+ ) -> None:
649
653
  """Move active item
650
654
 
651
655
  :type execution_context: int | str | None
@@ -656,7 +660,7 @@ def closure_input_item_move(
656
660
 
657
661
  def closure_input_item_remove(
658
662
  execution_context: int | str | None = None, undo: bool | None = None
659
- ):
663
+ ) -> None:
660
664
  """Remove active item
661
665
 
662
666
  :type execution_context: int | str | None
@@ -665,7 +669,7 @@ def closure_input_item_remove(
665
669
 
666
670
  def closure_output_item_add(
667
671
  execution_context: int | str | None = None, undo: bool | None = None
668
- ):
672
+ ) -> None:
669
673
  """Add item below active item
670
674
 
671
675
  :type execution_context: int | str | None
@@ -678,7 +682,7 @@ def closure_output_item_move(
678
682
  /,
679
683
  *,
680
684
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
681
- ):
685
+ ) -> None:
682
686
  """Move active item
683
687
 
684
688
  :type execution_context: int | str | None
@@ -689,7 +693,7 @@ def closure_output_item_move(
689
693
 
690
694
  def closure_output_item_remove(
691
695
  execution_context: int | str | None = None, undo: bool | None = None
692
- ):
696
+ ) -> None:
693
697
  """Remove active item
694
698
 
695
699
  :type execution_context: int | str | None
@@ -698,7 +702,7 @@ def closure_output_item_remove(
698
702
 
699
703
  def collapse_hide_unused_toggle(
700
704
  execution_context: int | str | None = None, undo: bool | None = None
701
- ):
705
+ ) -> None:
702
706
  """Toggle collapsed nodes and hide unused sockets
703
707
 
704
708
  :type execution_context: int | str | None
@@ -707,7 +711,7 @@ def collapse_hide_unused_toggle(
707
711
 
708
712
  def combine_bundle_item_add(
709
713
  execution_context: int | str | None = None, undo: bool | None = None
710
- ):
714
+ ) -> None:
711
715
  """Add item below active item
712
716
 
713
717
  :type execution_context: int | str | None
@@ -720,7 +724,7 @@ def combine_bundle_item_move(
720
724
  /,
721
725
  *,
722
726
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
723
- ):
727
+ ) -> None:
724
728
  """Move active item
725
729
 
726
730
  :type execution_context: int | str | None
@@ -731,7 +735,7 @@ def combine_bundle_item_move(
731
735
 
732
736
  def combine_bundle_item_remove(
733
737
  execution_context: int | str | None = None, undo: bool | None = None
734
- ):
738
+ ) -> None:
735
739
  """Remove active item
736
740
 
737
741
  :type execution_context: int | str | None
@@ -744,7 +748,7 @@ def connect_to_output(
744
748
  /,
745
749
  *,
746
750
  run_in_geometry_nodes: bool | None = True,
747
- ):
751
+ ) -> None:
748
752
  """Connect active node to the active output node of the node tree
749
753
 
750
754
  :type execution_context: int | str | None
@@ -755,7 +759,7 @@ def connect_to_output(
755
759
 
756
760
  def cryptomatte_layer_add(
757
761
  execution_context: int | str | None = None, undo: bool | None = None
758
- ):
762
+ ) -> None:
759
763
  """Add a new input layer to a Cryptomatte node
760
764
 
761
765
  :type execution_context: int | str | None
@@ -764,7 +768,7 @@ def cryptomatte_layer_add(
764
768
 
765
769
  def cryptomatte_layer_remove(
766
770
  execution_context: int | str | None = None, undo: bool | None = None
767
- ):
771
+ ) -> None:
768
772
  """Remove layer from a Cryptomatte node
769
773
 
770
774
  :type execution_context: int | str | None
@@ -773,7 +777,7 @@ def cryptomatte_layer_remove(
773
777
 
774
778
  def deactivate_viewer(
775
779
  execution_context: int | str | None = None, undo: bool | None = None
776
- ):
780
+ ) -> None:
777
781
  """Deactivate selected viewer node in geometry nodes
778
782
 
779
783
  :type execution_context: int | str | None
@@ -782,14 +786,16 @@ def deactivate_viewer(
782
786
 
783
787
  def default_group_width_set(
784
788
  execution_context: int | str | None = None, undo: bool | None = None
785
- ):
789
+ ) -> None:
786
790
  """Set the width based on the parent group node in the current context
787
791
 
788
792
  :type execution_context: int | str | None
789
793
  :type undo: bool | None
790
794
  """
791
795
 
792
- def delete(execution_context: int | str | None = None, undo: bool | None = None):
796
+ def delete(
797
+ execution_context: int | str | None = None, undo: bool | None = None
798
+ ) -> None:
793
799
  """Remove selected nodes
794
800
 
795
801
  :type execution_context: int | str | None
@@ -798,14 +804,16 @@ def delete(execution_context: int | str | None = None, undo: bool | None = None)
798
804
 
799
805
  def delete_reconnect(
800
806
  execution_context: int | str | None = None, undo: bool | None = None
801
- ):
807
+ ) -> None:
802
808
  """Remove nodes and reconnect nodes as if deletion was muted
803
809
 
804
810
  :type execution_context: int | str | None
805
811
  :type undo: bool | None
806
812
  """
807
813
 
808
- def detach(execution_context: int | str | None = None, undo: bool | None = None):
814
+ def detach(
815
+ execution_context: int | str | None = None, undo: bool | None = None
816
+ ) -> None:
809
817
  """Detach selected nodes from parents
810
818
 
811
819
  :type execution_context: int | str | None
@@ -820,7 +828,7 @@ def detach_translate_attach(
820
828
  NODE_OT_detach: detach | None = None,
821
829
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
822
830
  NODE_OT_attach: attach | None = None,
823
- ):
831
+ ) -> None:
824
832
  """Detach nodes, move and attach to frame
825
833
 
826
834
  :type execution_context: int | str | None
@@ -840,7 +848,7 @@ def duplicate(
840
848
  *,
841
849
  keep_inputs: bool | None = False,
842
850
  linked: bool | None = True,
843
- ):
851
+ ) -> None:
844
852
  """Duplicate selected nodes
845
853
 
846
854
  :type execution_context: int | str | None
@@ -858,7 +866,7 @@ def duplicate_move(
858
866
  *,
859
867
  NODE_OT_duplicate: duplicate | None = None,
860
868
  NODE_OT_translate_attach: translate_attach | None = None,
861
- ):
869
+ ) -> None:
862
870
  """Duplicate selected nodes and move them
863
871
 
864
872
  :type execution_context: int | str | None
@@ -876,7 +884,7 @@ def duplicate_move_keep_inputs(
876
884
  *,
877
885
  NODE_OT_duplicate: duplicate | None = None,
878
886
  NODE_OT_translate_attach: translate_attach | None = None,
879
- ):
887
+ ) -> None:
880
888
  """Duplicate selected nodes keeping input links and move them
881
889
 
882
890
  :type execution_context: int | str | None
@@ -894,7 +902,7 @@ def duplicate_move_linked(
894
902
  *,
895
903
  NODE_OT_duplicate: duplicate | None = None,
896
904
  NODE_OT_translate_attach: translate_attach | None = None,
897
- ):
905
+ ) -> None:
898
906
  """Duplicate selected nodes, but not their node trees, and move them
899
907
 
900
908
  :type execution_context: int | str | None
@@ -907,7 +915,7 @@ def duplicate_move_linked(
907
915
 
908
916
  def enum_definition_item_add(
909
917
  execution_context: int | str | None = None, undo: bool | None = None
910
- ):
918
+ ) -> None:
911
919
  """Add item below active item
912
920
 
913
921
  :type execution_context: int | str | None
@@ -920,7 +928,7 @@ def enum_definition_item_move(
920
928
  /,
921
929
  *,
922
930
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
923
- ):
931
+ ) -> None:
924
932
  """Move active item
925
933
 
926
934
  :type execution_context: int | str | None
@@ -931,7 +939,7 @@ def enum_definition_item_move(
931
939
 
932
940
  def enum_definition_item_remove(
933
941
  execution_context: int | str | None = None, undo: bool | None = None
934
- ):
942
+ ) -> None:
935
943
  """Remove active item
936
944
 
937
945
  :type execution_context: int | str | None
@@ -940,7 +948,7 @@ def enum_definition_item_remove(
940
948
 
941
949
  def evaluate_closure_input_item_add(
942
950
  execution_context: int | str | None = None, undo: bool | None = None
943
- ):
951
+ ) -> None:
944
952
  """Add item below active item
945
953
 
946
954
  :type execution_context: int | str | None
@@ -953,7 +961,7 @@ def evaluate_closure_input_item_move(
953
961
  /,
954
962
  *,
955
963
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
956
- ):
964
+ ) -> None:
957
965
  """Move active item
958
966
 
959
967
  :type execution_context: int | str | None
@@ -964,7 +972,7 @@ def evaluate_closure_input_item_move(
964
972
 
965
973
  def evaluate_closure_input_item_remove(
966
974
  execution_context: int | str | None = None, undo: bool | None = None
967
- ):
975
+ ) -> None:
968
976
  """Remove active item
969
977
 
970
978
  :type execution_context: int | str | None
@@ -973,7 +981,7 @@ def evaluate_closure_input_item_remove(
973
981
 
974
982
  def evaluate_closure_output_item_add(
975
983
  execution_context: int | str | None = None, undo: bool | None = None
976
- ):
984
+ ) -> None:
977
985
  """Add item below active item
978
986
 
979
987
  :type execution_context: int | str | None
@@ -986,7 +994,7 @@ def evaluate_closure_output_item_move(
986
994
  /,
987
995
  *,
988
996
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
989
- ):
997
+ ) -> None:
990
998
  """Move active item
991
999
 
992
1000
  :type execution_context: int | str | None
@@ -997,14 +1005,16 @@ def evaluate_closure_output_item_move(
997
1005
 
998
1006
  def evaluate_closure_output_item_remove(
999
1007
  execution_context: int | str | None = None, undo: bool | None = None
1000
- ):
1008
+ ) -> None:
1001
1009
  """Remove active item
1002
1010
 
1003
1011
  :type execution_context: int | str | None
1004
1012
  :type undo: bool | None
1005
1013
  """
1006
1014
 
1007
- def find_node(execution_context: int | str | None = None, undo: bool | None = None):
1015
+ def find_node(
1016
+ execution_context: int | str | None = None, undo: bool | None = None
1017
+ ) -> None:
1008
1018
  """Search for a node by name and focus and select it
1009
1019
 
1010
1020
  :type execution_context: int | str | None
@@ -1013,7 +1023,7 @@ def find_node(execution_context: int | str | None = None, undo: bool | None = No
1013
1023
 
1014
1024
  def foreach_geometry_element_zone_generation_item_add(
1015
1025
  execution_context: int | str | None = None, undo: bool | None = None
1016
- ):
1026
+ ) -> None:
1017
1027
  """Add item below active item
1018
1028
 
1019
1029
  :type execution_context: int | str | None
@@ -1026,7 +1036,7 @@ def foreach_geometry_element_zone_generation_item_move(
1026
1036
  /,
1027
1037
  *,
1028
1038
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
1029
- ):
1039
+ ) -> None:
1030
1040
  """Move active item
1031
1041
 
1032
1042
  :type execution_context: int | str | None
@@ -1037,7 +1047,7 @@ def foreach_geometry_element_zone_generation_item_move(
1037
1047
 
1038
1048
  def foreach_geometry_element_zone_generation_item_remove(
1039
1049
  execution_context: int | str | None = None, undo: bool | None = None
1040
- ):
1050
+ ) -> None:
1041
1051
  """Remove active item
1042
1052
 
1043
1053
  :type execution_context: int | str | None
@@ -1046,7 +1056,7 @@ def foreach_geometry_element_zone_generation_item_remove(
1046
1056
 
1047
1057
  def foreach_geometry_element_zone_input_item_add(
1048
1058
  execution_context: int | str | None = None, undo: bool | None = None
1049
- ):
1059
+ ) -> None:
1050
1060
  """Add item below active item
1051
1061
 
1052
1062
  :type execution_context: int | str | None
@@ -1059,7 +1069,7 @@ def foreach_geometry_element_zone_input_item_move(
1059
1069
  /,
1060
1070
  *,
1061
1071
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
1062
- ):
1072
+ ) -> None:
1063
1073
  """Move active item
1064
1074
 
1065
1075
  :type execution_context: int | str | None
@@ -1070,7 +1080,7 @@ def foreach_geometry_element_zone_input_item_move(
1070
1080
 
1071
1081
  def foreach_geometry_element_zone_input_item_remove(
1072
1082
  execution_context: int | str | None = None, undo: bool | None = None
1073
- ):
1083
+ ) -> None:
1074
1084
  """Remove active item
1075
1085
 
1076
1086
  :type execution_context: int | str | None
@@ -1079,7 +1089,7 @@ def foreach_geometry_element_zone_input_item_remove(
1079
1089
 
1080
1090
  def foreach_geometry_element_zone_main_item_add(
1081
1091
  execution_context: int | str | None = None, undo: bool | None = None
1082
- ):
1092
+ ) -> None:
1083
1093
  """Add item below active item
1084
1094
 
1085
1095
  :type execution_context: int | str | None
@@ -1092,7 +1102,7 @@ def foreach_geometry_element_zone_main_item_move(
1092
1102
  /,
1093
1103
  *,
1094
1104
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
1095
- ):
1105
+ ) -> None:
1096
1106
  """Move active item
1097
1107
 
1098
1108
  :type execution_context: int | str | None
@@ -1103,7 +1113,7 @@ def foreach_geometry_element_zone_main_item_move(
1103
1113
 
1104
1114
  def foreach_geometry_element_zone_main_item_remove(
1105
1115
  execution_context: int | str | None = None, undo: bool | None = None
1106
- ):
1116
+ ) -> None:
1107
1117
  """Remove active item
1108
1118
 
1109
1119
  :type execution_context: int | str | None
@@ -1112,7 +1122,7 @@ def foreach_geometry_element_zone_main_item_remove(
1112
1122
 
1113
1123
  def format_string_item_add(
1114
1124
  execution_context: int | str | None = None, undo: bool | None = None
1115
- ):
1125
+ ) -> None:
1116
1126
  """Add item below active item
1117
1127
 
1118
1128
  :type execution_context: int | str | None
@@ -1125,7 +1135,7 @@ def format_string_item_move(
1125
1135
  /,
1126
1136
  *,
1127
1137
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
1128
- ):
1138
+ ) -> None:
1129
1139
  """Move active item
1130
1140
 
1131
1141
  :type execution_context: int | str | None
@@ -1136,7 +1146,7 @@ def format_string_item_move(
1136
1146
 
1137
1147
  def format_string_item_remove(
1138
1148
  execution_context: int | str | None = None, undo: bool | None = None
1139
- ):
1149
+ ) -> None:
1140
1150
  """Remove active item
1141
1151
 
1142
1152
  :type execution_context: int | str | None
@@ -1145,7 +1155,7 @@ def format_string_item_remove(
1145
1155
 
1146
1156
  def gltf_settings_node_operator(
1147
1157
  execution_context: int | str | None = None, undo: bool | None = None
1148
- ):
1158
+ ) -> None:
1149
1159
  """Add a node to the active tree for glTF export
1150
1160
 
1151
1161
  :type execution_context: int | str | None
@@ -1158,7 +1168,7 @@ def group_edit(
1158
1168
  /,
1159
1169
  *,
1160
1170
  exit: bool | None = False,
1161
- ):
1171
+ ) -> None:
1162
1172
  """Edit node group
1163
1173
 
1164
1174
  :type execution_context: int | str | None
@@ -1167,14 +1177,18 @@ def group_edit(
1167
1177
  :type exit: bool | None
1168
1178
  """
1169
1179
 
1170
- def group_insert(execution_context: int | str | None = None, undo: bool | None = None):
1180
+ def group_insert(
1181
+ execution_context: int | str | None = None, undo: bool | None = None
1182
+ ) -> None:
1171
1183
  """Insert selected nodes into a node group
1172
1184
 
1173
1185
  :type execution_context: int | str | None
1174
1186
  :type undo: bool | None
1175
1187
  """
1176
1188
 
1177
- def group_make(execution_context: int | str | None = None, undo: bool | None = None):
1189
+ def group_make(
1190
+ execution_context: int | str | None = None, undo: bool | None = None
1191
+ ) -> None:
1178
1192
  """Make group from selected nodes
1179
1193
 
1180
1194
  :type execution_context: int | str | None
@@ -1187,7 +1201,7 @@ def group_separate(
1187
1201
  /,
1188
1202
  *,
1189
1203
  type: typing.Literal["COPY", "MOVE"] | None = "COPY",
1190
- ):
1204
+ ) -> None:
1191
1205
  """Separate selected nodes from the node group
1192
1206
 
1193
1207
  :type execution_context: int | str | None
@@ -1202,7 +1216,9 @@ def group_separate(
1202
1216
  :type type: typing.Literal['COPY','MOVE'] | None
1203
1217
  """
1204
1218
 
1205
- def group_ungroup(execution_context: int | str | None = None, undo: bool | None = None):
1219
+ def group_ungroup(
1220
+ execution_context: int | str | None = None, undo: bool | None = None
1221
+ ) -> None:
1206
1222
  """Ungroup selected nodes
1207
1223
 
1208
1224
  :type execution_context: int | str | None
@@ -1211,14 +1227,16 @@ def group_ungroup(execution_context: int | str | None = None, undo: bool | None
1211
1227
 
1212
1228
  def hide_socket_toggle(
1213
1229
  execution_context: int | str | None = None, undo: bool | None = None
1214
- ):
1230
+ ) -> None:
1215
1231
  """Toggle unused node socket display
1216
1232
 
1217
1233
  :type execution_context: int | str | None
1218
1234
  :type undo: bool | None
1219
1235
  """
1220
1236
 
1221
- def hide_toggle(execution_context: int | str | None = None, undo: bool | None = None):
1237
+ def hide_toggle(
1238
+ execution_context: int | str | None = None, undo: bool | None = None
1239
+ ) -> None:
1222
1240
  """Toggle hiding of selected nodes
1223
1241
 
1224
1242
  :type execution_context: int | str | None
@@ -1227,7 +1245,7 @@ def hide_toggle(execution_context: int | str | None = None, undo: bool | None =
1227
1245
 
1228
1246
  def index_switch_item_add(
1229
1247
  execution_context: int | str | None = None, undo: bool | None = None
1230
- ):
1248
+ ) -> None:
1231
1249
  """Add bake item
1232
1250
 
1233
1251
  :type execution_context: int | str | None
@@ -1240,7 +1258,7 @@ def index_switch_item_remove(
1240
1258
  /,
1241
1259
  *,
1242
1260
  index: int | None = 0,
1243
- ):
1261
+ ) -> None:
1244
1262
  """Remove an item from the index switch
1245
1263
 
1246
1264
  :type execution_context: int | str | None
@@ -1249,7 +1267,9 @@ def index_switch_item_remove(
1249
1267
  :type index: int | None
1250
1268
  """
1251
1269
 
1252
- def insert_offset(execution_context: int | str | None = None, undo: bool | None = None):
1270
+ def insert_offset(
1271
+ execution_context: int | str | None = None, undo: bool | None = None
1272
+ ) -> None:
1253
1273
  """Automatically offset nodes on insertion
1254
1274
 
1255
1275
  :type execution_context: int | str | None
@@ -1258,7 +1278,7 @@ def insert_offset(execution_context: int | str | None = None, undo: bool | None
1258
1278
 
1259
1279
  def interface_item_duplicate(
1260
1280
  execution_context: int | str | None = None, undo: bool | None = None
1261
- ):
1281
+ ) -> None:
1262
1282
  """Add a copy of the active item to the interface
1263
1283
 
1264
1284
  :type execution_context: int | str | None
@@ -1267,7 +1287,7 @@ def interface_item_duplicate(
1267
1287
 
1268
1288
  def interface_item_make_panel_toggle(
1269
1289
  execution_context: int | str | None = None, undo: bool | None = None
1270
- ):
1290
+ ) -> None:
1271
1291
  """Make the active boolean socket a toggle for its parent panel
1272
1292
 
1273
1293
  :type execution_context: int | str | None
@@ -1280,7 +1300,7 @@ def interface_item_new(
1280
1300
  /,
1281
1301
  *,
1282
1302
  item_type: str | None = "",
1283
- ):
1303
+ ) -> None:
1284
1304
  """Add a new item to the interface
1285
1305
 
1286
1306
  :type execution_context: int | str | None
@@ -1291,7 +1311,7 @@ def interface_item_new(
1291
1311
 
1292
1312
  def interface_item_remove(
1293
1313
  execution_context: int | str | None = None, undo: bool | None = None
1294
- ):
1314
+ ) -> None:
1295
1315
  """Remove active item from the interface
1296
1316
 
1297
1317
  :type execution_context: int | str | None
@@ -1300,14 +1320,14 @@ def interface_item_remove(
1300
1320
 
1301
1321
  def interface_item_unlink_panel_toggle(
1302
1322
  execution_context: int | str | None = None, undo: bool | None = None
1303
- ):
1323
+ ) -> None:
1304
1324
  """Make the panel toggle a stand-alone socket
1305
1325
 
1306
1326
  :type execution_context: int | str | None
1307
1327
  :type undo: bool | None
1308
1328
  """
1309
1329
 
1310
- def join(execution_context: int | str | None = None, undo: bool | None = None):
1330
+ def join(execution_context: int | str | None = None, undo: bool | None = None) -> None:
1311
1331
  """Attach selected nodes to a new common frame
1312
1332
 
1313
1333
  :type execution_context: int | str | None
@@ -1321,7 +1341,7 @@ def join_named(
1321
1341
  *,
1322
1342
  NODE_OT_join: join | None = None,
1323
1343
  WM_OT_call_panel: bpy.ops.wm.call_panel | None = None,
1324
- ):
1344
+ ) -> None:
1325
1345
  """Create a new frame node around the selected nodes and name it immediately
1326
1346
 
1327
1347
  :type execution_context: int | str | None
@@ -1345,7 +1365,7 @@ def link(
1345
1365
  max_speed: float | None = 26.0,
1346
1366
  delay: float | None = 0.5,
1347
1367
  zoom_influence: float | None = 0.5,
1348
- ):
1368
+ ) -> None:
1349
1369
  """Use the mouse to create a link between two nodes
1350
1370
 
1351
1371
  :type execution_context: int | str | None
@@ -1374,7 +1394,7 @@ def link_make(
1374
1394
  /,
1375
1395
  *,
1376
1396
  replace: bool | None = False,
1377
- ):
1397
+ ) -> None:
1378
1398
  """Make a link between selected output and input sockets
1379
1399
 
1380
1400
  :type execution_context: int | str | None
@@ -1383,7 +1403,9 @@ def link_make(
1383
1403
  :type replace: bool | None
1384
1404
  """
1385
1405
 
1386
- def link_viewer(execution_context: int | str | None = None, undo: bool | None = None):
1406
+ def link_viewer(
1407
+ execution_context: int | str | None = None, undo: bool | None = None
1408
+ ) -> None:
1387
1409
  """Link to viewer node
1388
1410
 
1389
1411
  :type execution_context: int | str | None
@@ -1397,7 +1419,7 @@ def links_cut(
1397
1419
  *,
1398
1420
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
1399
1421
  cursor: int | None = 15,
1400
- ):
1422
+ ) -> None:
1401
1423
  """Use the mouse to cut (remove) some links
1402
1424
 
1403
1425
  :type execution_context: int | str | None
@@ -1408,7 +1430,9 @@ def links_cut(
1408
1430
  :type cursor: int | None
1409
1431
  """
1410
1432
 
1411
- def links_detach(execution_context: int | str | None = None, undo: bool | None = None):
1433
+ def links_detach(
1434
+ execution_context: int | str | None = None, undo: bool | None = None
1435
+ ) -> None:
1412
1436
  """Remove all links to selected nodes, and try to connect neighbor nodes together
1413
1437
 
1414
1438
  :type execution_context: int | str | None
@@ -1422,7 +1446,7 @@ def links_mute(
1422
1446
  *,
1423
1447
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
1424
1448
  cursor: int | None = 39,
1425
- ):
1449
+ ) -> None:
1426
1450
  """Use the mouse to mute links
1427
1451
 
1428
1452
  :type execution_context: int | str | None
@@ -1440,7 +1464,7 @@ def move_detach_links(
1440
1464
  *,
1441
1465
  NODE_OT_links_detach: links_detach | None = None,
1442
1466
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
1443
- ):
1467
+ ) -> None:
1444
1468
  """Move a node to detach links
1445
1469
 
1446
1470
  :type execution_context: int | str | None
@@ -1458,7 +1482,7 @@ def move_detach_links_release(
1458
1482
  *,
1459
1483
  NODE_OT_links_detach: links_detach | None = None,
1460
1484
  NODE_OT_translate_attach: translate_attach | None = None,
1461
- ):
1485
+ ) -> None:
1462
1486
  """Move a node to detach links
1463
1487
 
1464
1488
  :type execution_context: int | str | None
@@ -1469,7 +1493,9 @@ def move_detach_links_release(
1469
1493
  :type NODE_OT_translate_attach: translate_attach | None
1470
1494
  """
1471
1495
 
1472
- def mute_toggle(execution_context: int | str | None = None, undo: bool | None = None):
1496
+ def mute_toggle(
1497
+ execution_context: int | str | None = None, undo: bool | None = None
1498
+ ) -> None:
1473
1499
  """Toggle muting of selected nodes
1474
1500
 
1475
1501
  :type execution_context: int | str | None
@@ -1478,7 +1504,7 @@ def mute_toggle(execution_context: int | str | None = None, undo: bool | None =
1478
1504
 
1479
1505
  def new_geometry_node_group_assign(
1480
1506
  execution_context: int | str | None = None, undo: bool | None = None
1481
- ):
1507
+ ) -> None:
1482
1508
  """Create a new geometry node group and assign it to the active modifier
1483
1509
 
1484
1510
  :type execution_context: int | str | None
@@ -1487,7 +1513,7 @@ def new_geometry_node_group_assign(
1487
1513
 
1488
1514
  def new_geometry_node_group_tool(
1489
1515
  execution_context: int | str | None = None, undo: bool | None = None
1490
- ):
1516
+ ) -> None:
1491
1517
  """Create a new geometry node group for a tool
1492
1518
 
1493
1519
  :type execution_context: int | str | None
@@ -1496,7 +1522,7 @@ def new_geometry_node_group_tool(
1496
1522
 
1497
1523
  def new_geometry_nodes_modifier(
1498
1524
  execution_context: int | str | None = None, undo: bool | None = None
1499
- ):
1525
+ ) -> None:
1500
1526
  """Create a new modifier with a new geometry node group
1501
1527
 
1502
1528
  :type execution_context: int | str | None
@@ -1510,7 +1536,7 @@ def new_node_tree(
1510
1536
  *,
1511
1537
  type: str | None = "",
1512
1538
  name: str = "NodeTree",
1513
- ):
1539
+ ) -> None:
1514
1540
  """Create a new node tree
1515
1541
 
1516
1542
  :type execution_context: int | str | None
@@ -1529,7 +1555,7 @@ def node_color_preset_add(
1529
1555
  name: str = "",
1530
1556
  remove_name: bool | None = False,
1531
1557
  remove_active: bool | None = False,
1532
- ):
1558
+ ) -> None:
1533
1559
  """Add or remove a Node Color Preset
1534
1560
 
1535
1561
  :type execution_context: int | str | None
@@ -1544,7 +1570,7 @@ def node_color_preset_add(
1544
1570
 
1545
1571
  def node_copy_color(
1546
1572
  execution_context: int | str | None = None, undo: bool | None = None
1547
- ):
1573
+ ) -> None:
1548
1574
  """Copy color to all selected nodes
1549
1575
 
1550
1576
  :type execution_context: int | str | None
@@ -1553,7 +1579,7 @@ def node_copy_color(
1553
1579
 
1554
1580
  def options_toggle(
1555
1581
  execution_context: int | str | None = None, undo: bool | None = None
1556
- ):
1582
+ ) -> None:
1557
1583
  """Toggle option buttons display for selected nodes
1558
1584
 
1559
1585
  :type execution_context: int | str | None
@@ -1566,7 +1592,7 @@ def output_file_add_socket(
1566
1592
  /,
1567
1593
  *,
1568
1594
  file_path: str = "Image",
1569
- ):
1595
+ ) -> None:
1570
1596
  """Add a new input to a file output node
1571
1597
 
1572
1598
  :type execution_context: int | str | None
@@ -1581,7 +1607,7 @@ def output_file_move_active_socket(
1581
1607
  /,
1582
1608
  *,
1583
1609
  direction: typing.Literal["UP", "DOWN"] | None = "DOWN",
1584
- ):
1610
+ ) -> None:
1585
1611
  """Move the active input of a file output node up or down the list
1586
1612
 
1587
1613
  :type execution_context: int | str | None
@@ -1592,14 +1618,16 @@ def output_file_move_active_socket(
1592
1618
 
1593
1619
  def output_file_remove_active_socket(
1594
1620
  execution_context: int | str | None = None, undo: bool | None = None
1595
- ):
1621
+ ) -> None:
1596
1622
  """Remove the active input from a file output node
1597
1623
 
1598
1624
  :type execution_context: int | str | None
1599
1625
  :type undo: bool | None
1600
1626
  """
1601
1627
 
1602
- def parent_set(execution_context: int | str | None = None, undo: bool | None = None):
1628
+ def parent_set(
1629
+ execution_context: int | str | None = None, undo: bool | None = None
1630
+ ) -> None:
1603
1631
  """Attach selected nodes
1604
1632
 
1605
1633
  :type execution_context: int | str | None
@@ -1608,7 +1636,7 @@ def parent_set(execution_context: int | str | None = None, undo: bool | None = N
1608
1636
 
1609
1637
  def preview_toggle(
1610
1638
  execution_context: int | str | None = None, undo: bool | None = None
1611
- ):
1639
+ ) -> None:
1612
1640
  """Toggle preview display for selected nodes
1613
1641
 
1614
1642
  :type execution_context: int | str | None
@@ -1617,7 +1645,7 @@ def preview_toggle(
1617
1645
 
1618
1646
  def read_viewlayers(
1619
1647
  execution_context: int | str | None = None, undo: bool | None = None
1620
- ):
1648
+ ) -> None:
1621
1649
  """Read all render layers of all used scenes
1622
1650
 
1623
1651
  :type execution_context: int | str | None
@@ -1626,7 +1654,7 @@ def read_viewlayers(
1626
1654
 
1627
1655
  def render_changed(
1628
1656
  execution_context: int | str | None = None, undo: bool | None = None
1629
- ):
1657
+ ) -> None:
1630
1658
  """Render current scene, when input node's layer has been changed
1631
1659
 
1632
1660
  :type execution_context: int | str | None
@@ -1635,7 +1663,7 @@ def render_changed(
1635
1663
 
1636
1664
  def repeat_zone_item_add(
1637
1665
  execution_context: int | str | None = None, undo: bool | None = None
1638
- ):
1666
+ ) -> None:
1639
1667
  """Add item below active item
1640
1668
 
1641
1669
  :type execution_context: int | str | None
@@ -1648,7 +1676,7 @@ def repeat_zone_item_move(
1648
1676
  /,
1649
1677
  *,
1650
1678
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
1651
- ):
1679
+ ) -> None:
1652
1680
  """Move active item
1653
1681
 
1654
1682
  :type execution_context: int | str | None
@@ -1659,14 +1687,16 @@ def repeat_zone_item_move(
1659
1687
 
1660
1688
  def repeat_zone_item_remove(
1661
1689
  execution_context: int | str | None = None, undo: bool | None = None
1662
- ):
1690
+ ) -> None:
1663
1691
  """Remove active item
1664
1692
 
1665
1693
  :type execution_context: int | str | None
1666
1694
  :type undo: bool | None
1667
1695
  """
1668
1696
 
1669
- def resize(execution_context: int | str | None = None, undo: bool | None = None):
1697
+ def resize(
1698
+ execution_context: int | str | None = None, undo: bool | None = None
1699
+ ) -> None:
1670
1700
  """Resize a node
1671
1701
 
1672
1702
  :type execution_context: int | str | None
@@ -1686,7 +1716,7 @@ def select(
1686
1716
  location: collections.abc.Iterable[int] | None = (0, 0),
1687
1717
  socket_select: bool | None = False,
1688
1718
  clear_viewer: bool | None = False,
1689
- ):
1719
+ ) -> None:
1690
1720
  """Select the node under the cursor
1691
1721
 
1692
1722
  :type execution_context: int | str | None
@@ -1715,7 +1745,7 @@ def select_all(
1715
1745
  /,
1716
1746
  *,
1717
1747
  action: typing.Literal["TOGGLE", "SELECT", "DESELECT", "INVERT"] | None = "TOGGLE",
1718
- ):
1748
+ ) -> None:
1719
1749
  """(De)select all nodes
1720
1750
 
1721
1751
  :type execution_context: int | str | None
@@ -1748,7 +1778,7 @@ def select_box(
1748
1778
  ymax: int | None = 0,
1749
1779
  wait_for_input: bool | None = True,
1750
1780
  mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
1751
- ):
1781
+ ) -> None:
1752
1782
  """Use box selection to select nodes
1753
1783
 
1754
1784
  :type execution_context: int | str | None
@@ -1788,7 +1818,7 @@ def select_circle(
1788
1818
  radius: int | None = 25,
1789
1819
  wait_for_input: bool | None = True,
1790
1820
  mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
1791
- ):
1821
+ ) -> None:
1792
1822
  """Use circle selection to select nodes
1793
1823
 
1794
1824
  :type execution_context: int | str | None
@@ -1821,7 +1851,7 @@ def select_grouped(
1821
1851
  *,
1822
1852
  extend: bool | None = False,
1823
1853
  type: typing.Literal["TYPE", "COLOR", "PREFIX", "SUFFIX"] | None = "TYPE",
1824
- ):
1854
+ ) -> None:
1825
1855
  """Select nodes with similar properties
1826
1856
 
1827
1857
  :type execution_context: int | str | None
@@ -1843,7 +1873,7 @@ def select_lasso(
1843
1873
  smooth_stroke_factor: float | None = 0.75,
1844
1874
  smooth_stroke_radius: int | None = 35,
1845
1875
  mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
1846
- ):
1876
+ ) -> None:
1847
1877
  """Select nodes using lasso selection
1848
1878
 
1849
1879
  :type execution_context: int | str | None
@@ -1878,7 +1908,7 @@ def select_link_viewer(
1878
1908
  *,
1879
1909
  NODE_OT_select: select | None = None,
1880
1910
  NODE_OT_link_viewer: link_viewer | None = None,
1881
- ):
1911
+ ) -> None:
1882
1912
  """Select node and link it to a viewer node
1883
1913
 
1884
1914
  :type execution_context: int | str | None
@@ -1891,7 +1921,7 @@ def select_link_viewer(
1891
1921
 
1892
1922
  def select_linked_from(
1893
1923
  execution_context: int | str | None = None, undo: bool | None = None
1894
- ):
1924
+ ) -> None:
1895
1925
  """Select nodes linked from the selected ones
1896
1926
 
1897
1927
  :type execution_context: int | str | None
@@ -1900,7 +1930,7 @@ def select_linked_from(
1900
1930
 
1901
1931
  def select_linked_to(
1902
1932
  execution_context: int | str | None = None, undo: bool | None = None
1903
- ):
1933
+ ) -> None:
1904
1934
  """Select nodes linked to the selected ones
1905
1935
 
1906
1936
  :type execution_context: int | str | None
@@ -1913,7 +1943,7 @@ def select_same_type_step(
1913
1943
  /,
1914
1944
  *,
1915
1945
  prev: bool | None = False,
1916
- ):
1946
+ ) -> None:
1917
1947
  """Activate and view same node type, step by step
1918
1948
 
1919
1949
  :type execution_context: int | str | None
@@ -1924,7 +1954,7 @@ def select_same_type_step(
1924
1954
 
1925
1955
  def separate_bundle_item_add(
1926
1956
  execution_context: int | str | None = None, undo: bool | None = None
1927
- ):
1957
+ ) -> None:
1928
1958
  """Add item below active item
1929
1959
 
1930
1960
  :type execution_context: int | str | None
@@ -1937,7 +1967,7 @@ def separate_bundle_item_move(
1937
1967
  /,
1938
1968
  *,
1939
1969
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
1940
- ):
1970
+ ) -> None:
1941
1971
  """Move active item
1942
1972
 
1943
1973
  :type execution_context: int | str | None
@@ -1948,7 +1978,7 @@ def separate_bundle_item_move(
1948
1978
 
1949
1979
  def separate_bundle_item_remove(
1950
1980
  execution_context: int | str | None = None, undo: bool | None = None
1951
- ):
1981
+ ) -> None:
1952
1982
  """Remove active item
1953
1983
 
1954
1984
  :type execution_context: int | str | None
@@ -1957,7 +1987,7 @@ def separate_bundle_item_remove(
1957
1987
 
1958
1988
  def shader_script_update(
1959
1989
  execution_context: int | str | None = None, undo: bool | None = None
1960
- ):
1990
+ ) -> None:
1961
1991
  """Update shader script node with new sockets and options from the script
1962
1992
 
1963
1993
  :type execution_context: int | str | None
@@ -1966,7 +1996,7 @@ def shader_script_update(
1966
1996
 
1967
1997
  def simulation_zone_item_add(
1968
1998
  execution_context: int | str | None = None, undo: bool | None = None
1969
- ):
1999
+ ) -> None:
1970
2000
  """Add item below active item
1971
2001
 
1972
2002
  :type execution_context: int | str | None
@@ -1979,7 +2009,7 @@ def simulation_zone_item_move(
1979
2009
  /,
1980
2010
  *,
1981
2011
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
1982
- ):
2012
+ ) -> None:
1983
2013
  """Move active item
1984
2014
 
1985
2015
  :type execution_context: int | str | None
@@ -1990,7 +2020,7 @@ def simulation_zone_item_move(
1990
2020
 
1991
2021
  def simulation_zone_item_remove(
1992
2022
  execution_context: int | str | None = None, undo: bool | None = None
1993
- ):
2023
+ ) -> None:
1994
2024
  """Remove active item
1995
2025
 
1996
2026
  :type execution_context: int | str | None
@@ -2004,7 +2034,7 @@ def translate_attach(
2004
2034
  *,
2005
2035
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
2006
2036
  NODE_OT_attach: attach | None = None,
2007
- ):
2037
+ ) -> None:
2008
2038
  """Move nodes and attach to frame
2009
2039
 
2010
2040
  :type execution_context: int | str | None
@@ -2022,7 +2052,7 @@ def translate_attach_remove_on_cancel(
2022
2052
  *,
2023
2053
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
2024
2054
  NODE_OT_attach: attach | None = None,
2025
- ):
2055
+ ) -> None:
2026
2056
  """Move nodes and attach to frame
2027
2057
 
2028
2058
  :type execution_context: int | str | None
@@ -2035,21 +2065,25 @@ def translate_attach_remove_on_cancel(
2035
2065
 
2036
2066
  def tree_path_parent(
2037
2067
  execution_context: int | str | None = None, undo: bool | None = None
2038
- ):
2068
+ ) -> None:
2039
2069
  """Go to parent node tree
2040
2070
 
2041
2071
  :type execution_context: int | str | None
2042
2072
  :type undo: bool | None
2043
2073
  """
2044
2074
 
2045
- def view_all(execution_context: int | str | None = None, undo: bool | None = None):
2075
+ def view_all(
2076
+ execution_context: int | str | None = None, undo: bool | None = None
2077
+ ) -> None:
2046
2078
  """Resize view so you can see all nodes
2047
2079
 
2048
2080
  :type execution_context: int | str | None
2049
2081
  :type undo: bool | None
2050
2082
  """
2051
2083
 
2052
- def view_selected(execution_context: int | str | None = None, undo: bool | None = None):
2084
+ def view_selected(
2085
+ execution_context: int | str | None = None, undo: bool | None = None
2086
+ ) -> None:
2053
2087
  """Resize view so you can see selected nodes
2054
2088
 
2055
2089
  :type execution_context: int | str | None
@@ -2066,7 +2100,7 @@ def viewer_border(
2066
2100
  ymin: int | None = 0,
2067
2101
  ymax: int | None = 0,
2068
2102
  wait_for_input: bool | None = True,
2069
- ):
2103
+ ) -> None:
2070
2104
  """Set the boundaries for viewer operations
2071
2105
 
2072
2106
  :type execution_context: int | str | None
@@ -2089,7 +2123,7 @@ def viewer_shortcut_get(
2089
2123
  /,
2090
2124
  *,
2091
2125
  viewer_index: int | None = 0,
2092
- ):
2126
+ ) -> None:
2093
2127
  """Activate a specific compositor viewer node using 1,2,..,9 keys
2094
2128
 
2095
2129
  :type execution_context: int | str | None
@@ -2104,7 +2138,7 @@ def viewer_shortcut_set(
2104
2138
  /,
2105
2139
  *,
2106
2140
  viewer_index: int | None = 0,
2107
- ):
2141
+ ) -> None:
2108
2142
  """Create a compositor viewer shortcut for the selected node by pressing ctrl+1,2,..9
2109
2143
 
2110
2144
  :type execution_context: int | str | None