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
@@ -5,19 +5,13 @@ import bl_ui.utils
5
5
  import bpy.types
6
6
  import bpy_types
7
7
 
8
- GenericType = typing.TypeVar("GenericType")
8
+ GenericType1 = typing.TypeVar("GenericType1")
9
+ GenericType2 = typing.TypeVar("GenericType2")
9
10
 
10
11
  class NODE_HT_header(bpy_types.Header, bpy_types._GenericUI):
11
- """ """
12
-
13
12
  bl_rna: typing.Any
14
- """ """
15
-
16
13
  bl_space_type: typing.Any
17
- """ """
18
-
19
14
  id_data: typing.Any
20
- """ """
21
15
 
22
16
  def append(self, draw_func):
23
17
  """Append a draw function to this menu,
@@ -102,10 +96,7 @@ class NODE_HT_header(bpy_types.Header, bpy_types._GenericUI):
102
96
  """
103
97
  ...
104
98
 
105
- def is_extended(self):
106
- """ """
107
- ...
108
-
99
+ def is_extended(self): ...
109
100
  def is_property_hidden(self) -> bool:
110
101
  """Check if a property is hidden.
111
102
 
@@ -234,25 +225,12 @@ class NODE_HT_header(bpy_types.Header, bpy_types._GenericUI):
234
225
  ...
235
226
 
236
227
  class NODE_MT_add(bpy_types.Menu, bpy_types._GenericUI):
237
- """ """
238
-
239
228
  bl_label: typing.Any
240
- """ """
241
-
242
229
  bl_options: typing.Any
243
- """ """
244
-
245
230
  bl_rna: typing.Any
246
- """ """
247
-
248
231
  bl_space_type: typing.Any
249
- """ """
250
-
251
232
  bl_translation_context: typing.Any
252
- """ """
253
-
254
233
  id_data: typing.Any
255
- """ """
256
234
 
257
235
  def append(self, draw_func):
258
236
  """Append a draw function to this menu,
@@ -357,10 +335,7 @@ class NODE_MT_add(bpy_types.Menu, bpy_types._GenericUI):
357
335
  """
358
336
  ...
359
337
 
360
- def is_extended(self):
361
- """ """
362
- ...
363
-
338
+ def is_extended(self): ...
364
339
  def is_property_hidden(self) -> bool:
365
340
  """Check if a property is hidden.
366
341
 
@@ -523,16 +498,9 @@ class NODE_MT_add(bpy_types.Menu, bpy_types._GenericUI):
523
498
  ...
524
499
 
525
500
  class NODE_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
526
- """ """
527
-
528
501
  bl_label: typing.Any
529
- """ """
530
-
531
502
  bl_rna: typing.Any
532
- """ """
533
-
534
503
  id_data: typing.Any
535
- """ """
536
504
 
537
505
  def append(self, draw_func):
538
506
  """Append a draw function to this menu,
@@ -637,10 +605,7 @@ class NODE_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
637
605
  """
638
606
  ...
639
607
 
640
- def is_extended(self):
641
- """ """
642
- ...
643
-
608
+ def is_extended(self): ...
644
609
  def is_property_hidden(self) -> bool:
645
610
  """Check if a property is hidden.
646
611
 
@@ -803,16 +768,9 @@ class NODE_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
803
768
  ...
804
769
 
805
770
  class NODE_MT_context_menu_select_menu(bpy_types.Menu, bpy_types._GenericUI):
806
- """ """
807
-
808
771
  bl_label: typing.Any
809
- """ """
810
-
811
772
  bl_rna: typing.Any
812
- """ """
813
-
814
773
  id_data: typing.Any
815
- """ """
816
774
 
817
775
  def append(self, draw_func):
818
776
  """Append a draw function to this menu,
@@ -917,10 +875,7 @@ class NODE_MT_context_menu_select_menu(bpy_types.Menu, bpy_types._GenericUI):
917
875
  """
918
876
  ...
919
877
 
920
- def is_extended(self):
921
- """ """
922
- ...
923
-
878
+ def is_extended(self): ...
924
879
  def is_property_hidden(self) -> bool:
925
880
  """Check if a property is hidden.
926
881
 
@@ -1083,16 +1038,9 @@ class NODE_MT_context_menu_select_menu(bpy_types.Menu, bpy_types._GenericUI):
1083
1038
  ...
1084
1039
 
1085
1040
  class NODE_MT_context_menu_show_hide_menu(bpy_types.Menu, bpy_types._GenericUI):
