fake-bpy-module 20240517__py3-none-any.whl → 20240519__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (312) hide show
  1. _bpy_internal/__init__.pyi +2 -1
  2. _bpy_internal/freedesktop/__init__.pyi +20 -86
  3. addon_utils/__init__.pyi +7 -31
  4. animsys_refactor/__init__.pyi +7 -26
  5. aud/__init__.pyi +3 -5
  6. bgl/__init__.pyi +2 -1630
  7. bl_app_override/__init__.pyi +5 -15
  8. bl_app_override/helpers/__init__.pyi +4 -23
  9. bl_app_template_utils/__init__.pyi +5 -16
  10. bl_console_utils/__init__.pyi +2 -1
  11. bl_console_utils/autocomplete/__init__.pyi +2 -1
  12. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -1
  13. bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -1
  14. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -1
  15. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -1
  16. bl_i18n_utils/__init__.pyi +2 -1
  17. bl_i18n_utils/bl_extract_messages/__init__.pyi +15 -65
  18. bl_i18n_utils/merge_po/__init__.pyi +3 -5
  19. bl_i18n_utils/settings/__init__.pyi +4 -23
  20. bl_i18n_utils/utils/__init__.pyi +10 -66
  21. bl_i18n_utils/utils_cli/__init__.pyi +9 -31
  22. bl_i18n_utils/utils_languages_menu/__init__.pyi +3 -5
  23. bl_i18n_utils/utils_rtl/__init__.pyi +2 -1
  24. bl_keymap_utils/__init__.pyi +2 -1
  25. bl_keymap_utils/io/__init__.pyi +10 -40
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -1
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +3 -5
  28. bl_keymap_utils/platform_helpers/__init__.pyi +3 -6
  29. bl_keymap_utils/versioning/__init__.pyi +3 -5
  30. bl_math/__init__.pyi +2 -1
  31. bl_operators/__init__.pyi +4 -10
  32. bl_operators/add_mesh_torus/__init__.pyi +4 -19
  33. bl_operators/anim/__init__.pyi +2 -71
  34. bl_operators/assets/__init__.pyi +2 -30
  35. bl_operators/bmesh/__init__.pyi +2 -1
  36. bl_operators/bmesh/find_adjacent/__init__.pyi +9 -35
  37. bl_operators/clip/__init__.pyi +7 -115
  38. bl_operators/console/__init__.pyi +2 -38
  39. bl_operators/constraint/__init__.pyi +2 -37
  40. bl_operators/file/__init__.pyi +2 -28
  41. bl_operators/freestyle/__init__.pyi +2 -37
  42. bl_operators/geometry_nodes/__init__.pyi +15 -103
  43. bl_operators/image/__init__.pyi +2 -52
  44. bl_operators/mesh/__init__.pyi +2 -28
  45. bl_operators/node/__init__.pyi +2 -105
  46. bl_operators/object/__init__.pyi +2 -138
  47. bl_operators/object_align/__init__.pyi +5 -24
  48. bl_operators/object_quick_effects/__init__.pyi +4 -49
  49. bl_operators/object_randomize_transform/__init__.pyi +5 -14
  50. bl_operators/presets/__init__.pyi +4 -376
  51. bl_operators/rigidbody/__init__.pyi +2 -28
  52. bl_operators/screen_play_rendered_anim/__init__.pyi +3 -14
  53. bl_operators/sequencer/__init__.pyi +3 -104
  54. bl_operators/spreadsheet/__init__.pyi +2 -10
  55. bl_operators/userpref/__init__.pyi +3 -201
  56. bl_operators/uvcalc_follow_active/__init__.pyi +4 -19
  57. bl_operators/uvcalc_lightmap/__init__.pyi +4 -34
  58. bl_operators/uvcalc_transform/__init__.pyi +13 -73
  59. bl_operators/vertexpaint_dirt/__init__.pyi +4 -19
  60. bl_operators/view3d/__init__.pyi +2 -64
  61. bl_operators/wm/__init__.pyi +16 -451
  62. bl_operators/world/__init__.pyi +2 -10
  63. bl_previews_utils/__init__.pyi +2 -1
  64. bl_previews_utils/bl_previews_render/__init__.pyi +10 -36
  65. bl_rna_utils/__init__.pyi +2 -1
  66. bl_rna_utils/data_path/__init__.pyi +2 -2
  67. bl_text_utils/__init__.pyi +2 -1
  68. bl_text_utils/external_editor/__init__.pyi +3 -5
  69. bl_ui/__init__.pyi +32 -141
  70. bl_ui/anim/__init__.pyi +3 -12
  71. bl_ui/asset_shelf/__init__.pyi +3 -16
  72. bl_ui/generic_ui_list/__init__.pyi +4 -31
  73. bl_ui/node_add_menu/__init__.pyi +6 -28
  74. bl_ui/node_add_menu_compositor/__init__.pyi +20 -237
  75. bl_ui/node_add_menu_geometry/__init__.pyi +50 -629
  76. bl_ui/node_add_menu_shader/__init__.pyi +20 -170
  77. bl_ui/node_add_menu_texture/__init__.pyi +11 -118
  78. bl_ui/properties_animviz/__init__.pyi +2 -15
  79. bl_ui/properties_collection/__init__.pyi +9 -112
  80. bl_ui/properties_constraint/__init__.pyi +81 -1524
  81. bl_ui/properties_data_armature/__init__.pyi +14 -214
  82. bl_ui/properties_data_bone/__init__.pyi +12 -198
  83. bl_ui/properties_data_camera/__init__.pyi +17 -312
  84. bl_ui/properties_data_curve/__init__.pyi +17 -319
  85. bl_ui/properties_data_curves/__init__.pyi +8 -108
  86. bl_ui/properties_data_empty/__init__.pyi +4 -44
  87. bl_ui/properties_data_gpencil/__init__.pyi +20 -350
  88. bl_ui/properties_data_grease_pencil/__init__.pyi +16 -257
  89. bl_ui/properties_data_lattice/__init__.pyi +5 -65
  90. bl_ui/properties_data_light/__init__.pyi +14 -264
  91. bl_ui/properties_data_lightprobe/__init__.pyi +15 -277
  92. bl_ui/properties_data_mesh/__init__.pyi +23 -325
  93. bl_ui/properties_data_metaball/__init__.pyi +7 -103
  94. bl_ui/properties_data_modifier/__init__.pyi +10 -178
  95. bl_ui/properties_data_pointcloud/__init__.pyi +7 -89
  96. bl_ui/properties_data_shaderfx/__init__.pyi +3 -27
  97. bl_ui/properties_data_speaker/__init__.pyi +7 -111
  98. bl_ui/properties_data_volume/__init__.pyi +10 -156
  99. bl_ui/properties_freestyle/__init__.pyi +31 -615
  100. bl_ui/properties_grease_pencil_common/__init__.pyi +17 -216
  101. bl_ui/properties_mask_common/__init__.pyi +10 -111
  102. bl_ui/properties_material/__init__.pyi +20 -331
  103. bl_ui/properties_material_gpencil/__init__.pyi +12 -182
  104. bl_ui/properties_object/__init__.pyi +16 -276
  105. bl_ui/properties_output/__init__.pyi +20 -370
  106. bl_ui/properties_paint_common/__init__.pyi +14 -106
  107. bl_ui/properties_particle/__init__.pyi +58 -1159
  108. bl_ui/properties_physics_cloth/__init__.pyi +17 -314
  109. bl_ui/properties_physics_common/__init__.pyi +9 -58
  110. bl_ui/properties_physics_dynamicpaint/__init__.pyi +24 -490
  111. bl_ui/properties_physics_field/__init__.pyi +13 -218
  112. bl_ui/properties_physics_fluid/__init__.pyi +30 -626
  113. bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -20
  114. bl_ui/properties_physics_rigidbody/__init__.pyi +11 -188
  115. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +15 -279
  116. bl_ui/properties_physics_softbody/__init__.pyi +18 -353
  117. bl_ui/properties_render/__init__.pyi +56 -1146
  118. bl_ui/properties_scene/__init__.pyi +17 -298
  119. bl_ui/properties_texture/__init__.pyi +30 -577
  120. bl_ui/properties_view_layer/__init__.pyi +20 -346
  121. bl_ui/properties_workspace/__init__.pyi +6 -80
  122. bl_ui/properties_world/__init__.pyi +12 -220
  123. bl_ui/space_clip/__init__.pyi +73 -1090
  124. bl_ui/space_console/__init__.pyi +9 -73
  125. bl_ui/space_dopesheet/__init__.pyi +33 -485
  126. bl_ui/space_filebrowser/__init__.pyi +36 -431
  127. bl_ui/space_graph/__init__.pyi +22 -237
  128. bl_ui/space_image/__init__.pyi +70 -1089
  129. bl_ui/space_info/__init__.pyi +8 -71
  130. bl_ui/space_nla/__init__.pyi +19 -210
  131. bl_ui/space_node/__init__.pyi +32 -436
  132. bl_ui/space_outliner/__init__.pyi +17 -165
  133. bl_ui/space_properties/__init__.pyi +5 -42
  134. bl_ui/space_sequencer/__init__.pyi +79 -1142
  135. bl_ui/space_spreadsheet/__init__.pyi +3 -12
  136. bl_ui/space_statusbar/__init__.pyi +3 -12
  137. bl_ui/space_text/__init__.pyi +18 -193
  138. bl_ui/space_time/__init__.pyi +10 -111
  139. bl_ui/space_toolsystem_common/__init__.pyi +42 -200
  140. bl_ui/space_toolsystem_toolbar/__init__.pyi +119 -863
  141. bl_ui/space_topbar/__init__.pyi +29 -335
  142. bl_ui/space_userpref/__init__.pyi +94 -1576
  143. bl_ui/space_view3d/__init__.pyi +271 -3438
  144. bl_ui/space_view3d_toolbar/__init__.pyi +95 -1899
  145. bl_ui/temp_anim_layers/__init__.pyi +4 -22
  146. bl_ui/utils/__init__.pyi +2 -8
  147. bl_ui_utils/__init__.pyi +2 -1
  148. bl_ui_utils/bug_report_url/__init__.pyi +3 -5
  149. bl_ui_utils/layout/__init__.pyi +2 -1
  150. blend_render_info/__init__.pyi +4 -10
  151. blf/__init__.pyi +2 -1
  152. bmesh/__init__.pyi +2 -1
  153. bmesh/geometry/__init__.pyi +2 -1
  154. bmesh/ops/__init__.pyi +2 -1
  155. bmesh/types/__init__.pyi +29 -45
  156. bmesh/utils/__init__.pyi +2 -1
  157. bpy/__init__.pyi +2 -1
  158. bpy/app/__init__.pyi +2 -1
  159. bpy/app/handlers/__init__.pyi +2 -1
  160. bpy/app/icons/__init__.pyi +2 -1
  161. bpy/app/timers/__init__.pyi +8 -15
  162. bpy/app/translations/__init__.pyi +2 -1
  163. bpy/msgbus/__init__.pyi +2 -1
  164. bpy/ops/__init__.pyi +2 -1
  165. bpy/ops/action/__init__.pyi +22 -21
  166. bpy/ops/anim/__init__.pyi +32 -31
  167. bpy/ops/armature/__init__.pyi +22 -21
  168. bpy/ops/asset/__init__.pyi +8 -7
  169. bpy/ops/bl_pkg/__init__.pyi +4 -3
  170. bpy/ops/boid/__init__.pyi +2 -1
  171. bpy/ops/brush/__init__.pyi +10 -9
  172. bpy/ops/buttons/__init__.pyi +10 -9
  173. bpy/ops/cachefile/__init__.pyi +12 -11
  174. bpy/ops/camera/__init__.pyi +2 -1
  175. bpy/ops/clip/__init__.pyi +38 -37
  176. bpy/ops/cloth/__init__.pyi +2 -1
  177. bpy/ops/collection/__init__.pyi +8 -7
  178. bpy/ops/console/__init__.pyi +8 -7
  179. bpy/ops/constraint/__init__.pyi +30 -29
  180. bpy/ops/curve/__init__.pyi +32 -31
  181. bpy/ops/curves/__init__.pyi +10 -9
  182. bpy/ops/cycles/__init__.pyi +2 -1
  183. bpy/ops/dpaint/__init__.pyi +4 -3
  184. bpy/ops/ed/__init__.pyi +6 -5
  185. bpy/ops/export_anim/__init__.pyi +4 -3
  186. bpy/ops/export_scene/__init__.pyi +40 -39
  187. bpy/ops/file/__init__.pyi +20 -19
  188. bpy/ops/fluid/__init__.pyi +2 -1
  189. bpy/ops/font/__init__.pyi +22 -21
  190. bpy/ops/geometry/__init__.pyi +4 -3
  191. bpy/ops/gizmogroup/__init__.pyi +2 -1
  192. bpy/ops/gpencil/__init__.pyi +134 -133
  193. bpy/ops/graph/__init__.pyi +40 -39
  194. bpy/ops/grease_pencil/__init__.pyi +42 -41
  195. bpy/ops/image/__init__.pyi +22 -21
  196. bpy/ops/import_anim/__init__.pyi +10 -9
  197. bpy/ops/import_curve/__init__.pyi +2 -1
  198. bpy/ops/import_scene/__init__.pyi +20 -19
  199. bpy/ops/info/__init__.pyi +6 -5
  200. bpy/ops/lattice/__init__.pyi +8 -7
  201. bpy/ops/marker/__init__.pyi +10 -9
  202. bpy/ops/mask/__init__.pyi +14 -13
  203. bpy/ops/material/__init__.pyi +2 -1
  204. bpy/ops/mball/__init__.pyi +8 -7
  205. bpy/ops/mesh/__init__.pyi +112 -111
  206. bpy/ops/nla/__init__.pyi +16 -15
  207. bpy/ops/node/__init__.pyi +32 -31
  208. bpy/ops/object/__init__.pyi +186 -185
  209. bpy/ops/outliner/__init__.pyi +38 -37
  210. bpy/ops/paint/__init__.pyi +50 -49
  211. bpy/ops/paintcurve/__init__.pyi +2 -1
  212. bpy/ops/palette/__init__.pyi +6 -5
  213. bpy/ops/particle/__init__.pyi +16 -15
  214. bpy/ops/pose/__init__.pyi +32 -31
  215. bpy/ops/poselib/__init__.pyi +2 -1
  216. bpy/ops/preferences/__init__.pyi +14 -13
  217. bpy/ops/ptcache/__init__.pyi +2 -1
  218. bpy/ops/render/__init__.pyi +4 -3
  219. bpy/ops/rigidbody/__init__.pyi +10 -9
  220. bpy/ops/scene/__init__.pyi +18 -17
  221. bpy/ops/screen/__init__.pyi +16 -15
  222. bpy/ops/script/__init__.pyi +2 -1
  223. bpy/ops/sculpt/__init__.pyi +68 -67
  224. bpy/ops/sculpt_curves/__init__.pyi +4 -3
  225. bpy/ops/sequencer/__init__.pyi +74 -73
  226. bpy/ops/sound/__init__.pyi +20 -19
  227. bpy/ops/spreadsheet/__init__.pyi +2 -1
  228. bpy/ops/surface/__init__.pyi +14 -13
  229. bpy/ops/text/__init__.pyi +24 -23
  230. bpy/ops/text_editor/__init__.pyi +2 -1
  231. bpy/ops/texture/__init__.pyi +4 -3
  232. bpy/ops/transform/__init__.pyi +32 -31
  233. bpy/ops/ui/__init__.pyi +8 -7
  234. bpy/ops/uilist/__init__.pyi +4 -3
  235. bpy/ops/uv/__init__.pyi +66 -65
  236. bpy/ops/view2d/__init__.pyi +2 -1
  237. bpy/ops/view3d/__init__.pyi +36 -35
  238. bpy/ops/wm/__init__.pyi +191 -187
  239. bpy/ops/workspace/__init__.pyi +2 -1
  240. bpy/ops/world/__init__.pyi +2 -1
  241. bpy/path/__init__.pyi +2 -1
  242. bpy/props/__init__.pyi +2 -1
  243. bpy/types/__init__.pyi +546 -4852
  244. bpy/utils/__init__.pyi +16 -71
  245. bpy/utils/previews/__init__.pyi +2 -1
  246. bpy/utils/units/__init__.pyi +2 -1
  247. bpy_extras/__init__.pyi +2 -1
  248. bpy_extras/anim_utils/__init__.pyi +2 -2
  249. bpy_extras/asset_utils/__init__.pyi +2 -11
  250. bpy_extras/bmesh_utils/__init__.pyi +3 -5
  251. bpy_extras/extensions/__init__.pyi +2 -1
  252. bpy_extras/extensions/junction_module/__init__.pyi +3 -7
  253. bpy_extras/id_map_utils/__init__.pyi +2 -1
  254. bpy_extras/image_utils/__init__.pyi +2 -1
  255. bpy_extras/io_utils/__init__.pyi +6 -25
  256. bpy_extras/keyconfig_utils/__init__.pyi +4 -10
  257. bpy_extras/mesh_utils/__init__.pyi +2 -1
  258. bpy_extras/node_shader_utils/__init__.pyi +46 -286
  259. bpy_extras/node_utils/__init__.pyi +4 -10
  260. bpy_extras/object_utils/__init__.pyi +2 -3
  261. bpy_extras/view3d_utils/__init__.pyi +2 -1
  262. bpy_extras/wm_utils/__init__.pyi +2 -1
  263. bpy_extras/wm_utils/progress_report/__init__.pyi +4 -29
  264. bpy_restrict_state/__init__.pyi +3 -15
  265. bpy_types/__init__.pyi +10 -275
  266. console_python/__init__.pyi +8 -37
  267. console_shell/__init__.pyi +8 -26
  268. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/METADATA +1 -1
  269. fake_bpy_module-20240519.dist-info/RECORD +353 -0
  270. freestyle/__init__.pyi +2 -1
  271. freestyle/chainingiterators/__init__.pyi +12 -41
  272. freestyle/functions/__init__.pyi +9 -34
  273. freestyle/predicates/__init__.pyi +46 -218
  274. freestyle/shaders/__init__.pyi +2 -11
  275. freestyle/types/__init__.pyi +2 -1
  276. freestyle/utils/ContextFunctions/__init__.pyi +2 -1
  277. freestyle/utils/__init__.pyi +5 -16
  278. gpu/__init__.pyi +2 -1
  279. gpu/capabilities/__init__.pyi +2 -1
  280. gpu/matrix/__init__.pyi +2 -1
  281. gpu/platform/__init__.pyi +2 -1
  282. gpu/select/__init__.pyi +2 -1
  283. gpu/shader/__init__.pyi +2 -1
  284. gpu/state/__init__.pyi +2 -1
  285. gpu/texture/__init__.pyi +2 -1
  286. gpu/types/__init__.pyi +2 -1
  287. gpu_extras/__init__.pyi +2 -1
  288. gpu_extras/batch/__init__.pyi +2 -1
  289. gpu_extras/presets/__init__.pyi +2 -1
  290. graphviz_export/__init__.pyi +4 -10
  291. idprop/__init__.pyi +2 -1
  292. idprop/types/__init__.pyi +8 -34
  293. imbuf/__init__.pyi +2 -1
  294. imbuf/types/__init__.pyi +2 -3
  295. keyingsets_builtins/__init__.pyi +4 -157
  296. keyingsets_utils/__init__.pyi +17 -71
  297. mathutils/__init__.pyi +2 -1
  298. mathutils/bvhtree/__init__.pyi +2 -3
  299. mathutils/geometry/__init__.pyi +2 -1
  300. mathutils/interpolate/__init__.pyi +2 -1
  301. mathutils/kdtree/__init__.pyi +2 -1
  302. mathutils/noise/__init__.pyi +2 -1
  303. nodeitems_builtins/__init__.pyi +7 -31
  304. nodeitems_utils/__init__.pyi +10 -46
  305. rna_info/__init__.pyi +24 -201
  306. rna_keymap_ui/__init__.pyi +9 -31
  307. rna_prop_ui/__init__.pyi +11 -50
  308. rna_xml/__init__.pyi +8 -30
  309. sys_info/__init__.pyi +3 -5
  310. fake_bpy_module-20240517.dist-info/RECORD +0 -353
  311. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/WHEEL +0 -0
  312. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/top_level.txt +0 -0
