fake-bge-module 20250317__py3-none-any.whl → 20260201__py3-none-any.whl

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