1086
- """ """
1087
-
1088
1041
  bl_label: typing.Any
1089
- """ """
1090
-
1091
1042
  bl_rna: typing.Any
1092
- """ """
1093
-
1094
1043
  id_data: typing.Any
1095
- """ """
1096
1044
 
1097
1045
  def append(self, draw_func):
1098
1046
  """Append a draw function to this menu,
@@ -1197,10 +1145,7 @@ class NODE_MT_context_menu_show_hide_menu(bpy_types.Menu, bpy_types._GenericUI):
1197
1145
  """
1198
1146
  ...
1199
1147
 
1200
- def is_extended(self):
1201
- """ """
1202
- ...
1203
-
1148
+ def is_extended(self): ...
1204
1149
  def is_property_hidden(self) -> bool:
1205
1150
  """Check if a property is hidden.
1206
1151
 
@@ -1363,19 +1308,10 @@ class NODE_MT_context_menu_show_hide_menu(bpy_types.Menu, bpy_types._GenericUI):
1363
1308
  ...
1364
1309
 
1365
1310
  class NODE_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
1366
- """ """
1367
-
1368
1311
  bl_idname: typing.Any
1369
- """ """
1370
-
1371
1312
  bl_label: typing.Any
1372
- """ """
1373
-
1374
1313
  bl_rna: typing.Any
1375
- """ """
1376
-
1377
1314
  id_data: typing.Any
1378
- """ """
1379
1315
 
1380
1316
  def append(self, draw_func):
1381
1317
  """Append a draw function to this menu,
@@ -1480,10 +1416,7 @@ class NODE_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
1480
1416
  """
1481
1417
  ...
1482
1418
 
1483
- def is_extended(self):
1484
- """ """
1485
- ...
1486
-
1419
+ def is_extended(self): ...
1487
1420
  def is_property_hidden(self) -> bool:
1488
1421
  """Check if a property is hidden.
1489
1422
 
@@ -1646,16 +1579,9 @@ class NODE_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
1646
1579
  ...
1647
1580
 
1648
1581
  class NODE_MT_node(bpy_types.Menu, bpy_types._GenericUI):
1649
- """ """
1650
-
1651
1582
  bl_label: typing.Any
1652
- """ """
1653
-
1654
1583
  bl_rna: typing.Any
1655
- """ """
1656
-
1657
1584
  id_data: typing.Any
1658
- """ """
1659
1585
 
1660
1586
  def append(self, draw_func):
1661
1587
  """Append a draw function to this menu,
@@ -1760,10 +1686,7 @@ class NODE_MT_node(bpy_types.Menu, bpy_types._GenericUI):
1760
1686
  """
1761
1687
  ...
1762
1688
 
1763
- def is_extended(self):
1764
- """ """
1765
- ...
1766
-
1689
+ def is_extended(self): ...
1767
1690
  def is_property_hidden(self) -> bool:
1768
1691
  """Check if a property is hidden.
1769
1692
 
@@ -1926,16 +1849,9 @@ class NODE_MT_node(bpy_types.Menu, bpy_types._GenericUI):
1926
1849
  ...
1927
1850
 
1928
1851
  class NODE_MT_node_color_context_menu(bpy_types.Menu, bpy_types._GenericUI):
1929
- """ """
1930
-
1931
1852
  bl_label: typing.Any
1932
- """ """
1933
-
1934
1853
  bl_rna: typing.Any
1935
- """ """
1936
-
1937
1854
  id_data: typing.Any
1938
- """ """
1939
1855
 
1940
1856
  def append(self, draw_func):
1941
1857
  """Append a draw function to this menu,
@@ -2040,10 +1956,7 @@ class NODE_MT_node_color_context_menu(bpy_types.Menu, bpy_types._GenericUI):
2040
1956
  """
2041
1957
  ...
2042
1958
 
2043
- def is_extended(self):
2044
- """ """
2045
- ...
2046
-
1959
+ def is_extended(self): ...
2047
1960
  def is_property_hidden(self) -> bool:
2048
1961
  """Check if a property is hidden.
2049
1962
 
@@ -2206,16 +2119,9 @@ class NODE_MT_node_color_context_menu(bpy_types.Menu, bpy_types._GenericUI):
2206
2119
  ...
2207
2120
 
2208
2121
  class NODE_MT_node_tree_interface_context_menu(bpy_types.Menu, bpy_types._GenericUI):
