fake-bpy-module-latest 20250927__py3-none-any.whl → 20260122__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 (305) hide show
  1. {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
  2. {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
  3. {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
  4. {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
  5. {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
  6. {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +1 -0
  7. {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
  8. _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
  9. {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
  10. _bpy_internal/__init__.pyi +3 -1
  11. _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
  12. _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
  13. _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
  14. _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
  15. _bpy_internal/filesystem/__init__.pyi +5 -0
  16. _bpy_internal/filesystem/locking/__init__.pyi +28 -0
  17. _bpy_internal/platform/__init__.pyi +5 -0
  18. _bpy_types/__init__.pyi +18 -123
  19. {rna_info → _rna_info}/__init__.pyi +0 -1
  20. addon_utils/__init__.pyi +0 -13
  21. aud/__init__.pyi +55 -131
  22. bl_math/__init__.pyi +2 -12
  23. bl_operators/__init__.pyi +1 -0
  24. bl_operators/add_mesh_torus/__init__.pyi +0 -2
  25. bl_operators/anim/__init__.pyi +47 -24
  26. bl_operators/assets/__init__.pyi +0 -6
  27. bl_operators/bone_selection_sets/__init__.pyi +0 -28
  28. bl_operators/clip/__init__.pyi +0 -20
  29. bl_operators/connect_to_output/__init__.pyi +0 -2
  30. bl_operators/console/__init__.pyi +0 -10
  31. bl_operators/constraint/__init__.pyi +0 -8
  32. bl_operators/copy_global_transform/__init__.pyi +261 -0
  33. bl_operators/file/__init__.pyi +0 -6
  34. bl_operators/freestyle/__init__.pyi +0 -8
  35. bl_operators/geometry_nodes/__init__.pyi +0 -8
  36. bl_operators/grease_pencil/__init__.pyi +0 -2
  37. bl_operators/image/__init__.pyi +0 -10
  38. bl_operators/image_as_planes/__init__.pyi +0 -4
  39. bl_operators/mesh/__init__.pyi +0 -4
  40. bl_operators/node/__init__.pyi +51 -47
  41. bl_operators/object/__init__.pyi +0 -37
  42. bl_operators/object_align/__init__.pyi +0 -2
  43. bl_operators/object_quick_effects/__init__.pyi +0 -8
  44. bl_operators/object_randomize_transform/__init__.pyi +0 -2
  45. bl_operators/presets/__init__.pyi +0 -50
  46. bl_operators/rigidbody/__init__.pyi +0 -6
  47. bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
  48. bl_operators/sequencer/__init__.pyi +0 -16
  49. bl_operators/spreadsheet/__init__.pyi +0 -2
  50. bl_operators/userpref/__init__.pyi +0 -50
  51. bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
  52. bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
  53. bl_operators/uvcalc_transform/__init__.pyi +21 -12
  54. bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
  55. bl_operators/view3d/__init__.pyi +0 -16
  56. bl_operators/wm/__init__.pyi +0 -92
  57. bl_operators/world/__init__.pyi +0 -2
  58. bl_ui/__init__.pyi +3 -4
  59. bl_ui/anim/__init__.pyi +0 -2
  60. bl_ui/asset_shelf/__init__.pyi +0 -2
  61. bl_ui/generic_ui_list/__init__.pyi +1 -17
  62. bl_ui/node_add_menu/__init__.pyi +13 -16
  63. bl_ui/node_add_menu_compositor/__init__.pyi +71 -53
  64. bl_ui/node_add_menu_geometry/__init__.pyi +81 -193
  65. bl_ui/node_add_menu_shader/__init__.pyi +21 -39
  66. bl_ui/node_add_menu_texture/__init__.pyi +1 -17
  67. bl_ui/properties_collection/__init__.pyi +0 -14
  68. bl_ui/properties_constraint/__init__.pyi +64 -150
  69. bl_ui/properties_data_armature/__init__.pyi +0 -36
  70. bl_ui/properties_data_bone/__init__.pyi +0 -20
  71. bl_ui/properties_data_camera/__init__.pyi +0 -30
  72. bl_ui/properties_data_curve/__init__.pyi +0 -30
  73. bl_ui/properties_data_curves/__init__.pyi +0 -16
  74. bl_ui/properties_data_empty/__init__.pyi +0 -4
  75. bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
  76. bl_ui/properties_data_lattice/__init__.pyi +0 -8
  77. bl_ui/properties_data_light/__init__.pyi +0 -20
  78. bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
  79. bl_ui/properties_data_mesh/__init__.pyi +0 -42
  80. bl_ui/properties_data_metaball/__init__.pyi +0 -12
  81. bl_ui/properties_data_modifier/__init__.pyi +12 -19
  82. bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
  83. bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
  84. bl_ui/properties_data_speaker/__init__.pyi +0 -12
  85. bl_ui/properties_data_volume/__init__.pyi +0 -18
  86. bl_ui/properties_freestyle/__init__.pyi +0 -50
  87. bl_ui/properties_grease_pencil_common/__init__.pyi +0 -14
  88. bl_ui/properties_mask_common/__init__.pyi +0 -14
  89. bl_ui/properties_material/__init__.pyi +0 -32
  90. bl_ui/properties_material_gpencil/__init__.pyi +0 -22
  91. bl_ui/properties_object/__init__.pyi +35 -42
  92. bl_ui/properties_output/__init__.pyi +0 -40
  93. bl_ui/properties_paint_common/__init__.pyi +23 -12
  94. bl_ui/properties_particle/__init__.pyi +0 -106
  95. bl_ui/properties_physics_cloth/__init__.pyi +0 -28
  96. bl_ui/properties_physics_common/__init__.pyi +0 -2
  97. bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
  98. bl_ui/properties_physics_field/__init__.pyi +0 -20
  99. bl_ui/properties_physics_fluid/__init__.pyi +0 -56
  100. bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
  101. bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
  102. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
  103. bl_ui/properties_physics_softbody/__init__.pyi +0 -30
  104. bl_ui/properties_render/__init__.pyi +0 -90
  105. bl_ui/properties_scene/__init__.pyi +0 -34
  106. bl_ui/properties_strip/__init__.pyi +744 -0
  107. bl_ui/properties_strip_modifier/__init__.pyi +45 -0
  108. bl_ui/properties_texture/__init__.pyi +0 -54
  109. bl_ui/properties_view_layer/__init__.pyi +7 -28
  110. bl_ui/properties_workspace/__init__.pyi +0 -8
  111. bl_ui/properties_world/__init__.pyi +0 -22
  112. bl_ui/space_clip/__init__.pyi +1 -150
  113. bl_ui/space_console/__init__.pyi +0 -12
  114. bl_ui/space_dopesheet/__init__.pyi +52 -60
  115. bl_ui/space_filebrowser/__init__.pyi +0 -60
  116. bl_ui/space_graph/__init__.pyi +0 -44
  117. bl_ui/space_image/__init__.pyi +2 -144
  118. bl_ui/space_info/__init__.pyi +0 -12
  119. bl_ui/space_nla/__init__.pyi +0 -36
  120. bl_ui/space_node/__init__.pyi +29 -137
  121. bl_ui/space_outliner/__init__.pyi +0 -30
  122. bl_ui/space_properties/__init__.pyi +29 -6
  123. bl_ui/space_sequencer/__init__.pyi +46 -912
  124. bl_ui/space_spreadsheet/__init__.pyi +0 -6
  125. bl_ui/space_statusbar/__init__.pyi +0 -2
  126. bl_ui/space_text/__init__.pyi +0 -32
  127. bl_ui/space_time/__init__.pyi +7 -41
  128. bl_ui/space_topbar/__init__.pyi +7 -52
  129. bl_ui/space_userpref/__init__.pyi +7 -188
  130. bl_ui/space_view3d/__init__.pyi +36 -544
  131. bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
  132. bl_ui/space_view3d_toolbar/__init__.pyi +2 -163
  133. blf/__init__.pyi +6 -50
  134. bmesh/__init__.pyi +0 -7
  135. bmesh/geometry/__init__.pyi +0 -3
  136. bmesh/ops/__init__.pyi +2 -450
  137. bmesh/types/__init__.pyi +294 -634
  138. bmesh/utils/__init__.pyi +16 -43
  139. bpy/app/__init__.pyi +60 -59
  140. bpy/app/handlers/__init__.pyi +4 -0
  141. bpy/app/icons/__init__.pyi +0 -6
  142. bpy/app/timers/__init__.pyi +0 -6
  143. bpy/app/translations/__init__.pyi +1 -16
  144. bpy/msgbus/__init__.pyi +1 -4
  145. bpy/ops/action/__init__.pyi +15 -165
  146. bpy/ops/anim/__init__.pyi +38 -279
  147. bpy/ops/armature/__init__.pyi +18 -192
  148. bpy/ops/asset/__init__.pyi +11 -97
  149. bpy/ops/boid/__init__.pyi +7 -38
  150. bpy/ops/brush/__init__.pyi +3 -104
  151. bpy/ops/buttons/__init__.pyi +4 -71
  152. bpy/ops/cachefile/__init__.pyi +2 -63
  153. bpy/ops/camera/__init__.pyi +0 -11
  154. bpy/ops/clip/__init__.pyi +43 -427
  155. bpy/ops/cloth/__init__.pyi +0 -5
  156. bpy/ops/collection/__init__.pyi +3 -35
  157. bpy/ops/console/__init__.pyi +10 -88
  158. bpy/ops/constraint/__init__.pyi +3 -80
  159. bpy/ops/curve/__init__.pyi +23 -254
  160. bpy/ops/curves/__init__.pyi +17 -166
  161. bpy/ops/cycles/__init__.pyi +1 -14
  162. bpy/ops/dpaint/__init__.pyi +3 -21
  163. bpy/ops/ed/__init__.pyi +10 -82
  164. bpy/ops/export_anim/__init__.pyi +2 -10
  165. bpy/ops/export_scene/__init__.pyi +1 -155
  166. bpy/ops/extensions/__init__.pyi +15 -150
  167. bpy/ops/file/__init__.pyi +27 -217
  168. bpy/ops/fluid/__init__.pyi +13 -70
  169. bpy/ops/font/__init__.pyi +10 -134
  170. bpy/ops/geometry/__init__.pyi +3 -124
  171. bpy/ops/gizmogroup/__init__.pyi +1 -12
  172. bpy/ops/gpencil/__init__.pyi +5 -38
  173. bpy/ops/graph/__init__.pyi +18 -316
  174. bpy/ops/grease_pencil/__init__.pyi +61 -522
  175. bpy/ops/image/__init__.pyi +19 -379
  176. bpy/ops/import_anim/__init__.pyi +2 -16
  177. bpy/ops/import_curve/__init__.pyi +0 -6
  178. bpy/ops/import_scene/__init__.pyi +0 -50
  179. bpy/ops/info/__init__.pyi +4 -35
  180. bpy/ops/lattice/__init__.pyi +3 -33
  181. bpy/ops/marker/__init__.pyi +2 -50
  182. bpy/ops/mask/__init__.pyi +17 -176
  183. bpy/ops/material/__init__.pyi +3 -15
  184. bpy/ops/mball/__init__.pyi +1 -30
  185. bpy/ops/mesh/__init__.pyi +32 -915
  186. bpy/ops/nla/__init__.pyi +20 -184
  187. bpy/ops/node/__init__.pyi +306 -666
  188. bpy/ops/object/__init__.pyi +139 -1254
  189. bpy/ops/outliner/__init__.pyi +47 -327
  190. bpy/ops/paint/__init__.pyi +43 -282
  191. bpy/ops/paintcurve/__init__.pyi +4 -36
  192. bpy/ops/palette/__init__.pyi +3 -27
  193. bpy/ops/particle/__init__.pyi +20 -160
  194. bpy/ops/pointcloud/__init__.pyi +3 -35
  195. bpy/ops/pose/__init__.pyi +28 -233
  196. bpy/ops/poselib/__init__.pyi +4 -69
  197. bpy/ops/preferences/__init__.pyi +23 -177
  198. bpy/ops/ptcache/__init__.pyi +5 -31
  199. bpy/ops/render/__init__.pyi +10 -74
  200. bpy/ops/rigidbody/__init__.pyi +6 -56
  201. bpy/ops/scene/__init__.pyi +22 -167
  202. bpy/ops/screen/__init__.pyi +36 -202
  203. bpy/ops/script/__init__.pyi +1 -12
  204. bpy/ops/sculpt/__init__.pyi +41 -312
  205. bpy/ops/sculpt_curves/__init__.pyi +6 -21
  206. bpy/ops/sequencer/__init__.pyi +92 -669
  207. bpy/ops/sound/__init__.pyi +3 -109
  208. bpy/ops/spreadsheet/__init__.pyi +5 -32
  209. bpy/ops/surface/__init__.pyi +0 -48
  210. bpy/ops/text/__init__.pyi +27 -225
  211. bpy/ops/text_editor/__init__.pyi +0 -5
  212. bpy/ops/texture/__init__.pyi +3 -18
  213. bpy/ops/transform/__init__.pyi +10 -382
  214. bpy/ops/ui/__init__.pyi +21 -158
  215. bpy/ops/uilist/__init__.pyi +0 -13
  216. bpy/ops/uv/__init__.pyi +52 -305
  217. bpy/ops/view2d/__init__.pyi +3 -73
  218. bpy/ops/view3d/__init__.pyi +37 -339
  219. bpy/ops/wm/__init__.pyi +116 -1316
  220. bpy/ops/workspace/__init__.pyi +7 -39
  221. bpy/ops/world/__init__.pyi +2 -10
  222. bpy/path/__init__.pyi +0 -34
  223. bpy/props/__init__.pyi +15 -157
  224. bpy/stub_internal/rna_enums/__init__.pyi +65 -33
  225. bpy/types/__init__.pyi +21798 -58228
  226. bpy/utils/__init__.pyi +4 -75
  227. bpy/utils/previews/__init__.pyi +1 -10
  228. bpy/utils/units/__init__.pyi +0 -12
  229. bpy_extras/anim_utils/__init__.pyi +24 -16
  230. bpy_extras/bmesh_utils/__init__.pyi +0 -1
  231. bpy_extras/id_map_utils/__init__.pyi +14 -6
  232. bpy_extras/image_utils/__init__.pyi +0 -9
  233. bpy_extras/io_utils/__init__.pyi +2 -22
  234. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  235. bpy_extras/mesh_utils/__init__.pyi +0 -12
  236. bpy_extras/object_utils/__init__.pyi +0 -14
  237. bpy_extras/view3d_utils/__init__.pyi +0 -18
  238. {fake_bpy_module_latest-20250927.dist-info → fake_bpy_module_latest-20260122.dist-info}/METADATA +4 -1
  239. fake_bpy_module_latest-20260122.dist-info/RECORD +385 -0
  240. {fake_bpy_module_latest-20250927.dist-info → fake_bpy_module_latest-20260122.dist-info}/WHEEL +1 -1
  241. {fake_bpy_module_latest-20250927.dist-info → fake_bpy_module_latest-20260122.dist-info}/top_level.txt +14 -14
  242. freestyle/chainingiterators/__init__.pyi +0 -22
  243. freestyle/functions/__init__.pyi +0 -139
  244. freestyle/predicates/__init__.pyi +0 -51
  245. freestyle/shaders/__init__.pyi +0 -65
  246. freestyle/types/__init__.pyi +139 -777
  247. freestyle/utils/ContextFunctions/__init__.pyi +0 -23
  248. freestyle/utils/__init__.pyi +1 -7
  249. gpu/capabilities/__init__.pyi +0 -21
  250. gpu/matrix/__init__.pyi +1 -10
  251. gpu/platform/__init__.pyi +0 -5
  252. gpu/shader/__init__.pyi +22 -6
  253. gpu/state/__init__.pyi +59 -38
  254. gpu/texture/__init__.pyi +0 -2
  255. gpu/types/__init__.pyi +162 -230
  256. gpu_extras/batch/__init__.pyi +0 -4
  257. gpu_extras/presets/__init__.pyi +6 -8
  258. idprop/__init__.pyi +16 -0
  259. idprop/types/__init__.pyi +5 -5
  260. imbuf/__init__.pyi +2 -9
  261. imbuf/types/__init__.pyi +5 -25
  262. keyingsets_builtins/__init__.pyi +1 -45
  263. mathutils/__init__.pyi +82 -2172
  264. mathutils/bvhtree/__init__.pyi +4 -24
  265. mathutils/geometry/__init__.pyi +41 -133
  266. mathutils/interpolate/__init__.pyi +3 -4
  267. mathutils/kdtree/__init__.pyi +0 -11
  268. mathutils/noise/__init__.pyi +0 -62
  269. fake_bpy_module_latest-20250927.dist-info/RECORD +0 -373
  270. {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
  271. {animsys_refactor → _animsys_refactor}/py.typed +0 -0
  272. {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
  273. {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
  274. {bl_console_utils → _bl_console_utils}/py.typed +0 -0
  275. {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
  276. {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
  277. {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
  278. {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
  279. {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
  280. {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
  281. {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
  282. {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
  283. {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
  284. {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
  285. {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
  286. {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
  287. {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
  288. {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
  289. {bl_text_utils → _bl_text_utils}/py.typed +0 -0
  290. {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
  291. {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
  292. /_bpy_internal/{freedesktop → platform/freedesktop}/__init__.pyi +0 -0
  293. {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
  294. {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
  295. {console_python → _console_python}/__init__.pyi +0 -0
  296. {console_python → _console_python}/py.typed +0 -0
  297. {console_shell → _console_shell}/__init__.pyi +0 -0
  298. {console_shell → _console_shell}/py.typed +0 -0
  299. {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
  300. {graphviz_export → _graphviz_export}/py.typed +0 -0
  301. {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
  302. {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
  303. {rna_info → _rna_info}/py.typed +0 -0
  304. {rna_xml → _rna_xml}/__init__.pyi +0 -0
  305. {rna_xml → _rna_xml}/py.typed +0 -0
@@ -6,7 +6,7 @@ import bl_ui.node_add_menu
6
6
  import bpy.types
7
7
 
8
8
  class NODE_MT_category_utilities_bundle_base(bl_ui.node_add_menu.NodeMenu):
9
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
9
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
10
10
 
11
11
  bl_label: typing.Any
12
12
  bl_rna: typing.Any
@@ -17,14 +17,12 @@ class NODE_MT_category_utilities_bundle_base(bl_ui.node_add_menu.NodeMenu):
17
17
  """
18
18
 
19
19
  :return: The RNA type or default when not found.
20
- :rtype: bpy.types.Struct
21
20
  """
22
21
 
23
22
  def bl_rna_get_subclass_py(self) -> typing.Any:
24
23
  """
25
24
 
26
25
  :return: The class or default when not found.
27
- :rtype: typing.Any
28
26
  """
29
27
 
30
28
  def draw(self, context) -> None:
@@ -34,7 +32,7 @@ class NODE_MT_category_utilities_bundle_base(bl_ui.node_add_menu.NodeMenu):
34
32
  """
35
33
 
36
34
  class NODE_MT_category_utilities_closure_base(bl_ui.node_add_menu.NodeMenu):
37
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
35
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
38
36
 
39
37
  bl_label: typing.Any
40
38
  bl_rna: typing.Any
@@ -45,14 +43,12 @@ class NODE_MT_category_utilities_closure_base(bl_ui.node_add_menu.NodeMenu):
45
43
  """
46
44
 
47
45
  :return: The RNA type or default when not found.
48
- :rtype: bpy.types.Struct
49
46
  """
50
47
 
51
48
  def bl_rna_get_subclass_py(self) -> typing.Any:
52
49
  """
53
50
 
54
51
  :return: The class or default when not found.
55
- :rtype: typing.Any
56
52
  """
57
53
 
58
54
  def draw(self, context) -> None:
@@ -62,7 +58,7 @@ class NODE_MT_category_utilities_closure_base(bl_ui.node_add_menu.NodeMenu):
62
58
  """
63
59
 
64
60
  class NODE_MT_gn_all_base(bl_ui.node_add_menu.NodeMenu):
65
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
61
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
66
62
 
67
63
  bl_label: typing.Any
68
64
  bl_rna: typing.Any
@@ -73,14 +69,12 @@ class NODE_MT_gn_all_base(bl_ui.node_add_menu.NodeMenu):
73
69
  """
74
70
 
75
71
  :return: The RNA type or default when not found.
76
- :rtype: bpy.types.Struct
77
72
  """
78
73
 
79
74
  def bl_rna_get_subclass_py(self) -> typing.Any:
80
75
  """
81
76
 
82
77
  :return: The class or default when not found.
83
- :rtype: typing.Any
84
78
  """
85
79
 
86
80
  def draw(self, context) -> None:
@@ -90,7 +84,7 @@ class NODE_MT_gn_all_base(bl_ui.node_add_menu.NodeMenu):
90
84
  """
91
85
 
92
86
  class NODE_MT_gn_attribute_base(bl_ui.node_add_menu.NodeMenu):
93
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
87
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
94
88
 
95
89
  bl_label: typing.Any
96
90
  bl_rna: typing.Any
@@ -100,14 +94,12 @@ class NODE_MT_gn_attribute_base(bl_ui.node_add_menu.NodeMenu):
100
94
  """
101
95
 
102
96
  :return: The RNA type or default when not found.
103
- :rtype: bpy.types.Struct
104
97
  """
105
98
 
106
99
  def bl_rna_get_subclass_py(self) -> typing.Any:
107
100
  """
108
101
 
109
102
  :return: The class or default when not found.
110
- :rtype: typing.Any
111
103
  """
112
104
 
113
105
  def draw(self, _context) -> None:
@@ -116,8 +108,33 @@ class NODE_MT_gn_attribute_base(bl_ui.node_add_menu.NodeMenu):
116
108
  :param _context:
117
109
  """
118
110
 
111
+ class NODE_MT_gn_color_base(bl_ui.node_add_menu.NodeMenu):
112
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
113
+
114
+ bl_label: typing.Any
115
+ bl_rna: typing.Any
116
+ id_data: typing.Any
117
+
118
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
119
+ """
120
+
121
+ :return: The RNA type or default when not found.
122
+ """
123
+
124
+ def bl_rna_get_subclass_py(self) -> typing.Any:
125
+ """
126
+
127
+ :return: The class or default when not found.
128
+ """
129
+
130
+ def draw(self, context) -> None:
131
+ """
132
+
133
+ :param context:
134
+ """
135
+
119
136
  class NODE_MT_gn_curve_base(bl_ui.node_add_menu.NodeMenu):
120
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
137
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
121
138
 
122
139
  bl_label: typing.Any
123
140
  bl_rna: typing.Any
@@ -127,14 +144,12 @@ class NODE_MT_gn_curve_base(bl_ui.node_add_menu.NodeMenu):
127
144
  """
128
145
 
129
146
  :return: The RNA type or default when not found.
130
- :rtype: bpy.types.Struct
131
147
  """
132
148
 
133
149
  def bl_rna_get_subclass_py(self) -> typing.Any:
134
150
  """
135
151
 
136
152
  :return: The class or default when not found.
137
- :rtype: typing.Any
138
153
  """
139
154
 
140
155
  def draw(self, _context) -> None:
@@ -144,7 +159,7 @@ class NODE_MT_gn_curve_base(bl_ui.node_add_menu.NodeMenu):
144
159
  """
145
160
 
146
161
  class NODE_MT_gn_curve_operations_base(bl_ui.node_add_menu.NodeMenu):
147
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
162
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
148
163
 
149
164
  bl_label: typing.Any
150
165
  bl_rna: typing.Any
@@ -155,14 +170,12 @@ class NODE_MT_gn_curve_operations_base(bl_ui.node_add_menu.NodeMenu):
155
170
  """
156
171
 
157
172
  :return: The RNA type or default when not found.
158
- :rtype: bpy.types.Struct
159
173
  """
160
174
 
161
175
  def bl_rna_get_subclass_py(self) -> typing.Any:
162
176
  """
163
177
 
164
178
  :return: The class or default when not found.
165
- :rtype: typing.Any
166
179
  """
167
180
 
168
181
  def draw(self, _context) -> None:
@@ -172,7 +185,7 @@ class NODE_MT_gn_curve_operations_base(bl_ui.node_add_menu.NodeMenu):
172
185
  """
173
186
 
174
187
  class NODE_MT_gn_curve_primitives_base(bl_ui.node_add_menu.NodeMenu):
175
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
188
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
176
189
 
177
190
  bl_label: typing.Any
178
191
  bl_rna: typing.Any
@@ -183,14 +196,12 @@ class NODE_MT_gn_curve_primitives_base(bl_ui.node_add_menu.NodeMenu):
183
196
  """
184
197
 
185
198
  :return: The RNA type or default when not found.
186
- :rtype: bpy.types.Struct
187
199
  """
188
200
 
189
201
  def bl_rna_get_subclass_py(self) -> typing.Any:
190
202
  """
191
203
 
192
204
  :return: The class or default when not found.
193
- :rtype: typing.Any
194
205
  """
195
206
 
196
207
  def draw(self, _context) -> None:
@@ -200,7 +211,7 @@ class NODE_MT_gn_curve_primitives_base(bl_ui.node_add_menu.NodeMenu):
200
211
  """
201
212
 
202
213
  class NODE_MT_gn_curve_read_base(bl_ui.node_add_menu.NodeMenu):
203
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
214
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
204
215
 
205
216
  bl_label: typing.Any
206
217
  bl_rna: typing.Any
@@ -211,14 +222,12 @@ class NODE_MT_gn_curve_read_base(bl_ui.node_add_menu.NodeMenu):
211
222
  """
212
223
 
213
224
  :return: The RNA type or default when not found.
214
- :rtype: bpy.types.Struct
215
225
  """
216
226
 
217
227
  def bl_rna_get_subclass_py(self) -> typing.Any:
218
228
  """
219
229
 
220
230
  :return: The class or default when not found.
221
- :rtype: typing.Any
222
231
  """
223
232
 
224
233
  def draw(self, _context) -> None:
@@ -228,7 +237,7 @@ class NODE_MT_gn_curve_read_base(bl_ui.node_add_menu.NodeMenu):
228
237
  """
229
238
 
230
239
  class NODE_MT_gn_curve_sample_base(bl_ui.node_add_menu.NodeMenu):
231
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
240
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
232
241
 
233
242
  bl_label: typing.Any
234
243
  bl_rna: typing.Any
@@ -239,14 +248,12 @@ class NODE_MT_gn_curve_sample_base(bl_ui.node_add_menu.NodeMenu):
239
248
  """
240
249
 
241
250
  :return: The RNA type or default when not found.
242
- :rtype: bpy.types.Struct
243
251
  """
244
252
 
245
253
  def bl_rna_get_subclass_py(self) -> typing.Any:
246
254
  """
247
255
 
248
256
  :return: The class or default when not found.
249
- :rtype: typing.Any
250
257
  """
251
258
 
252
259
  def draw(self, _context) -> None:
@@ -256,7 +263,7 @@ class NODE_MT_gn_curve_sample_base(bl_ui.node_add_menu.NodeMenu):
256
263
  """
257
264
 
258
265
  class NODE_MT_gn_curve_topology_base(bl_ui.node_add_menu.NodeMenu):
259
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
266
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
260
267
 
261
268
  bl_label: typing.Any
262
269
  bl_rna: typing.Any
@@ -267,14 +274,12 @@ class NODE_MT_gn_curve_topology_base(bl_ui.node_add_menu.NodeMenu):
267
274
  """
268
275
 
269
276
  :return: The RNA type or default when not found.
270
- :rtype: bpy.types.Struct
271
277
  """
272
278
 
273
279
  def bl_rna_get_subclass_py(self) -> typing.Any:
274
280
  """
275
281
 
276
282
  :return: The class or default when not found.
277
- :rtype: typing.Any
278
283
  """
279
284
 
280
285
  def draw(self, _context) -> None:
@@ -284,7 +289,7 @@ class NODE_MT_gn_curve_topology_base(bl_ui.node_add_menu.NodeMenu):
284
289
  """
285
290
 
286
291
  class NODE_MT_gn_curve_write_base(bl_ui.node_add_menu.NodeMenu):
287
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
292
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
288
293
 
289
294
  bl_label: typing.Any
290
295
  bl_rna: typing.Any
@@ -295,14 +300,12 @@ class NODE_MT_gn_curve_write_base(bl_ui.node_add_menu.NodeMenu):
295
300
  """
296
301
 
297
302
  :return: The RNA type or default when not found.
298
- :rtype: bpy.types.Struct
299
303
  """
300
304
 
301
305
  def bl_rna_get_subclass_py(self) -> typing.Any:
302
306
  """
303
307
 
304
308
  :return: The class or default when not found.
305
- :rtype: typing.Any
306
309
  """
307
310
 
308
311
  def draw(self, _context) -> None:
@@ -312,7 +315,7 @@ class NODE_MT_gn_curve_write_base(bl_ui.node_add_menu.NodeMenu):
312
315
  """
313
316
 
314
317
  class NODE_MT_gn_geometry_base(bl_ui.node_add_menu.NodeMenu):
315
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
318
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
316
319
 
317
320
  bl_label: typing.Any
318
321
  bl_rna: typing.Any
@@ -322,14 +325,12 @@ class NODE_MT_gn_geometry_base(bl_ui.node_add_menu.NodeMenu):
322
325
  """
323
326
 
324
327
  :return: The RNA type or default when not found.
325
- :rtype: bpy.types.Struct
326
328
  """
327
329
 
328
330
  def bl_rna_get_subclass_py(self) -> typing.Any:
329
331
  """
330
332
 
331
333
  :return: The class or default when not found.
332
- :rtype: typing.Any
333
334
  """
334
335
 
335
336
  def draw(self, _context) -> None:
@@ -339,7 +340,7 @@ class NODE_MT_gn_geometry_base(bl_ui.node_add_menu.NodeMenu):
339
340
  """
340
341
 
341
342
  class NODE_MT_gn_geometry_operations_base(bl_ui.node_add_menu.NodeMenu):
342
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
343
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
343
344
 
344
345
  bl_label: typing.Any
345
346
  bl_rna: typing.Any
@@ -350,14 +351,12 @@ class NODE_MT_gn_geometry_operations_base(bl_ui.node_add_menu.NodeMenu):
350
351
  """
351
352
 
352
353
  :return: The RNA type or default when not found.
353
- :rtype: bpy.types.Struct
354
354
  """
355
355
 
356
356
  def bl_rna_get_subclass_py(self) -> typing.Any:
357
357
  """
358
358
 
359
359
  :return: The class or default when not found.
360
- :rtype: typing.Any
361
360
  """
362
361
 
363
362
  def draw(self, _context) -> None:
@@ -367,7 +366,7 @@ class NODE_MT_gn_geometry_operations_base(bl_ui.node_add_menu.NodeMenu):
367
366
  """
368
367
 
369
368
  class NODE_MT_gn_geometry_read_base(bl_ui.node_add_menu.NodeMenu):
370
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
369
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
371
370
 
372
371
  bl_label: typing.Any
373
372
  bl_rna: typing.Any
@@ -378,14 +377,12 @@ class NODE_MT_gn_geometry_read_base(bl_ui.node_add_menu.NodeMenu):
378
377
  """
379
378
 
380
379
  :return: The RNA type or default when not found.
381
- :rtype: bpy.types.Struct
382
380
  """
383
381
 
384
382
  def bl_rna_get_subclass_py(self) -> typing.Any:
385
383
  """
386
384
 
387
385
  :return: The class or default when not found.
388
- :rtype: typing.Any
389
386
  """
390
387
 
391
388
  def draw(self, context) -> None:
@@ -395,7 +392,7 @@ class NODE_MT_gn_geometry_read_base(bl_ui.node_add_menu.NodeMenu):
395
392
  """
396
393
 
397
394
  class NODE_MT_gn_geometry_sample_base(bl_ui.node_add_menu.NodeMenu):
398
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
395
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
399
396
 
400
397
  bl_label: typing.Any
401
398
  bl_rna: typing.Any
@@ -406,14 +403,12 @@ class NODE_MT_gn_geometry_sample_base(bl_ui.node_add_menu.NodeMenu):
406
403
  """
407
404
 
408
405
  :return: The RNA type or default when not found.
409
- :rtype: bpy.types.Struct
410
406
  """
411
407
 
412
408
  def bl_rna_get_subclass_py(self) -> typing.Any:
413
409
  """
414
410
 
415
411
  :return: The class or default when not found.
416
- :rtype: typing.Any
417
412
  """
418
413
 
419
414
  def draw(self, _context) -> None:
@@ -423,7 +418,7 @@ class NODE_MT_gn_geometry_sample_base(bl_ui.node_add_menu.NodeMenu):
423
418
  """
424
419
 
425
420
  class NODE_MT_gn_geometry_write_base(bl_ui.node_add_menu.NodeMenu):
426
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
421
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
427
422
 
428
423
  bl_label: typing.Any
429
424
  bl_rna: typing.Any
@@ -434,14 +429,12 @@ class NODE_MT_gn_geometry_write_base(bl_ui.node_add_menu.NodeMenu):
434
429
  """
435
430
 
436
431
  :return: The RNA type or default when not found.
437
- :rtype: bpy.types.Struct
438
432
  """
439
433
 
440
434
  def bl_rna_get_subclass_py(self) -> typing.Any:
441
435
  """
442
436
 
443
437
  :return: The class or default when not found.
444
- :rtype: typing.Any
445
438
  """
446
439
 
447
440
  def draw(self, context) -> None:
@@ -451,7 +444,7 @@ class NODE_MT_gn_geometry_write_base(bl_ui.node_add_menu.NodeMenu):
451
444
  """
452
445
 
453
446
  class NODE_MT_gn_grease_pencil_base(bl_ui.node_add_menu.NodeMenu):
454
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
447
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
455
448
 
456
449
  bl_label: typing.Any
457
450
  bl_rna: typing.Any
@@ -461,14 +454,12 @@ class NODE_MT_gn_grease_pencil_base(bl_ui.node_add_menu.NodeMenu):
461
454
  """
462
455
 
463
456
  :return: The RNA type or default when not found.
464
- :rtype: bpy.types.Struct
465
457
  """
466
458
 
467
459
  def bl_rna_get_subclass_py(self) -> typing.Any:
468
460
  """
469
461
 
470
462
  :return: The class or default when not found.
471
- :rtype: typing.Any
472
463
  """
473
464
 
474
465
  def draw(self, _context) -> None:
@@ -478,7 +469,7 @@ class NODE_MT_gn_grease_pencil_base(bl_ui.node_add_menu.NodeMenu):
478
469
  """
479
470
 
480
471
  class NODE_MT_gn_grease_pencil_operations_base(bl_ui.node_add_menu.NodeMenu):
481
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
472
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
482
473
 
483
474
  bl_label: typing.Any
484
475
  bl_rna: typing.Any
@@ -489,14 +480,12 @@ class NODE_MT_gn_grease_pencil_operations_base(bl_ui.node_add_menu.NodeMenu):
489
480
  """
490
481
 
491
482
  :return: The RNA type or default when not found.
492
- :rtype: bpy.types.Struct
493
483
  """
494
484
 
495
485
  def bl_rna_get_subclass_py(self) -> typing.Any:
496
486
  """
497
487
 
498
488
  :return: The class or default when not found.
499
- :rtype: typing.Any
500
489
  """
501
490
 
502
491
  def draw(self, _context) -> None:
@@ -506,7 +495,7 @@ class NODE_MT_gn_grease_pencil_operations_base(bl_ui.node_add_menu.NodeMenu):
506
495
  """
507
496
 
508
497
  class NODE_MT_gn_grease_pencil_read_base(bl_ui.node_add_menu.NodeMenu):
509
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
498
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
510
499
 
511
500
  bl_label: typing.Any
512
501
  bl_rna: typing.Any
@@ -517,14 +506,12 @@ class NODE_MT_gn_grease_pencil_read_base(bl_ui.node_add_menu.NodeMenu):
517
506
  """
518
507
 
519
508
  :return: The RNA type or default when not found.
520
- :rtype: bpy.types.Struct
521
509
  """
522
510
 
523
511
  def bl_rna_get_subclass_py(self) -> typing.Any:
524
512
  """
525
513
 
526
514
  :return: The class or default when not found.
527
- :rtype: typing.Any
528
515
  """
529
516
 
530
517
  def draw(self, _context) -> None:
@@ -534,7 +521,7 @@ class NODE_MT_gn_grease_pencil_read_base(bl_ui.node_add_menu.NodeMenu):
534
521
  """
535
522
 
536
523
  class NODE_MT_gn_grease_pencil_write_base(bl_ui.node_add_menu.NodeMenu):
537
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
524
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
538
525
 
539
526
  bl_label: typing.Any
540
527
  bl_rna: typing.Any
@@ -545,14 +532,12 @@ class NODE_MT_gn_grease_pencil_write_base(bl_ui.node_add_menu.NodeMenu):
545
532
  """
546
533
 
547
534
  :return: The RNA type or default when not found.
548
- :rtype: bpy.types.Struct
549
535
  """
550
536
 
551
537
  def bl_rna_get_subclass_py(self) -> typing.Any:
552
538
  """
553
539
 
554
540
  :return: The class or default when not found.
555
- :rtype: typing.Any
556
541
  """
557
542
 
558
543
  def draw(self, _context) -> None:
@@ -562,7 +547,7 @@ class NODE_MT_gn_grease_pencil_write_base(bl_ui.node_add_menu.NodeMenu):
562
547
  """
563
548
 
564
549
  class NODE_MT_gn_input_base(bl_ui.node_add_menu.NodeMenu):
565
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
550
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
566
551
 
567
552
  bl_label: typing.Any
568
553
  bl_rna: typing.Any
@@ -572,14 +557,12 @@ class NODE_MT_gn_input_base(bl_ui.node_add_menu.NodeMenu):
572
557
  """
573
558
 
574
559
  :return: The RNA type or default when not found.
575
- :rtype: bpy.types.Struct
576
560
  """
577
561
 
578
562
  def bl_rna_get_subclass_py(self) -> typing.Any:
579
563
  """
580
564
 
581
565
  :return: The class or default when not found.
582
- :rtype: typing.Any
583
566
  """
584
567
 
585
568
  def draw(self, context) -> None:
@@ -589,7 +572,7 @@ class NODE_MT_gn_input_base(bl_ui.node_add_menu.NodeMenu):
589
572
  """
590
573
 
591
574
  class NODE_MT_gn_input_constant_base(bl_ui.node_add_menu.NodeMenu):
592
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
575
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
593
576
 
594
577
  bl_label: typing.Any
595
578
  bl_rna: typing.Any
@@ -601,14 +584,12 @@ class NODE_MT_gn_input_constant_base(bl_ui.node_add_menu.NodeMenu):
601
584
  """
602
585
 
603
586
  :return: The RNA type or default when not found.
604
- :rtype: bpy.types.Struct
605
587
  """
606
588
 
607
589
  def bl_rna_get_subclass_py(self) -> typing.Any:
608
590
  """
609
591
 
610
592
  :return: The class or default when not found.
611
- :rtype: typing.Any
612
593
  """
613
594
 
614
595
  def draw(self, _context) -> None:
@@ -618,7 +599,7 @@ class NODE_MT_gn_input_constant_base(bl_ui.node_add_menu.NodeMenu):
618
599
  """
619
600
 
620
601
  class NODE_MT_gn_input_gizmo_base(bl_ui.node_add_menu.NodeMenu):
621
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
602
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
622
603
 
623
604
  bl_label: typing.Any
624
605
  bl_rna: typing.Any
@@ -629,14 +610,12 @@ class NODE_MT_gn_input_gizmo_base(bl_ui.node_add_menu.NodeMenu):
629
610
  """
630
611
 
631
612
  :return: The RNA type or default when not found.
632
- :rtype: bpy.types.Struct
633
613
  """
634
614
 
635
615
  def bl_rna_get_subclass_py(self) -> typing.Any:
636
616
  """
637
617
 
638
618
  :return: The class or default when not found.
639
- :rtype: typing.Any
640
619
  """
641
620
 
642
621
  def draw(self, context) -> None:
@@ -646,7 +625,7 @@ class NODE_MT_gn_input_gizmo_base(bl_ui.node_add_menu.NodeMenu):
646
625
  """
647
626
 
648
627
  class NODE_MT_gn_input_group_base(bl_ui.node_add_menu.NodeMenu):
649
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
628
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
650
629
 
651
630
  bl_label: typing.Any
652
631
  bl_rna: typing.Any
@@ -657,14 +636,12 @@ class NODE_MT_gn_input_group_base(bl_ui.node_add_menu.NodeMenu):
657
636
  """
658
637
 
659
638
  :return: The RNA type or default when not found.
660
- :rtype: bpy.types.Struct
661
639
  """
662
640
 
663
641
  def bl_rna_get_subclass_py(self) -> typing.Any:
664
642
  """
665
643
 
666
644
  :return: The class or default when not found.
667
- :rtype: typing.Any
668
645
  """
669
646
 
670
647
  def draw(self, _context) -> None:
@@ -674,7 +651,7 @@ class NODE_MT_gn_input_group_base(bl_ui.node_add_menu.NodeMenu):
674
651
  """
675
652
 
676
653
  class NODE_MT_gn_input_import_base(bl_ui.node_add_menu.NodeMenu):
677
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
654
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
678
655
 
679
656
  bl_label: typing.Any
680
657
  bl_rna: typing.Any
@@ -685,14 +662,12 @@ class NODE_MT_gn_input_import_base(bl_ui.node_add_menu.NodeMenu):
685
662
  """
686
663
 
687
664
  :return: The RNA type or default when not found.
688
- :rtype: bpy.types.Struct
689
665
  """
690
666
 
691
667
  def bl_rna_get_subclass_py(self) -> typing.Any:
692
668
  """
693
669
 
694
670
  :return: The class or default when not found.
695
- :rtype: typing.Any
696
671
  """
697
672
 
698
673
  def draw(self, _context) -> None:
@@ -702,7 +677,7 @@ class NODE_MT_gn_input_import_base(bl_ui.node_add_menu.NodeMenu):
702
677
  """
703
678
 
704
679
  class NODE_MT_gn_input_scene_base(bl_ui.node_add_menu.NodeMenu):
705
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
680
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
706
681
 
707
682
  bl_label: typing.Any
708
683
  bl_rna: typing.Any
@@ -713,14 +688,12 @@ class NODE_MT_gn_input_scene_base(bl_ui.node_add_menu.NodeMenu):
713
688
  """
714
689
 
715
690
  :return: The RNA type or default when not found.
716
- :rtype: bpy.types.Struct
717
691
  """
718
692
 
719
693
  def bl_rna_get_subclass_py(self) -> typing.Any:
720
694
  """
721
695
 
722
696
  :return: The class or default when not found.
723
- :rtype: typing.Any
724
697
  """
725
698
 
726
699
  def draw(self, context) -> None:
@@ -730,7 +703,7 @@ class NODE_MT_gn_input_scene_base(bl_ui.node_add_menu.NodeMenu):
730
703
  """
731
704
 
732
705
  class NODE_MT_gn_instance_base(bl_ui.node_add_menu.NodeMenu):
733
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
706
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
734
707
 
735
708
  bl_label: typing.Any
736
709
  bl_rna: typing.Any
@@ -740,14 +713,12 @@ class NODE_MT_gn_instance_base(bl_ui.node_add_menu.NodeMenu):
740
713
  """
741
714
 
742
715
  :return: The RNA type or default when not found.
743
- :rtype: bpy.types.Struct
744
716
  """
745
717
 
746
718
  def bl_rna_get_subclass_py(self) -> typing.Any:
747
719
  """
748
720
 
749
721
  :return: The class or default when not found.
750
- :rtype: typing.Any
751
722
  """
752
723
 
753
724
  def draw(self, _context) -> None:
@@ -757,24 +728,23 @@ class NODE_MT_gn_instance_base(bl_ui.node_add_menu.NodeMenu):
757
728
  """
758
729
 
759
730
  class NODE_MT_gn_material_base(bl_ui.node_add_menu.NodeMenu):
760
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
731
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
761
732
 
762
733
  bl_label: typing.Any
763
734
  bl_rna: typing.Any
764
735
  id_data: typing.Any
736
+ menu_path: typing.Any
765
737
 
766
738
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
767
739
  """
768
740
 
769
741
  :return: The RNA type or default when not found.
770
- :rtype: bpy.types.Struct
771
742
  """
772
743
 
773
744
  def bl_rna_get_subclass_py(self) -> typing.Any:
774
745
  """
775
746
 
776
747
  :return: The class or default when not found.
777
- :rtype: typing.Any
778
748
  """
779
749
 
780
750
  def draw(self, _context) -> None:
@@ -784,7 +754,7 @@ class NODE_MT_gn_material_base(bl_ui.node_add_menu.NodeMenu):
784
754
  """
785
755
 
786
756
  class NODE_MT_gn_mesh_base(bl_ui.node_add_menu.NodeMenu):
787
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
757
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
788
758
 
789
759
  bl_label: typing.Any
790
760
  bl_rna: typing.Any
@@ -794,14 +764,12 @@ class NODE_MT_gn_mesh_base(bl_ui.node_add_menu.NodeMenu):
794
764
  """
795
765
 
796
766
  :return: The RNA type or default when not found.
797
- :rtype: bpy.types.Struct
798
767
  """
799
768
 
800
769
  def bl_rna_get_subclass_py(self) -> typing.Any:
801
770
  """
802
771
 
803
772
  :return: The class or default when not found.
804
- :rtype: typing.Any
805
773
  """
806
774
 
807
775
  def draw(self, _context) -> None:
@@ -811,7 +779,7 @@ class NODE_MT_gn_mesh_base(bl_ui.node_add_menu.NodeMenu):
811
779
  """
812
780
 
813
781
  class NODE_MT_gn_mesh_operations_base(bl_ui.node_add_menu.NodeMenu):
814
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
782
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
815
783
 
816
784
  bl_label: typing.Any
817
785
  bl_rna: typing.Any
@@ -822,14 +790,12 @@ class NODE_MT_gn_mesh_operations_base(bl_ui.node_add_menu.NodeMenu):
822
790
  """
823
791
 
824
792
  :return: The RNA type or default when not found.
825
- :rtype: bpy.types.Struct
826
793
  """
827
794
 
828
795
  def bl_rna_get_subclass_py(self) -> typing.Any:
829
796
  """
830
797
 
831
798
  :return: The class or default when not found.
832
- :rtype: typing.Any
833
799
  """
834
800
 
835
801
  def draw(self, context) -> None:
@@ -839,7 +805,7 @@ class NODE_MT_gn_mesh_operations_base(bl_ui.node_add_menu.NodeMenu):
839
805
  """
840
806
 
841
807
  class NODE_MT_gn_mesh_primitives_base(bl_ui.node_add_menu.NodeMenu):
842
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
808
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
843
809
 
844
810
  bl_label: typing.Any
845
811
  bl_rna: typing.Any
@@ -850,14 +816,12 @@ class NODE_MT_gn_mesh_primitives_base(bl_ui.node_add_menu.NodeMenu):
850
816
  """
851
817
 
852
818
  :return: The RNA type or default when not found.
853
- :rtype: bpy.types.Struct
854
819
  """
855
820
 
856
821
  def bl_rna_get_subclass_py(self) -> typing.Any:
857
822
  """
858
823
 
859
824
  :return: The class or default when not found.
860
- :rtype: typing.Any
861
825
  """
862
826
 
863
827
  def draw(self, _context) -> None:
@@ -867,7 +831,7 @@ class NODE_MT_gn_mesh_primitives_base(bl_ui.node_add_menu.NodeMenu):
867
831
  """
868
832
 
869
833
  class NODE_MT_gn_mesh_read_base(bl_ui.node_add_menu.NodeMenu):
870
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
834
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
871
835
 
872
836
  bl_label: typing.Any
873
837
  bl_rna: typing.Any
@@ -878,14 +842,12 @@ class NODE_MT_gn_mesh_read_base(bl_ui.node_add_menu.NodeMenu):
878
842
  """
879
843
 
880
844
  :return: The RNA type or default when not found.
881
- :rtype: bpy.types.Struct
882
845
  """
883
846
 
884
847
  def bl_rna_get_subclass_py(self) -> typing.Any:
885
848
  """
886
849
 
887
850
  :return: The class or default when not found.
888
- :rtype: typing.Any
889
851
  """
890
852
 
891
853
  def draw(self, context) -> None:
@@ -895,7 +857,7 @@ class NODE_MT_gn_mesh_read_base(bl_ui.node_add_menu.NodeMenu):
895
857
  """
896
858
 
897
859
  class NODE_MT_gn_mesh_sample_base(bl_ui.node_add_menu.NodeMenu):
898
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
860
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
899
861
 
900
862
  bl_label: typing.Any
901
863
  bl_rna: typing.Any
@@ -906,14 +868,12 @@ class NODE_MT_gn_mesh_sample_base(bl_ui.node_add_menu.NodeMenu):
906
868
  """
907
869
 
908
870
  :return: The RNA type or default when not found.
909
- :rtype: bpy.types.Struct
910
871
  """
911
872
 
912
873
  def bl_rna_get_subclass_py(self) -> typing.Any:
913
874
  """
914
875
 
915
876
  :return: The class or default when not found.
916
- :rtype: typing.Any
917
877
  """
918
878
 
919
879
  def draw(self, _context) -> None:
@@ -923,7 +883,7 @@ class NODE_MT_gn_mesh_sample_base(bl_ui.node_add_menu.NodeMenu):
923
883
  """
924
884
 
925
885
  class NODE_MT_gn_mesh_topology_base(bl_ui.node_add_menu.NodeMenu):
926
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
886
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
927
887
 
928
888
  bl_label: typing.Any
929
889
  bl_rna: typing.Any
@@ -934,14 +894,12 @@ class NODE_MT_gn_mesh_topology_base(bl_ui.node_add_menu.NodeMenu):
934
894
  """
935
895
 
936
896
  :return: The RNA type or default when not found.
937
- :rtype: bpy.types.Struct
938
897
  """
939
898
 
940
899
  def bl_rna_get_subclass_py(self) -> typing.Any:
941
900
  """
942
901
 
943
902
  :return: The class or default when not found.
944
- :rtype: typing.Any
945
903
  """
946
904
 
947
905
  def draw(self, _context) -> None:
@@ -951,7 +909,7 @@ class NODE_MT_gn_mesh_topology_base(bl_ui.node_add_menu.NodeMenu):
951
909
  """
952
910
 
953
911
  class NODE_MT_gn_mesh_uv_base(bl_ui.node_add_menu.NodeMenu):
954
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
912
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
955
913
 
956
914
  bl_label: typing.Any
957
915
  bl_rna: typing.Any
@@ -962,14 +920,12 @@ class NODE_MT_gn_mesh_uv_base(bl_ui.node_add_menu.NodeMenu):
962
920
  """
963
921
 
964
922
  :return: The RNA type or default when not found.
965
- :rtype: bpy.types.Struct
966
923
  """
967
924
 
968
925
  def bl_rna_get_subclass_py(self) -> typing.Any:
969
926
  """
970
927
 
971
928
  :return: The class or default when not found.
972
- :rtype: typing.Any
973
929
  """
974
930
 
975
931
  def draw(self, _context) -> None:
@@ -979,7 +935,7 @@ class NODE_MT_gn_mesh_uv_base(bl_ui.node_add_menu.NodeMenu):
979
935
  """
980
936
 
981
937
  class NODE_MT_gn_mesh_write_base(bl_ui.node_add_menu.NodeMenu):
982
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
938
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
983
939
 
984
940
  bl_label: typing.Any
985
941
  bl_rna: typing.Any
@@ -990,14 +946,12 @@ class NODE_MT_gn_mesh_write_base(bl_ui.node_add_menu.NodeMenu):
990
946
  """
991
947
 
992
948
  :return: The RNA type or default when not found.
993
- :rtype: bpy.types.Struct
994
949
  """
995
950
 
996
951
  def bl_rna_get_subclass_py(self) -> typing.Any:
997
952
  """
998
953
 
999
954
  :return: The class or default when not found.
1000
- :rtype: typing.Any
1001
955
  """
1002
956
 
1003
957
  def draw(self, context) -> None:
@@ -1007,7 +961,7 @@ class NODE_MT_gn_mesh_write_base(bl_ui.node_add_menu.NodeMenu):
1007
961
  """
1008
962
 
1009
963
  class NODE_MT_gn_output_base(bl_ui.node_add_menu.NodeMenu):
1010
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
964
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1011
965
 
1012
966
  bl_label: typing.Any
1013
967
  bl_rna: typing.Any
@@ -1017,14 +971,12 @@ class NODE_MT_gn_output_base(bl_ui.node_add_menu.NodeMenu):
1017
971
  """
1018
972
 
1019
973
  :return: The RNA type or default when not found.
1020
- :rtype: bpy.types.Struct
1021
974
  """
1022
975
 
1023
976
  def bl_rna_get_subclass_py(self) -> typing.Any:
1024
977
  """
1025
978
 
1026
979
  :return: The class or default when not found.
1027
- :rtype: typing.Any
1028
980
  """
1029
981
 
1030
982
  def draw(self, context) -> None:
@@ -1034,7 +986,7 @@ class NODE_MT_gn_output_base(bl_ui.node_add_menu.NodeMenu):
1034
986
  """
1035
987
 
1036
988
  class NODE_MT_gn_point_base(bl_ui.node_add_menu.NodeMenu):
1037
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
989
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1038
990
 
1039
991
  bl_label: typing.Any
1040
992
  bl_rna: typing.Any
@@ -1044,14 +996,12 @@ class NODE_MT_gn_point_base(bl_ui.node_add_menu.NodeMenu):
1044
996
  """
1045
997
 
1046
998
  :return: The RNA type or default when not found.
1047
- :rtype: bpy.types.Struct
1048
999
  """
1049
1000
 
1050
1001
  def bl_rna_get_subclass_py(self) -> typing.Any:
1051
1002
  """
1052
1003
 
1053
1004
  :return: The class or default when not found.
1054
- :rtype: typing.Any
1055
1005
  """
1056
1006
 
1057
1007
  def draw(self, context) -> None:
@@ -1061,7 +1011,7 @@ class NODE_MT_gn_point_base(bl_ui.node_add_menu.NodeMenu):
1061
1011
  """
1062
1012
 
1063
1013
  class NODE_MT_gn_simulation_base(bl_ui.node_add_menu.NodeMenu):
1064
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1014
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1065
1015
 
1066
1016
  bl_label: typing.Any
1067
1017
  bl_rna: typing.Any
@@ -1071,14 +1021,12 @@ class NODE_MT_gn_simulation_base(bl_ui.node_add_menu.NodeMenu):
1071
1021
  """
1072
1022
 
1073
1023
  :return: The RNA type or default when not found.
1074
- :rtype: bpy.types.Struct
1075
1024
  """
1076
1025
 
1077
1026
  def bl_rna_get_subclass_py(self) -> typing.Any:
1078
1027
  """
1079
1028
 
1080
1029
  :return: The class or default when not found.
1081
- :rtype: typing.Any
1082
1030
  """
1083
1031
 
1084
1032
  def draw(self, _context) -> None:
@@ -1088,7 +1036,7 @@ class NODE_MT_gn_simulation_base(bl_ui.node_add_menu.NodeMenu):
1088
1036
  """
1089
1037
 
1090
1038
  class NODE_MT_gn_texture_base(bl_ui.node_add_menu.NodeMenu):
1091
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1039
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1092
1040
 
1093
1041
  bl_label: typing.Any
1094
1042
  bl_rna: typing.Any
@@ -1098,14 +1046,12 @@ class NODE_MT_gn_texture_base(bl_ui.node_add_menu.NodeMenu):
1098
1046
  """
1099
1047
 
1100
1048
  :return: The RNA type or default when not found.
1101
- :rtype: bpy.types.Struct
1102
1049
  """
1103
1050
 
1104
1051
  def bl_rna_get_subclass_py(self) -> typing.Any:
1105
1052
  """
1106
1053
 
1107
1054
  :return: The class or default when not found.
1108
- :rtype: typing.Any
1109
1055
  """
1110
1056
 
1111
1057
  def draw(self, _context) -> None:
@@ -1115,7 +1061,7 @@ class NODE_MT_gn_texture_base(bl_ui.node_add_menu.NodeMenu):
1115
1061
  """
1116
1062
 
1117
1063
  class NODE_MT_gn_utilities_base(bl_ui.node_add_menu.NodeMenu):
1118
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1064
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1119
1065
 
1120
1066
  bl_label: typing.Any
1121
1067
  bl_rna: typing.Any
@@ -1125,42 +1071,12 @@ class NODE_MT_gn_utilities_base(bl_ui.node_add_menu.NodeMenu):
1125
1071
  """
1126
1072
 
1127
1073
  :return: The RNA type or default when not found.
1128
- :rtype: bpy.types.Struct
1129
- """
1130
-
1131
- def bl_rna_get_subclass_py(self) -> typing.Any:
1132
- """
1133
-
1134
- :return: The class or default when not found.
1135
- :rtype: typing.Any
1136
- """
1137
-
1138
- def draw(self, context) -> None:
1139
- """
1140
-
1141
- :param context:
1142
- """
1143
-
1144
- class NODE_MT_gn_utilities_color_base(bl_ui.node_add_menu.NodeMenu):
1145
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1146
-
1147
- bl_label: typing.Any
1148
- bl_rna: typing.Any
1149
- id_data: typing.Any
1150
- menu_path: typing.Any
1151
-
1152
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1153
- """
1154
-
1155
- :return: The RNA type or default when not found.
1156
- :rtype: bpy.types.Struct
1157
1074
  """
1158
1075
 
1159
1076
  def bl_rna_get_subclass_py(self) -> typing.Any:
1160
1077
  """
1161
1078
 
1162
1079
  :return: The class or default when not found.
1163
- :rtype: typing.Any
1164
1080
  """
1165
1081
 
1166
1082
  def draw(self, context) -> None:
@@ -1170,7 +1086,7 @@ class NODE_MT_gn_utilities_color_base(bl_ui.node_add_menu.NodeMenu):
1170
1086
  """
1171
1087
 
1172
1088
  class NODE_MT_gn_utilities_deprecated_base(bl_ui.node_add_menu.NodeMenu):
1173
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1089
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1174
1090
 
1175
1091
  bl_label: typing.Any
1176
1092
  bl_rna: typing.Any
@@ -1181,14 +1097,12 @@ class NODE_MT_gn_utilities_deprecated_base(bl_ui.node_add_menu.NodeMenu):
1181
1097
  """
1182
1098
 
1183
1099
  :return: The RNA type or default when not found.
1184
- :rtype: bpy.types.Struct
1185
1100
  """
1186
1101
 
1187
1102
  def bl_rna_get_subclass_py(self) -> typing.Any:
1188
1103
  """
1189
1104
 
1190
1105
  :return: The class or default when not found.
1191
- :rtype: typing.Any
1192
1106
  """
1193
1107
 
1194
1108
  def draw(self, context) -> None:
@@ -1198,7 +1112,7 @@ class NODE_MT_gn_utilities_deprecated_base(bl_ui.node_add_menu.NodeMenu):
1198
1112
  """
1199
1113
 
1200
1114
  class NODE_MT_gn_utilities_field_base(bl_ui.node_add_menu.NodeMenu):
1201
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1115
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1202
1116
 
1203
1117
  bl_label: typing.Any
1204
1118
  bl_rna: typing.Any
@@ -1209,14 +1123,12 @@ class NODE_MT_gn_utilities_field_base(bl_ui.node_add_menu.NodeMenu):
1209
1123
  """
1210
1124
 
1211
1125
  :return: The RNA type or default when not found.
1212
- :rtype: bpy.types.Struct
1213
1126
  """
1214
1127
 
1215
1128
  def bl_rna_get_subclass_py(self) -> typing.Any:
1216
1129
  """
1217
1130
 
1218
1131
  :return: The class or default when not found.
1219
- :rtype: typing.Any
1220
1132
  """
1221
1133
 
1222
1134
  def draw(self, _context) -> None:
@@ -1226,7 +1138,7 @@ class NODE_MT_gn_utilities_field_base(bl_ui.node_add_menu.NodeMenu):
1226
1138
  """
1227
1139
 
1228
1140
  class NODE_MT_gn_utilities_list_base(bl_ui.node_add_menu.NodeMenu):
1229
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1141
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1230
1142
 
1231
1143
  bl_label: typing.Any
1232
1144
  bl_rna: typing.Any
@@ -1237,14 +1149,12 @@ class NODE_MT_gn_utilities_list_base(bl_ui.node_add_menu.NodeMenu):
1237
1149
  """
1238
1150
 
1239
1151
  :return: The RNA type or default when not found.
1240
- :rtype: bpy.types.Struct
1241
1152
  """
1242
1153
 
1243
1154
  def bl_rna_get_subclass_py(self) -> typing.Any:
1244
1155
  """
1245
1156
 
1246
1157
  :return: The class or default when not found.
1247
- :rtype: typing.Any
1248
1158
  """
1249
1159
 
1250
1160
  def draw(self, _context) -> None:
@@ -1254,7 +1164,7 @@ class NODE_MT_gn_utilities_list_base(bl_ui.node_add_menu.NodeMenu):
1254
1164
  """
1255
1165
 
1256
1166
  class NODE_MT_gn_utilities_math_base(bl_ui.node_add_menu.NodeMenu):
1257
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1167
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1258
1168
 
1259
1169
  bl_label: typing.Any
1260
1170
  bl_rna: typing.Any
@@ -1265,14 +1175,12 @@ class NODE_MT_gn_utilities_math_base(bl_ui.node_add_menu.NodeMenu):
1265
1175
  """
1266
1176
 
1267
1177
  :return: The RNA type or default when not found.
1268
- :rtype: bpy.types.Struct
1269
1178
  """
1270
1179
 
1271
1180
  def bl_rna_get_subclass_py(self) -> typing.Any:
1272
1181
  """
1273
1182
 
1274
1183
  :return: The class or default when not found.
1275
- :rtype: typing.Any
1276
1184
  """
1277
1185
 
1278
1186
  def draw(self, context) -> None:
@@ -1282,7 +1190,7 @@ class NODE_MT_gn_utilities_math_base(bl_ui.node_add_menu.NodeMenu):
1282
1190
  """
1283
1191
 
1284
1192
  class NODE_MT_gn_utilities_matrix_base(bl_ui.node_add_menu.NodeMenu):
1285
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1193
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1286
1194
 
1287
1195
  bl_label: typing.Any
1288
1196
  bl_rna: typing.Any
@@ -1293,14 +1201,12 @@ class NODE_MT_gn_utilities_matrix_base(bl_ui.node_add_menu.NodeMenu):
1293
1201
  """
1294
1202
 
1295
1203
  :return: The RNA type or default when not found.
1296
- :rtype: bpy.types.Struct
1297
1204
  """
1298
1205
 
1299
1206
  def bl_rna_get_subclass_py(self) -> typing.Any:
1300
1207
  """
1301
1208
 
1302
1209
  :return: The class or default when not found.
1303
- :rtype: typing.Any
1304
1210
  """
1305
1211
 
1306
1212
  def draw(self, _context) -> None:
@@ -1310,7 +1216,7 @@ class NODE_MT_gn_utilities_matrix_base(bl_ui.node_add_menu.NodeMenu):
1310
1216
  """
1311
1217
 
1312
1218
  class NODE_MT_gn_utilities_rotation_base(bl_ui.node_add_menu.NodeMenu):
1313
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1219
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1314
1220
 
1315
1221
  bl_label: typing.Any
1316
1222
  bl_rna: typing.Any
@@ -1321,14 +1227,12 @@ class NODE_MT_gn_utilities_rotation_base(bl_ui.node_add_menu.NodeMenu):
1321
1227
  """
1322
1228
 
1323
1229
  :return: The RNA type or default when not found.
1324
- :rtype: bpy.types.Struct
1325
1230
  """
1326
1231
 
1327
1232
  def bl_rna_get_subclass_py(self) -> typing.Any:
1328
1233
  """
1329
1234
 
1330
1235
  :return: The class or default when not found.
1331
- :rtype: typing.Any
1332
1236
  """
1333
1237
 
1334
1238
  def draw(self, _context) -> None:
@@ -1338,7 +1242,7 @@ class NODE_MT_gn_utilities_rotation_base(bl_ui.node_add_menu.NodeMenu):
1338
1242
  """
1339
1243
 
1340
1244
  class NODE_MT_gn_utilities_text_base(bl_ui.node_add_menu.NodeMenu):
1341
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1245
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1342
1246
 
1343
1247
  bl_label: typing.Any
1344
1248
  bl_rna: typing.Any
@@ -1349,14 +1253,12 @@ class NODE_MT_gn_utilities_text_base(bl_ui.node_add_menu.NodeMenu):
1349
1253
  """
1350
1254
 
1351
1255
  :return: The RNA type or default when not found.
1352
- :rtype: bpy.types.Struct
1353
1256
  """
1354
1257
 
1355
1258
  def bl_rna_get_subclass_py(self) -> typing.Any:
1356
1259
  """
1357
1260
 
1358
1261
  :return: The class or default when not found.
1359
- :rtype: typing.Any
1360
1262
  """
1361
1263
 
1362
1264
  def draw(self, _context) -> None:
@@ -1366,7 +1268,7 @@ class NODE_MT_gn_utilities_text_base(bl_ui.node_add_menu.NodeMenu):
1366
1268
  """
1367
1269
 
1368
1270
  class NODE_MT_gn_utilities_vector_base(bl_ui.node_add_menu.NodeMenu):
1369
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1271
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1370
1272
 
1371
1273
  bl_label: typing.Any
1372
1274
  bl_rna: typing.Any
@@ -1377,14 +1279,12 @@ class NODE_MT_gn_utilities_vector_base(bl_ui.node_add_menu.NodeMenu):
1377
1279
  """
1378
1280
 
1379
1281
  :return: The RNA type or default when not found.
1380
- :rtype: bpy.types.Struct
1381
1282
  """
1382
1283
 
1383
1284
  def bl_rna_get_subclass_py(self) -> typing.Any:
1384
1285
  """
1385
1286
 
1386
1287
  :return: The class or default when not found.
1387
- :rtype: typing.Any
1388
1288
  """
1389
1289
 
1390
1290
  def draw(self, context) -> None:
@@ -1394,7 +1294,7 @@ class NODE_MT_gn_utilities_vector_base(bl_ui.node_add_menu.NodeMenu):
1394
1294
  """
1395
1295
 
1396
1296
  class NODE_MT_gn_volume_base(bl_ui.node_add_menu.NodeMenu):
1397
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1297
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1398
1298
 
1399
1299
  bl_label: typing.Any
1400
1300
  bl_rna: typing.Any
@@ -1405,14 +1305,12 @@ class NODE_MT_gn_volume_base(bl_ui.node_add_menu.NodeMenu):
1405
1305
  """
1406
1306
 
1407
1307
  :return: The RNA type or default when not found.
1408
- :rtype: bpy.types.Struct
1409
1308
  """
1410
1309
 
1411
1310
  def bl_rna_get_subclass_py(self) -> typing.Any:
1412
1311
  """
1413
1312
 
1414
1313
  :return: The class or default when not found.
1415
- :rtype: typing.Any
1416
1314
  """
1417
1315
 
1418
1316
  def draw(self, context) -> None:
@@ -1422,7 +1320,7 @@ class NODE_MT_gn_volume_base(bl_ui.node_add_menu.NodeMenu):
1422
1320
  """
1423
1321
 
1424
1322
  class NODE_MT_gn_volume_operations_base(bl_ui.node_add_menu.NodeMenu):
1425
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1323
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1426
1324
 
1427
1325
  bl_label: typing.Any
1428
1326
  bl_rna: typing.Any
@@ -1433,14 +1331,12 @@ class NODE_MT_gn_volume_operations_base(bl_ui.node_add_menu.NodeMenu):
1433
1331
  """
1434
1332
 
1435
1333
  :return: The RNA type or default when not found.
1436
- :rtype: bpy.types.Struct
1437
1334
  """
1438
1335
 
1439
1336
  def bl_rna_get_subclass_py(self) -> typing.Any:
1440
1337
  """
1441
1338
 
1442
1339
  :return: The class or default when not found.
1443
- :rtype: typing.Any
1444
1340
  """
1445
1341
 
1446
1342
  def draw(self, context) -> None:
@@ -1450,7 +1346,7 @@ class NODE_MT_gn_volume_operations_base(bl_ui.node_add_menu.NodeMenu):
1450
1346
  """
1451
1347
 
1452
1348
  class NODE_MT_gn_volume_primitives_base(bl_ui.node_add_menu.NodeMenu):
1453
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1349
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1454
1350
 
1455
1351
  bl_label: typing.Any
1456
1352
  bl_rna: typing.Any
@@ -1461,14 +1357,12 @@ class NODE_MT_gn_volume_primitives_base(bl_ui.node_add_menu.NodeMenu):
1461
1357
  """
1462
1358
 
1463
1359
  :return: The RNA type or default when not found.
1464
- :rtype: bpy.types.Struct
1465
1360
  """
1466
1361
 
1467
1362
  def bl_rna_get_subclass_py(self) -> typing.Any:
1468
1363
  """
1469
1364
 
1470
1365
  :return: The class or default when not found.
1471
- :rtype: typing.Any
1472
1366
  """
1473
1367
 
1474
1368
  def draw(self, context) -> None:
@@ -1478,7 +1372,7 @@ class NODE_MT_gn_volume_primitives_base(bl_ui.node_add_menu.NodeMenu):
1478
1372
  """
1479
1373
 
1480
1374
  class NODE_MT_gn_volume_read_base(bl_ui.node_add_menu.NodeMenu):
1481
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1375
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1482
1376
 
1483
1377
  bl_label: typing.Any
1484
1378
  bl_rna: typing.Any
@@ -1489,14 +1383,12 @@ class NODE_MT_gn_volume_read_base(bl_ui.node_add_menu.NodeMenu):
1489
1383
  """
1490
1384
 
1491
1385
  :return: The RNA type or default when not found.
1492
- :rtype: bpy.types.Struct
1493
1386
  """
1494
1387
 
1495
1388
  def bl_rna_get_subclass_py(self) -> typing.Any:
1496
1389
  """
1497
1390
 
1498
1391
  :return: The class or default when not found.
1499
- :rtype: typing.Any
1500
1392
  """
1501
1393
 
1502
1394
  def draw(self, context) -> None:
@@ -1506,7 +1398,7 @@ class NODE_MT_gn_volume_read_base(bl_ui.node_add_menu.NodeMenu):
1506
1398
  """
1507
1399
 
1508
1400
  class NODE_MT_gn_volume_sample_base(bl_ui.node_add_menu.NodeMenu):
1509
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1401
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1510
1402
 
1511
1403
  bl_label: typing.Any
1512
1404
  bl_rna: typing.Any
@@ -1517,14 +1409,12 @@ class NODE_MT_gn_volume_sample_base(bl_ui.node_add_menu.NodeMenu):
1517
1409
  """
1518
1410
 
1519
1411
  :return: The RNA type or default when not found.
1520
- :rtype: bpy.types.Struct
1521
1412
  """
1522
1413
 
1523
1414
  def bl_rna_get_subclass_py(self) -> typing.Any:
1524
1415
  """
1525
1416
 
1526
1417
  :return: The class or default when not found.
1527
- :rtype: typing.Any
1528
1418
  """
1529
1419
 
1530
1420
  def draw(self, context) -> None:
@@ -1534,7 +1424,7 @@ class NODE_MT_gn_volume_sample_base(bl_ui.node_add_menu.NodeMenu):
1534
1424
  """
1535
1425
 
1536
1426
  class NODE_MT_gn_volume_write_base(bl_ui.node_add_menu.NodeMenu):
1537
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1427
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1538
1428
 
1539
1429
  bl_label: typing.Any
1540
1430
  bl_rna: typing.Any
@@ -1545,14 +1435,12 @@ class NODE_MT_gn_volume_write_base(bl_ui.node_add_menu.NodeMenu):
1545
1435
  """
1546
1436
 
1547
1437
  :return: The RNA type or default when not found.
1548
- :rtype: bpy.types.Struct
1549
1438
  """
1550
1439
 
1551
1440
  def bl_rna_get_subclass_py(self) -> typing.Any:
1552
1441
  """
1553
1442
 
1554
1443
  :return: The class or default when not found.
1555
- :rtype: typing.Any
1556
1444
  """
1557
1445
 
1558
1446
  def draw(self, context) -> None: