fake-bpy-module-latest 20251003__py3-none-any.whl → 20260114__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (299) hide show
  1. {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
  2. {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
  3. {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
  4. {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
  5. {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
  6. {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
  7. _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
  8. {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
  9. _bpy_internal/__init__.pyi +1 -0
  10. _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
  11. _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
  12. _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
  13. _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
  14. _bpy_types/__init__.pyi +18 -123
  15. {rna_info → _rna_info}/__init__.pyi +0 -1
  16. addon_utils/__init__.pyi +0 -13
  17. aud/__init__.pyi +55 -131
  18. bl_math/__init__.pyi +2 -12
  19. bl_operators/__init__.pyi +1 -0
  20. bl_operators/add_mesh_torus/__init__.pyi +0 -2
  21. bl_operators/anim/__init__.pyi +40 -24
  22. bl_operators/assets/__init__.pyi +0 -6
  23. bl_operators/bone_selection_sets/__init__.pyi +0 -28
  24. bl_operators/clip/__init__.pyi +0 -20
  25. bl_operators/connect_to_output/__init__.pyi +0 -2
  26. bl_operators/console/__init__.pyi +0 -10
  27. bl_operators/constraint/__init__.pyi +0 -8
  28. bl_operators/copy_global_transform/__init__.pyi +261 -0
  29. bl_operators/file/__init__.pyi +0 -6
  30. bl_operators/freestyle/__init__.pyi +0 -8
  31. bl_operators/geometry_nodes/__init__.pyi +0 -8
  32. bl_operators/grease_pencil/__init__.pyi +0 -2
  33. bl_operators/image/__init__.pyi +0 -10
  34. bl_operators/image_as_planes/__init__.pyi +0 -4
  35. bl_operators/mesh/__init__.pyi +0 -4
  36. bl_operators/node/__init__.pyi +36 -46
  37. bl_operators/object/__init__.pyi +0 -37
  38. bl_operators/object_align/__init__.pyi +0 -2
  39. bl_operators/object_quick_effects/__init__.pyi +0 -8
  40. bl_operators/object_randomize_transform/__init__.pyi +0 -2
  41. bl_operators/presets/__init__.pyi +0 -50
  42. bl_operators/rigidbody/__init__.pyi +0 -6
  43. bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
  44. bl_operators/sequencer/__init__.pyi +0 -16
  45. bl_operators/spreadsheet/__init__.pyi +0 -2
  46. bl_operators/userpref/__init__.pyi +0 -50
  47. bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
  48. bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
  49. bl_operators/uvcalc_transform/__init__.pyi +21 -12
  50. bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
  51. bl_operators/view3d/__init__.pyi +0 -16
  52. bl_operators/wm/__init__.pyi +0 -92
  53. bl_operators/world/__init__.pyi +0 -2
  54. bl_ui/__init__.pyi +3 -4
  55. bl_ui/anim/__init__.pyi +0 -2
  56. bl_ui/asset_shelf/__init__.pyi +0 -2
  57. bl_ui/generic_ui_list/__init__.pyi +1 -17
  58. bl_ui/node_add_menu/__init__.pyi +13 -16
  59. bl_ui/node_add_menu_compositor/__init__.pyi +19 -57
  60. bl_ui/node_add_menu_geometry/__init__.pyi +56 -168
  61. bl_ui/node_add_menu_shader/__init__.pyi +10 -30
  62. bl_ui/node_add_menu_texture/__init__.pyi +1 -17
  63. bl_ui/properties_collection/__init__.pyi +0 -14
  64. bl_ui/properties_constraint/__init__.pyi +64 -150
  65. bl_ui/properties_data_armature/__init__.pyi +0 -36
  66. bl_ui/properties_data_bone/__init__.pyi +0 -20
  67. bl_ui/properties_data_camera/__init__.pyi +0 -30
  68. bl_ui/properties_data_curve/__init__.pyi +0 -30
  69. bl_ui/properties_data_curves/__init__.pyi +0 -16
  70. bl_ui/properties_data_empty/__init__.pyi +0 -4
  71. bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
  72. bl_ui/properties_data_lattice/__init__.pyi +0 -8
  73. bl_ui/properties_data_light/__init__.pyi +0 -20
  74. bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
  75. bl_ui/properties_data_mesh/__init__.pyi +0 -42
  76. bl_ui/properties_data_metaball/__init__.pyi +0 -12
  77. bl_ui/properties_data_modifier/__init__.pyi +0 -18
  78. bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
  79. bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
  80. bl_ui/properties_data_speaker/__init__.pyi +0 -12
  81. bl_ui/properties_data_volume/__init__.pyi +0 -18
  82. bl_ui/properties_freestyle/__init__.pyi +0 -50
  83. bl_ui/properties_grease_pencil_common/__init__.pyi +0 -14
  84. bl_ui/properties_mask_common/__init__.pyi +0 -14
  85. bl_ui/properties_material/__init__.pyi +0 -32
  86. bl_ui/properties_material_gpencil/__init__.pyi +0 -22
  87. bl_ui/properties_object/__init__.pyi +35 -42
  88. bl_ui/properties_output/__init__.pyi +0 -40
  89. bl_ui/properties_paint_common/__init__.pyi +23 -7
  90. bl_ui/properties_particle/__init__.pyi +0 -106
  91. bl_ui/properties_physics_cloth/__init__.pyi +0 -28
  92. bl_ui/properties_physics_common/__init__.pyi +0 -2
  93. bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
  94. bl_ui/properties_physics_field/__init__.pyi +0 -20
  95. bl_ui/properties_physics_fluid/__init__.pyi +0 -56
  96. bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
  97. bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
  98. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
  99. bl_ui/properties_physics_softbody/__init__.pyi +0 -30
  100. bl_ui/properties_render/__init__.pyi +0 -90
  101. bl_ui/properties_scene/__init__.pyi +0 -34
  102. bl_ui/properties_strip/__init__.pyi +744 -0
  103. bl_ui/properties_strip_modifier/__init__.pyi +45 -0
  104. bl_ui/properties_texture/__init__.pyi +0 -54
  105. bl_ui/properties_view_layer/__init__.pyi +7 -28
  106. bl_ui/properties_workspace/__init__.pyi +0 -8
  107. bl_ui/properties_world/__init__.pyi +0 -22
  108. bl_ui/space_clip/__init__.pyi +1 -150
  109. bl_ui/space_console/__init__.pyi +0 -12
  110. bl_ui/space_dopesheet/__init__.pyi +52 -60
  111. bl_ui/space_filebrowser/__init__.pyi +0 -60
  112. bl_ui/space_graph/__init__.pyi +0 -44
  113. bl_ui/space_image/__init__.pyi +2 -144
  114. bl_ui/space_info/__init__.pyi +0 -12
  115. bl_ui/space_nla/__init__.pyi +0 -36
  116. bl_ui/space_node/__init__.pyi +27 -66
  117. bl_ui/space_outliner/__init__.pyi +0 -30
  118. bl_ui/space_properties/__init__.pyi +29 -6
  119. bl_ui/space_sequencer/__init__.pyi +46 -912
  120. bl_ui/space_spreadsheet/__init__.pyi +0 -6
  121. bl_ui/space_statusbar/__init__.pyi +0 -2
  122. bl_ui/space_text/__init__.pyi +0 -32
  123. bl_ui/space_time/__init__.pyi +50 -8
  124. bl_ui/space_topbar/__init__.pyi +7 -52
  125. bl_ui/space_userpref/__init__.pyi +7 -188
  126. bl_ui/space_view3d/__init__.pyi +36 -544
  127. bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
  128. bl_ui/space_view3d_toolbar/__init__.pyi +2 -163
  129. blf/__init__.pyi +6 -50
  130. bmesh/__init__.pyi +0 -7
  131. bmesh/geometry/__init__.pyi +0 -3
  132. bmesh/ops/__init__.pyi +2 -450
  133. bmesh/types/__init__.pyi +206 -420
  134. bmesh/utils/__init__.pyi +16 -43
  135. bpy/app/__init__.pyi +53 -56
  136. bpy/app/icons/__init__.pyi +0 -6
  137. bpy/app/timers/__init__.pyi +0 -6
  138. bpy/app/translations/__init__.pyi +1 -16
  139. bpy/msgbus/__init__.pyi +1 -4
  140. bpy/ops/action/__init__.pyi +15 -165
  141. bpy/ops/anim/__init__.pyi +38 -279
  142. bpy/ops/armature/__init__.pyi +18 -192
  143. bpy/ops/asset/__init__.pyi +11 -97
  144. bpy/ops/boid/__init__.pyi +7 -38
  145. bpy/ops/brush/__init__.pyi +3 -72
  146. bpy/ops/buttons/__init__.pyi +4 -71
  147. bpy/ops/cachefile/__init__.pyi +2 -63
  148. bpy/ops/camera/__init__.pyi +0 -11
  149. bpy/ops/clip/__init__.pyi +43 -427
  150. bpy/ops/cloth/__init__.pyi +0 -5
  151. bpy/ops/collection/__init__.pyi +2 -34
  152. bpy/ops/console/__init__.pyi +10 -88
  153. bpy/ops/constraint/__init__.pyi +3 -80
  154. bpy/ops/curve/__init__.pyi +23 -254
  155. bpy/ops/curves/__init__.pyi +17 -166
  156. bpy/ops/cycles/__init__.pyi +1 -14
  157. bpy/ops/dpaint/__init__.pyi +3 -21
  158. bpy/ops/ed/__init__.pyi +10 -82
  159. bpy/ops/export_anim/__init__.pyi +2 -10
  160. bpy/ops/export_scene/__init__.pyi +1 -155
  161. bpy/ops/extensions/__init__.pyi +15 -150
  162. bpy/ops/file/__init__.pyi +27 -217
  163. bpy/ops/fluid/__init__.pyi +13 -70
  164. bpy/ops/font/__init__.pyi +10 -134
  165. bpy/ops/geometry/__init__.pyi +3 -124
  166. bpy/ops/gizmogroup/__init__.pyi +1 -12
  167. bpy/ops/gpencil/__init__.pyi +5 -38
  168. bpy/ops/graph/__init__.pyi +18 -316
  169. bpy/ops/grease_pencil/__init__.pyi +29 -524
  170. bpy/ops/image/__init__.pyi +19 -379
  171. bpy/ops/import_anim/__init__.pyi +2 -16
  172. bpy/ops/import_curve/__init__.pyi +0 -6
  173. bpy/ops/import_scene/__init__.pyi +0 -50
  174. bpy/ops/info/__init__.pyi +4 -35
  175. bpy/ops/lattice/__init__.pyi +3 -33
  176. bpy/ops/marker/__init__.pyi +2 -50
  177. bpy/ops/mask/__init__.pyi +17 -176
  178. bpy/ops/material/__init__.pyi +3 -15
  179. bpy/ops/mball/__init__.pyi +1 -30
  180. bpy/ops/mesh/__init__.pyi +32 -915
  181. bpy/ops/nla/__init__.pyi +20 -184
  182. bpy/ops/node/__init__.pyi +71 -741
  183. bpy/ops/object/__init__.pyi +137 -1254
  184. bpy/ops/outliner/__init__.pyi +47 -327
  185. bpy/ops/paint/__init__.pyi +14 -279
  186. bpy/ops/paintcurve/__init__.pyi +4 -36
  187. bpy/ops/palette/__init__.pyi +3 -27
  188. bpy/ops/particle/__init__.pyi +20 -160
  189. bpy/ops/pointcloud/__init__.pyi +3 -35
  190. bpy/ops/pose/__init__.pyi +28 -233
  191. bpy/ops/poselib/__init__.pyi +4 -47
  192. bpy/ops/preferences/__init__.pyi +9 -177
  193. bpy/ops/ptcache/__init__.pyi +5 -31
  194. bpy/ops/render/__init__.pyi +6 -70
  195. bpy/ops/rigidbody/__init__.pyi +6 -56
  196. bpy/ops/scene/__init__.pyi +22 -167
  197. bpy/ops/screen/__init__.pyi +36 -202
  198. bpy/ops/script/__init__.pyi +1 -12
  199. bpy/ops/sculpt/__init__.pyi +36 -311
  200. bpy/ops/sculpt_curves/__init__.pyi +1 -20
  201. bpy/ops/sequencer/__init__.pyi +90 -662
  202. bpy/ops/sound/__init__.pyi +3 -109
  203. bpy/ops/spreadsheet/__init__.pyi +5 -32
  204. bpy/ops/surface/__init__.pyi +0 -48
  205. bpy/ops/text/__init__.pyi +27 -225
  206. bpy/ops/text_editor/__init__.pyi +0 -5
  207. bpy/ops/texture/__init__.pyi +3 -18
  208. bpy/ops/transform/__init__.pyi +10 -382
  209. bpy/ops/ui/__init__.pyi +21 -158
  210. bpy/ops/uilist/__init__.pyi +0 -13
  211. bpy/ops/uv/__init__.pyi +52 -305
  212. bpy/ops/view2d/__init__.pyi +3 -73
  213. bpy/ops/view3d/__init__.pyi +37 -339
  214. bpy/ops/wm/__init__.pyi +39 -1334
  215. bpy/ops/workspace/__init__.pyi +7 -39
  216. bpy/ops/world/__init__.pyi +2 -10
  217. bpy/path/__init__.pyi +0 -34
  218. bpy/props/__init__.pyi +15 -157
  219. bpy/stub_internal/rna_enums/__init__.pyi +52 -20
  220. bpy/types/__init__.pyi +15386 -56984
  221. bpy/utils/__init__.pyi +4 -75
  222. bpy/utils/previews/__init__.pyi +1 -10
  223. bpy/utils/units/__init__.pyi +0 -12
  224. bpy_extras/anim_utils/__init__.pyi +9 -8
  225. bpy_extras/bmesh_utils/__init__.pyi +0 -1
  226. bpy_extras/id_map_utils/__init__.pyi +14 -6
  227. bpy_extras/image_utils/__init__.pyi +0 -9
  228. bpy_extras/io_utils/__init__.pyi +2 -22
  229. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  230. bpy_extras/mesh_utils/__init__.pyi +0 -12
  231. bpy_extras/object_utils/__init__.pyi +0 -14
  232. bpy_extras/view3d_utils/__init__.pyi +0 -18
  233. {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260114.dist-info}/METADATA +4 -1
  234. fake_bpy_module_latest-20260114.dist-info/RECORD +382 -0
  235. {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260114.dist-info}/top_level.txt +14 -14
  236. freestyle/chainingiterators/__init__.pyi +0 -22
  237. freestyle/functions/__init__.pyi +0 -139
  238. freestyle/predicates/__init__.pyi +0 -51
  239. freestyle/shaders/__init__.pyi +0 -65
  240. freestyle/types/__init__.pyi +139 -777
  241. freestyle/utils/ContextFunctions/__init__.pyi +0 -23
  242. freestyle/utils/__init__.pyi +1 -7
  243. gpu/capabilities/__init__.pyi +0 -21
  244. gpu/matrix/__init__.pyi +1 -10
  245. gpu/platform/__init__.pyi +0 -5
  246. gpu/shader/__init__.pyi +22 -6
  247. gpu/state/__init__.pyi +59 -38
  248. gpu/texture/__init__.pyi +0 -2
  249. gpu/types/__init__.pyi +84 -152
  250. gpu_extras/batch/__init__.pyi +0 -4
  251. gpu_extras/presets/__init__.pyi +6 -8
  252. idprop/types/__init__.pyi +5 -5
  253. imbuf/__init__.pyi +2 -9
  254. imbuf/types/__init__.pyi +5 -25
  255. keyingsets_builtins/__init__.pyi +1 -45
  256. mathutils/__init__.pyi +82 -2172
  257. mathutils/bvhtree/__init__.pyi +3 -25
  258. mathutils/geometry/__init__.pyi +24 -135
  259. mathutils/interpolate/__init__.pyi +3 -4
  260. mathutils/kdtree/__init__.pyi +0 -11
  261. mathutils/noise/__init__.pyi +0 -62
  262. fake_bpy_module_latest-20251003.dist-info/RECORD +0 -373
  263. {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
  264. {animsys_refactor → _animsys_refactor}/py.typed +0 -0
  265. {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
  266. {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
  267. {bl_console_utils → _bl_console_utils}/py.typed +0 -0
  268. {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +0 -0
  269. {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
  270. {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
  271. {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
  272. {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
  273. {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
  274. {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
  275. {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
  276. {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
  277. {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
  278. {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
  279. {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
  280. {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
  281. {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
  282. {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
  283. {bl_text_utils → _bl_text_utils}/py.typed +0 -0
  284. {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
  285. {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
  286. {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
  287. {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
  288. {console_python → _console_python}/__init__.pyi +0 -0
  289. {console_python → _console_python}/py.typed +0 -0
  290. {console_shell → _console_shell}/__init__.pyi +0 -0
  291. {console_shell → _console_shell}/py.typed +0 -0
  292. {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
  293. {graphviz_export → _graphviz_export}/py.typed +0 -0
  294. {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
  295. {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
  296. {rna_info → _rna_info}/py.typed +0 -0
  297. {rna_xml → _rna_xml}/__init__.pyi +0 -0
  298. {rna_xml → _rna_xml}/py.typed +0 -0
  299. {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260114.dist-info}/WHEEL +0 -0
@@ -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:
@@ -117,7 +109,7 @@ class NODE_MT_gn_attribute_base(bl_ui.node_add_menu.NodeMenu):
117
109
  """
118
110
 
119
111
  class NODE_MT_gn_color_base(bl_ui.node_add_menu.NodeMenu):
120
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
112
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
121
113
 
122
114
  bl_label: typing.Any
123
115
  bl_rna: typing.Any
@@ -127,14 +119,12 @@ class NODE_MT_gn_color_base(bl_ui.node_add_menu.NodeMenu):
127
119
  """
128
120
 
129
121
  :return: The RNA type or default when not found.
130
- :rtype: bpy.types.Struct
131
122
  """
132
123
 
133
124
  def bl_rna_get_subclass_py(self) -> typing.Any:
134
125
  """
135
126
 
136
127
  :return: The class or default when not found.
137
- :rtype: typing.Any
138
128
  """
139
129
 
140
130
  def draw(self, context) -> None:
@@ -144,7 +134,7 @@ class NODE_MT_gn_color_base(bl_ui.node_add_menu.NodeMenu):
144
134
  """
145
135
 
146
136
  class NODE_MT_gn_curve_base(bl_ui.node_add_menu.NodeMenu):
147
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
137
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
148
138
 
149
139
  bl_label: typing.Any
150
140
  bl_rna: typing.Any
@@ -154,14 +144,12 @@ class NODE_MT_gn_curve_base(bl_ui.node_add_menu.NodeMenu):
154
144
  """
155
145
 
156
146
  :return: The RNA type or default when not found.
157
- :rtype: bpy.types.Struct
158
147
  """
159
148
 
160
149
  def bl_rna_get_subclass_py(self) -> typing.Any:
161
150
  """
162
151
 
163
152
  :return: The class or default when not found.
164
- :rtype: typing.Any
165
153
  """
166
154
 
167
155
  def draw(self, _context) -> None:
@@ -171,7 +159,7 @@ class NODE_MT_gn_curve_base(bl_ui.node_add_menu.NodeMenu):
171
159
  """
172
160
 
173
161
  class NODE_MT_gn_curve_operations_base(bl_ui.node_add_menu.NodeMenu):
174
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
162
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
175
163
 
176
164
  bl_label: typing.Any
177
165
  bl_rna: typing.Any
@@ -182,14 +170,12 @@ class NODE_MT_gn_curve_operations_base(bl_ui.node_add_menu.NodeMenu):
182
170
  """
183
171
 
184
172
  :return: The RNA type or default when not found.
185
- :rtype: bpy.types.Struct
186
173
  """
187
174
 
188
175
  def bl_rna_get_subclass_py(self) -> typing.Any:
189
176
  """
190
177
 
191
178
  :return: The class or default when not found.
192
- :rtype: typing.Any
193
179
  """
194
180
 
195
181
  def draw(self, _context) -> None:
@@ -199,7 +185,7 @@ class NODE_MT_gn_curve_operations_base(bl_ui.node_add_menu.NodeMenu):
199
185
  """
200
186
 
201
187
  class NODE_MT_gn_curve_primitives_base(bl_ui.node_add_menu.NodeMenu):
202
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
188
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
203
189
 
204
190
  bl_label: typing.Any
205
191
  bl_rna: typing.Any
@@ -210,14 +196,12 @@ class NODE_MT_gn_curve_primitives_base(bl_ui.node_add_menu.NodeMenu):
210
196
  """
211
197
 
212
198
  :return: The RNA type or default when not found.
213
- :rtype: bpy.types.Struct
214
199
  """
215
200
 
216
201
  def bl_rna_get_subclass_py(self) -> typing.Any:
217
202
  """
218
203
 
219
204
  :return: The class or default when not found.
220
- :rtype: typing.Any
221
205
  """
222
206
 
223
207
  def draw(self, _context) -> None:
@@ -227,7 +211,7 @@ class NODE_MT_gn_curve_primitives_base(bl_ui.node_add_menu.NodeMenu):
227
211
  """
228
212
 
229
213
  class NODE_MT_gn_curve_read_base(bl_ui.node_add_menu.NodeMenu):
230
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
214
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
231
215
 
232
216
  bl_label: typing.Any
233
217
  bl_rna: typing.Any
@@ -238,14 +222,12 @@ class NODE_MT_gn_curve_read_base(bl_ui.node_add_menu.NodeMenu):
238
222
  """
239
223
 
240
224
  :return: The RNA type or default when not found.
241
- :rtype: bpy.types.Struct
242
225
  """
243
226
 
244
227
  def bl_rna_get_subclass_py(self) -> typing.Any:
245
228
  """
246
229
 
247
230
  :return: The class or default when not found.
248
- :rtype: typing.Any
249
231
  """
250
232
 
251
233
  def draw(self, _context) -> None:
@@ -255,7 +237,7 @@ class NODE_MT_gn_curve_read_base(bl_ui.node_add_menu.NodeMenu):
255
237
  """
256
238
 
257
239
  class NODE_MT_gn_curve_sample_base(bl_ui.node_add_menu.NodeMenu):
258
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
240
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
259
241
 
260
242
  bl_label: typing.Any
261
243
  bl_rna: typing.Any
@@ -266,14 +248,12 @@ class NODE_MT_gn_curve_sample_base(bl_ui.node_add_menu.NodeMenu):
266
248
  """
267
249
 
268
250
  :return: The RNA type or default when not found.
269
- :rtype: bpy.types.Struct
270
251
  """
271
252
 
272
253
  def bl_rna_get_subclass_py(self) -> typing.Any:
273
254
  """
274
255
 
275
256
  :return: The class or default when not found.
276
- :rtype: typing.Any
277
257
  """
278
258
 
279
259
  def draw(self, _context) -> None:
@@ -283,7 +263,7 @@ class NODE_MT_gn_curve_sample_base(bl_ui.node_add_menu.NodeMenu):
283
263
  """
284
264
 
285
265
  class NODE_MT_gn_curve_topology_base(bl_ui.node_add_menu.NodeMenu):
286
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
266
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
287
267
 
288
268
  bl_label: typing.Any
289
269
  bl_rna: typing.Any
@@ -294,14 +274,12 @@ class NODE_MT_gn_curve_topology_base(bl_ui.node_add_menu.NodeMenu):
294
274
  """
295
275
 
296
276
  :return: The RNA type or default when not found.
297
- :rtype: bpy.types.Struct
298
277
  """
299
278
 
300
279
  def bl_rna_get_subclass_py(self) -> typing.Any:
301
280
  """
302
281
 
303
282
  :return: The class or default when not found.
304
- :rtype: typing.Any
305
283
  """
306
284
 
307
285
  def draw(self, _context) -> None:
@@ -311,7 +289,7 @@ class NODE_MT_gn_curve_topology_base(bl_ui.node_add_menu.NodeMenu):
311
289
  """
312
290
 
313
291
  class NODE_MT_gn_curve_write_base(bl_ui.node_add_menu.NodeMenu):
314
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
292
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
315
293
 
316
294
  bl_label: typing.Any
317
295
  bl_rna: typing.Any
@@ -322,14 +300,12 @@ class NODE_MT_gn_curve_write_base(bl_ui.node_add_menu.NodeMenu):
322
300
  """
323
301
 
324
302
  :return: The RNA type or default when not found.
325
- :rtype: bpy.types.Struct
326
303
  """
327
304
 
328
305
  def bl_rna_get_subclass_py(self) -> typing.Any:
329
306
  """
330
307
 
331
308
  :return: The class or default when not found.
332
- :rtype: typing.Any
333
309
  """
334
310
 
335
311
  def draw(self, _context) -> None:
@@ -339,7 +315,7 @@ class NODE_MT_gn_curve_write_base(bl_ui.node_add_menu.NodeMenu):
339
315
  """
340
316
 
341
317
  class NODE_MT_gn_geometry_base(bl_ui.node_add_menu.NodeMenu):
342
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
318
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
343
319
 
344
320
  bl_label: typing.Any
345
321
  bl_rna: typing.Any
@@ -349,14 +325,12 @@ class NODE_MT_gn_geometry_base(bl_ui.node_add_menu.NodeMenu):
349
325
  """
350
326
 
351
327
  :return: The RNA type or default when not found.
352
- :rtype: bpy.types.Struct
353
328
  """
354
329
 
355
330
  def bl_rna_get_subclass_py(self) -> typing.Any:
356
331
  """
357
332
 
358
333
  :return: The class or default when not found.
359
- :rtype: typing.Any
360
334
  """
361
335
 
362
336
  def draw(self, _context) -> None:
@@ -366,7 +340,7 @@ class NODE_MT_gn_geometry_base(bl_ui.node_add_menu.NodeMenu):
366
340
  """
367
341
 
368
342
  class NODE_MT_gn_geometry_operations_base(bl_ui.node_add_menu.NodeMenu):
369
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
343
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
370
344
 
371
345
  bl_label: typing.Any
372
346
  bl_rna: typing.Any
@@ -377,14 +351,12 @@ class NODE_MT_gn_geometry_operations_base(bl_ui.node_add_menu.NodeMenu):
377
351
  """
378
352
 
379
353
  :return: The RNA type or default when not found.
380
- :rtype: bpy.types.Struct
381
354
  """
382
355
 
383
356
  def bl_rna_get_subclass_py(self) -> typing.Any:
384
357
  """
385
358
 
386
359
  :return: The class or default when not found.
387
- :rtype: typing.Any
388
360
  """
389
361
 
390
362
  def draw(self, _context) -> None:
@@ -394,7 +366,7 @@ class NODE_MT_gn_geometry_operations_base(bl_ui.node_add_menu.NodeMenu):
394
366
  """
395
367
 
396
368
  class NODE_MT_gn_geometry_read_base(bl_ui.node_add_menu.NodeMenu):
397
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
369
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
398
370
 
399
371
  bl_label: typing.Any
400
372
  bl_rna: typing.Any
@@ -405,14 +377,12 @@ class NODE_MT_gn_geometry_read_base(bl_ui.node_add_menu.NodeMenu):
405
377
  """
406
378
 
407
379
  :return: The RNA type or default when not found.
408
- :rtype: bpy.types.Struct
409
380
  """
410
381
 
411
382
  def bl_rna_get_subclass_py(self) -> typing.Any:
412
383
  """
413
384
 
414
385
  :return: The class or default when not found.
415
- :rtype: typing.Any
416
386
  """
417
387
 
418
388
  def draw(self, context) -> None:
@@ -422,7 +392,7 @@ class NODE_MT_gn_geometry_read_base(bl_ui.node_add_menu.NodeMenu):
422
392
  """
423
393
 
424
394
  class NODE_MT_gn_geometry_sample_base(bl_ui.node_add_menu.NodeMenu):
425
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
395
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
426
396
 
427
397
  bl_label: typing.Any
428
398
  bl_rna: typing.Any
@@ -433,14 +403,12 @@ class NODE_MT_gn_geometry_sample_base(bl_ui.node_add_menu.NodeMenu):
433
403
  """
434
404
 
435
405
  :return: The RNA type or default when not found.
436
- :rtype: bpy.types.Struct
437
406
  """
438
407
 
439
408
  def bl_rna_get_subclass_py(self) -> typing.Any:
440
409
  """
441
410
 
442
411
  :return: The class or default when not found.
443
- :rtype: typing.Any
444
412
  """
445
413
 
446
414
  def draw(self, _context) -> None:
@@ -450,7 +418,7 @@ class NODE_MT_gn_geometry_sample_base(bl_ui.node_add_menu.NodeMenu):
450
418
  """
451
419
 
452
420
  class NODE_MT_gn_geometry_write_base(bl_ui.node_add_menu.NodeMenu):
453
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
421
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
454
422
 
455
423
  bl_label: typing.Any
456
424
  bl_rna: typing.Any
@@ -461,14 +429,12 @@ class NODE_MT_gn_geometry_write_base(bl_ui.node_add_menu.NodeMenu):
461
429
  """
462
430
 
463
431
  :return: The RNA type or default when not found.
464
- :rtype: bpy.types.Struct
465
432
  """
466
433
 
467
434
  def bl_rna_get_subclass_py(self) -> typing.Any:
468
435
  """
469
436
 
470
437
  :return: The class or default when not found.
471
- :rtype: typing.Any
472
438
  """
473
439
 
474
440
  def draw(self, context) -> None:
@@ -478,7 +444,7 @@ class NODE_MT_gn_geometry_write_base(bl_ui.node_add_menu.NodeMenu):
478
444
  """
479
445
 
480
446
  class NODE_MT_gn_grease_pencil_base(bl_ui.node_add_menu.NodeMenu):
481
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
447
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
482
448
 
483
449
  bl_label: typing.Any
484
450
  bl_rna: typing.Any
@@ -488,14 +454,12 @@ class NODE_MT_gn_grease_pencil_base(bl_ui.node_add_menu.NodeMenu):
488
454
  """
489
455
 
490
456
  :return: The RNA type or default when not found.
491
- :rtype: bpy.types.Struct
492
457
  """
493
458
 
494
459
  def bl_rna_get_subclass_py(self) -> typing.Any:
495
460
  """
496
461
 
497
462
  :return: The class or default when not found.
498
- :rtype: typing.Any
499
463
  """
500
464
 
501
465
  def draw(self, _context) -> None:
@@ -505,7 +469,7 @@ class NODE_MT_gn_grease_pencil_base(bl_ui.node_add_menu.NodeMenu):
505
469
  """
506
470
 
507
471
  class NODE_MT_gn_grease_pencil_operations_base(bl_ui.node_add_menu.NodeMenu):
508
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
472
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
509
473
 
510
474
  bl_label: typing.Any
511
475
  bl_rna: typing.Any
@@ -516,14 +480,12 @@ class NODE_MT_gn_grease_pencil_operations_base(bl_ui.node_add_menu.NodeMenu):
516
480
  """
517
481
 
518
482
  :return: The RNA type or default when not found.
519
- :rtype: bpy.types.Struct
520
483
  """
521
484
 
522
485
  def bl_rna_get_subclass_py(self) -> typing.Any:
523
486
  """
524
487
 
525
488
  :return: The class or default when not found.
526
- :rtype: typing.Any
527
489
  """
528
490
 
529
491
  def draw(self, _context) -> None:
@@ -533,7 +495,7 @@ class NODE_MT_gn_grease_pencil_operations_base(bl_ui.node_add_menu.NodeMenu):
533
495
  """
534
496
 
535
497
  class NODE_MT_gn_grease_pencil_read_base(bl_ui.node_add_menu.NodeMenu):
536
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
498
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
537
499
 
538
500
  bl_label: typing.Any
539
501
  bl_rna: typing.Any
@@ -544,14 +506,12 @@ class NODE_MT_gn_grease_pencil_read_base(bl_ui.node_add_menu.NodeMenu):
544
506
  """
545
507
 
546
508
  :return: The RNA type or default when not found.
547
- :rtype: bpy.types.Struct
548
509
  """
549
510
 
550
511
  def bl_rna_get_subclass_py(self) -> typing.Any:
551
512
  """
552
513
 
553
514
  :return: The class or default when not found.
554
- :rtype: typing.Any
555
515
  """
556
516
 
557
517
  def draw(self, _context) -> None:
@@ -561,7 +521,7 @@ class NODE_MT_gn_grease_pencil_read_base(bl_ui.node_add_menu.NodeMenu):
561
521
  """
562
522
 
563
523
  class NODE_MT_gn_grease_pencil_write_base(bl_ui.node_add_menu.NodeMenu):
564
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
524
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
565
525
 
566
526
  bl_label: typing.Any
567
527
  bl_rna: typing.Any
@@ -572,14 +532,12 @@ class NODE_MT_gn_grease_pencil_write_base(bl_ui.node_add_menu.NodeMenu):
572
532
  """
573
533
 
574
534
  :return: The RNA type or default when not found.
575
- :rtype: bpy.types.Struct
576
535
  """
577
536
 
578
537
  def bl_rna_get_subclass_py(self) -> typing.Any:
579
538
  """
580
539
 
581
540
  :return: The class or default when not found.
582
- :rtype: typing.Any
583
541
  """
584
542
 
585
543
  def draw(self, _context) -> None:
@@ -589,7 +547,7 @@ class NODE_MT_gn_grease_pencil_write_base(bl_ui.node_add_menu.NodeMenu):
589
547
  """
590
548
 
591
549
  class NODE_MT_gn_input_base(bl_ui.node_add_menu.NodeMenu):
592
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
550
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
593
551
 
594
552
  bl_label: typing.Any
595
553
  bl_rna: typing.Any
@@ -599,14 +557,12 @@ class NODE_MT_gn_input_base(bl_ui.node_add_menu.NodeMenu):
599
557
  """
600
558
 
601
559
  :return: The RNA type or default when not found.
602
- :rtype: bpy.types.Struct
603
560
  """
604
561
 
605
562
  def bl_rna_get_subclass_py(self) -> typing.Any:
606
563
  """
607
564
 
608
565
  :return: The class or default when not found.
609
- :rtype: typing.Any
610
566
  """
611
567
 
612
568
  def draw(self, context) -> None:
@@ -616,7 +572,7 @@ class NODE_MT_gn_input_base(bl_ui.node_add_menu.NodeMenu):
616
572
  """
617
573
 
618
574
  class NODE_MT_gn_input_constant_base(bl_ui.node_add_menu.NodeMenu):
619
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
575
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
620
576
 
621
577
  bl_label: typing.Any
622
578
  bl_rna: typing.Any
@@ -628,14 +584,12 @@ class NODE_MT_gn_input_constant_base(bl_ui.node_add_menu.NodeMenu):
628
584
  """
629
585
 
630
586
  :return: The RNA type or default when not found.
631
- :rtype: bpy.types.Struct
632
587
  """
633
588
 
634
589
  def bl_rna_get_subclass_py(self) -> typing.Any:
635
590
  """
636
591
 
637
592
  :return: The class or default when not found.
638
- :rtype: typing.Any
639
593
  """
640
594
 
641
595
  def draw(self, _context) -> None:
@@ -645,7 +599,7 @@ class NODE_MT_gn_input_constant_base(bl_ui.node_add_menu.NodeMenu):
645
599
  """
646
600
 
647
601
  class NODE_MT_gn_input_gizmo_base(bl_ui.node_add_menu.NodeMenu):
648
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
602
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
649
603
 
650
604
  bl_label: typing.Any
651
605
  bl_rna: typing.Any
@@ -656,14 +610,12 @@ class NODE_MT_gn_input_gizmo_base(bl_ui.node_add_menu.NodeMenu):
656
610
  """
657
611
 
658
612
  :return: The RNA type or default when not found.
659
- :rtype: bpy.types.Struct
660
613
  """
661
614
 
662
615
  def bl_rna_get_subclass_py(self) -> typing.Any:
663
616
  """
664
617
 
665
618
  :return: The class or default when not found.
666
- :rtype: typing.Any
667
619
  """
668
620
 
669
621
  def draw(self, context) -> None:
@@ -673,7 +625,7 @@ class NODE_MT_gn_input_gizmo_base(bl_ui.node_add_menu.NodeMenu):
673
625
  """
674
626
 
675
627
  class NODE_MT_gn_input_group_base(bl_ui.node_add_menu.NodeMenu):
676
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
628
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
677
629
 
678
630
  bl_label: typing.Any
679
631
  bl_rna: typing.Any
@@ -684,14 +636,12 @@ class NODE_MT_gn_input_group_base(bl_ui.node_add_menu.NodeMenu):
684
636
  """
685
637
 
686
638
  :return: The RNA type or default when not found.
687
- :rtype: bpy.types.Struct
688
639
  """
689
640
 
690
641
  def bl_rna_get_subclass_py(self) -> typing.Any:
691
642
  """
692
643
 
693
644
  :return: The class or default when not found.
694
- :rtype: typing.Any
695
645
  """
696
646
 
697
647
  def draw(self, _context) -> None:
@@ -701,7 +651,7 @@ class NODE_MT_gn_input_group_base(bl_ui.node_add_menu.NodeMenu):
701
651
  """
702
652
 
703
653
  class NODE_MT_gn_input_import_base(bl_ui.node_add_menu.NodeMenu):
704
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
654
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
705
655
 
706
656
  bl_label: typing.Any
707
657
  bl_rna: typing.Any
@@ -712,14 +662,12 @@ class NODE_MT_gn_input_import_base(bl_ui.node_add_menu.NodeMenu):
712
662
  """
713
663
 
714
664
  :return: The RNA type or default when not found.
715
- :rtype: bpy.types.Struct
716
665
  """
717
666
 
718
667
  def bl_rna_get_subclass_py(self) -> typing.Any:
719
668
  """
720
669
 
721
670
  :return: The class or default when not found.
722
- :rtype: typing.Any
723
671
  """
724
672
 
725
673
  def draw(self, _context) -> None:
@@ -729,7 +677,7 @@ class NODE_MT_gn_input_import_base(bl_ui.node_add_menu.NodeMenu):
729
677
  """
730
678
 
731
679
  class NODE_MT_gn_input_scene_base(bl_ui.node_add_menu.NodeMenu):
732
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
680
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
733
681
 
734
682
  bl_label: typing.Any
735
683
  bl_rna: typing.Any
@@ -740,14 +688,12 @@ class NODE_MT_gn_input_scene_base(bl_ui.node_add_menu.NodeMenu):
740
688
  """
741
689
 
742
690
  :return: The RNA type or default when not found.
743
- :rtype: bpy.types.Struct
744
691
  """
745
692
 
746
693
  def bl_rna_get_subclass_py(self) -> typing.Any:
747
694
  """
748
695
 
749
696
  :return: The class or default when not found.
750
- :rtype: typing.Any
751
697
  """
752
698
 
753
699
  def draw(self, context) -> None:
@@ -757,7 +703,7 @@ class NODE_MT_gn_input_scene_base(bl_ui.node_add_menu.NodeMenu):
757
703
  """
758
704
 
759
705
  class NODE_MT_gn_instance_base(bl_ui.node_add_menu.NodeMenu):
760
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
706
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
761
707
 
762
708
  bl_label: typing.Any
763
709
  bl_rna: typing.Any
@@ -767,14 +713,12 @@ class NODE_MT_gn_instance_base(bl_ui.node_add_menu.NodeMenu):
767
713
  """
768
714
 
769
715
  :return: The RNA type or default when not found.
770
- :rtype: bpy.types.Struct
771
716
  """
772
717
 
773
718
  def bl_rna_get_subclass_py(self) -> typing.Any:
774
719
  """
775
720
 
776
721
  :return: The class or default when not found.
777
- :rtype: typing.Any
778
722
  """
779
723
 
780
724
  def draw(self, _context) -> None:
@@ -784,7 +728,7 @@ class NODE_MT_gn_instance_base(bl_ui.node_add_menu.NodeMenu):
784
728
  """
785
729
 
786
730
  class NODE_MT_gn_material_base(bl_ui.node_add_menu.NodeMenu):
787
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
731
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
788
732
 
789
733
  bl_label: typing.Any
790
734
  bl_rna: typing.Any
@@ -795,14 +739,12 @@ class NODE_MT_gn_material_base(bl_ui.node_add_menu.NodeMenu):
795
739
  """
796
740
 
797
741
  :return: The RNA type or default when not found.
798
- :rtype: bpy.types.Struct
799
742
  """
800
743
 
801
744
  def bl_rna_get_subclass_py(self) -> typing.Any:
802
745
  """
803
746
 
804
747
  :return: The class or default when not found.
805
- :rtype: typing.Any
806
748
  """
807
749
 
808
750
  def draw(self, _context) -> None:
@@ -812,7 +754,7 @@ class NODE_MT_gn_material_base(bl_ui.node_add_menu.NodeMenu):
812
754
  """
813
755
 
814
756
  class NODE_MT_gn_mesh_base(bl_ui.node_add_menu.NodeMenu):
815
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
757
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
816
758
 
817
759
  bl_label: typing.Any
818
760
  bl_rna: typing.Any
@@ -822,14 +764,12 @@ class NODE_MT_gn_mesh_base(bl_ui.node_add_menu.NodeMenu):
822
764
  """
823
765
 
824
766
  :return: The RNA type or default when not found.
825
- :rtype: bpy.types.Struct
826
767
  """
827
768
 
828
769
  def bl_rna_get_subclass_py(self) -> typing.Any:
829
770
  """
830
771
 
831
772
  :return: The class or default when not found.
832
- :rtype: typing.Any
833
773
  """
834
774
 
835
775
  def draw(self, _context) -> None:
@@ -839,7 +779,7 @@ class NODE_MT_gn_mesh_base(bl_ui.node_add_menu.NodeMenu):
839
779
  """
840
780
 
841
781
  class NODE_MT_gn_mesh_operations_base(bl_ui.node_add_menu.NodeMenu):
842
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
782
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
843
783
 
844
784
  bl_label: typing.Any
845
785
  bl_rna: typing.Any
@@ -850,14 +790,12 @@ class NODE_MT_gn_mesh_operations_base(bl_ui.node_add_menu.NodeMenu):
850
790
  """
851
791
 
852
792
  :return: The RNA type or default when not found.
853
- :rtype: bpy.types.Struct
854
793
  """
855
794
 
856
795
  def bl_rna_get_subclass_py(self) -> typing.Any:
857
796
  """
858
797
 
859
798
  :return: The class or default when not found.
860
- :rtype: typing.Any
861
799
  """
862
800
 
863
801
  def draw(self, context) -> None:
@@ -867,7 +805,7 @@ class NODE_MT_gn_mesh_operations_base(bl_ui.node_add_menu.NodeMenu):
867
805
  """
868
806
 
869
807
  class NODE_MT_gn_mesh_primitives_base(bl_ui.node_add_menu.NodeMenu):
870
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
808
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
871
809
 
872
810
  bl_label: typing.Any
873
811
  bl_rna: typing.Any
@@ -878,14 +816,12 @@ class NODE_MT_gn_mesh_primitives_base(bl_ui.node_add_menu.NodeMenu):
878
816
  """
879
817
 
880
818
  :return: The RNA type or default when not found.
881
- :rtype: bpy.types.Struct
882
819
  """
883
820
 
884
821
  def bl_rna_get_subclass_py(self) -> typing.Any:
885
822
  """
886
823
 
887
824
  :return: The class or default when not found.
888
- :rtype: typing.Any
889
825
  """
890
826
 
891
827
  def draw(self, _context) -> None:
@@ -895,7 +831,7 @@ class NODE_MT_gn_mesh_primitives_base(bl_ui.node_add_menu.NodeMenu):
895
831
  """
896
832
 
897
833
  class NODE_MT_gn_mesh_read_base(bl_ui.node_add_menu.NodeMenu):
898
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
834
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
899
835
 
900
836
  bl_label: typing.Any
901
837
  bl_rna: typing.Any
@@ -906,14 +842,12 @@ class NODE_MT_gn_mesh_read_base(bl_ui.node_add_menu.NodeMenu):
906
842
  """
907
843
 
908
844
  :return: The RNA type or default when not found.
909
- :rtype: bpy.types.Struct
910
845
  """
911
846
 
912
847
  def bl_rna_get_subclass_py(self) -> typing.Any:
913
848
  """
914
849
 
915
850
  :return: The class or default when not found.
916
- :rtype: typing.Any
917
851
  """
918
852
 
919
853
  def draw(self, context) -> None:
@@ -923,7 +857,7 @@ class NODE_MT_gn_mesh_read_base(bl_ui.node_add_menu.NodeMenu):
923
857
  """
924
858
 
925
859
  class NODE_MT_gn_mesh_sample_base(bl_ui.node_add_menu.NodeMenu):
926
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
860
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
927
861
 
928
862
  bl_label: typing.Any
929
863
  bl_rna: typing.Any
@@ -934,14 +868,12 @@ class NODE_MT_gn_mesh_sample_base(bl_ui.node_add_menu.NodeMenu):
934
868
  """
935
869
 
936
870
  :return: The RNA type or default when not found.
937
- :rtype: bpy.types.Struct
938
871
  """
939
872
 
940
873
  def bl_rna_get_subclass_py(self) -> typing.Any:
941
874
  """
942
875
 
943
876
  :return: The class or default when not found.
944
- :rtype: typing.Any
945
877
  """
946
878
 
947
879
  def draw(self, _context) -> None:
@@ -951,7 +883,7 @@ class NODE_MT_gn_mesh_sample_base(bl_ui.node_add_menu.NodeMenu):
951
883
  """
952
884
 
953
885
  class NODE_MT_gn_mesh_topology_base(bl_ui.node_add_menu.NodeMenu):
954
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
886
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
955
887
 
956
888
  bl_label: typing.Any
957
889
  bl_rna: typing.Any
@@ -962,14 +894,12 @@ class NODE_MT_gn_mesh_topology_base(bl_ui.node_add_menu.NodeMenu):
962
894
  """
963
895
 
964
896
  :return: The RNA type or default when not found.
965
- :rtype: bpy.types.Struct
966
897
  """
967
898
 
968
899
  def bl_rna_get_subclass_py(self) -> typing.Any:
969
900
  """
970
901
 
971
902
  :return: The class or default when not found.
972
- :rtype: typing.Any
973
903
  """
974
904
 
975
905
  def draw(self, _context) -> None:
@@ -979,7 +909,7 @@ class NODE_MT_gn_mesh_topology_base(bl_ui.node_add_menu.NodeMenu):
979
909
  """
980
910
 
981
911
  class NODE_MT_gn_mesh_uv_base(bl_ui.node_add_menu.NodeMenu):
982
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
912
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
983
913
 
984
914
  bl_label: typing.Any
985
915
  bl_rna: typing.Any
@@ -990,14 +920,12 @@ class NODE_MT_gn_mesh_uv_base(bl_ui.node_add_menu.NodeMenu):
990
920
  """
991
921
 
992
922
  :return: The RNA type or default when not found.
993
- :rtype: bpy.types.Struct
994
923
  """
995
924
 
996
925
  def bl_rna_get_subclass_py(self) -> typing.Any:
997
926
  """
998
927
 
999
928
  :return: The class or default when not found.
1000
- :rtype: typing.Any
1001
929
  """
1002
930
 
1003
931
  def draw(self, _context) -> None:
@@ -1007,7 +935,7 @@ class NODE_MT_gn_mesh_uv_base(bl_ui.node_add_menu.NodeMenu):
1007
935
  """
1008
936
 
1009
937
  class NODE_MT_gn_mesh_write_base(bl_ui.node_add_menu.NodeMenu):
1010
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
938
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1011
939
 
1012
940
  bl_label: typing.Any
1013
941
  bl_rna: typing.Any
@@ -1018,14 +946,12 @@ class NODE_MT_gn_mesh_write_base(bl_ui.node_add_menu.NodeMenu):
1018
946
  """
1019
947
 
1020
948
  :return: The RNA type or default when not found.
1021
- :rtype: bpy.types.Struct
1022
949
  """
1023
950
 
1024
951
  def bl_rna_get_subclass_py(self) -> typing.Any:
1025
952
  """
1026
953
 
1027
954
  :return: The class or default when not found.
1028
- :rtype: typing.Any
1029
955
  """
1030
956
 
1031
957
  def draw(self, context) -> None:
@@ -1035,7 +961,7 @@ class NODE_MT_gn_mesh_write_base(bl_ui.node_add_menu.NodeMenu):
1035
961
  """
1036
962
 
1037
963
  class NODE_MT_gn_output_base(bl_ui.node_add_menu.NodeMenu):
1038
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
964
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1039
965
 
1040
966
  bl_label: typing.Any
1041
967
  bl_rna: typing.Any
@@ -1045,14 +971,12 @@ class NODE_MT_gn_output_base(bl_ui.node_add_menu.NodeMenu):
1045
971
  """
1046
972
 
1047
973
  :return: The RNA type or default when not found.
1048
- :rtype: bpy.types.Struct
1049
974
  """
1050
975
 
1051
976
  def bl_rna_get_subclass_py(self) -> typing.Any:
1052
977
  """
1053
978
 
1054
979
  :return: The class or default when not found.
1055
- :rtype: typing.Any
1056
980
  """
1057
981
 
1058
982
  def draw(self, context) -> None:
@@ -1062,7 +986,7 @@ class NODE_MT_gn_output_base(bl_ui.node_add_menu.NodeMenu):
1062
986
  """
1063
987
 
1064
988
  class NODE_MT_gn_point_base(bl_ui.node_add_menu.NodeMenu):
1065
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
989
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1066
990
 
1067
991
  bl_label: typing.Any
1068
992
  bl_rna: typing.Any
@@ -1072,14 +996,12 @@ class NODE_MT_gn_point_base(bl_ui.node_add_menu.NodeMenu):
1072
996
  """
1073
997
 
1074
998
  :return: The RNA type or default when not found.
1075
- :rtype: bpy.types.Struct
1076
999
  """
1077
1000
 
1078
1001
  def bl_rna_get_subclass_py(self) -> typing.Any:
1079
1002
  """
1080
1003
 
1081
1004
  :return: The class or default when not found.
1082
- :rtype: typing.Any
1083
1005
  """
1084
1006
 
1085
1007
  def draw(self, context) -> None:
@@ -1089,7 +1011,7 @@ class NODE_MT_gn_point_base(bl_ui.node_add_menu.NodeMenu):
1089
1011
  """
1090
1012
 
1091
1013
  class NODE_MT_gn_simulation_base(bl_ui.node_add_menu.NodeMenu):
1092
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1014
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1093
1015
 
1094
1016
  bl_label: typing.Any
1095
1017
  bl_rna: typing.Any
@@ -1099,14 +1021,12 @@ class NODE_MT_gn_simulation_base(bl_ui.node_add_menu.NodeMenu):
1099
1021
  """
1100
1022
 
1101
1023
  :return: The RNA type or default when not found.
1102
- :rtype: bpy.types.Struct
1103
1024
  """
1104
1025
 
1105
1026
  def bl_rna_get_subclass_py(self) -> typing.Any:
1106
1027
  """
1107
1028
 
1108
1029
  :return: The class or default when not found.
1109
- :rtype: typing.Any
1110
1030
  """
1111
1031
 
1112
1032
  def draw(self, _context) -> None:
@@ -1116,7 +1036,7 @@ class NODE_MT_gn_simulation_base(bl_ui.node_add_menu.NodeMenu):
1116
1036
  """
1117
1037
 
1118
1038
  class NODE_MT_gn_texture_base(bl_ui.node_add_menu.NodeMenu):
1119
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1039
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1120
1040
 
1121
1041
  bl_label: typing.Any
1122
1042
  bl_rna: typing.Any
@@ -1126,14 +1046,12 @@ class NODE_MT_gn_texture_base(bl_ui.node_add_menu.NodeMenu):
1126
1046
  """
1127
1047
 
1128
1048
  :return: The RNA type or default when not found.
1129
- :rtype: bpy.types.Struct
1130
1049
  """
1131
1050
 
1132
1051
  def bl_rna_get_subclass_py(self) -> typing.Any:
1133
1052
  """
1134
1053
 
1135
1054
  :return: The class or default when not found.
1136
- :rtype: typing.Any
1137
1055
  """
1138
1056
 
1139
1057
  def draw(self, _context) -> None:
@@ -1143,7 +1061,7 @@ class NODE_MT_gn_texture_base(bl_ui.node_add_menu.NodeMenu):
1143
1061
  """
1144
1062
 
1145
1063
  class NODE_MT_gn_utilities_base(bl_ui.node_add_menu.NodeMenu):
1146
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1064
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1147
1065
 
1148
1066
  bl_label: typing.Any
1149
1067
  bl_rna: typing.Any
@@ -1153,14 +1071,12 @@ class NODE_MT_gn_utilities_base(bl_ui.node_add_menu.NodeMenu):
1153
1071
  """
1154
1072
 
1155
1073
  :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_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: