fake-bpy-module 20250604__py3-none-any.whl → 20250607__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 +25 -58
  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 -50
  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 -75
  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 -307
  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 +15 -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 -20
  161. bpy/ops/boid/__init__.pyi +18 -8
  162. bpy/ops/brush/__init__.pyi +19 -16
  163. bpy/ops/buttons/__init__.pyi +14 -12
  164. bpy/ops/cachefile/__init__.pyi +9 -11
  165. bpy/ops/camera/__init__.pyi +2 -2
  166. bpy/ops/clip/__init__.pyi +112 -95
  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 -16
  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 -43
  180. bpy/ops/fluid/__init__.pyi +36 -14
  181. bpy/ops/font/__init__.pyi +41 -29
  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 -68
  186. bpy/ops/grease_pencil/__init__.pyi +159 -115
  187. bpy/ops/image/__init__.pyi +63 -61
  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 -150
  200. bpy/ops/object/__init__.pyi +262 -251
  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 -38
  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 -45
  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 -115
  219. bpy/ops/sound/__init__.pyi +7 -16
  220. bpy/ops/spreadsheet/__init__.pyi +13 -7
  221. bpy/ops/surface/__init__.pyi +6 -6
  222. bpy/ops/text/__init__.pyi +73 -49
  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 +136 -574
  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 +1237 -1281
  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-20250607.dist-info}/METADATA +1 -1
  252. fake_bpy_module-20250607.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-20250607.dist-info}/WHEEL +0 -0
  284. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250607.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
@@ -201,7 +201,6 @@ def add_image(
201
201
  filter_text: bool | None = False,
202
202
  filter_archive: bool | None = False,
203
203
  filter_btx: bool | None = False,
204
- filter_collada: bool | None = False,
205
204
  filter_alembic: bool | None = False,
206
205
  filter_usd: bool | None = False,
207
206
  filter_obj: bool | None = False,
@@ -227,7 +226,7 @@ def add_image(
227
226
  | None = "",
228
227
  name: str = "",
229
228
  session_uid: int | None = 0,
230
- ):
229
+ ) -> None:
231
230
  """Add a image/movie file as node to the current node editor
232
231
 
233
232
  :type execution_context: int | str | None
@@ -262,8 +261,6 @@ def add_image(
262
261
  :type filter_archive: bool | None
263
262
  :param filter_btx: Filter btx files
264
263
  :type filter_btx: bool | None
265
- :param filter_collada: Filter COLLADA files
266
- :type filter_collada: bool | None
267
264
  :param filter_alembic: Filter Alembic files
268
265
  :type filter_alembic: bool | None
269
266
  :param filter_usd: Filter USD files
@@ -332,7 +329,7 @@ def add_import_node(
332
329
  directory: str = "",
333
330
  files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
334
331
  | None = None,
335
- ):
332
+ ) -> None:
336
333
  """Add an import node to the node tree
337
334
 
338
335
  :type execution_context: int | str | None
@@ -350,7 +347,7 @@ def add_mask(
350
347
  *,
351
348
  name: str = "",
352
349
  session_uid: int | None = 0,
353
- ):
350
+ ) -> None:
354
351
  """Add a mask node to the current node editor
355
352
 
356
353
  :type execution_context: int | str | None
@@ -368,7 +365,7 @@ def add_material(
368
365
  *,
369
366
  name: str = "",
370
367
  session_uid: int | None = 0,
371
- ):
368
+ ) -> None:
372
369
  """Add a material node to the current node editor
373
370
 
374
371
  :type execution_context: int | str | None
@@ -389,7 +386,7 @@ def add_node(
389
386
  | None = None,
390
387
  type: str = "",
391
388
  visible_output: str = "",
392
- ):
389
+ ) -> None:
393
390
  """Add a node to the active tree
394
391
 
395
392
  :type execution_context: int | str | None
@@ -411,7 +408,7 @@ def add_object(
411
408
  *,
412
409
  name: str = "",
413
410
  session_uid: int | None = 0,
414
- ):
411
+ ) -> None:
415
412
  """Add an object info node to the current node editor
416
413
 
417
414
  :type execution_context: int | str | None
@@ -431,7 +428,7 @@ def add_repeat_zone(
431
428
  settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting]
432
429
  | None = None,
433
430
  offset: collections.abc.Iterable[float] | None = (150.0, 0.0),
434
- ):
431
+ ) -> None:
435
432
  """Add a repeat zone that allows executing nodes a dynamic number of times
436
433
 
437
434
  :type execution_context: int | str | None
@@ -451,7 +448,7 @@ def add_reroute(
451
448
  *,
452
449
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
453
450
  cursor: int | None = 11,
454
- ):
451
+ ) -> None:
455
452
  """Add a reroute node
456
453
 
457
454
  :type execution_context: int | str | None
@@ -471,7 +468,7 @@ def add_simulation_zone(
471
468
  settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting]
472
469
  | None = None,
473
470
  offset: collections.abc.Iterable[float] | None = (150.0, 0.0),
474
- ):
471
+ ) -> None:
475
472
  """Add simulation zone input and output nodes to the active tree
476
473
 
477
474
  :type execution_context: int | str | None
@@ -484,14 +481,18 @@ def add_simulation_zone(
484
481
  :type offset: collections.abc.Iterable[float] | None
485
482
  """
486
483
 
487
- def attach(execution_context: int | str | None = None, undo: bool | None = None):
484
+ def attach(
485
+ execution_context: int | str | None = None, undo: bool | None = None
486
+ ) -> None:
488
487
  """Attach active node to a frame
489
488
 
490
489
  :type execution_context: int | str | None
491
490
  :type undo: bool | None
492
491
  """
493
492
 
494
- def backimage_fit(execution_context: int | str | None = None, undo: bool | None = None):
493
+ def backimage_fit(
494
+ execution_context: int | str | None = None, undo: bool | None = None
495
+ ) -> None:
495
496
  """Fit the background image to the view
496
497
 
497
498
  :type execution_context: int | str | None
@@ -500,7 +501,7 @@ def backimage_fit(execution_context: int | str | None = None, undo: bool | None
500
501
 
501
502
  def backimage_move(
502
503
  execution_context: int | str | None = None, undo: bool | None = None
503
- ):
504
+ ) -> None:
504
505
  """Move node backdrop
505
506
 
506
507
  :type execution_context: int | str | None
@@ -509,7 +510,7 @@ def backimage_move(
509
510
 
510
511
  def backimage_sample(
511
512
  execution_context: int | str | None = None, undo: bool | None = None
512
- ):
513
+ ) -> None:
513
514
  """Use mouse to sample background image
514
515
 
515
516
  :type execution_context: int | str | None
@@ -522,7 +523,7 @@ def backimage_zoom(
522
523
  /,
523
524
  *,
524
525
  factor: float | None = 1.2,
525
- ):
526
+ ) -> None:
526
527
  """Zoom in/out the background image
527
528
 
528
529
  :type execution_context: int | str | None
@@ -533,7 +534,7 @@ def backimage_zoom(
533
534
 
534
535
  def bake_node_item_add(
535
536
  execution_context: int | str | None = None, undo: bool | None = None
536
- ):
537
+ ) -> None:
537
538
  """Add item below active item
538
539
 
539
540
  :type execution_context: int | str | None
@@ -546,7 +547,7 @@ def bake_node_item_move(
546
547
  /,
547
548
  *,
548
549
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
549
- ):
550
+ ) -> None:
550
551
  """Move active item
551
552
 
552
553
  :type execution_context: int | str | None
@@ -557,7 +558,7 @@ def bake_node_item_move(
557
558
 
558
559
  def bake_node_item_remove(
559
560
  execution_context: int | str | None = None, undo: bool | None = None
560
- ):
561
+ ) -> None:
561
562
  """Remove active item
562
563
 
563
564
  :type execution_context: int | str | None
@@ -566,7 +567,7 @@ def bake_node_item_remove(
566
567
 
567
568
  def capture_attribute_item_add(
568
569
  execution_context: int | str | None = None, undo: bool | None = None
569
- ):
570
+ ) -> None:
570
571
  """Add item below active item
571
572
 
572
573
  :type execution_context: int | str | None
@@ -579,7 +580,7 @@ def capture_attribute_item_move(
579
580
  /,
580
581
  *,
581
582
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
582
- ):
583
+ ) -> None:
583
584
  """Move active item
584
585
 
585
586
  :type execution_context: int | str | None
@@ -590,7 +591,7 @@ def capture_attribute_item_move(
590
591
 
591
592
  def capture_attribute_item_remove(
592
593
  execution_context: int | str | None = None, undo: bool | None = None
593
- ):
594
+ ) -> None:
594
595
  """Remove active item
595
596
 
596
597
  :type execution_context: int | str | None
@@ -599,7 +600,7 @@ def capture_attribute_item_remove(
599
600
 
600
601
  def clear_viewer_border(
601
602
  execution_context: int | str | None = None, undo: bool | None = None
602
- ):
603
+ ) -> None:
603
604
  """Clear the boundaries for viewer operations
604
605
 
605
606
  :type execution_context: int | str | None
@@ -608,7 +609,7 @@ def clear_viewer_border(
608
609
 
609
610
  def clipboard_copy(
610
611
  execution_context: int | str | None = None, undo: bool | None = None
611
- ):
612
+ ) -> None:
612
613
  """Copy the selected nodes to the internal clipboard
613
614
 
614
615
  :type execution_context: int | str | None
@@ -621,7 +622,7 @@ def clipboard_paste(
621
622
  /,
622
623
  *,
623
624
  offset: collections.abc.Iterable[float] | None = (0.0, 0.0),
624
- ):
625
+ ) -> None:
625
626
  """Paste nodes from the internal clipboard to the active node tree
626
627
 
627
628
  :type execution_context: int | str | None
@@ -632,7 +633,7 @@ def clipboard_paste(
632
633
 
633
634
  def closure_input_item_add(
634
635
  execution_context: int | str | None = None, undo: bool | None = None
635
- ):
636
+ ) -> None:
636
637
  """Add item below active item
637
638
 
638
639
  :type execution_context: int | str | None
@@ -645,7 +646,7 @@ def closure_input_item_move(
645
646
  /,
646
647
  *,
647
648
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
648
- ):
649
+ ) -> None:
649
650
  """Move active item
650
651
 
651
652
  :type execution_context: int | str | None
@@ -656,7 +657,7 @@ def closure_input_item_move(
656
657
 
657
658
  def closure_input_item_remove(
658
659
  execution_context: int | str | None = None, undo: bool | None = None
659
- ):
660
+ ) -> None:
660
661
  """Remove active item
661
662
 
662
663
  :type execution_context: int | str | None
@@ -665,7 +666,7 @@ def closure_input_item_remove(
665
666
 
666
667
  def closure_output_item_add(
667
668
  execution_context: int | str | None = None, undo: bool | None = None
668
- ):
669
+ ) -> None:
669
670
  """Add item below active item
670
671
 
671
672
  :type execution_context: int | str | None
@@ -678,7 +679,7 @@ def closure_output_item_move(
678
679
  /,
679
680
  *,
680
681
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
681
- ):
682
+ ) -> None:
682
683
  """Move active item
683
684
 
684
685
  :type execution_context: int | str | None
@@ -689,7 +690,7 @@ def closure_output_item_move(
689
690
 
690
691
  def closure_output_item_remove(
691
692
  execution_context: int | str | None = None, undo: bool | None = None
692
- ):
693
+ ) -> None:
693
694
  """Remove active item
694
695
 
695
696
  :type execution_context: int | str | None
@@ -698,7 +699,7 @@ def closure_output_item_remove(
698
699
 
699
700
  def collapse_hide_unused_toggle(
700
701
  execution_context: int | str | None = None, undo: bool | None = None
701
- ):
702
+ ) -> None:
702
703
  """Toggle collapsed nodes and hide unused sockets
703
704
 
704
705
  :type execution_context: int | str | None
@@ -707,7 +708,7 @@ def collapse_hide_unused_toggle(
707
708
 
708
709
  def combine_bundle_item_add(
709
710
  execution_context: int | str | None = None, undo: bool | None = None
710
- ):
711
+ ) -> None:
711
712
  """Add item below active item
712
713
 
713
714
  :type execution_context: int | str | None
@@ -720,7 +721,7 @@ def combine_bundle_item_move(
720
721
  /,
721
722
  *,
722
723
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
723
- ):
724
+ ) -> None:
724
725
  """Move active item
725
726
 
726
727
  :type execution_context: int | str | None
@@ -731,7 +732,7 @@ def combine_bundle_item_move(
731
732
 
732
733
  def combine_bundle_item_remove(
733
734
  execution_context: int | str | None = None, undo: bool | None = None
734
- ):
735
+ ) -> None:
735
736
  """Remove active item
736
737
 
737
738
  :type execution_context: int | str | None
@@ -744,7 +745,7 @@ def connect_to_output(
744
745
  /,
745
746
  *,
746
747
  run_in_geometry_nodes: bool | None = True,
747
- ):
748
+ ) -> None:
748
749
  """Connect active node to the active output node of the node tree