@@ -2,22 +2,14 @@ import typing
2
2
  import bpy.types
3
3
  import bpy_types
4
4
 
5
- GenericType = typing.TypeVar("GenericType")
5
+ GenericType1 = typing.TypeVar("GenericType1")
6
+ GenericType2 = typing.TypeVar("GenericType2")
6
7
 
7
8
  class NODE_MT_category_GEO_GROUP(bpy_types.Menu, bpy_types._GenericUI):
8
- """ """
9
-
10
9
  bl_idname: typing.Any
11
- """ """
12
-
13
10
  bl_label: typing.Any
14
- """ """
15
-
16
11
  bl_rna: typing.Any
17
- """ """
18
-
19
12
  id_data: typing.Any
20
- """ """
21
13
 
22
14
  def append(self, draw_func):
23
15
  """Append a draw function to this menu,
@@ -122,10 +114,7 @@ class NODE_MT_category_GEO_GROUP(bpy_types.Menu, bpy_types._GenericUI):
122
114
  """
123
115
  ...
124
116
 
125
- def is_extended(self):
126
- """ """
127
- ...
128
-
117
+ def is_extended(self): ...
129
118
  def is_property_hidden(self) -> bool:
130
119
  """Check if a property is hidden.
131
120
 
@@ -288,19 +277,10 @@ class NODE_MT_category_GEO_GROUP(bpy_types.Menu, bpy_types._GenericUI):
288
277
  ...
289
278
 
290
279
  class NODE_MT_category_GEO_OUTPUT(bpy_types.Menu, bpy_types._GenericUI):
291
- """ """
292
-
293
280
  bl_idname: typing.Any
294
- """ """
295
-
296
281
  bl_label: typing.Any
297
- """ """
298
-
299
282
  bl_rna: typing.Any
300
- """ """
301
-
302
283
  id_data: typing.Any
303
- """ """
304
284
 
305
285
  def append(self, draw_func):
306
286
  """Append a draw function to this menu,