2209
- """ """
2210
-
2211
2122
  bl_label: typing.Any
2212
- """ """
2213
-
2214
2123
  bl_rna: typing.Any
2215
- """ """
2216
-
2217
2124
  id_data: typing.Any
2218
- """ """
2219
2125
 
2220
2126
  def append(self, draw_func):
2221
2127
  """Append a draw function to this menu,
@@ -2320,10 +2226,7 @@ class NODE_MT_node_tree_interface_context_menu(bpy_types.Menu, bpy_types._Generi
2320
2226
  """
2321
2227
  ...
2322
2228
 
2323
- def is_extended(self):
2324
- """ """
2325
- ...
2326
-
2229
+ def is_extended(self): ...
2327
2230
  def is_property_hidden(self) -> bool:
2328
2231
  """Check if a property is hidden.
2329
2232
 
@@ -2486,16 +2389,9 @@ class NODE_MT_node_tree_interface_context_menu(bpy_types.Menu, bpy_types._Generi
2486
2389
  ...
2487
2390
 
2488
2391
  class NODE_MT_select(bpy_types.Menu, bpy_types._GenericUI):
2489
- """ """
2490
-
2491
2392
  bl_label: typing.Any
2492
- """ """
2493
-
2494
2393
  bl_rna: typing.Any
2495
- """ """
2496
-
2497
2394
  id_data: typing.Any
2498
- """ """
2499
2395
 
2500
2396
  def append(self, draw_func):
2501
2397
  """Append a draw function to this menu,
@@ -2600,10 +2496,7 @@ class NODE_MT_select(bpy_types.Menu, bpy_types._GenericUI):
2600
2496
  """
2601
2497
  ...
2602
2498
 
2603
- def is_extended(self):
2604
- """ """
2605
- ...
2606
-
2499
+ def is_extended(self): ...
2607
2500
  def is_property_hidden(self) -> bool:
2608
2501
  """Check if a property is hidden.
2609
2502
 
@@ -2766,16 +2659,9 @@ class NODE_MT_select(bpy_types.Menu, bpy_types._GenericUI):
2766
2659
  ...
2767
2660
 
2768
2661
  class NODE_MT_view(bpy_types.Menu, bpy_types._GenericUI):
2769
- """ """
2770
-
2771
2662
  bl_label: typing.Any
2772
- """ """
2773
-
2774
2663
  bl_rna: typing.Any
2775
- """ """
2776
-
2777
2664
  id_data: typing.Any
2778
- """ """
2779
2665
 
2780
2666
  def append(self, draw_func):
2781
2667
  """Append a draw function to this menu,
@@ -2880,10 +2766,7 @@ class NODE_MT_view(bpy_types.Menu, bpy_types._GenericUI):
2880
2766
  """
2881
2767
  ...
2882
2768
 
2883
- def is_extended(self):
2884
- """ """
2885
- ...
2886
-
2769
+ def is_extended(self): ...
2887
2770
  def is_property_hidden(self) -> bool:
2888
2771
  """Check if a property is hidden.
2889
2772
 
@@ -3046,16 +2929,9 @@ class NODE_MT_view(bpy_types.Menu, bpy_types._GenericUI):
3046
2929
  ...
3047
2930
 
3048
2931
  class NODE_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
3049
- """ """
3050
-
3051
2932
  bl_label: typing.Any
3052
- """ """
3053
-
3054
2933
  bl_rna: typing.Any
3055
- """ """
3056
-
3057
2934
  id_data: typing.Any
3058
- """ """
3059
2935
 
3060
2936
  def append(self, draw_func):
3061
2937
  """Append a draw function to this menu,
@@ -3160,10 +3036,7 @@ class NODE_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
3160
3036
  """
3161
3037
  ...
3162
3038
 
3163
- def is_extended(self):
3164
- """ """
3165
- ...
3166
-
3039
+ def is_extended(self): ...
3167
3040
  def is_property_hidden(self) -> bool:
3168
3041
  """Check if a property is hidden.
3169
3042
 
@@ -3326,31 +3199,14 @@ class NODE_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
3326
3199
  ...
3327
3200
 
3328
3201
  class NODE_PT_active_node_color(bpy_types.Panel, bpy_types._GenericUI):
3329
- """ """
3330
-
3331
3202
  bl_category: typing.Any
3332
- """ """
3333
-
3334
3203
  bl_label: typing.Any