749
750
 
750
751
  :type execution_context: int | str | None
@@ -755,7 +756,7 @@ def connect_to_output(
755
756
 
756
757
  def cryptomatte_layer_add(
757
758
  execution_context: int | str | None = None, undo: bool | None = None
758
- ):
759
+ ) -> None:
759
760
  """Add a new input layer to a Cryptomatte node
760
761
 
761
762
  :type execution_context: int | str | None
@@ -764,7 +765,7 @@ def cryptomatte_layer_add(
764
765
 
765
766
  def cryptomatte_layer_remove(
766
767
  execution_context: int | str | None = None, undo: bool | None = None
767
- ):
768
+ ) -> None:
768
769
  """Remove layer from a Cryptomatte node
769
770
 
770
771
  :type execution_context: int | str | None
@@ -773,7 +774,7 @@ def cryptomatte_layer_remove(
773
774
 
774
775
  def deactivate_viewer(
775
776
  execution_context: int | str | None = None, undo: bool | None = None
776
- ):
777
+ ) -> None:
777
778
  """Deactivate selected viewer node in geometry nodes
778
779
 
779
780
  :type execution_context: int | str | None
@@ -782,14 +783,16 @@ def deactivate_viewer(
782
783
 
783
784
  def default_group_width_set(
784
785
  execution_context: int | str | None = None, undo: bool | None = None
785
- ):
786
+ ) -> None:
786
787
  """Set the width based on the parent group node in the current context
787
788
 
788
789
  :type execution_context: int | str | None
789
790
  :type undo: bool | None
790
791
  """
791
792
 
792
- def delete(execution_context: int | str | None = None, undo: bool | None = None):
793
+ def delete(
794
+ execution_context: int | str | None = None, undo: bool | None = None
795
+ ) -> None:
793
796
  """Remove selected nodes
794
797
 
795
798
  :type execution_context: int | str | None
@@ -798,14 +801,16 @@ def delete(execution_context: int | str | None = None, undo: bool | None = None)
798
801
 
799
802
  def delete_reconnect(
800
803
  execution_context: int | str | None = None, undo: bool | None = None
801
- ):
804
+ ) -> None:
802
805
  """Remove nodes and reconnect nodes as if deletion was muted
803
806
 
804
807
  :type execution_context: int | str | None
805
808
  :type undo: bool | None
806
809
  """
807
810
 
808
- def detach(execution_context: int | str | None = None, undo: bool | None = None):
811
+ def detach(
812
+ execution_context: int | str | None = None, undo: bool | None = None
813
+ ) -> None:
809
814
  """Detach selected nodes from parents
810
815
 
811
816
  :type execution_context: int | str | None
@@ -820,7 +825,7 @@ def detach_translate_attach(
820
825
  NODE_OT_detach: detach | None = None,
821
826
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
822
827
  NODE_OT_attach: attach | None = None,
823
- ):
828
+ ) -> None:
824
829
  """Detach nodes, move and attach to frame
825
830
 
826
831
  :type execution_context: int | str | None
@@ -840,7 +845,7 @@ def duplicate(
840
845
  *,
841
846
  keep_inputs: bool | None = False,
842
847
  linked: bool | None = True,
843
- ):
848
+ ) -> None:
844
849
  """Duplicate selected nodes
845
850
 
846
851
  :type execution_context: int | str | None
@@ -858,7 +863,7 @@ def duplicate_move(
858
863
  *,
859
864
  NODE_OT_duplicate: duplicate | None = None,
860
865
  NODE_OT_translate_attach: translate_attach | None = None,
861
- ):
866
+ ) -> None:
862
867
  """Duplicate selected nodes and move them
863
868
 
864
869
  :type execution_context: int | str | None
@@ -876,7 +881,7 @@ def duplicate_move_keep_inputs(
876
881
  *,
877
882
  NODE_OT_duplicate: duplicate | None = None,
878
883
  NODE_OT_translate_attach: translate_attach | None = None,
879
- ):
884
+ ) -> None:
880
885
  """Duplicate selected nodes keeping input links and move them
881
886
 
882
887
  :type execution_context: int | str | None
@@ -894,7 +899,7 @@ def duplicate_move_linked(
894
899
  *,
895
900
  NODE_OT_duplicate: duplicate | None = None,
896
901
  NODE_OT_translate_attach: translate_attach | None = None,
897
- ):
902
+ ) -> None:
898
903
  """Duplicate selected nodes, but not their node trees, and move them
899
904
 
900
905
  :type execution_context: int | str | None
@@ -907,7 +912,7 @@ def duplicate_move_linked(
907
912
 
908
913
  def enum_definition_item_add(
909
914
  execution_context: int | str | None = None, undo: bool | None = None
910
- ):
915
+ ) -> None:
911
916
  """Add item below active item
912
917
 
913
918
  :type execution_context: int | str | None
@@ -920,7 +925,7 @@ def enum_definition_item_move(
920
925
  /,
921
926
  *,
922
927
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
923
- ):
928
+ ) -> None:
924
929
  """Move active item
925
930
 
926
931
  :type execution_context: int | str | None
@@ -931,7 +936,7 @@ def enum_definition_item_move(
931
936
 
932
937
  def enum_definition_item_remove(
933
938
  execution_context: int | str | None = None, undo: bool | None = None
934
- ):
939
+ ) -> None:
935
940
  """Remove active item
936
941
 
937
942
  :type execution_context: int | str | None
@@ -940,7 +945,7 @@ def enum_definition_item_remove(
940
945
 
941
946
  def evaluate_closure_input_item_add(
942
947
  execution_context: int | str | None = None, undo: bool | None = None
943
- ):
948
+ ) -> None:
944
949
  """Add item below active item
945
950
 
946
951
  :type execution_context: int | str | None
@@ -953,7 +958,7 @@ def evaluate_closure_input_item_move(
953
958
  /,
954
959
  *,
955
960
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
956
- ):
961
+ ) -> None:
957
962
  """Move active item
958
963
 
959
964
  :type execution_context: int | str | None
@@ -964,7 +969,7 @@ def evaluate_closure_input_item_move(
964
969
 
965
970
  def evaluate_closure_input_item_remove(
966
971
  execution_context: int | str | None = None, undo: bool | None = None
967
- ):
972
+ ) -> None:
968
973
  """Remove active item
969
974
 
970
975
  :type execution_context: int | str | None