@@ -405,10 +385,7 @@ class NODE_MT_category_GEO_OUTPUT(bpy_types.Menu, bpy_types._GenericUI):
405
385
  """
406
386
  ...
407
387
 
408
- def is_extended(self):
409
- """ """
410
- ...
411
-
388
+ def is_extended(self): ...
412
389
  def is_property_hidden(self) -> bool:
413
390
  """Check if a property is hidden.
414
391
 
@@ -571,19 +548,10 @@ class NODE_MT_category_GEO_OUTPUT(bpy_types.Menu, bpy_types._GenericUI):
571
548
  ...
572
549
 
573
550
  class NODE_MT_category_GEO_POINT(bpy_types.Menu, bpy_types._GenericUI):
574
- """ """
575
-
576
551
  bl_idname: typing.Any
577
- """ """
578
-
579
552
  bl_label: typing.Any
580
- """ """
581
-
582
553
  bl_rna: typing.Any
583
- """ """
584
-
585
554
  id_data: typing.Any
586
- """ """
587
555
 
588
556
  def append(self, draw_func):
589
557
  """Append a draw function to this menu,
@@ -688,10 +656,7 @@ class NODE_MT_category_GEO_POINT(bpy_types.Menu, bpy_types._GenericUI):
688
656
  """
689
657
  ...
690
658
 
691
- def is_extended(self):
692
- """ """
693
- ...
694
-
659
+ def is_extended(self): ...
695
660
  def is_property_hidden(self) -> bool:
696
661
  """Check if a property is hidden.
697
662
 
@@ -854,19 +819,10 @@ class NODE_MT_category_GEO_POINT(bpy_types.Menu, bpy_types._GenericUI):
854
819
  ...
855
820
 
856
821
  class NODE_MT_category_GEO_TEXT(bpy_types.Menu, bpy_types._GenericUI):
857
- """ """
858
-
859
822
  bl_idname: typing.Any
860
- """ """
861
-
862
823
  bl_label: typing.Any
863
- """ """
864
-
865
824
  bl_rna: typing.Any
866
- """ """
867
-
868
825
  id_data: typing.Any
869
- """ """
870
826
 
871
827
  def append(self, draw_func):
872
828
  """Append a draw function to this menu,
@@ -971,10 +927,7 @@ class NODE_MT_category_GEO_TEXT(bpy_types.Menu, bpy_types._GenericUI):
971
927
  """
972
928
  ...
973
929
 
974
- def is_extended(self):
975
- """ """
976
- ...
977
-
930
+ def is_extended(self): ...
978
931
  def is_property_hidden(self) -> bool:
979
932
  """Check if a property is hidden.
980
933
 
@@ -1137,19 +1090,10 @@ class NODE_MT_category_GEO_TEXT(bpy_types.Menu, bpy_types._GenericUI):
1137
1090
  ...
1138
1091
 
1139
1092
  class NODE_MT_category_GEO_TEXTURE(bpy_types.Menu, bpy_types._GenericUI):
1140
- """ """
1141
-
1142
1093
  bl_idname: typing.Any
1143
- """ """
1144
-
1145
1094
  bl_label: typing.Any
1146
- """ """
1147
-
1148
1095
  bl_rna: typing.Any
1149
- """ """
1150
-
1151
1096
  id_data: typing.Any
1152
- """ """
1153
1097
 
1154
1098
  def append(self, draw_func):
1155
1099
  """Append a draw function to this menu,
@@ -1254,10 +1198,7 @@ class NODE_MT_category_GEO_TEXTURE(bpy_types.Menu, bpy_types._GenericUI):
1254
1198
  """
1255
1199
  ...
1256
1200
 
1257
- def is_extended(self):
1258
- """ """
1259
- ...
1260
-
1201
+ def is_extended(self): ...
1261
1202
  def is_property_hidden(self) -> bool:
1262
1203
  """Check if a property is hidden.
1263
1204
 
@@ -1420,19 +1361,10 @@ class NODE_MT_category_GEO_TEXTURE(bpy_types.Menu, bpy_types._GenericUI):
1420
1361
  ...
1421
1362
 
1422
1363
  class NODE_MT_category_GEO_UTILITIES(bpy_types.Menu, bpy_types._GenericUI):
1423
- """ """
1424
-
1425
1364
  bl_idname: typing.Any
1426
- """ """
1427
-
1428
1365
  bl_label: typing.Any
1429
- """ """
1430
-
1431
1366
  bl_rna: typing.Any
1432
- """ """
1433
-
1434
1367
  id_data: typing.Any
1435
- """ """
1436
1368
 
1437
1369
  def append(self, draw_func):
1438
1370
  """Append a draw function to this menu,
@@ -1537,10 +1469,7 @@ class NODE_MT_category_GEO_UTILITIES(bpy_types.Menu, bpy_types._GenericUI):
1537
1469
  """
1538
1470
  ...
1539
1471
 
1540
- def is_extended(self):
1541
- """ """
1542
- ...
1543
-
1472
+ def is_extended(self): ...
1544
1473
  def is_property_hidden(self) -> bool:
1545
1474
  """Check if a property is hidden.
1546
1475
 
@@ -1703,19 +1632,10 @@ class NODE_MT_category_GEO_UTILITIES(bpy_types.Menu, bpy_types._GenericUI):
1703
1632
  ...
1704
1633
 
1705
1634
  class NODE_MT_category_GEO_UTILITIES_DEPRECATED(bpy_types.Menu, bpy_types._GenericUI):
1706
- """ """
1707
-
1708
1635
  bl_idname: typing.Any
1709
- """ """
1710
-
1711
1636
  bl_label: typing.Any
1712
- """ """
1713
-
1714
1637
  bl_rna: typing.Any
1715
- """ """
1716
-
1717
1638
  id_data: typing.Any
1718
- """ """
1719
1639
 
1720
1640
  def append(self, draw_func):
1721
1641
  """Append a draw function to this menu,
@@ -1820,10 +1740,7 @@ class NODE_MT_category_GEO_UTILITIES_DEPRECATED(bpy_types.Menu, bpy_types._Gener
1820
1740
  """
1821
1741
  ...
1822
1742
 
1823
- def is_extended(self):
1824
- """ """
1825
- ...
1826
-
1743
+ def is_extended(self): ...
1827
1744
  def is_property_hidden(self) -> bool:
1828
1745
  """Check if a property is hidden.
1829
1746
 
@@ -1986,19 +1903,10 @@ class NODE_MT_category_GEO_UTILITIES_DEPRECATED(bpy_types.Menu, bpy_types._Gener
1986
1903
  ...
1987
1904
 
1988
1905
  class NODE_MT_category_GEO_UTILITIES_FIELD(bpy_types.Menu, bpy_types._GenericUI):
1989
- """ """
1990
-
1991
1906
  bl_idname: typing.Any
1992
- """ """
1993
-
1994
1907
  bl_label: typing.Any
1995
- """ """
1996
-
1997
1908
  bl_rna: typing.Any
1998
- """ """
1999
-
2000
1909
  id_data: typing.Any
2001
- """ """
2002
1910
 
2003
1911
  def append(self, draw_func):
2004
1912
  """Append a draw function to this menu,
@@ -2103,10 +2011,7 @@ class NODE_MT_category_GEO_UTILITIES_FIELD(bpy_types.Menu, bpy_types._GenericUI)
2103
2011
  """
2104
2012
  ...
2105
2013
 
2106
- def is_extended(self):
2107
- """ """
2108
- ...
2109
-
2014
+ def is_extended(self): ...
2110
2015
  def is_property_hidden(self) -> bool:
2111
2016
  """Check if a property is hidden.
2112
2017
 
@@ -2269,19 +2174,10 @@ class NODE_MT_category_GEO_UTILITIES_FIELD(bpy_types.Menu, bpy_types._GenericUI)
2269
2174
  ...
2270
2175
 
2271
2176
  class NODE_MT_category_GEO_UTILITIES_MATH(bpy_types.Menu, bpy_types._GenericUI):
2272
- """ """
2273
-
2274
2177
  bl_idname: typing.Any
2275
- """ """
2276
-
2277
2178
  bl_label: typing.Any
2278
- """ """
2279
-
2280
2179
  bl_rna: typing.Any
2281
- """ """
2282
-
2283
2180
  id_data: typing.Any
2284
- """ """
2285
2181
 
2286
2182
  def append(self, draw_func):
2287
2183
  """Append a draw function to this menu,
@@ -2386,10 +2282,7 @@ class NODE_MT_category_GEO_UTILITIES_MATH(bpy_types.Menu, bpy_types._GenericUI):
2386
2282
  """
2387
2283
  ...
2388
2284
 
2389
- def is_extended(self):
2390
- """ """
2391
- ...
2392
-
2285
+ def is_extended(self): ...
2393
2286
  def is_property_hidden(self) -> bool:
2394
2287
  """Check if a property is hidden.
2395
2288
 
@@ -2552,19 +2445,10 @@ class NODE_MT_category_GEO_UTILITIES_MATH(bpy_types.Menu, bpy_types._GenericUI):
2552
2445
  ...
2553
2446
 
2554
2447
  class NODE_MT_category_GEO_UTILITIES_ROTATION(bpy_types.Menu, bpy_types._GenericUI):
2555
- """ """
2556
-
2557
2448
  bl_idname: typing.Any
2558
- """ """
2559
-
2560
2449
  bl_label: typing.Any
2561
- """ """
2562
-
2563
2450
  bl_rna: typing.Any
2564
- """ """
2565
-
2566
2451
  id_data: typing.Any
2567
- """ """
2568
2452
 
2569
2453
  def append(self, draw_func):
2570
2454
  """Append a draw function to this menu,