3335
- """ """
3336
-
3337
3204
  bl_options: typing.Any
3338
- """ """
3339
-
3340
3205
  bl_parent_id: typing.Any
3341
- """ """
3342
-
3343
3206
  bl_region_type: typing.Any
3344
- """ """
3345
-
3346
3207
  bl_rna: typing.Any
3347
- """ """
3348
-
3349
3208
  bl_space_type: typing.Any
3350
- """ """
3351
-
3352
3209
  id_data: typing.Any
3353
- """ """
3354
3210
 
3355
3211
  def append(self, draw_func):
3356
3212
  """Append a draw function to this menu,
@@ -3449,10 +3305,7 @@ class NODE_PT_active_node_color(bpy_types.Panel, bpy_types._GenericUI):
3449
3305
  """
3450
3306
  ...
3451
3307
 
3452
- def is_extended(self):
3453
- """ """
3454
- ...
3455
-
3308
+ def is_extended(self): ...
3456
3309
  def is_property_hidden(self) -> bool:
3457
3310
  """Check if a property is hidden.
3458
3311
 
@@ -3588,25 +3441,12 @@ class NODE_PT_active_node_color(bpy_types.Panel, bpy_types._GenericUI):
3588
3441
  ...
3589
3442
 
3590
3443
  class NODE_PT_active_node_generic(bpy_types.Panel, bpy_types._GenericUI):
3591
- """ """
3592
-
3593
3444
  bl_category: typing.Any
3594
- """ """
3595
-
3596
3445
  bl_label: typing.Any
3597
- """ """
3598
-
3599
3446
  bl_region_type: typing.Any
3600
- """ """
3601
-
3602
3447
  bl_rna: typing.Any
3603
- """ """
3604
-
3605
3448
  bl_space_type: typing.Any
3606
- """ """
3607
-
3608
3449
  id_data: typing.Any
3609
- """ """
3610
3450
 
3611
3451
  def append(self, draw_func):
3612
3452
  """Append a draw function to this menu,
@@ -3691,10 +3531,7 @@ class NODE_PT_active_node_generic(bpy_types.Panel, bpy_types._GenericUI):
3691
3531
  """
3692
3532
  ...
3693
3533
 
3694
- def is_extended(self):
3695
- """ """
3696
- ...
3697
-
3534
+ def is_extended(self): ...
3698
3535
  def is_property_hidden(self) -> bool:
3699
3536
  """Check if a property is hidden.
3700
3537
 
@@ -3830,28 +3667,13 @@ class NODE_PT_active_node_generic(bpy_types.Panel, bpy_types._GenericUI):
3830
3667
  ...
3831
3668
 
3832
3669
  class NODE_PT_active_node_properties(bpy_types.Panel, bpy_types._GenericUI):
3833
- """ """
3834
-
3835
3670
  bl_category: typing.Any
3836
- """ """
3837
-
3838
3671
  bl_label: typing.Any
3839
- """ """
3840
-
3841
3672
  bl_options: typing.Any
3842
- """ """
3843
-
3844
3673
  bl_region_type: typing.Any
3845
- """ """
3846
-
3847
3674
  bl_rna: typing.Any
3848
- """ """
3849
-
3850
3675
  bl_space_type: typing.Any
3851
- """ """
3852
-
3853
3676
  id_data: typing.Any
3854
- """ """
3855
3677
 
3856
3678
  def append(self, draw_func):
3857
3679
  """Append a draw function to this menu,
@@ -3936,10 +3758,7 @@ class NODE_PT_active_node_properties(bpy_types.Panel, bpy_types._GenericUI):
3936
3758
  """
3937
3759
  ...
3938
3760
 
3939
- def is_extended(self):
3940
- """ """
3941
- ...
3942
-
3761
+ def is_extended(self): ...
3943
3762
  def is_property_hidden(self) -> bool:
3944
3763
  """Check if a property is hidden.
3945
3764
 
@@ -4079,25 +3898,12 @@ class NODE_PT_active_tool(
4079
3898
  bl_ui.space_toolsystem_common.ToolActivePanelHelper,
4080
3899
  bpy_types._GenericUI,
4081
3900
  ):
4082
- """ """
4083
-
4084
3901
  bl_category: typing.Any
4085
- """ """
4086
-
4087
3902
  bl_label: typing.Any
4088
- """ """
4089
-
4090
3903
  bl_region_type: typing.Any
4091
- """ """
4092
-
4093
3904
  bl_rna: typing.Any
4094
- """ """
4095
-
4096
3905
  bl_space_type: typing.Any
4097
- """ """
4098
-
4099
3906
  id_data: typing.Any
4100
- """ """
4101
3907
 
4102
3908
  def append(self, draw_func):
4103
3909
  """Append a draw function to this menu,