@@ -973,7 +978,7 @@ def evaluate_closure_input_item_remove(
973
978
 
974
979
  def evaluate_closure_output_item_add(
975
980
  execution_context: int | str | None = None, undo: bool | None = None
976
- ):
981
+ ) -> None:
977
982
  """Add item below active item
978
983
 
979
984
  :type execution_context: int | str | None
@@ -986,7 +991,7 @@ def evaluate_closure_output_item_move(
986
991
  /,
987
992
  *,
988
993
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
989
- ):
994
+ ) -> None:
990
995
  """Move active item
991
996
 
992
997
  :type execution_context: int | str | None
@@ -997,14 +1002,16 @@ def evaluate_closure_output_item_move(
997
1002
 
998
1003
  def evaluate_closure_output_item_remove(
999
1004
  execution_context: int | str | None = None, undo: bool | None = None
1000
- ):
1005
+ ) -> None:
1001
1006
  """Remove active item
1002
1007
 
1003
1008
  :type execution_context: int | str | None
1004
1009
  :type undo: bool | None
1005
1010
  """
1006
1011
 
1007
- def find_node(execution_context: int | str | None = None, undo: bool | None = None):
1012
+ def find_node(
1013
+ execution_context: int | str | None = None, undo: bool | None = None
1014
+ ) -> None:
1008
1015
  """Search for a node by name and focus and select it
1009
1016
 
1010
1017
  :type execution_context: int | str | None
@@ -1013,7 +1020,7 @@ def find_node(execution_context: int | str | None = None, undo: bool | None = No
1013
1020
 
1014
1021
  def foreach_geometry_element_zone_generation_item_add(
1015
1022
  execution_context: int | str | None = None, undo: bool | None = None
1016
- ):
1023
+ ) -> None:
1017
1024
  """Add item below active item
1018
1025
 
1019
1026
  :type execution_context: int | str | None
@@ -1026,7 +1033,7 @@ def foreach_geometry_element_zone_generation_item_move(
1026
1033
  /,
1027
1034
  *,
1028
1035
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
1029
- ):
1036
+ ) -> None:
1030
1037
  """Move active item
1031
1038
 
1032
1039
  :type execution_context: int | str | None
@@ -1037,7 +1044,7 @@ def foreach_geometry_element_zone_generation_item_move(
1037
1044
 
1038
1045
  def foreach_geometry_element_zone_generation_item_remove(
1039
1046
  execution_context: int | str | None = None, undo: bool | None = None
1040
- ):
1047
+ ) -> None:
1041
1048
  """Remove active item
1042
1049
 
1043
1050
  :type execution_context: int | str | None
@@ -1046,7 +1053,7 @@ def foreach_geometry_element_zone_generation_item_remove(
1046
1053
 
1047
1054
  def foreach_geometry_element_zone_input_item_add(
1048
1055
  execution_context: int | str | None = None, undo: bool | None = None
1049
- ):
1056
+ ) -> None:
1050
1057
  """Add item below active item
1051
1058
 
1052
1059
  :type execution_context: int | str | None
@@ -1059,7 +1066,7 @@ def foreach_geometry_element_zone_input_item_move(
1059
1066
  /,
1060
1067
  *,
1061
1068
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
1062
- ):
1069
+ ) -> None:
1063
1070
  """Move active item
1064
1071
 
1065
1072
  :type execution_context: int | str | None
@@ -1070,7 +1077,7 @@ def foreach_geometry_element_zone_input_item_move(
1070
1077
 
1071
1078
  def foreach_geometry_element_zone_input_item_remove(
1072
1079
  execution_context: int | str | None = None, undo: bool | None = None
1073
- ):
1080
+ ) -> None:
1074
1081
  """Remove active item
1075
1082
 
1076
1083
  :type execution_context: int | str | None
@@ -1079,7 +1086,7 @@ def foreach_geometry_element_zone_input_item_remove(
1079
1086
 
1080
1087
  def foreach_geometry_element_zone_main_item_add(
1081
1088
  execution_context: int | str | None = None, undo: bool | None = None
1082
- ):
1089
+ ) -> None:
1083
1090
  """Add item below active item
1084
1091
 
1085
1092
  :type execution_context: int | str | None
@@ -1092,7 +1099,7 @@ def foreach_geometry_element_zone_main_item_move(
1092
1099
  /,
1093
1100
  *,
1094
1101
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
1095
- ):
1102
+ ) -> None:
1096
1103
  """Move active item
1097
1104
 
1098
1105
  :type execution_context: int | str | None
@@ -1103,7 +1110,7 @@ def foreach_geometry_element_zone_main_item_move(
1103
1110
 
1104
1111
  def foreach_geometry_element_zone_main_item_remove(
1105
1112
  execution_context: int | str | None = None, undo: bool | None = None
1106
- ):
1113
+ ) -> None:
1107
1114
  """Remove active item
1108
1115
 
1109
1116
  :type execution_context: int | str | None
@@ -1112,7 +1119,7 @@ def foreach_geometry_element_zone_main_item_remove(
1112
1119
 
1113
1120
  def format_string_item_add(
1114
1121
  execution_context: int | str | None = None, undo: bool | None = None
1115
- ):
1122
+ ) -> None:
1116
1123
  """Add item below active item
1117
1124
 
1118
1125
  :type execution_context: int | str | None
@@ -1125,7 +1132,7 @@ def format_string_item_move(
1125
1132
  /,
1126
1133
  *,
1127
1134
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
1128
- ):
1135
+ ) -> None:
1129
1136
  """Move active item
1130
1137
 
1131
1138
  :type execution_context: int | str | None
@@ -1136,7 +1143,7 @@ def format_string_item_move(
1136
1143
 
1137
1144
  def format_string_item_remove(
1138
1145
  execution_context: int | str | None = None, undo: bool | None = None
1139
- ):
1146
+ ) -> None:
1140
1147
  """Remove active item
1141
1148
 
1142
1149
  :type execution_context: int | str | None
@@ -1145,7 +1152,7 @@ def format_string_item_remove(
1145
1152
 
1146
1153
  def gltf_settings_node_operator(
1147
1154
  execution_context: int | str | None = None, undo: bool | None = None
1148
- ):
1155
+ ) -> None:
1149
1156
  """Add a node to the active tree for glTF export
1150
1157
 
1151
1158
  :type execution_context: int | str | None
@@ -1158,7 +1165,7 @@ def group_edit(
1158
1165
  /,
1159
1166
  *,
1160
1167
  exit: bool | None = False,
1161
- ):
1168
+ ) -> None:
1162
1169
  """Edit node group
1163
1170
 
1164
1171
  :type execution_context: int | str | None
@@ -1167,14 +1174,18 @@ def group_edit(
1167
1174
  :type exit: bool | None
1168
1175
  """
1169
1176
 