@@ -2669,10 +2553,7 @@ class NODE_MT_category_GEO_UTILITIES_ROTATION(bpy_types.Menu, bpy_types._Generic
2669
2553
  """
2670
2554
  ...
2671
2555
 
2672
- def is_extended(self):
2673
- """ """
2674
- ...
2675
-
2556
+ def is_extended(self): ...
2676
2557
  def is_property_hidden(self) -> bool:
2677
2558
  """Check if a property is hidden.
2678
2559
 
@@ -2835,19 +2716,10 @@ class NODE_MT_category_GEO_UTILITIES_ROTATION(bpy_types.Menu, bpy_types._Generic
2835
2716
  ...
2836
2717
 
2837
2718
  class NODE_MT_category_GEO_UV(bpy_types.Menu, bpy_types._GenericUI):
2838
- """ """
2839
-
2840
2719
  bl_idname: typing.Any
2841
- """ """
2842
-
2843
2720
  bl_label: typing.Any
2844
- """ """
2845
-
2846
2721
  bl_rna: typing.Any
2847
- """ """
2848
-
2849
2722
  id_data: typing.Any
2850
- """ """
2851
2723
 
2852
2724
  def append(self, draw_func):
2853
2725
  """Append a draw function to this menu,
@@ -2952,10 +2824,7 @@ class NODE_MT_category_GEO_UV(bpy_types.Menu, bpy_types._GenericUI):
2952
2824
  """
2953
2825
  ...
2954
2826
 
2955
- def is_extended(self):
2956
- """ """
2957
- ...
2958
-
2827
+ def is_extended(self): ...
2959
2828
  def is_property_hidden(self) -> bool:
2960
2829
  """Check if a property is hidden.
2961
2830
 
@@ -3118,19 +2987,10 @@ class NODE_MT_category_GEO_UV(bpy_types.Menu, bpy_types._GenericUI):
3118
2987
  ...
3119
2988
 
3120
2989
  class NODE_MT_category_GEO_VECTOR(bpy_types.Menu, bpy_types._GenericUI):
3121
- """ """
3122
-
3123
2990
  bl_idname: typing.Any
3124
- """ """
3125
-
3126
2991
  bl_label: typing.Any
3127
- """ """
3128
-
3129
2992
  bl_rna: typing.Any
3130
- """ """
3131
-
3132
2993
  id_data: typing.Any
3133
- """ """
3134
2994
 
3135
2995
  def append(self, draw_func):
3136
2996
  """Append a draw function to this menu,
@@ -3235,10 +3095,7 @@ class NODE_MT_category_GEO_VECTOR(bpy_types.Menu, bpy_types._GenericUI):
3235
3095
  """
3236
3096
  ...
3237
3097
 
3238
- def is_extended(self):
3239
- """ """
3240
- ...
3241
-
3098
+ def is_extended(self): ...
3242
3099
  def is_property_hidden(self) -> bool:
3243
3100
  """Check if a property is hidden.
3244
3101
 
@@ -3401,22 +3258,11 @@ class NODE_MT_category_GEO_VECTOR(bpy_types.Menu, bpy_types._GenericUI):
3401
3258
  ...
3402
3259
 
3403
3260
  class NODE_MT_category_GEO_VOLUME(bpy_types.Menu, bpy_types._GenericUI):
3404
- """ """
3405
-
3406
3261
  bl_idname: typing.Any
3407
- """ """
3408
-
3409
3262
  bl_label: typing.Any
3410
- """ """
3411
-
3412
3263
  bl_rna: typing.Any
3413
- """ """
3414
-
3415
3264
  bl_translation_context: typing.Any
3416
- """ """
3417
-
3418
3265
  id_data: typing.Any
3419
- """ """
3420
3266
 
3421
3267
  def append(self, draw_func):
3422
3268
  """Append a draw function to this menu,
@@ -3521,10 +3367,7 @@ class NODE_MT_category_GEO_VOLUME(bpy_types.Menu, bpy_types._GenericUI):
3521
3367
  """
3522
3368
  ...
3523
3369
 
3524
- def is_extended(self):
3525
- """ """
3526
- ...
3527
-
3370
+ def is_extended(self): ...
3528
3371
  def is_property_hidden(self) -> bool:
3529
3372
  """Check if a property is hidden.
3530
3373
 
@@ -3687,19 +3530,10 @@ class NODE_MT_category_GEO_VOLUME(bpy_types.Menu, bpy_types._GenericUI):
3687
3530
  ...
3688
3531
 
3689
3532
  class NODE_MT_category_PRIMITIVES_MESH(bpy_types.Menu, bpy_types._GenericUI):
3690
- """ """
3691
-
3692
3533
  bl_idname: typing.Any
3693
- """ """
3694
-
3695
3534
  bl_label: typing.Any
3696
- """ """
3697
-
3698
3535
  bl_rna: typing.Any
3699
- """ """
3700
-
3701
3536
  id_data: typing.Any
3702
- """ """
3703
3537
 
3704
3538
  def append(self, draw_func):
3705
3539
  """Append a draw function to this menu,
@@ -3804,10 +3638,7 @@ class NODE_MT_category_PRIMITIVES_MESH(bpy_types.Menu, bpy_types._GenericUI):
3804
3638
  """
3805
3639
  ...
3806
3640
 
3807
- def is_extended(self):
3808
- """ """
3809
- ...
3810
-
3641
+ def is_extended(self): ...
3811
3642
  def is_property_hidden(self) -> bool:
3812
3643
  """Check if a property is hidden.
3813
3644
 
@@ -3970,19 +3801,10 @@ class NODE_MT_category_PRIMITIVES_MESH(bpy_types.Menu, bpy_types._GenericUI):
3970
3801
  ...
3971
3802
 
3972
3803
  class NODE_MT_category_simulation(bpy_types.Menu, bpy_types._GenericUI):
3973
- """ """
3974
-
3975
3804
  bl_idname: typing.Any
3976
- """ """
3977
-
3978
3805
  bl_label: typing.Any
3979
- """ """
3980
-
3981
3806
  bl_rna: typing.Any
3982
- """ """
3983
-
3984
3807
  id_data: typing.Any
3985
- """ """
3986
3808
 
3987
3809
  def append(self, draw_func):
3988
3810
  """Append a draw function to this menu,
@@ -4087,10 +3909,7 @@ class NODE_MT_category_simulation(bpy_types.Menu, bpy_types._GenericUI):
4087
3909
  """
4088
3910
  ...
4089
3911
 
4090
- def is_extended(self):
4091
- """ """
4092
- ...
4093
-
3912
+ def is_extended(self): ...
4094
3913
  def is_property_hidden(self) -> bool:
4095
3914
  """Check if a property is hidden.
4096
3915
 
@@ -4253,19 +4072,10 @@ class NODE_MT_category_simulation(bpy_types.Menu, bpy_types._GenericUI):
4253
4072
  ...
4254
4073
 
4255
4074
  class NODE_MT_category_utilities_matrix(bpy_types.Menu, bpy_types._GenericUI):
4256
- """ """
4257
-
4258
4075
  bl_idname: typing.Any
4259
- """ """
4260
-
4261
4076
  bl_label: typing.Any
4262
- """ """
4263
-
4264
4077
  bl_rna: typing.Any
4265
- """ """
4266
-
4267
4078
  id_data: typing.Any
4268
- """ """
4269
4079
 
4270
4080
  def append(self, draw_func):
4271
4081
  """Append a draw function to this menu,
@@ -4370,10 +4180,7 @@ class NODE_MT_category_utilities_matrix(bpy_types.Menu, bpy_types._GenericUI):
4370
4180
  """
4371
4181
  ...
4372
4182
 
4373
- def is_extended(self):
4374
- """ """
4375
- ...
4376
-
4183
+ def is_extended(self): ...
4377
4184
  def is_property_hidden(self) -> bool:
4378
4185
  """Check if a property is hidden.
4379
4186
 
@@ -4536,19 +4343,10 @@ class NODE_MT_category_utilities_matrix(bpy_types.Menu, bpy_types._GenericUI):
4536
4343
  ...
4537
4344
 
4538
4345
  class NODE_MT_geometry_node_GEO_ATTRIBUTE(bpy_types.Menu, bpy_types._GenericUI):
4539
- """ """
4540
-
4541
4346
  bl_idname: typing.Any
4542
- """ """
4543
-
4544
4347
  bl_label: typing.Any
4545
- """ """
4546
-
4547
4348
  bl_rna: typing.Any
4548
- """ """
4549
-
4550
4349
  id_data: typing.Any
4551
- """ """
4552
4350
 
4553
4351
  def append(self, draw_func):
4554
4352
  """Append a draw function to this menu,
@@ -4653,10 +4451,7 @@ class NODE_MT_geometry_node_GEO_ATTRIBUTE(bpy_types.Menu, bpy_types._GenericUI):
4653
4451
  """
4654
4452
  ...
4655
4453
 
4656
- def is_extended(self):
4657
- """ """
4658
- ...
4659
-
4454
+ def is_extended(self): ...
4660
4455
  def is_property_hidden(self) -> bool:
4661
4456
  """Check if a property is hidden.
4662
4457
 
@@ -4819,19 +4614,10 @@ class NODE_MT_geometry_node_GEO_ATTRIBUTE(bpy_types.Menu, bpy_types._GenericUI):
4819
4614
  ...
4820
4615
 
4821
4616
  class NODE_MT_geometry_node_GEO_COLOR(bpy_types.Menu, bpy_types._GenericUI):
4822
- """ """
4823
-
4824
4617
  bl_idname: typing.Any
4825
- """ """
4826
-
4827
4618
  bl_label: typing.Any
4828
- """ """
4829
-
4830
4619
  bl_rna: typing.Any
4831
- """ """
4832
-
4833
4620
  id_data: typing.Any
4834
- """ """
4835
4621
 
4836
4622
  def append(self, draw_func):
4837
4623
  """Append a draw function to this menu,
@@ -4936,10 +4722,7 @@ class NODE_MT_geometry_node_GEO_COLOR(bpy_types.Menu, bpy_types._GenericUI):
4936
4722
  """
4937
4723
  ...
4938
4724
 
4939
- def is_extended(self):
4940
- """ """
4941
- ...
4942
-
4725
+ def is_extended(self): ...
4943
4726
  def is_property_hidden(self) -> bool:
4944
4727
  """Check if a property is hidden.
4945
4728
 
@@ -5102,19 +4885,10 @@ class NODE_MT_geometry_node_GEO_COLOR(bpy_types.Menu, bpy_types._GenericUI):
5102
4885
  ...
5103
4886
 
5104
4887
  class NODE_MT_geometry_node_GEO_CURVE(bpy_types.Menu, bpy_types._GenericUI):
5105
- """ """
5106
-
5107
4888
  bl_idname: typing.Any
5108
- """ """
5109
-
5110
4889
  bl_label: typing.Any
5111
- """ """
5112
-
5113
4890
  bl_rna: typing.Any
5114
- """ """
5115
-
5116
4891
  id_data: typing.Any
5117
- """ """
5118
4892
 
5119
4893
  def append(self, draw_func):
5120
4894
  """Append a draw function to this menu,
@@ -5219,10 +4993,7 @@ class NODE_MT_geometry_node_GEO_CURVE(bpy_types.Menu, bpy_types._GenericUI):
5219
4993
  """
5220
4994
  ...
5221
4995
 
5222
- def is_extended(self):
5223
- """ """
5224
- ...
5225
-
4996
+ def is_extended(self): ...
5226
4997
  def is_property_hidden(self) -> bool:
5227
4998
  """Check if a property is hidden.
5228
4999
 
@@ -5385,19 +5156,10 @@ class NODE_MT_geometry_node_GEO_CURVE(bpy_types.Menu, bpy_types._GenericUI):
5385
5156
  ...
5386
5157
 
5387
5158
  class NODE_MT_geometry_node_GEO_CURVE_OPERATIONS(bpy_types.Menu, bpy_types._GenericUI):
5388
- """ """
5389
-
5390
5159
  bl_idname: typing.Any
5391
- """ """
5392
-
5393
5160
  bl_label: typing.Any
5394
- """ """
5395
-
5396
5161
  bl_rna: typing.Any
5397
- """ """
5398
-
5399
5162
  id_data: typing.Any
5400
- """ """
5401
5163
 
5402
5164
  def append(self, draw_func):
5403
5165
  """Append a draw function to this menu,
@@ -5502,10 +5264,7 @@ class NODE_MT_geometry_node_GEO_CURVE_OPERATIONS(bpy_types.Menu, bpy_types._Gene
5502
5264
  """
5503
5265
  ...
5504
5266
 
5505
- def is_extended(self):
5506
- """ """
5507
- ...
5508
-
5267
+ def is_extended(self): ...
5509
5268
  def is_property_hidden(self) -> bool:
5510
5269
  """Check if a property is hidden.
5511
5270
 
@@ -5668,19 +5427,10 @@ class NODE_MT_geometry_node_GEO_CURVE_OPERATIONS(bpy_types.Menu, bpy_types._Gene
5668
5427
  ...
5669
5428
 
5670
5429
  class NODE_MT_geometry_node_GEO_CURVE_READ(bpy_types.Menu, bpy_types._GenericUI):
5671
- """ """
5672
-
5673
5430
  bl_idname: typing.Any
5674
- """ """
5675
-
5676
5431
  bl_label: typing.Any
5677
- """ """
5678
-
5679
5432
  bl_rna: typing.Any
5680
- """ """
5681
-
5682
5433
  id_data: typing.Any
5683
- """ """
5684
5434
 
5685
5435
  def append(self, draw_func):
5686
5436
  """Append a draw function to this menu,
@@ -5785,10 +5535,7 @@ class NODE_MT_geometry_node_GEO_CURVE_READ(bpy_types.Menu, bpy_types._GenericUI)
5785
5535
  """
5786
5536
  ...
5787
5537
 
5788
- def is_extended(self):
5789
- """ """
5790
- ...
5791
-
5538
+ def is_extended(self): ...
5792
5539
  def is_property_hidden(self) -> bool:
5793
5540
  """Check if a property is hidden.
5794
5541
 
@@ -5951,19 +5698,10 @@ class NODE_MT_geometry_node_GEO_CURVE_READ(bpy_types.Menu, bpy_types._GenericUI)
5951
5698
  ...
5952
5699
 
5953
5700
  class NODE_MT_geometry_node_GEO_CURVE_SAMPLE(bpy_types.Menu, bpy_types._GenericUI):
5954
- """ """
5955
-
5956
5701
  bl_idname: typing.Any
5957
- """ """
5958
-
5959
5702
  bl_label: typing.Any
5960
- """ """
5961
-
5962
5703
  bl_rna: typing.Any
5963
- """ """
5964
-
5965
5704
  id_data: typing.Any
5966
- """ """
5967
5705
 
5968
5706
  def append(self, draw_func):
5969
5707
  """Append a draw function to this menu,
@@ -6068,10 +5806,7 @@ class NODE_MT_geometry_node_GEO_CURVE_SAMPLE(bpy_types.Menu, bpy_types._GenericU
6068
5806
  """
6069
5807
  ...
6070
5808
 
6071
- def is_extended(self):
6072
- """ """
6073
- ...
6074
-
5809
+ def is_extended(self): ...
6075
5810
  def is_property_hidden(self) -> bool:
6076
5811
  """Check if a property is hidden.
6077
5812
 
@@ -6234,19 +5969,10 @@ class NODE_MT_geometry_node_GEO_CURVE_SAMPLE(bpy_types.Menu, bpy_types._GenericU
6234
5969
  ...
6235
5970
 
6236
5971
  class NODE_MT_geometry_node_GEO_CURVE_WRITE(bpy_types.Menu, bpy_types._GenericUI):
6237
- """ """
6238
-
6239
5972
  bl_idname: typing.Any
6240
- """ """
6241
-
6242
5973
  bl_label: typing.Any
6243
- """ """
6244
-
6245
5974
  bl_rna: typing.Any
6246
- """ """
6247
-
6248
5975
  id_data: typing.Any
6249
- """ """
6250
5976
 
6251
5977
  def append(self, draw_func):
6252
5978
  """Append a draw function to this menu,
@@ -6351,10 +6077,7 @@ class NODE_MT_geometry_node_GEO_CURVE_WRITE(bpy_types.Menu, bpy_types._GenericUI
6351
6077
  """
6352
6078
  ...
6353
6079
 
6354
- def is_extended(self):
6355
- """ """
6356
- ...
6357
-
6080
+ def is_extended(self): ...
6358
6081
  def is_property_hidden(self) -> bool:
6359
6082
  """Check if a property is hidden.
6360
6083
 
@@ -6517,19 +6240,10 @@ class NODE_MT_geometry_node_GEO_CURVE_WRITE(bpy_types.Menu, bpy_types._GenericUI
6517
6240
  ...
6518
6241
 
6519
6242
  class NODE_MT_geometry_node_GEO_GEOMETRY(bpy_types.Menu, bpy_types._GenericUI):
6520
- """ """
6521
-
6522
6243
  bl_idname: typing.Any
6523
- """ """
6524
-
6525
6244
  bl_label: typing.Any
6526
- """ """
6527
-
6528
6245
  bl_rna: typing.Any
6529
- """ """
6530
-
6531
6246
  id_data: typing.Any
6532
- """ """
6533
6247
 
6534
6248
  def append(self, draw_func):
6535
6249
  """Append a draw function to this menu,
@@ -6634,10 +6348,7 @@ class NODE_MT_geometry_node_GEO_GEOMETRY(bpy_types.Menu, bpy_types._GenericUI):
6634
6348
  """
6635
6349
  ...
6636
6350
 
6637
- def is_extended(self):
6638
- """ """
6639
- ...
6640
-
6351
+ def is_extended(self): ...
6641
6352
  def is_property_hidden(self) -> bool:
6642
6353
  """Check if a property is hidden.
6643
6354
 
@@ -6802,19 +6513,10 @@ class NODE_MT_geometry_node_GEO_GEOMETRY(bpy_types.Menu, bpy_types._GenericUI):
6802
6513
  class NODE_MT_geometry_node_GEO_GEOMETRY_OPERATIONS(
6803
6514
  bpy_types.Menu, bpy_types._GenericUI
6804
6515
  ):
6805
- """ """
6806
-
6807
6516
  bl_idname: typing.Any
6808
- """ """
6809
-
6810
6517
  bl_label: typing.Any
6811
- """ """
6812
-
6813
6518
  bl_rna: typing.Any
6814
- """ """
6815
-
6816
6519
  id_data: typing.Any
6817
- """ """
6818
6520
 
6819
6521
  def append(self, draw_func):
6820
6522
  """Append a draw function to this menu,
@@ -6919,10 +6621,7 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_OPERATIONS(
6919
6621
  """
6920
6622
  ...
6921
6623
 
6922
- def is_extended(self):
6923
- """ """
6924
- ...
6925
-
6624
+ def is_extended(self): ...
6926
6625
  def is_property_hidden(self) -> bool:
6927
6626
  """Check if a property is hidden.
6928
6627
 
@@ -7085,19 +6784,10 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_OPERATIONS(
7085
6784
  ...
7086
6785
 
7087
6786
  class NODE_MT_geometry_node_GEO_GEOMETRY_READ(bpy_types.Menu, bpy_types._GenericUI):
7088
- """ """
7089
-
7090
6787
  bl_idname: typing.Any
7091
- """ """
7092
-
7093
6788
  bl_label: typing.Any
7094
- """ """
7095
-
7096
6789
  bl_rna: typing.Any
7097
- """ """
7098
-
7099
6790
  id_data: typing.Any
7100
- """ """
7101
6791
 
7102
6792
  def append(self, draw_func):
7103
6793
  """Append a draw function to this menu,
@@ -7202,10 +6892,7 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_READ(bpy_types.Menu, bpy_types._Generic
7202
6892
  """
7203
6893
  ...
7204
6894
 
7205
- def is_extended(self):
7206
- """ """
7207
- ...
7208
-
6895
+ def is_extended(self): ...
7209
6896
  def is_property_hidden(self) -> bool:
7210
6897
  """Check if a property is hidden.
7211
6898
 
@@ -7368,19 +7055,10 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_READ(bpy_types.Menu, bpy_types._Generic
7368
7055
  ...
7369
7056
 
7370
7057
  class NODE_MT_geometry_node_GEO_GEOMETRY_SAMPLE(bpy_types.Menu, bpy_types._GenericUI):
7371
- """ """
7372
-
7373
7058
  bl_idname: typing.Any
7374
- """ """
7375
-
7376
7059
  bl_label: typing.Any
7377
- """ """
7378
-
7379
7060
  bl_rna: typing.Any
7380
- """ """
7381
-
7382
7061
  id_data: typing.Any
7383
- """ """
7384
7062
 
7385
7063
  def append(self, draw_func):
7386
7064
  """Append a draw function to this menu,
@@ -7485,10 +7163,7 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_SAMPLE(bpy_types.Menu, bpy_types._Gener
7485
7163
  """
7486
7164
  ...
7487
7165
 
7488
- def is_extended(self):
7489
- """ """
7490
- ...
7491
-
7166
+ def is_extended(self): ...
7492
7167
  def is_property_hidden(self) -> bool:
7493
7168
  """Check if a property is hidden.
7494
7169
 
@@ -7651,19 +7326,10 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_SAMPLE(bpy_types.Menu, bpy_types._Gener
7651
7326
  ...
7652
7327
 
7653
7328
  class NODE_MT_geometry_node_GEO_GEOMETRY_WRITE(bpy_types.Menu, bpy_types._GenericUI):
7654
- """ """
7655
-
7656
7329
  bl_idname: typing.Any
7657
- """ """
7658
-
7659
7330
  bl_label: typing.Any
7660
- """ """
7661
-
7662
7331
  bl_rna: typing.Any
7663
- """ """
7664
-
7665
7332
  id_data: typing.Any
7666
- """ """
7667
7333
 
7668
7334
  def append(self, draw_func):
7669
7335
  """Append a draw function to this menu,
@@ -7768,10 +7434,7 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_WRITE(bpy_types.Menu, bpy_types._Generi
7768
7434
  """
7769
7435
  ...
7770
7436
 
7771
- def is_extended(self):
7772
- """ """
7773
- ...
7774
-
7437
+ def is_extended(self): ...
7775
7438
  def is_property_hidden(self) -> bool:
7776
7439
  """Check if a property is hidden.
7777
7440
 
@@ -7934,19 +7597,10 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_WRITE(bpy_types.Menu, bpy_types._Generi
7934
7597
  ...
7935
7598
 
7936
7599
  class NODE_MT_geometry_node_GEO_INPUT(bpy_types.Menu, bpy_types._GenericUI):
7937
- """ """
7938
-
7939
7600
  bl_idname: typing.Any
7940
- """ """
7941
-
7942
7601
  bl_label: typing.Any
7943
- """ """
7944
-
7945
7602
  bl_rna: typing.Any
7946
- """ """
7947
-
7948
7603
  id_data: typing.Any
7949
- """ """
7950
7604
 
7951
7605
  def append(self, draw_func):
7952
7606
  """Append a draw function to this menu,
@@ -8051,10 +7705,7 @@ class NODE_MT_geometry_node_GEO_INPUT(bpy_types.Menu, bpy_types._GenericUI):
8051
7705
  """
8052
7706
  ...
8053
7707
 
8054
- def is_extended(self):
8055
- """ """
8056
- ...
8057
-
7708
+ def is_extended(self): ...
8058
7709
  def is_property_hidden(self) -> bool:
8059
7710
  """Check if a property is hidden.
8060
7711
 
@@ -8217,22 +7868,11 @@ class NODE_MT_geometry_node_GEO_INPUT(bpy_types.Menu, bpy_types._GenericUI):
8217
7868
  ...
8218
7869
 
8219
7870
  class NODE_MT_geometry_node_GEO_INPUT_CONSTANT(bpy_types.Menu, bpy_types._GenericUI):
8220
- """ """
8221
-
8222
7871
  bl_idname: typing.Any
8223
- """ """
8224
-
8225
7872
  bl_label: typing.Any
8226
- """ """
8227
-
8228
7873
  bl_rna: typing.Any
8229
- """ """
8230
-
8231
7874
  bl_translation_context: typing.Any
8232
- """ """
8233
-
8234
7875
  id_data: typing.Any
8235
- """ """
8236
7876
 
8237
7877
  def append(self, draw_func):
8238
7878
  """Append a draw function to this menu,
@@ -8337,10 +7977,7 @@ class NODE_MT_geometry_node_GEO_INPUT_CONSTANT(bpy_types.Menu, bpy_types._Generi
8337
7977
  """
8338
7978
  ...
8339
7979
 
8340
- def is_extended(self):
8341
- """ """
8342
- ...
8343
-
7980
+ def is_extended(self): ...
8344
7981
  def is_property_hidden(self) -> bool:
8345
7982
  """Check if a property is hidden.
8346
7983
 
@@ -8503,19 +8140,10 @@ class NODE_MT_geometry_node_GEO_INPUT_CONSTANT(bpy_types.Menu, bpy_types._Generi
8503
8140
  ...
8504
8141
 
8505
8142
  class NODE_MT_geometry_node_GEO_INPUT_GROUP(bpy_types.Menu, bpy_types._GenericUI):
8506
- """ """
8507
-
8508
8143
  bl_idname: typing.Any
8509
- """ """
8510
-
8511
8144
  bl_label: typing.Any
8512
- """ """
8513
-
8514
8145
  bl_rna: typing.Any
8515
- """ """
8516
-
8517
8146
  id_data: typing.Any
8518
- """ """
8519
8147
 
8520
8148
  def append(self, draw_func):
8521
8149
  """Append a draw function to this menu,
@@ -8620,10 +8248,7 @@ class NODE_MT_geometry_node_GEO_INPUT_GROUP(bpy_types.Menu, bpy_types._GenericUI
8620
8248
  """
8621
8249
  ...
8622
8250
 
8623
- def is_extended(self):
8624
- """ """
8625
- ...
8626
-
8251
+ def is_extended(self): ...
8627
8252
  def is_property_hidden(self) -> bool:
8628
8253
  """Check if a property is hidden.
8629
8254
 
@@ -8786,19 +8411,10 @@ class NODE_MT_geometry_node_GEO_INPUT_GROUP(bpy_types.Menu, bpy_types._GenericUI
8786
8411
  ...
8787
8412
 
8788
8413
  class NODE_MT_geometry_node_GEO_INPUT_SCENE(bpy_types.Menu, bpy_types._GenericUI):
8789
- """ """
8790
-
8791
8414
  bl_idname: typing.Any
8792
- """ """
8793
-
8794
8415
  bl_label: typing.Any
8795
- """ """
8796
-
8797
8416
  bl_rna: typing.Any
8798
- """ """
8799
-
8800
8417
  id_data: typing.Any
8801
- """ """
8802
8418
 
8803
8419
  def append(self, draw_func):
8804
8420
  """Append a draw function to this menu,
@@ -8903,10 +8519,7 @@ class NODE_MT_geometry_node_GEO_INPUT_SCENE(bpy_types.Menu, bpy_types._GenericUI
8903
8519
  """
8904
8520
  ...
8905
8521
 
8906
- def is_extended(self):
8907
- """ """
8908
- ...
8909
-
8522
+ def is_extended(self): ...
8910
8523
  def is_property_hidden(self) -> bool:
8911
8524
  """Check if a property is hidden.
8912
8525
 
@@ -9069,19 +8682,10 @@ class NODE_MT_geometry_node_GEO_INPUT_SCENE(bpy_types.Menu, bpy_types._GenericUI
9069
8682
  ...
9070
8683
 
9071
8684
  class NODE_MT_geometry_node_GEO_INSTANCE(bpy_types.Menu, bpy_types._GenericUI):
9072
- """ """
9073
-
9074
8685
  bl_idname: typing.Any
9075
- """ """
9076
-
9077
8686
  bl_label: typing.Any
9078
- """ """
9079
-
9080
8687
  bl_rna: typing.Any
9081
- """ """
9082
-
9083
8688
  id_data: typing.Any
9084
- """ """
9085
8689
 
9086
8690
  def append(self, draw_func):
9087
8691
  """Append a draw function to this menu,
@@ -9186,10 +8790,7 @@ class NODE_MT_geometry_node_GEO_INSTANCE(bpy_types.Menu, bpy_types._GenericUI):
9186
8790
  """
9187
8791
  ...
9188
8792
 
9189
- def is_extended(self):
9190
- """ """
9191
- ...
9192
-
8793
+ def is_extended(self): ...
9193
8794
  def is_property_hidden(self) -> bool:
9194
8795
  """Check if a property is hidden.
9195
8796
 
@@ -9352,19 +8953,10 @@ class NODE_MT_geometry_node_GEO_INSTANCE(bpy_types.Menu, bpy_types._GenericUI):
9352
8953
  ...
9353
8954
 
9354
8955
  class NODE_MT_geometry_node_GEO_MATERIAL(bpy_types.Menu, bpy_types._GenericUI):
9355
- """ """
9356
-
9357
8956
  bl_idname: typing.Any
9358
- """ """
9359
-
9360
8957
  bl_label: typing.Any
9361
- """ """
9362
-
9363
8958
  bl_rna: typing.Any
9364
- """ """
9365
-
9366
8959
  id_data: typing.Any
9367
- """ """
9368
8960
 
9369
8961
  def append(self, draw_func):
9370
8962
  """Append a draw function to this menu,
@@ -9469,10 +9061,7 @@ class NODE_MT_geometry_node_GEO_MATERIAL(bpy_types.Menu, bpy_types._GenericUI):
9469
9061
  """
9470
9062
  ...
9471
9063
 
9472
- def is_extended(self):
9473
- """ """
9474
- ...
9475
-
9064
+ def is_extended(self): ...
9476
9065
  def is_property_hidden(self) -> bool:
9477
9066
  """Check if a property is hidden.
9478
9067
 
@@ -9635,19 +9224,10 @@ class NODE_MT_geometry_node_GEO_MATERIAL(bpy_types.Menu, bpy_types._GenericUI):
9635
9224
  ...
9636
9225
 
9637
9226
  class NODE_MT_geometry_node_GEO_MESH(bpy_types.Menu, bpy_types._GenericUI):
9638
- """ """
9639
-
9640
9227
  bl_idname: typing.Any
9641
- """ """
9642
-
9643
9228
  bl_label: typing.Any
9644
- """ """
9645
-
9646
9229
  bl_rna: typing.Any
9647
- """ """
9648
-
9649
9230
  id_data: typing.Any
9650
- """ """
9651
9231
 
9652
9232
  def append(self, draw_func):
9653
9233
  """Append a draw function to this menu,
@@ -9752,10 +9332,7 @@ class NODE_MT_geometry_node_GEO_MESH(bpy_types.Menu, bpy_types._GenericUI):
9752
9332
  """
9753
9333
  ...
9754
9334
 
9755
- def is_extended(self):
9756
- """ """
9757
- ...
9758
-
9335
+ def is_extended(self): ...
9759
9336
  def is_property_hidden(self) -> bool:
9760
9337
  """Check if a property is hidden.
9761
9338
 
@@ -9918,19 +9495,10 @@ class NODE_MT_geometry_node_GEO_MESH(bpy_types.Menu, bpy_types._GenericUI):
9918
9495
  ...
9919
9496
 
9920
9497
  class NODE_MT_geometry_node_GEO_MESH_OPERATIONS(bpy_types.Menu, bpy_types._GenericUI):
9921
- """ """
9922
-
9923
9498
  bl_idname: typing.Any
9924
- """ """
9925
-
9926
9499
  bl_label: typing.Any
9927
- """ """
9928
-
9929
9500
  bl_rna: typing.Any
9930
- """ """
9931
-
9932
9501
  id_data: typing.Any
9933
- """ """
9934
9502
 
9935
9503
  def append(self, draw_func):
9936
9504
  """Append a draw function to this menu,
@@ -10035,10 +9603,7 @@ class NODE_MT_geometry_node_GEO_MESH_OPERATIONS(bpy_types.Menu, bpy_types._Gener
10035
9603
  """
10036
9604
  ...
10037
9605
 
10038
- def is_extended(self):
10039
- """ """
10040
- ...
10041
-
9606
+ def is_extended(self): ...
10042
9607
  def is_property_hidden(self) -> bool:
10043
9608
  """Check if a property is hidden.
10044
9609
 
@@ -10201,19 +9766,10 @@ class NODE_MT_geometry_node_GEO_MESH_OPERATIONS(bpy_types.Menu, bpy_types._Gener
10201
9766
  ...
10202
9767
 
10203
9768
  class NODE_MT_geometry_node_GEO_MESH_READ(bpy_types.Menu, bpy_types._GenericUI):
10204
- """ """
10205
-
10206
9769
  bl_idname: typing.Any
10207
- """ """
10208
-
10209
9770
  bl_label: typing.Any
10210
- """ """
10211
-
10212
9771
  bl_rna: typing.Any
10213
- """ """
10214
-
10215
9772
  id_data: typing.Any
10216
- """ """
10217
9773
 
10218
9774
  def append(self, draw_func):
10219
9775
  """Append a draw function to this menu,
@@ -10318,10 +9874,7 @@ class NODE_MT_geometry_node_GEO_MESH_READ(bpy_types.Menu, bpy_types._GenericUI):
10318
9874
  """
10319
9875
  ...
10320
9876
 
10321
- def is_extended(self):
10322
- """ """
10323
- ...
10324
-
9877
+ def is_extended(self): ...
10325
9878
  def is_property_hidden(self) -> bool:
10326
9879
  """Check if a property is hidden.
10327
9880
 
@@ -10484,19 +10037,10 @@ class NODE_MT_geometry_node_GEO_MESH_READ(bpy_types.Menu, bpy_types._GenericUI):
10484
10037
  ...
10485
10038
 
10486
10039
  class NODE_MT_geometry_node_GEO_MESH_SAMPLE(bpy_types.Menu, bpy_types._GenericUI):
10487
- """ """
10488
-
10489
10040
  bl_idname: typing.Any
10490
- """ """
10491
-
10492
10041
  bl_label: typing.Any
10493
- """ """
10494
-
10495
10042
  bl_rna: typing.Any
10496
- """ """
10497
-
10498
10043
  id_data: typing.Any
10499
- """ """
10500
10044
 
10501
10045
  def append(self, draw_func):
10502
10046
  """Append a draw function to this menu,
@@ -10601,10 +10145,7 @@ class NODE_MT_geometry_node_GEO_MESH_SAMPLE(bpy_types.Menu, bpy_types._GenericUI
10601
10145
  """
10602
10146
  ...
10603
10147
 
10604
- def is_extended(self):
10605
- """ """
10606
- ...
10607
-
10148
+ def is_extended(self): ...
10608
10149
  def is_property_hidden(self) -> bool:
10609
10150
  """Check if a property is hidden.
10610
10151
 
@@ -10767,19 +10308,10 @@ class NODE_MT_geometry_node_GEO_MESH_SAMPLE(bpy_types.Menu, bpy_types._GenericUI
10767
10308
  ...
10768
10309
 
10769
10310
  class NODE_MT_geometry_node_GEO_MESH_WRITE(bpy_types.Menu, bpy_types._GenericUI):
10770
- """ """
10771
-
10772
10311
  bl_idname: typing.Any
10773
- """ """
10774
-
10775
10312
  bl_label: typing.Any
10776
- """ """
10777
-
10778
10313
  bl_rna: typing.Any
10779
- """ """
10780
-
10781
10314
  id_data: typing.Any
10782
- """ """
10783
10315
 
10784
10316
  def append(self, draw_func):
10785
10317
  """Append a draw function to this menu,
@@ -10884,10 +10416,7 @@ class NODE_MT_geometry_node_GEO_MESH_WRITE(bpy_types.Menu, bpy_types._GenericUI)
10884
10416
  """
10885
10417
  ...
10886
10418
 
10887
- def is_extended(self):
10888
- """ """
10889
- ...
10890
-
10419
+ def is_extended(self): ...
10891
10420
  def is_property_hidden(self) -> bool:
10892
10421
  """Check if a property is hidden.
10893
10422
 
@@ -11050,19 +10579,10 @@ class NODE_MT_geometry_node_GEO_MESH_WRITE(bpy_types.Menu, bpy_types._GenericUI)
11050
10579
  ...
11051
10580
 
11052
10581
  class NODE_MT_geometry_node_GEO_PRIMITIVES_CURVE(bpy_types.Menu, bpy_types._GenericUI):
11053
- """ """
11054
-
11055
10582
  bl_idname: typing.Any
11056
- """ """
11057
-
11058
10583
  bl_label: typing.Any
11059
- """ """
11060
-
11061
10584
  bl_rna: typing.Any
11062
- """ """
11063
-
11064
10585
  id_data: typing.Any
11065
- """ """
11066
10586
 
11067
10587
  def append(self, draw_func):
11068
10588
  """Append a draw function to this menu,
@@ -11167,10 +10687,7 @@ class NODE_MT_geometry_node_GEO_PRIMITIVES_CURVE(bpy_types.Menu, bpy_types._Gene
11167
10687
  """
11168
10688
  ...
11169
10689
 
11170
- def is_extended(self):
11171
- """ """
11172
- ...
11173
-
10690
+ def is_extended(self): ...
11174
10691
  def is_property_hidden(self) -> bool:
11175
10692
  """Check if a property is hidden.
11176
10693
 
@@ -11333,19 +10850,10 @@ class NODE_MT_geometry_node_GEO_PRIMITIVES_CURVE(bpy_types.Menu, bpy_types._Gene
11333
10850
  ...
11334
10851
 
11335
10852
  class NODE_MT_geometry_node_GEO_VOLUME_OPERATIONS(bpy_types.Menu, bpy_types._GenericUI):
11336
- """ """
11337
-
11338
10853
  bl_idname: typing.Any
11339
- """ """
11340
-
11341
10854
  bl_label: typing.Any
11342
- """ """
11343
-
11344
10855
  bl_rna: typing.Any
11345
- """ """
11346
-
11347
10856
  id_data: typing.Any
11348
- """ """
11349
10857
 
11350
10858
  def append(self, draw_func):
11351
10859
  """Append a draw function to this menu,
@@ -11450,10 +10958,7 @@ class NODE_MT_geometry_node_GEO_VOLUME_OPERATIONS(bpy_types.Menu, bpy_types._Gen
11450
10958
  """
11451
10959
  ...
11452
10960
 
11453
- def is_extended(self):
11454
- """ """
11455
- ...
11456
-
10961
+ def is_extended(self): ...
11457
10962
  def is_property_hidden(self) -> bool:
11458
10963
  """Check if a property is hidden.
11459
10964
 
@@ -11616,19 +11121,10 @@ class NODE_MT_geometry_node_GEO_VOLUME_OPERATIONS(bpy_types.Menu, bpy_types._Gen
11616
11121
  ...
11617
11122
 
11618
11123
  class NODE_MT_geometry_node_GEO_VOLUME_PRIMITIVES(bpy_types.Menu, bpy_types._GenericUI):
11619
- """ """
11620
-
11621
11124
  bl_idname: typing.Any
11622
- """ """
11623
-
11624
11125
  bl_label: typing.Any
11625
- """ """
11626
-
11627
11126
  bl_rna: typing.Any
11628
- """ """
11629
-
11630
11127
  id_data: typing.Any
11631
- """ """
11632
11128
 
11633
11129
  def append(self, draw_func):
11634
11130
  """Append a draw function to this menu,
@@ -11733,10 +11229,7 @@ class NODE_MT_geometry_node_GEO_VOLUME_PRIMITIVES(bpy_types.Menu, bpy_types._Gen
11733
11229
  """
11734
11230
  ...
11735
11231
 
11736
- def is_extended(self):
11737
- """ """
11738
- ...
11739
-
11232
+ def is_extended(self): ...
11740
11233
  def is_property_hidden(self) -> bool:
11741
11234
  """Check if a property is hidden.
11742
11235
 
@@ -11899,19 +11392,10 @@ class NODE_MT_geometry_node_GEO_VOLUME_PRIMITIVES(bpy_types.Menu, bpy_types._Gen
11899
11392
  ...
11900
11393
 
11901
11394
  class NODE_MT_geometry_node_GEO_VOLUME_READ(bpy_types.Menu, bpy_types._GenericUI):
11902
- """ """
11903
-
11904
11395
  bl_idname: typing.Any
11905
- """ """
11906
-
11907
11396
  bl_label: typing.Any
11908
- """ """
11909
-
11910
11397
  bl_rna: typing.Any
11911
- """ """
11912
-
11913
11398
  id_data: typing.Any
11914
- """ """
11915
11399
 
11916
11400
  def append(self, draw_func):
11917
11401
  """Append a draw function to this menu,
@@ -12016,10 +11500,7 @@ class NODE_MT_geometry_node_GEO_VOLUME_READ(bpy_types.Menu, bpy_types._GenericUI
12016
11500
  """
12017
11501
  ...
12018
11502
 
12019
- def is_extended(self):
12020
- """ """
12021
- ...
12022
-
11503
+ def is_extended(self): ...
12023
11504
  def is_property_hidden(self) -> bool:
12024
11505
  """Check if a property is hidden.
12025
11506
 
@@ -12182,19 +11663,10 @@ class NODE_MT_geometry_node_GEO_VOLUME_READ(bpy_types.Menu, bpy_types._GenericUI
12182
11663
  ...
12183
11664
 
12184
11665
  class NODE_MT_geometry_node_GEO_VOLUME_WRITE(bpy_types.Menu, bpy_types._GenericUI):
12185
- """ """
12186
-
12187
11666
  bl_idname: typing.Any
12188
- """ """
12189
-
12190
11667
  bl_label: typing.Any
12191
- """ """
12192
-
12193
11668
  bl_rna: typing.Any
12194
- """ """
12195
-
12196
11669
  id_data: typing.Any
12197
- """ """
12198
11670
 
12199
11671
  def append(self, draw_func):
12200
11672
  """Append a draw function to this menu,
@@ -12299,10 +11771,7 @@ class NODE_MT_geometry_node_GEO_VOLUME_WRITE(bpy_types.Menu, bpy_types._GenericU
12299
11771
  """
12300
11772
  ...
12301
11773
 
12302
- def is_extended(self):
12303
- """ """
12304
- ...
12305
-
11774
+ def is_extended(self): ...
12306
11775
  def is_property_hidden(self) -> bool:
12307
11776
  """Check if a property is hidden.
12308
11777
 
@@ -12465,19 +11934,10 @@ class NODE_MT_geometry_node_GEO_VOLUME_WRITE(bpy_types.Menu, bpy_types._GenericU
12465
11934
  ...
12466
11935
 
12467
11936
  class NODE_MT_geometry_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
12468
- """ """
12469
-
12470
11937
  bl_idname: typing.Any
12471
- """ """
12472
-
12473
11938
  bl_label: typing.Any
12474
- """ """
12475
-
12476
11939
  bl_rna: typing.Any
12477
- """ """
12478
-
12479
11940
  id_data: typing.Any
12480
- """ """
12481
11941
 
12482
11942
  def append(self, draw_func):
12483
11943
  """Append a draw function to this menu,
@@ -12582,10 +12042,7 @@ class NODE_MT_geometry_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
12582
12042
  """
12583
12043
  ...
12584
12044
 
12585
- def is_extended(self):
12586
- """ """
12587
- ...
12588
-
12045
+ def is_extended(self): ...
12589
12046
  def is_property_hidden(self) -> bool:
12590
12047
  """Check if a property is hidden.
12591
12048
 
@@ -12748,19 +12205,10 @@ class NODE_MT_geometry_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
12748
12205
  ...
12749
12206
 
12750
12207
  class NODE_MT_geometry_node_curve_topology(bpy_types.Menu, bpy_types._GenericUI):
12751
- """ """
12752
-
12753
12208
  bl_idname: typing.Any
12754
- """ """
12755
-
12756
12209
  bl_label: typing.Any
12757
- """ """
12758
-
12759
12210
  bl_rna: typing.Any
12760
- """ """
12761
-
12762
12211
  id_data: typing.Any
12763
- """ """
12764
12212
 
12765
12213
  def append(self, draw_func):
12766
12214
  """Append a draw function to this menu,
@@ -12865,10 +12313,7 @@ class NODE_MT_geometry_node_curve_topology(bpy_types.Menu, bpy_types._GenericUI)
12865
12313
  """
12866
12314
  ...
12867
12315
 
12868
- def is_extended(self):
12869
- """ """
12870
- ...
12871
-
12316
+ def is_extended(self): ...
12872
12317
  def is_property_hidden(self) -> bool:
12873
12318
  """Check if a property is hidden.
12874
12319
 
@@ -13031,19 +12476,10 @@ class NODE_MT_geometry_node_curve_topology(bpy_types.Menu, bpy_types._GenericUI)
13031
12476
  ...
13032
12477
 
13033
12478
  class NODE_MT_geometry_node_mesh_topology(bpy_types.Menu, bpy_types._GenericUI):
13034
- """ """
13035
-
13036
12479
  bl_idname: typing.Any
13037
- """ """
13038
-
13039
12480
  bl_label: typing.Any
13040
- """ """
13041
-
13042
12481
  bl_rna: typing.Any
13043
- """ """
13044
-
13045
12482
  id_data: typing.Any
13046
- """ """
13047
12483
 
13048
12484
  def append(self, draw_func):
13049
12485
  """Append a draw function to this menu,
@@ -13148,10 +12584,7 @@ class NODE_MT_geometry_node_mesh_topology(bpy_types.Menu, bpy_types._GenericUI):
13148
12584
  """
13149
12585
  ...
13150
12586
 
13151
- def is_extended(self):
13152
- """ """
13153
- ...
13154
-
12587
+ def is_extended(self): ...
13155
12588
  def is_property_hidden(self) -> bool:
13156
12589
  """Check if a property is hidden.
13157
12590
 
@@ -13314,19 +12747,10 @@ class NODE_MT_geometry_node_mesh_topology(bpy_types.Menu, bpy_types._GenericUI):
13314
12747
  ...
13315
12748
 
13316
12749
  class NODE_MT_geometry_node_volume_sample(bpy_types.Menu, bpy_types._GenericUI):
13317
- """ """
13318
-
13319
12750
  bl_idname: typing.Any
13320
- """ """
13321
-
13322
12751
  bl_label: typing.Any
13323
- """ """
13324
-
13325
12752
  bl_rna: typing.Any
13326
- """ """
13327
-
13328
12753
  id_data: typing.Any
13329
- """ """
13330
12754
 
13331
12755
  def append(self, draw_func):
13332
12756
  """Append a draw function to this menu,
@@ -13431,10 +12855,7 @@ class NODE_MT_geometry_node_volume_sample(bpy_types.Menu, bpy_types._GenericUI):
13431
12855
  """
13432
12856
  ...
13433
12857
 
13434
- def is_extended(self):
13435
- """ """
13436
- ...
13437
-
12858
+ def is_extended(self): ...
13438
12859
  def is_property_hidden(self) -> bool:
13439
12860
  """Check if a property is hidden.
13440
12861