@@ -4182,10 +3988,7 @@ class NODE_PT_active_tool(
4182
3988
  """
4183
3989
  ...
4184
3990
 
4185
- def is_extended(self):
4186
- """ """
4187
- ...
4188
-
3991
+ def is_extended(self): ...
4189
3992
  def is_property_hidden(self) -> bool:
4190
3993
  """Check if a property is hidden.
4191
3994
 
@@ -4318,28 +4121,13 @@ class NODE_PT_annotation(
4318
4121
  bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
4319
4122
  bpy_types._GenericUI,
4320
4123
  ):
4321
- """ """
4322
-
4323
4124
  bl_category: typing.Any
4324
- """ """
4325
-
4326
4125
  bl_label: typing.Any
4327
- """ """
4328
-
4329
4126
  bl_options: typing.Any
4330
- """ """
4331
-
4332
4127
  bl_region_type: typing.Any
4333
- """ """
4334
-
4335
4128
  bl_rna: typing.Any
4336
- """ """
4337
-
4338
4129
  bl_space_type: typing.Any
4339
- """ """
4340
-
4341
4130
  id_data: typing.Any
4342
- """ """
4343
4131
 
4344
4132
  def append(self, draw_func):
4345
4133
  """Append a draw function to this menu,
@@ -4440,10 +4228,7 @@ class NODE_PT_annotation(
4440
4228
  """
4441
4229
  ...
4442
4230
 
4443
- def is_extended(self):
4444
- """ """
4445
- ...
4446
-
4231
+ def is_extended(self): ...
4447
4232
  def is_property_hidden(self) -> bool:
4448
4233
  """Check if a property is hidden.
4449
4234
 
@@ -4579,25 +4364,12 @@ class NODE_PT_annotation(
4579
4364
  ...
4580
4365
 
4581
4366
  class NODE_PT_backdrop(bpy_types.Panel, bpy_types._GenericUI):
4582
- """ """
4583
-
4584
4367
  bl_category: typing.Any
4585
- """ """
4586
-
4587
4368
  bl_label: typing.Any
4588
- """ """
4589
-
4590
4369
  bl_region_type: typing.Any
4591
- """ """
4592
-
4593
4370
  bl_rna: typing.Any
4594
- """ """
4595
-
4596
4371
  bl_space_type: typing.Any
4597
- """ """
4598
-
4599
4372
  id_data: typing.Any
4600
- """ """
4601
4373
 
4602
4374
  def append(self, draw_func):
4603
4375
  """Append a draw function to this menu,
@@ -4689,10 +4461,7 @@ class NODE_PT_backdrop(bpy_types.Panel, bpy_types._GenericUI):
4689
4461
  """
4690
4462
  ...
4691
4463
 
4692
- def is_extended(self):
4693
- """ """
4694
- ...
4695
-
4464
+ def is_extended(self): ...
4696
4465
  def is_property_hidden(self) -> bool:
4697
4466
  """Check if a property is hidden.
4698
4467
 
@@ -4828,25 +4597,12 @@ class NODE_PT_backdrop(bpy_types.Panel, bpy_types._GenericUI):
4828
4597
  ...
4829
4598
 
4830
4599
  class NODE_PT_geometry_node_tool_mode(bpy_types.Panel, bpy_types._GenericUI):
4831
- """ """
4832
-
4833
4600
  bl_label: typing.Any
4834
- """ """
4835
-
4836
4601
  bl_region_type: typing.Any
4837
- """ """
4838
-
4839
4602
  bl_rna: typing.Any
4840
- """ """
4841
-
4842
4603
  bl_space_type: typing.Any
4843
- """ """
4844
-
4845
4604
  bl_ui_units_x: typing.Any
4846
- """ """
4847
-
4848
4605
  id_data: typing.Any
4849
- """ """
4850
4606
 
4851
4607
  def append(self, draw_func):
4852
4608
  """Append a draw function to this menu,
@@ -4931,10 +4687,7 @@ class NODE_PT_geometry_node_tool_mode(bpy_types.Panel, bpy_types._GenericUI):
4931
4687
  """
4932
4688
  ...
4933
4689
 
4934
- def is_extended(self):
4935
- """ """
4936
- ...
4937
-
4690
+ def is_extended(self): ...
4938
4691
  def is_property_hidden(self) -> bool:
4939
4692
  """Check if a property is hidden.
4940
4693
 
@@ -5063,25 +4816,12 @@ class NODE_PT_geometry_node_tool_mode(bpy_types.Panel, bpy_types._GenericUI):
5063
4816
  ...
5064
4817
 
5065
4818
  class NODE_PT_geometry_node_tool_object_types(bpy_types.Panel, bpy_types._GenericUI):
5066
- """ """
5067
-
5068
4819
  bl_label: typing.Any
5069
- """ """
5070
-
5071
4820
  bl_region_type: typing.Any
5072
- """ """
5073
-
5074
4821
  bl_rna: typing.Any
5075
- """ """
5076
-
5077
4822
  bl_space_type: typing.Any
5078
- """ """
5079
-
5080
4823
  bl_ui_units_x: typing.Any
5081
- """ """
5082
-
5083
4824
  id_data: typing.Any
5084
- """ """
5085
4825
 
5086
4826
  def append(self, draw_func):
5087
4827
  """Append a draw function to this menu,
@@ -5166,10 +4906,7 @@ class NODE_PT_geometry_node_tool_object_types(bpy_types.Panel, bpy_types._Generi
5166
4906
  """
5167
4907
  ...
5168
4908
 
5169
- def is_extended(self):
5170
- """ """
5171
- ...
5172
-
4909
+ def is_extended(self): ...
5173
4910
  def is_property_hidden(self) -> bool:
5174
4911
  """Check if a property is hidden.
5175
4912
 
@@ -5298,25 +5035,12 @@ class NODE_PT_geometry_node_tool_object_types(bpy_types.Panel, bpy_types._Generi
5298
5035
  ...
5299
5036
 
5300
5037
  class NODE_PT_geometry_node_tool_options(bpy_types.Panel, bpy_types._GenericUI):
5301
- """ """
5302
-
5303
5038
  bl_label: typing.Any
5304
- """ """
5305
-
5306
5039
  bl_region_type: typing.Any
5307
- """ """
5308
-
5309
5040
  bl_rna: typing.Any
5310
- """ """
5311
-
5312
5041
  bl_space_type: typing.Any
5313
- """ """
5314
-
5315
5042
  bl_ui_units_x: typing.Any
5316
- """ """
5317
-
5318
5043
  id_data: typing.Any
5319
- """ """
5320
5044
 
5321
5045
  def append(self, draw_func):
5322
5046
  """Append a draw function to this menu,
@@ -5401,10 +5125,7 @@ class NODE_PT_geometry_node_tool_options(bpy_types.Panel, bpy_types._GenericUI):
5401
5125
  """
5402
5126
  ...
5403
5127
 
5404
- def is_extended(self):
5405
- """ """
5406
- ...
5407
-
5128
+ def is_extended(self): ...
5408
5129
  def is_property_hidden(self) -> bool:
5409
5130
  """Check if a property is hidden.
5410
5131
 
@@ -5533,25 +5254,12 @@ class NODE_PT_geometry_node_tool_options(bpy_types.Panel, bpy_types._GenericUI):
5533
5254
  ...
5534
5255
 
5535
5256
  class NODE_PT_material_slots(bpy_types.Panel, bpy_types._GenericUI):
5536
- """ """
5537
-
5538
5257
  bl_label: typing.Any
5539
- """ """
5540
-
5541
5258
  bl_region_type: typing.Any
5542
- """ """
5543
-
5544
5259
  bl_rna: typing.Any
5545
- """ """
5546
-
5547
5260
  bl_space_type: typing.Any
5548
- """ """
5549
-
5550
5261
  bl_ui_units_x: typing.Any
5551
- """ """
5552
-
5553
5262
  id_data: typing.Any
5554
- """ """
5555
5263
 
5556
5264
  def append(self, draw_func):
5557
5265
  """Append a draw function to this menu,
@@ -5643,10 +5351,7 @@ class NODE_PT_material_slots(bpy_types.Panel, bpy_types._GenericUI):
5643
5351
  """
5644
5352
  ...
5645
5353
 
5646
- def is_extended(self):
5647
- """ """
5648
- ...
5649
-
5354
+ def is_extended(self): ...
5650
5355
  def is_property_hidden(self) -> bool:
5651
5356
  """Check if a property is hidden.
5652
5357
 
@@ -5780,28 +5485,13 @@ class NODE_PT_node_color_presets(
5780
5485
  """Predefined node color"""
5781
5486
 
5782
5487
  bl_label: typing.Any
5783
- """ """
5784
-
5785
5488
  bl_region_type: typing.Any
5786
- """ """
5787
-
5788
5489
  bl_rna: typing.Any
5789
- """ """
5790
-
5791
5490
  bl_space_type: typing.Any
5792
- """ """
5793
-
5794
5491
  id_data: typing.Any
5795
- """ """
5796
-
5797
5492
  preset_add_operator: typing.Any
5798
- """ """
5799
-
5800
5493
  preset_operator: typing.Any
5801
- """ """
5802
-
5803
5494
  preset_subdir: typing.Any
5804
- """ """
5805
5495
 
5806
5496
  def append(self, draw_func):
5807
5497
  """Append a draw function to this menu,
@@ -5901,10 +5591,7 @@ class NODE_PT_node_color_presets(
5901
5591
  """
5902
5592
  ...
5903
5593
 
5904
- def is_extended(self):
5905
- """ """
5906
- ...
5907
-
5594
+ def is_extended(self): ...
5908
5595
  def is_property_hidden(self) -> bool:
5909
5596
  """Check if a property is hidden.
5910
5597
 
@@ -6067,25 +5754,12 @@ class NODE_PT_node_color_presets(
6067
5754
  ...
6068
5755
 
6069
5756
  class NODE_PT_node_tree_interface(bpy_types.Panel, bpy_types._GenericUI):
6070
- """ """
6071
-
6072
5757
  bl_category: typing.Any
6073
- """ """
6074
-
6075
5758
  bl_label: typing.Any
6076
- """ """
6077
-
6078
5759
  bl_region_type: typing.Any
6079
- """ """
6080
-
6081
5760
  bl_rna: typing.Any
6082
- """ """
6083
-
6084
5761
  bl_space_type: typing.Any
6085
- """ """
6086
-
6087
5762
  id_data: typing.Any
6088
- """ """
6089
5763
 
6090
5764
  def append(self, draw_func):
6091
5765
  """Append a draw function to this menu,
@@ -6170,10 +5844,7 @@ class NODE_PT_node_tree_interface(bpy_types.Panel, bpy_types._GenericUI):
6170
5844
  """
6171
5845
  ...
6172
5846
 
6173
- def is_extended(self):
6174
- """ """
6175
- ...
6176
-
5847
+ def is_extended(self): ...
6177
5848
  def is_property_hidden(self) -> bool:
6178
5849
  """Check if a property is hidden.
6179
5850
 
@@ -6309,25 +5980,12 @@ class NODE_PT_node_tree_interface(bpy_types.Panel, bpy_types._GenericUI):
6309
5980
  ...
6310
5981
 
6311
5982
  class NODE_PT_node_tree_properties(bpy_types.Panel, bpy_types._GenericUI):
6312
- """ """
6313
-
6314
5983
  bl_category: typing.Any
6315
- """ """
6316
-
6317
5984
  bl_label: typing.Any
6318
- """ """
6319
-
6320
5985
  bl_region_type: typing.Any
6321
- """ """
6322
-
6323
5986
  bl_rna: typing.Any
6324
- """ """
6325
-
6326
5987
  bl_space_type: typing.Any
6327
- """ """
6328
-
6329
5988
  id_data: typing.Any
6330
- """ """
6331
5989
 
6332
5990
  def append(self, draw_func):
6333
5991
  """Append a draw function to this menu,
@@ -6412,10 +6070,7 @@ class NODE_PT_node_tree_properties(bpy_types.Panel, bpy_types._GenericUI):
6412
6070
  """
6413
6071
  ...
6414
6072
 
6415
- def is_extended(self):
6416
- """ """
6417
- ...
6418
-
6073
+ def is_extended(self): ...
6419
6074
  def is_property_hidden(self) -> bool:
6420
6075
  """Check if a property is hidden.
6421
6076
 
@@ -6551,25 +6206,12 @@ class NODE_PT_node_tree_properties(bpy_types.Panel, bpy_types._GenericUI):
6551
6206
  ...
6552
6207
 
6553
6208
  class NODE_PT_overlay(bpy_types.Panel, bpy_types._GenericUI):
6554
- """ """
6555
-
6556
6209
  bl_label: typing.Any
6557
- """ """
6558
-
6559
6210
  bl_region_type: typing.Any
6560
- """ """
6561
-
6562
6211
  bl_rna: typing.Any
6563
- """ """
6564
-
6565
6212
  bl_space_type: typing.Any
6566
- """ """
6567
-
6568
6213
  bl_ui_units_x: typing.Any
6569
- """ """
6570
-
6571
6214
  id_data: typing.Any
6572
- """ """
6573
6215
 
6574
6216
  def append(self, draw_func):
6575
6217
  """Append a draw function to this menu,
@@ -6654,10 +6296,7 @@ class NODE_PT_overlay(bpy_types.Panel, bpy_types._GenericUI):
6654
6296
  """
6655
6297
  ...
6656
6298
 
6657
- def is_extended(self):
6658
- """ """
6659
- ...
6660
-
6299
+ def is_extended(self): ...
6661
6300
  def is_property_hidden(self) -> bool:
6662
6301
  """Check if a property is hidden.
6663
6302
 
@@ -6786,25 +6425,12 @@ class NODE_PT_overlay(bpy_types.Panel, bpy_types._GenericUI):
6786
6425
  ...
6787
6426
 
6788
6427
  class NODE_PT_quality(bpy_types.Panel, bpy_types._GenericUI):
6789
- """ """
6790
-
6791
6428
  bl_category: typing.Any
6792
- """ """
6793
-
6794
6429
  bl_label: typing.Any
6795
- """ """
6796
-
6797
6430
  bl_region_type: typing.Any
6798
- """ """
6799
-
6800
6431
  bl_rna: typing.Any
6801
- """ """
6802
-
6803
6432
  bl_space_type: typing.Any
6804
- """ """
6805
-
6806
6433
  id_data: typing.Any
6807
- """ """
6808
6434
 
6809
6435
  def append(self, draw_func):
6810
6436
  """Append a draw function to this menu,
@@ -6889,10 +6515,7 @@ class NODE_PT_quality(bpy_types.Panel, bpy_types._GenericUI):
6889
6515
  """
6890
6516
  ...
6891
6517
 
6892
- def is_extended(self):
6893
- """ """
6894
- ...
6895
-
6518
+ def is_extended(self): ...
6896
6519
  def is_property_hidden(self) -> bool:
6897
6520
  """Check if a property is hidden.
6898
6521
 
@@ -7028,31 +6651,14 @@ class NODE_PT_quality(bpy_types.Panel, bpy_types._GenericUI):
7028
6651
  ...
7029
6652
 
7030
6653
  class NODE_PT_texture_mapping(bpy_types.Panel, bpy_types._GenericUI):
7031
- """ """
7032
-
7033
6654
  COMPAT_ENGINES: typing.Any
7034
- """ """
7035
-
7036
6655
  bl_category: typing.Any
7037
- """ """
7038
-
7039
6656
  bl_label: typing.Any
7040
- """ """
7041
-
7042
6657
  bl_options: typing.Any
7043
- """ """
7044
-
7045
6658
  bl_region_type: typing.Any
7046
- """ """
7047
-
7048
6659
  bl_rna: typing.Any
7049
- """ """
7050
-
7051
6660
  bl_space_type: typing.Any
7052
- """ """
7053
-
7054
6661
  id_data: typing.Any
7055
- """ """
7056
6662
 
7057
6663
  def append(self, draw_func):
7058
6664
  """Append a draw function to this menu,
@@ -7137,10 +6743,7 @@ class NODE_PT_texture_mapping(bpy_types.Panel, bpy_types._GenericUI):
7137
6743
  """
7138
6744
  ...
7139
6745
 
7140
- def is_extended(self):
7141
- """ """
7142
- ...
7143
-
6746
+ def is_extended(self): ...
7144
6747
  def is_property_hidden(self) -> bool:
7145
6748
  """Check if a property is hidden.
7146
6749
 
@@ -7275,12 +6878,5 @@ class NODE_PT_texture_mapping(bpy_types.Panel, bpy_types._GenericUI):
7275
6878
  """
7276
6879
  ...
7277
6880
 
7278
- def node_draw_tree_view(_layout, _context):
7279
- """ """
7280
-
7281
- ...
7282
-
7283
- def node_panel(cls):
7284
- """ """
7285
-
7286
- ...
6881
+ def node_draw_tree_view(_layout, _context): ...
6882
+ def node_panel(cls): ...