1170
- def group_insert(execution_context: int | str | None = None, undo: bool | None = None):
1177
+ def group_insert(
1178
+ execution_context: int | str | None = None, undo: bool | None = None
1179
+ ) -> None:
1171
1180
  """Insert selected nodes into a node group
1172
1181
 
1173
1182
  :type execution_context: int | str | None
1174
1183
  :type undo: bool | None
1175
1184
  """
1176
1185
 
1177
- def group_make(execution_context: int | str | None = None, undo: bool | None = None):
1186
+ def group_make(
1187
+ execution_context: int | str | None = None, undo: bool | None = None
1188
+ ) -> None:
1178
1189
  """Make group from selected nodes
1179
1190
 
1180
1191
  :type execution_context: int | str | None
@@ -1187,7 +1198,7 @@ def group_separate(
1187
1198
  /,
1188
1199
  *,
1189
1200
  type: typing.Literal["COPY", "MOVE"] | None = "COPY",
1190
- ):
1201
+ ) -> None:
1191
1202
  """Separate selected nodes from the node group
1192
1203
 
1193
1204
  :type execution_context: int | str | None
@@ -1202,7 +1213,9 @@ def group_separate(
1202
1213
  :type type: typing.Literal['COPY','MOVE'] | None
1203
1214
  """
1204
1215
 
1205
- def group_ungroup(execution_context: int | str | None = None, undo: bool | None = None):
1216
+ def group_ungroup(
1217
+ execution_context: int | str | None = None, undo: bool | None = None
1218
+ ) -> None:
1206
1219
  """Ungroup selected nodes
1207
1220
 
1208
1221
  :type execution_context: int | str | None
@@ -1211,14 +1224,16 @@ def group_ungroup(execution_context: int | str | None = None, undo: bool | None
1211
1224
 
1212
1225
  def hide_socket_toggle(
1213
1226
  execution_context: int | str | None = None, undo: bool | None = None
1214
- ):
1227
+ ) -> None:
1215
1228
  """Toggle unused node socket display
1216
1229
 
1217
1230
  :type execution_context: int | str | None
1218
1231
  :type undo: bool | None
1219
1232
  """
1220
1233
 
1221
- def hide_toggle(execution_context: int | str | None = None, undo: bool | None = None):
1234
+ def hide_toggle(
1235
+ execution_context: int | str | None = None, undo: bool | None = None
1236
+ ) -> None:
1222
1237
  """Toggle hiding of selected nodes
1223
1238
 
1224
1239
  :type execution_context: int | str | None
@@ -1227,7 +1242,7 @@ def hide_toggle(execution_context: int | str | None = None, undo: bool | None =
1227
1242
 
1228
1243
  def index_switch_item_add(
1229
1244
  execution_context: int | str | None = None, undo: bool | None = None
1230
- ):
1245
+ ) -> None:
1231
1246
  """Add bake item
1232
1247
 
1233
1248
  :type execution_context: int | str | None
@@ -1240,7 +1255,7 @@ def index_switch_item_remove(
1240
1255
  /,
1241
1256
  *,
1242
1257
  index: int | None = 0,
1243
- ):
1258
+ ) -> None:
1244
1259
  """Remove an item from the index switch
1245
1260
 
1246
1261
  :type execution_context: int | str | None
@@ -1249,7 +1264,9 @@ def index_switch_item_remove(
1249
1264
  :type index: int | None
1250
1265
  """
1251
1266
 
1252
- def insert_offset(execution_context: int | str | None = None, undo: bool | None = None):
1267
+ def insert_offset(
1268
+ execution_context: int | str | None = None, undo: bool | None = None
1269
+ ) -> None:
1253
1270
  """Automatically offset nodes on insertion
1254
1271
 
1255
1272
  :type execution_context: int | str | None
@@ -1258,7 +1275,7 @@ def insert_offset(execution_context: int | str | None = None, undo: bool | None
1258
1275
 
1259
1276
  def interface_item_duplicate(
1260
1277
  execution_context: int | str | None = None, undo: bool | None = None
1261
- ):
1278
+ ) -> None:
1262
1279
  """Add a copy of the active item to the interface
1263
1280
 
1264
1281
  :type execution_context: int | str | None
@@ -1267,7 +1284,7 @@ def interface_item_duplicate(
1267
1284
 
1268
1285
  def interface_item_make_panel_toggle(
1269
1286
  execution_context: int | str | None = None, undo: bool | None = None
1270
- ):
1287
+ ) -> None:
1271
1288
  """Make the active boolean socket a toggle for its parent panel
1272
1289
 
1273
1290
  :type execution_context: int | str | None
@@ -1280,7 +1297,7 @@ def interface_item_new(
1280
1297
  /,
1281
1298
  *,
1282
1299
  item_type: str | None = "",
1283
- ):
1300
+ ) -> None:
1284
1301
  """Add a new item to the interface
1285
1302
 
1286
1303
  :type execution_context: int | str | None
@@ -1291,7 +1308,7 @@ def interface_item_new(
1291
1308
 
1292
1309
  def interface_item_remove(
1293
1310
  execution_context: int | str | None = None, undo: bool | None = None
1294
- ):
1311
+ ) -> None:
1295
1312
  """Remove active item from the interface
1296
1313
 
1297
1314
  :type execution_context: int | str | None
@@ -1300,14 +1317,14 @@ def interface_item_remove(
1300
1317
 
1301
1318
  def interface_item_unlink_panel_toggle(
1302
1319
  execution_context: int | str | None = None, undo: bool | None = None
1303
- ):
1320
+ ) -> None:
1304
1321
  """Make the panel toggle a stand-alone socket
1305
1322
 
1306
1323
  :type execution_context: int | str | None
1307
1324
  :type undo: bool | None
1308
1325
  """
1309
1326
 
1310
- def join(execution_context: int | str | None = None, undo: bool | None = None):
1327
+ def join(execution_context: int | str | None = None, undo: bool | None = None) -> None:
1311
1328
  """Attach selected nodes to a new common frame
1312
1329
 
1313
1330
  :type execution_context: int | str | None
@@ -1321,7 +1338,7 @@ def join_named(
1321
1338
  *,
1322
1339
  NODE_OT_join: join | None = None,
1323
1340
  WM_OT_call_panel: bpy.ops.wm.call_panel | None = None,
1324
- ):
1341
+ ) -> None:
1325
1342
  """Create a new frame node around the selected nodes and name it immediately
1326
1343
 
1327
1344
  :type execution_context: int | str | None
@@ -1345,7 +1362,7 @@ def link(
1345
1362
  max_speed: float | None = 26.0,
1346
1363
  delay: float | None = 0.5,
1347
1364
  zoom_influence: float | None = 0.5,
1348
- ):
1365
+ ) -> None:
1349
1366
  """Use the mouse to create a link between two nodes
1350
1367
 
1351
1368
  :type execution_context: int | str | None
@@ -1374,7 +1391,7 @@ def link_make(
1374
1391
  /,
1375
1392
  *,
1376
1393
  replace: bool | None = False,
1377
- ):
1394
+ ) -> None:
1378
1395
  """Make a link between selected output and input sockets
1379
1396
 
1380
1397
  :type execution_context: int | str | None
@@ -1383,7 +1400,9 @@ def link_make(
1383
1400
  :type replace: bool | None
1384
1401
  """
1385
1402
 
1386
- def link_viewer(execution_context: int | str | None = None, undo: bool | None = None):
1403
+ def link_viewer(
1404
+ execution_context: int | str | None = None, undo: bool | None = None
1405
+ ) -> None:
1387
1406
  """Link to viewer node
1388
1407
 
1389
1408
  :type execution_context: int | str | None
@@ -1397,7 +1416,7 @@ def links_cut(
1397
1416
  *,
1398
1417
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
1399
1418
  cursor: int | None = 15,
1400
- ):
1419
+ ) -> None:
1401
1420
  """Use the mouse to cut (remove) some links
1402
1421
 
1403
1422
  :type execution_context: int | str | None
@@ -1408,7 +1427,9 @@ def links_cut(
1408
1427
  :type cursor: int | None
1409
1428
  """
1410
1429
 
1411
- def links_detach(execution_context: int | str | None = None, undo: bool | None = None):
1430
+ def links_detach(
1431
+ execution_context: int | str | None = None, undo: bool | None = None
1432
+ ) -> None:
1412
1433
  """Remove all links to selected nodes, and try to connect neighbor nodes together
1413
1434
 
1414
1435
  :type execution_context: int | str | None
@@ -1422,7 +1443,7 @@ def links_mute(
1422
1443
  *,
1423
1444
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
1424
1445
  cursor: int | None = 39,
1425
- ):
1446
+ ) -> None:
1426
1447
  """Use the mouse to mute links
1427
1448
 
1428
1449
  :type execution_context: int | str | None
@@ -1440,7 +1461,7 @@ def move_detach_links(
1440
1461
  *,
1441
1462
  NODE_OT_links_detach: links_detach | None = None,
1442
1463
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
1443
- ):
1464
+ ) -> None:
1444
1465
  """Move a node to detach links
1445
1466
 
1446
1467
  :type execution_context: int | str | None
@@ -1458,7 +1479,7 @@ def move_detach_links_release(
1458
1479
  *,
1459
1480
  NODE_OT_links_detach: links_detach | None = None,
1460
1481
  NODE_OT_translate_attach: translate_attach | None = None,
1461
- ):
1482
+ ) -> None:
1462
1483
  """Move a node to detach links
1463
1484
 
1464
1485
  :type execution_context: int | str | None
@@ -1469,7 +1490,9 @@ def move_detach_links_release(
1469
1490
  :type NODE_OT_translate_attach: translate_attach | None
1470
1491
  """
1471
1492
 
1472
- def mute_toggle(execution_context: int | str | None = None, undo: bool | None = None):
1493
+ def mute_toggle(
1494
+ execution_context: int | str | None = None, undo: bool | None = None
1495
+ ) -> None:
1473
1496
  """Toggle muting of selected nodes
1474
1497
 
1475
1498
  :type execution_context: int | str | None
@@ -1478,7 +1501,7 @@ def mute_toggle(execution_context: int | str | None = None, undo: bool | None =
1478
1501
 
1479
1502
  def new_geometry_node_group_assign(
1480
1503
  execution_context: int | str | None = None, undo: bool | None = None
1481
- ):
1504
+ ) -> None:
1482
1505
  """Create a new geometry node group and assign it to the active modifier
1483
1506
 
1484
1507
  :type execution_context: int | str | None
@@ -1487,7 +1510,7 @@ def new_geometry_node_group_assign(
1487
1510
 
1488
1511
  def new_geometry_node_group_tool(
1489
1512
  execution_context: int | str | None = None, undo: bool | None = None
1490
- ):
1513
+ ) -> None:
1491
1514
  """Create a new geometry node group for a tool
1492
1515
 
1493
1516
  :type execution_context: int | str | None
@@ -1496,7 +1519,7 @@ def new_geometry_node_group_tool(
1496
1519
 
1497
1520
  def new_geometry_nodes_modifier(
1498
1521
  execution_context: int | str | None = None, undo: bool | None = None
1499
- ):
1522
+ ) -> None:
1500
1523
  """Create a new modifier with a new geometry node group
1501
1524
 
1502
1525
  :type execution_context: int | str | None
@@ -1510,7 +1533,7 @@ def new_node_tree(
1510
1533
  *,
1511
1534
  type: str | None = "",
1512
1535
  name: str = "NodeTree",
1513
- ):
1536
+ ) -> None:
1514
1537
  """Create a new node tree
1515
1538
 
1516
1539
  :type execution_context: int | str | None
@@ -1529,7 +1552,7 @@ def node_color_preset_add(
1529
1552
  name: str = "",
1530
1553
  remove_name: bool | None = False,
1531
1554
  remove_active: bool | None = False,
1532
- ):
1555
+ ) -> None:
1533
1556
  """Add or remove a Node Color Preset
1534
1557
 
1535
1558
  :type execution_context: int | str | None
@@ -1544,7 +1567,7 @@ def node_color_preset_add(
1544
1567
 
1545
1568
  def node_copy_color(
1546
1569
  execution_context: int | str | None = None, undo: bool | None = None
1547
- ):
1570
+ ) -> None:
1548
1571
  """Copy color to all selected nodes
1549
1572
 
1550
1573
  :type execution_context: int | str | None
@@ -1553,7 +1576,7 @@ def node_copy_color(
1553
1576
 
1554
1577
  def options_toggle(
1555
1578
  execution_context: int | str | None = None, undo: bool | None = None
1556
- ):
1579
+ ) -> None:
1557
1580
  """Toggle option buttons display for selected nodes
1558
1581
 
1559
1582
  :type execution_context: int | str | None
@@ -1566,7 +1589,7 @@ def output_file_add_socket(
1566
1589
  /,
1567
1590
  *,
1568
1591
  file_path: str = "Image",
1569
- ):
1592
+ ) -> None:
1570
1593
  """Add a new input to a file output node
1571
1594
 
1572
1595
  :type execution_context: int | str | None
@@ -1581,7 +1604,7 @@ def output_file_move_active_socket(
1581
1604
  /,
1582
1605
  *,
1583
1606
  direction: typing.Literal["UP", "DOWN"] | None = "DOWN",
1584
- ):
1607
+ ) -> None:
1585
1608
  """Move the active input of a file output node up or down the list
1586
1609
 
1587
1610
  :type execution_context: int | str | None
@@ -1592,14 +1615,16 @@ def output_file_move_active_socket(
1592
1615
 
1593
1616
  def output_file_remove_active_socket(
1594
1617
  execution_context: int | str | None = None, undo: bool | None = None
1595
- ):
1618
+ ) -> None:
1596
1619
  """Remove the active input from a file output node
1597
1620
 
1598
1621
  :type execution_context: int | str | None
1599
1622
  :type undo: bool | None
1600
1623
  """
1601
1624
 
1602
- def parent_set(execution_context: int | str | None = None, undo: bool | None = None):
1625
+ def parent_set(
1626
+ execution_context: int | str | None = None, undo: bool | None = None
1627
+ ) -> None:
1603
1628
  """Attach selected nodes
1604
1629
 
1605
1630
  :type execution_context: int | str | None
@@ -1608,7 +1633,7 @@ def parent_set(execution_context: int | str | None = None, undo: bool | None = N
1608
1633
 
1609
1634
  def preview_toggle(
1610
1635
  execution_context: int | str | None = None, undo: bool | None = None
1611
- ):
1636
+ ) -> None:
1612
1637
  """Toggle preview display for selected nodes
1613
1638
 
1614
1639
  :type execution_context: int | str | None
@@ -1617,7 +1642,7 @@ def preview_toggle(
1617
1642
 
1618
1643
  def read_viewlayers(
1619
1644
  execution_context: int | str | None = None, undo: bool | None = None
1620
- ):
1645
+ ) -> None:
1621
1646
  """Read all render layers of all used scenes
1622
1647
 
1623
1648
  :type execution_context: int | str | None
@@ -1626,7 +1651,7 @@ def read_viewlayers(
1626
1651
 
1627
1652
  def render_changed(
1628
1653
  execution_context: int | str | None = None, undo: bool | None = None
1629
- ):
1654
+ ) -> None:
1630
1655
  """Render current scene, when input node's layer has been changed
1631
1656
 
1632
1657
  :type execution_context: int | str | None
@@ -1635,7 +1660,7 @@ def render_changed(
1635
1660
 
1636
1661
  def repeat_zone_item_add(
1637
1662
  execution_context: int | str | None = None, undo: bool | None = None
1638
- ):
1663
+ ) -> None:
1639
1664
  """Add item below active item
1640
1665
 
1641
1666
  :type execution_context: int | str | None
@@ -1648,7 +1673,7 @@ def repeat_zone_item_move(
1648
1673
  /,
1649
1674
  *,
1650
1675
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
1651
- ):
1676
+ ) -> None:
1652
1677
  """Move active item
1653
1678
 
1654
1679
  :type execution_context: int | str | None
@@ -1659,14 +1684,16 @@ def repeat_zone_item_move(
1659
1684
 
1660
1685
  def repeat_zone_item_remove(
1661
1686
  execution_context: int | str | None = None, undo: bool | None = None
1662
- ):
1687
+ ) -> None:
1663
1688
  """Remove active item
1664
1689
 
1665
1690
  :type execution_context: int | str | None
1666
1691
  :type undo: bool | None
1667
1692
  """
1668
1693
 
1669
- def resize(execution_context: int | str | None = None, undo: bool | None = None):
1694
+ def resize(
1695
+ execution_context: int | str | None = None, undo: bool | None = None
1696
+ ) -> None:
1670
1697
  """Resize a node
1671
1698
 
1672
1699
  :type execution_context: int | str | None
@@ -1686,7 +1713,7 @@ def select(
1686
1713
  location: collections.abc.Iterable[int] | None = (0, 0),
1687
1714
  socket_select: bool | None = False,
1688
1715
  clear_viewer: bool | None = False,
1689
- ):
1716
+ ) -> None:
1690
1717
  """Select the node under the cursor
1691
1718
 
1692
1719
  :type execution_context: int | str | None
@@ -1715,7 +1742,7 @@ def select_all(
1715
1742
  /,
1716
1743
  *,
1717
1744
  action: typing.Literal["TOGGLE", "SELECT", "DESELECT", "INVERT"] | None = "TOGGLE",
1718
- ):
1745
+ ) -> None:
1719
1746
  """(De)select all nodes
1720
1747
 
1721
1748
  :type execution_context: int | str | None
@@ -1748,7 +1775,7 @@ def select_box(
1748
1775
  ymax: int | None = 0,
1749
1776
  wait_for_input: bool | None = True,
1750
1777
  mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
1751
- ):
1778
+ ) -> None:
1752
1779
  """Use box selection to select nodes
1753
1780
 
1754
1781
  :type execution_context: int | str | None
@@ -1788,7 +1815,7 @@ def select_circle(
1788
1815
  radius: int | None = 25,
1789
1816
  wait_for_input: bool | None = True,
1790
1817
  mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
1791
- ):
1818
+ ) -> None:
1792
1819
  """Use circle selection to select nodes
1793
1820
 
1794
1821
  :type execution_context: int | str | None
@@ -1821,7 +1848,7 @@ def select_grouped(
1821
1848
  *,
1822
1849
  extend: bool | None = False,
1823
1850
  type: typing.Literal["TYPE", "COLOR", "PREFIX", "SUFFIX"] | None = "TYPE",
1824
- ):
1851
+ ) -> None:
1825
1852
  """Select nodes with similar properties
1826
1853
 
1827
1854
  :type execution_context: int | str | None
@@ -1843,7 +1870,7 @@ def select_lasso(
1843
1870
  smooth_stroke_factor: float | None = 0.75,
1844
1871
  smooth_stroke_radius: int | None = 35,
1845
1872
  mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
1846
- ):
1873
+ ) -> None:
1847
1874
  """Select nodes using lasso selection
1848
1875
 
1849
1876
  :type execution_context: int | str | None
@@ -1878,7 +1905,7 @@ def select_link_viewer(
1878
1905
  *,
1879
1906
  NODE_OT_select: select | None = None,
1880
1907
  NODE_OT_link_viewer: link_viewer | None = None,
1881
- ):
1908
+ ) -> None:
1882
1909
  """Select node and link it to a viewer node
1883
1910
 
1884
1911
  :type execution_context: int | str | None
@@ -1891,7 +1918,7 @@ def select_link_viewer(
1891
1918
 
1892
1919
  def select_linked_from(
1893
1920
  execution_context: int | str | None = None, undo: bool | None = None
1894
- ):
1921
+ ) -> None:
1895
1922
  """Select nodes linked from the selected ones
1896
1923
 
1897
1924
  :type execution_context: int | str | None
@@ -1900,7 +1927,7 @@ def select_linked_from(
1900
1927
 
1901
1928
  def select_linked_to(
1902
1929
  execution_context: int | str | None = None, undo: bool | None = None
1903
- ):
1930
+ ) -> None:
1904
1931
  """Select nodes linked to the selected ones
1905
1932
 
1906
1933
  :type execution_context: int | str | None
@@ -1913,7 +1940,7 @@ def select_same_type_step(
1913
1940
  /,
1914
1941
  *,
1915
1942
  prev: bool | None = False,
1916
- ):
1943
+ ) -> None:
1917
1944
  """Activate and view same node type, step by step
1918
1945
 
1919
1946
  :type execution_context: int | str | None
@@ -1924,7 +1951,7 @@ def select_same_type_step(
1924
1951
 
1925
1952
  def separate_bundle_item_add(
1926
1953
  execution_context: int | str | None = None, undo: bool | None = None
1927
- ):
1954
+ ) -> None:
1928
1955
  """Add item below active item
1929
1956
 
1930
1957
  :type execution_context: int | str | None
@@ -1937,7 +1964,7 @@ def separate_bundle_item_move(
1937
1964
  /,
1938
1965
  *,
1939
1966
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
1940
- ):
1967
+ ) -> None:
1941
1968
  """Move active item
1942
1969
 
1943
1970
  :type execution_context: int | str | None
@@ -1948,7 +1975,7 @@ def separate_bundle_item_move(
1948
1975
 
1949
1976
  def separate_bundle_item_remove(
1950
1977
  execution_context: int | str | None = None, undo: bool | None = None
1951
- ):
1978
+ ) -> None:
1952
1979
  """Remove active item
1953
1980
 
1954
1981
  :type execution_context: int | str | None
@@ -1957,7 +1984,7 @@ def separate_bundle_item_remove(
1957
1984
 
1958
1985
  def shader_script_update(
1959
1986
  execution_context: int | str | None = None, undo: bool | None = None
1960
- ):
1987
+ ) -> None:
1961
1988
  """Update shader script node with new sockets and options from the script
1962
1989
 
1963
1990
  :type execution_context: int | str | None
@@ -1966,7 +1993,7 @@ def shader_script_update(
1966
1993
 
1967
1994
  def simulation_zone_item_add(
1968
1995
  execution_context: int | str | None = None, undo: bool | None = None
1969
- ):
1996
+ ) -> None:
1970
1997
  """Add item below active item
1971
1998
 
1972
1999
  :type execution_context: int | str | None
@@ -1979,7 +2006,7 @@ def simulation_zone_item_move(
1979
2006
  /,
1980
2007
  *,
1981
2008
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
1982
- ):
2009
+ ) -> None:
1983
2010
  """Move active item
1984
2011
 
1985
2012
  :type execution_context: int | str | None
@@ -1990,7 +2017,7 @@ def simulation_zone_item_move(
1990
2017
 
1991
2018
  def simulation_zone_item_remove(
1992
2019
  execution_context: int | str | None = None, undo: bool | None = None
1993
- ):
2020
+ ) -> None:
1994
2021
  """Remove active item
1995
2022
 
1996
2023
  :type execution_context: int | str | None
@@ -2004,7 +2031,7 @@ def translate_attach(
2004
2031
  *,
2005
2032
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
2006
2033
  NODE_OT_attach: attach | None = None,
2007
- ):
2034
+ ) -> None:
2008
2035
  """Move nodes and attach to frame
2009
2036
 
2010
2037
  :type execution_context: int | str | None
@@ -2022,7 +2049,7 @@ def translate_attach_remove_on_cancel(
2022
2049
  *,
2023
2050
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
2024
2051
  NODE_OT_attach: attach | None = None,
2025
- ):
2052
+ ) -> None:
2026
2053
  """Move nodes and attach to frame
2027
2054
 
2028
2055
  :type execution_context: int | str | None
@@ -2035,21 +2062,25 @@ def translate_attach_remove_on_cancel(
2035
2062
 
2036
2063
  def tree_path_parent(
2037
2064
  execution_context: int | str | None = None, undo: bool | None = None
2038
- ):
2065
+ ) -> None:
2039
2066
  """Go to parent node tree
2040
2067
 
2041
2068
  :type execution_context: int | str | None
2042
2069
  :type undo: bool | None
2043
2070
  """
2044
2071
 
2045
- def view_all(execution_context: int | str | None = None, undo: bool | None = None):
2072
+ def view_all(
2073
+ execution_context: int | str | None = None, undo: bool | None = None
2074
+ ) -> None:
2046
2075
  """Resize view so you can see all nodes
2047
2076
 
2048
2077
  :type execution_context: int | str | None
2049
2078
  :type undo: bool | None
2050
2079
  """
2051
2080
 
2052
- def view_selected(execution_context: int | str | None = None, undo: bool | None = None):
2081
+ def view_selected(
2082
+ execution_context: int | str | None = None, undo: bool | None = None
2083
+ ) -> None:
2053
2084
  """Resize view so you can see selected nodes
2054
2085
 
2055
2086
  :type execution_context: int | str | None
@@ -2066,7 +2097,7 @@ def viewer_border(
2066
2097
  ymin: int | None = 0,
2067
2098
  ymax: int | None = 0,
2068
2099
  wait_for_input: bool | None = True,
2069
- ):
2100
+ ) -> None:
2070
2101
  """Set the boundaries for viewer operations
2071
2102
 
2072
2103
  :type execution_context: int | str | None
@@ -2089,7 +2120,7 @@ def viewer_shortcut_get(
2089
2120
  /,
2090
2121
  *,
2091
2122
  viewer_index: int | None = 0,
2092
- ):
2123
+ ) -> None:
2093
2124
  """Activate a specific compositor viewer node using 1,2,..,9 keys
2094
2125
 
2095
2126
  :type execution_context: int | str | None
@@ -2104,7 +2135,7 @@ def viewer_shortcut_set(
2104
2135
  /,
2105
2136
  *,
2106
2137
  viewer_index: int | None = 0,
2107
- ):
2138
+ ) -> None:
2108
2139
  """Create a compositor viewer shortcut for the selected node by pressing ctrl+1,2,..9
2109
2140
 
2110
2141
  :type execution_context: int | str | None