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
@@ -3,11 +3,10 @@ import bpy.types
3
3
  import bpy_extras.asset_utils
4
4
  import bpy_types
5
5
 
6
- GenericType = typing.TypeVar("GenericType")
6
+ GenericType1 = typing.TypeVar("GenericType1")
7
+ GenericType2 = typing.TypeVar("GenericType2")
7
8
 
8
9
  class AssetBrowserMenu:
9
- """ """
10
-
11
10
  def poll(self, context):
12
11
  """
13
12
 
@@ -16,16 +15,9 @@ class AssetBrowserMenu:
16
15
  ...
17
16
 
18
17
  class ASSETBROWSER_MT_metadata_preview_menu(bpy_types.Menu, bpy_types._GenericUI):
19
- """ """
20
-
21
18
  bl_label: typing.Any
22
- """ """
23
-
24
19
  bl_rna: typing.Any
25
- """ """
26
-
27
20
  id_data: typing.Any
28
- """ """
29
21
 
30
22
  def append(self, draw_func):
31
23
  """Append a draw function to this menu,
@@ -130,10 +122,7 @@ class ASSETBROWSER_MT_metadata_preview_menu(bpy_types.Menu, bpy_types._GenericUI
130
122
  """
131
123
  ...
132
124
 
133
- def is_extended(self):
134
- """ """
135
- ...
136
-
125
+ def is_extended(self): ...
137
126
  def is_property_hidden(self) -> bool:
138
127
  """Check if a property is hidden.
139
128
 
@@ -298,25 +287,12 @@ class ASSETBROWSER_MT_metadata_preview_menu(bpy_types.Menu, bpy_types._GenericUI
298
287
  class ASSETBROWSER_PT_display(
299
288
  bpy_types.Panel, bpy_extras.asset_utils.AssetBrowserPanel, bpy_types._GenericUI
300
289
  ):
301
- """ """
302
-
303
290
  bl_label: typing.Any
304
- """ """
305
-
306
291
  bl_region_type: typing.Any
307
- """ """
308
-
309
292
  bl_rna: typing.Any
310
- """ """
311
-
312
293
  bl_space_type: typing.Any
313
- """ """
314
-
315
294
  bl_ui_units_x: typing.Any
316
- """ """
317
-
318
295
  id_data: typing.Any
319
- """ """
320
296
 
321
297
  def append(self, draw_func):
322
298
  """Append a draw function to this menu,
@@ -408,10 +384,7 @@ class ASSETBROWSER_PT_display(
408
384
  """
409
385
  ...
410
386
 
411
- def is_extended(self):
412
- """ """
413
- ...
414
-
387
+ def is_extended(self): ...
415
388
  def is_property_hidden(self) -> bool:
416
389
  """Check if a property is hidden.
417
390
 
@@ -549,25 +522,12 @@ class ASSETBROWSER_PT_display(
549
522
  class ASSETBROWSER_PT_filter(
550
523
  bpy_types.Panel, bpy_extras.asset_utils.AssetBrowserPanel, bpy_types._GenericUI
551
524
  ):
552
- """ """
553
-
554
525
  bl_category: typing.Any
555
- """ """
556
-
557
526
  bl_label: typing.Any
558
- """ """
559
-
560
527
  bl_region_type: typing.Any
561
- """ """
562
-
563
528
  bl_rna: typing.Any
564
- """ """
565
-
566
529
  bl_space_type: typing.Any
567
- """ """
568
-
569
530
  id_data: typing.Any
570
- """ """
571
531
 
572
532
  def append(self, draw_func):
573
533
  """Append a draw function to this menu,
@@ -659,10 +619,7 @@ class ASSETBROWSER_PT_filter(
659
619
  """
660
620
  ...
661
621
 
662
- def is_extended(self):
663
- """ """
664
- ...
665
-
622
+ def is_extended(self): ...
666
623
  def is_property_hidden(self) -> bool:
667
624
  """Check if a property is hidden.
668
625
 
@@ -800,25 +757,12 @@ class ASSETBROWSER_PT_filter(
800
757
  class ASSETBROWSER_PT_metadata(
801
758
  bpy_types.Panel, bpy_extras.asset_utils.AssetBrowserPanel, bpy_types._GenericUI
802
759
  ):
803
- """ """
804
-
805
760
  bl_label: typing.Any
806
- """ """
807
-
808
761
  bl_options: typing.Any
809
- """ """
810
-
811
762
  bl_region_type: typing.Any
812
- """ """
813
-
814
763
  bl_rna: typing.Any
815
- """ """
816
-
817
764
  bl_space_type: typing.Any
818
- """ """
819
-
820
765
  id_data: typing.Any
821
- """ """
822
766
 
823
767
  def append(self, draw_func):
824
768
  """Append a draw function to this menu,
@@ -910,10 +854,7 @@ class ASSETBROWSER_PT_metadata(
910
854
  """
911
855
  ...
912
856
 
913
- def is_extended(self):
914
- """ """
915
- ...
916
-
857
+ def is_extended(self): ...
917
858
  def is_property_hidden(self) -> bool:
918
859
  """Check if a property is hidden.
919
860
 
@@ -1061,22 +1002,11 @@ class ASSETBROWSER_PT_metadata(
1061
1002
  class ASSETBROWSER_PT_metadata_preview(
1062
1003
  bpy_types.Panel, bpy_extras.asset_utils.AssetMetaDataPanel, bpy_types._GenericUI
1063
1004
  ):
1064
- """ """
1065
-
1066
1005
  bl_label: typing.Any
1067
- """ """
1068
-
1069
1006
  bl_region_type: typing.Any
1070
- """ """
1071
-
1072
1007
  bl_rna: typing.Any
1073
- """ """
1074
-
1075
1008
  bl_space_type: typing.Any
1076
- """ """
1077
-
1078
1009
  id_data: typing.Any
1079
- """ """
1080
1010
 
1081
1011
  def append(self, draw_func):
1082
1012
  """Append a draw function to this menu,
@@ -1161,10 +1091,7 @@ class ASSETBROWSER_PT_metadata_preview(
1161
1091
  """
1162
1092
  ...
1163
1093
 
1164
- def is_extended(self):
1165
- """ """
1166
- ...
1167
-
1094
+ def is_extended(self): ...
1168
1095
  def is_property_hidden(self) -> bool:
1169
1096
  """Check if a property is hidden.
1170
1097
 
@@ -1302,22 +1229,11 @@ class ASSETBROWSER_PT_metadata_preview(
1302
1229
  class ASSETBROWSER_PT_metadata_tags(
1303
1230
  bpy_types.Panel, bpy_extras.asset_utils.AssetMetaDataPanel, bpy_types._GenericUI
1304
1231
  ):
1305
- """ """
1306
-
1307
1232
  bl_label: typing.Any
1308
- """ """
1309
-
1310
1233
  bl_region_type: typing.Any
1311
- """ """
1312
-
1313
1234
  bl_rna: typing.Any
1314
- """ """
1315
-
1316
1235
  bl_space_type: typing.Any
1317
- """ """
1318
-
1319
1236
  id_data: typing.Any
1320
- """ """
1321
1237
 
1322
1238
  def append(self, draw_func):
1323
1239
  """Append a draw function to this menu,
@@ -1402,10 +1318,7 @@ class ASSETBROWSER_PT_metadata_tags(
1402
1318
  """
1403
1319
  ...
1404
1320
 
1405
- def is_extended(self):
1406
- """ """
1407
- ...
1408
-
1321
+ def is_extended(self): ...
1409
1322
  def is_property_hidden(self) -> bool:
1410
1323
  """Check if a property is hidden.
1411
1324
 
@@ -1541,13 +1454,8 @@ class ASSETBROWSER_PT_metadata_tags(
1541
1454
  ...
1542
1455
 
1543
1456
  class ASSETBROWSER_UL_metadata_tags(bpy_types.UIList, bpy_types._GenericUI):
1544
- """ """
1545
-
1546
1457
  bl_rna: typing.Any
1547
- """ """
1548
-
1549
1458
  id_data: typing.Any
1550
- """ """
1551
1459
 
1552
1460
  def append(self, draw_func):
1553
1461
  """Append a draw function to this menu,
@@ -1649,10 +1557,7 @@ class ASSETBROWSER_UL_metadata_tags(bpy_types.UIList, bpy_types._GenericUI):
1649
1557
  """
1650
1558
  ...
1651
1559
 
1652
- def is_extended(self):
1653
- """ """
1654
- ...
1655
-
1560
+ def is_extended(self): ...
1656
1561
  def is_property_hidden(self) -> bool:
1657
1562
  """Check if a property is hidden.
1658
1563
 
@@ -1781,16 +1686,9 @@ class ASSETBROWSER_UL_metadata_tags(bpy_types.UIList, bpy_types._GenericUI):
1781
1686
  ...
1782
1687
 
1783
1688
  class FILEBROWSER_HT_header(bpy_types.Header, bpy_types._GenericUI):
1784
- """ """
1785
-
1786
1689
  bl_rna: typing.Any
1787
- """ """
1788
-
1789
1690
  bl_space_type: typing.Any
1790
- """ """
1791
-
1792
1691
  id_data: typing.Any
1793
- """ """
1794
1692
 
1795
1693
  def append(self, draw_func):
1796
1694
  """Append a draw function to this menu,
@@ -1882,10 +1780,7 @@ class FILEBROWSER_HT_header(bpy_types.Header, bpy_types._GenericUI):
1882
1780
  """
1883
1781
  ...
1884
1782
 
1885
- def is_extended(self):
1886
- """ """
1887
- ...
1888
-
1783
+ def is_extended(self): ...
1889
1784
  def is_property_hidden(self) -> bool:
1890
1785
  """Check if a property is hidden.
1891
1786
 
@@ -2014,16 +1909,9 @@ class FILEBROWSER_HT_header(bpy_types.Header, bpy_types._GenericUI):
2014
1909
  ...
2015
1910
 
2016
1911
  class FILEBROWSER_MT_bookmarks_context_menu(bpy_types.Menu, bpy_types._GenericUI):
2017
- """ """
2018
-
2019
1912
  bl_label: typing.Any
2020
- """ """
2021
-
2022
1913
  bl_rna: typing.Any
2023
- """ """
2024
-
2025
1914
  id_data: typing.Any
2026
- """ """
2027
1915
 
2028
1916
  def append(self, draw_func):
2029
1917
  """Append a draw function to this menu,
@@ -2128,10 +2016,7 @@ class FILEBROWSER_MT_bookmarks_context_menu(bpy_types.Menu, bpy_types._GenericUI
2128
2016
  """
2129
2017
  ...
2130
2018
 
2131
- def is_extended(self):
2132
- """ """
2133
- ...
2134
-
2019
+ def is_extended(self): ...
2135
2020
  def is_property_hidden(self) -> bool:
2136
2021
  """Check if a property is hidden.
2137
2022
 
@@ -2296,16 +2181,9 @@ class FILEBROWSER_MT_bookmarks_context_menu(bpy_types.Menu, bpy_types._GenericUI
2296
2181
  class FILEBROWSER_MT_bookmarks_recents_specials_menu(
2297
2182
  bpy_types.Menu, bpy_types._GenericUI
2298
2183
  ):
2299
- """ """
2300
-
2301
2184
  bl_label: typing.Any
2302
- """ """
2303
-
2304
2185
  bl_rna: typing.Any
2305
- """ """
2306
-
2307
2186
  id_data: typing.Any
2308
- """ """
2309
2187
 
2310
2188
  def append(self, draw_func):
2311
2189
  """Append a draw function to this menu,
@@ -2410,10 +2288,7 @@ class FILEBROWSER_MT_bookmarks_recents_specials_menu(
2410
2288
  """
2411
2289
  ...
2412
2290
 
2413
- def is_extended(self):
2414
- """ """
2415
- ...
2416
-
2291
+ def is_extended(self): ...
2417
2292
  def is_property_hidden(self) -> bool:
2418
2293
  """Check if a property is hidden.
2419
2294
 
@@ -2576,8 +2451,6 @@ class FILEBROWSER_MT_bookmarks_recents_specials_menu(
2576
2451
  ...
2577
2452
 
2578
2453
  class FileBrowserMenu:
2579
- """ """
2580
-
2581
2454
  def poll(self, context):
2582
2455
  """
2583
2456
 
@@ -2586,19 +2459,10 @@ class FileBrowserMenu:
2586
2459
  ...
2587
2460
 
2588
2461
  class FILEBROWSER_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
2589
- """ """
2590
-
2591
2462
  bl_idname: typing.Any
2592
- """ """
2593
-
2594
2463
  bl_label: typing.Any
2595
- """ """
2596
-
2597
2464
  bl_rna: typing.Any
2598
- """ """
2599
-
2600
2465
  id_data: typing.Any
2601
- """ """
2602
2466
 
2603
2467
  def append(self, draw_func):
2604
2468
  """Append a draw function to this menu,
@@ -2703,10 +2567,7 @@ class FILEBROWSER_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
2703
2567
  """
2704
2568
  ...
2705
2569
 
2706
- def is_extended(self):
2707
- """ """
2708
- ...
2709
-
2570
+ def is_extended(self): ...
2710
2571
  def is_property_hidden(self) -> bool:
2711
2572
  """Check if a property is hidden.
2712
2573
 
@@ -2869,25 +2730,12 @@ class FILEBROWSER_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
2869
2730
  ...
2870
2731
 
2871
2732
  class FILEBROWSER_PT_advanced_filter(bpy_types.Panel, bpy_types._GenericUI):
2872
- """ """
2873
-
2874
2733
  bl_category: typing.Any
2875
- """ """
2876
-
2877
2734
  bl_label: typing.Any
2878
- """ """
2879
-
2880
2735
  bl_region_type: typing.Any
2881
- """ """
2882
-
2883
2736
  bl_rna: typing.Any
2884
- """ """
2885
-
2886
2737
  bl_space_type: typing.Any
2887
- """ """
2888
-
2889
2738
  id_data: typing.Any
2890
- """ """
2891
2739
 
2892
2740
  def append(self, draw_func):
2893
2741
  """Append a draw function to this menu,
@@ -2972,10 +2820,7 @@ class FILEBROWSER_PT_advanced_filter(bpy_types.Panel, bpy_types._GenericUI):
2972
2820
  """
2973
2821
  ...
2974
2822
 
2975
- def is_extended(self):
2976
- """ """
2977
- ...
2978
-
2823
+ def is_extended(self): ...
2979
2824
  def is_property_hidden(self) -> bool:
2980
2825
  """Check if a property is hidden.
2981
2826
 
@@ -3111,10 +2956,7 @@ class FILEBROWSER_PT_advanced_filter(bpy_types.Panel, bpy_types._GenericUI):
3111
2956
  ...
3112
2957
 
3113
2958
  class FileBrowserPanel:
3114
- """ """
3115
-
3116
2959
  bl_space_type: typing.Any
3117
- """ """
3118
2960
 
3119
2961
  def poll(self, context):
3120
2962
  """
@@ -3124,25 +2966,12 @@ class FileBrowserPanel:
3124
2966
  ...
3125
2967
 
3126
2968
  class FILEBROWSER_PT_bookmarks_recents(bpy_types.Panel, bpy_types._GenericUI):
3127
- """ """
3128
-
3129
2969
  bl_category: typing.Any
3130
- """ """
3131
-
3132
2970
  bl_label: typing.Any
3133
- """ """
3134
-
3135
2971
  bl_region_type: typing.Any
3136
- """ """
3137
-
3138
2972
  bl_rna: typing.Any
3139
- """ """
3140
-
3141
2973
  bl_space_type: typing.Any
3142
- """ """
3143
-
3144
2974
  id_data: typing.Any
3145
- """ """
3146
2975
 
3147
2976
  def append(self, draw_func):
3148
2977
  """Append a draw function to this menu,
@@ -3227,10 +3056,7 @@ class FILEBROWSER_PT_bookmarks_recents(bpy_types.Panel, bpy_types._GenericUI):
3227
3056
  """
3228
3057
  ...
3229
3058
 
3230
- def is_extended(self):
3231
- """ """
3232
- ...
3233
-
3059
+ def is_extended(self): ...
3234
3060
  def is_property_hidden(self) -> bool:
3235
3061
  """Check if a property is hidden.
3236
3062
 
@@ -3366,25 +3192,12 @@ class FILEBROWSER_PT_bookmarks_recents(bpy_types.Panel, bpy_types._GenericUI):
3366
3192
  ...
3367
3193
 
3368
3194
  class FILEBROWSER_PT_bookmarks_system(bpy_types.Panel, bpy_types._GenericUI):
3369
- """ """
3370
-
3371
3195
  bl_category: typing.Any
3372
- """ """
3373
-
3374
3196
  bl_label: typing.Any
3375
- """ """
3376
-
3377
3197
  bl_region_type: typing.Any
3378
- """ """
3379
-
3380
3198
  bl_rna: typing.Any
3381
- """ """
3382
-
3383
3199
  bl_space_type: typing.Any
3384
- """ """
3385
-
3386
3200
  id_data: typing.Any
3387
- """ """
3388
3201
 
3389
3202
  def append(self, draw_func):
3390
3203
  """Append a draw function to this menu,
@@ -3469,10 +3282,7 @@ class FILEBROWSER_PT_bookmarks_system(bpy_types.Panel, bpy_types._GenericUI):
3469
3282
  """
3470
3283
  ...
3471
3284
 
3472
- def is_extended(self):
3473
- """ """
3474
- ...
3475
-
3285
+ def is_extended(self): ...
3476
3286
  def is_property_hidden(self) -> bool:
3477
3287
  """Check if a property is hidden.
3478
3288
 
@@ -3608,28 +3418,13 @@ class FILEBROWSER_PT_bookmarks_system(bpy_types.Panel, bpy_types._GenericUI):
3608
3418
  ...
3609
3419
 
3610
3420
  class FILEBROWSER_PT_bookmarks_volumes(bpy_types.Panel, bpy_types._GenericUI):
3611
- """ """
3612
-
3613
3421
  bl_category: typing.Any
3614
- """ """
3615
-
3616
3422
  bl_label: typing.Any
3617
- """ """
3618
-
3619
3423
  bl_region_type: typing.Any
3620
- """ """
3621
-
3622
3424
  bl_rna: typing.Any
3623
- """ """
3624
-
3625
3425
  bl_space_type: typing.Any
3626
- """ """
3627
-
3628
3426
  bl_translation_context: typing.Any
3629
- """ """
3630
-
3631
3427
  id_data: typing.Any
3632
- """ """
3633
3428
 
3634
3429
  def append(self, draw_func):
3635
3430
  """Append a draw function to this menu,
@@ -3714,10 +3509,7 @@ class FILEBROWSER_PT_bookmarks_volumes(bpy_types.Panel, bpy_types._GenericUI):
3714
3509
  """
3715
3510
  ...
3716
3511
 
3717
- def is_extended(self):
3718
- """ """
3719
- ...
3720
-
3512
+ def is_extended(self): ...
3721
3513
  def is_property_hidden(self) -> bool:
3722
3514
  """Check if a property is hidden.
3723
3515
 
@@ -3853,28 +3645,13 @@ class FILEBROWSER_PT_bookmarks_volumes(bpy_types.Panel, bpy_types._GenericUI):
3853
3645
  ...
3854
3646
 
3855
3647
  class FILEBROWSER_PT_directory_path(bpy_types.Panel, bpy_types._GenericUI):
3856
- """ """
3857
-
3858
3648
  bl_category: typing.Any
3859
- """ """
3860
-
3861
3649
  bl_label: typing.Any
3862
- """ """
3863
-
3864
3650
  bl_options: typing.Any
3865
- """ """
3866
-
3867
3651
  bl_region_type: typing.Any
3868
- """ """
3869
-
3870
3652
  bl_rna: typing.Any
3871
- """ """
3872
-
3873
3653
  bl_space_type: typing.Any
3874
- """ """
3875
-
3876
3654
  id_data: typing.Any
3877
- """ """
3878
3655
 
3879
3656
  def append(self, draw_func):
3880
3657
  """Append a draw function to this menu,
@@ -3959,10 +3736,7 @@ class FILEBROWSER_PT_directory_path(bpy_types.Panel, bpy_types._GenericUI):
3959
3736
  """
3960
3737
  ...
3961
3738
 
3962
- def is_extended(self):
3963
- """ """
3964
- ...
3965
-
3739
+ def is_extended(self): ...
3966
3740
  def is_header_visible(self, context):
3967
3741
  """
3968
3742
 
@@ -4105,13 +3879,8 @@ class FILEBROWSER_PT_directory_path(bpy_types.Panel, bpy_types._GenericUI):
4105
3879
  ...
4106
3880
 
4107
3881
  class FILEBROWSER_UL_dir(bpy_types.UIList, bpy_types._GenericUI):
4108
- """ """
4109
-
4110
3882
  bl_rna: typing.Any
4111
- """ """
4112
-
4113
3883
  id_data: typing.Any
4114
- """ """
4115
3884
 
4116
3885
  def append(self, draw_func):
4117
3886
  """Append a draw function to this menu,
@@ -4213,10 +3982,7 @@ class FILEBROWSER_UL_dir(bpy_types.UIList, bpy_types._GenericUI):
4213
3982
  """
4214
3983
  ...
4215
3984
 
4216
- def is_extended(self):
4217
- """ """
4218
- ...
4219
-
3985
+ def is_extended(self): ...
4220
3986
  def is_property_hidden(self) -> bool:
4221
3987
  """Check if a property is hidden.
4222
3988
 
@@ -4345,16 +4111,9 @@ class FILEBROWSER_UL_dir(bpy_types.UIList, bpy_types._GenericUI):
4345
4111
  ...
4346
4112
 
4347
4113
  class ASSETBROWSER_MT_catalog(bpy_types.Menu, AssetBrowserMenu, bpy_types._GenericUI):
4348
- """ """
4349
-
4350
4114
  bl_label: typing.Any
4351
- """ """
4352
-
4353
4115
  bl_rna: typing.Any
4354
- """ """
4355
-
4356
4116
  id_data: typing.Any
4357
- """ """
4358
4117
 
4359
4118
  def append(self, draw_func):
4360
4119
  """Append a draw function to this menu,
@@ -4459,10 +4218,7 @@ class ASSETBROWSER_MT_catalog(bpy_types.Menu, AssetBrowserMenu, bpy_types._Gener
4459
4218
  """
4460
4219
  ...
4461
4220
 
4462
- def is_extended(self):
4463
- """ """
4464
- ...
4465
-
4221
+ def is_extended(self): ...
4466
4222
  def is_property_hidden(self) -> bool:
4467
4223
  """Check if a property is hidden.
4468
4224
 
@@ -4634,16 +4390,9 @@ class ASSETBROWSER_MT_catalog(bpy_types.Menu, AssetBrowserMenu, bpy_types._Gener
4634
4390
  class ASSETBROWSER_MT_context_menu(
4635
4391
  bpy_types.Menu, AssetBrowserMenu, bpy_types._GenericUI
4636
4392
  ):
4637
- """ """
4638
-
4639
4393
  bl_label: typing.Any
4640
- """ """
4641
-
4642
4394
  bl_rna: typing.Any
4643
- """ """
4644
-
4645
4395
  id_data: typing.Any
4646
- """ """
4647
4396
 
4648
4397
  def append(self, draw_func):
4649
4398
  """Append a draw function to this menu,
@@ -4748,10 +4497,7 @@ class ASSETBROWSER_MT_context_menu(
4748
4497
  """
4749
4498
  ...
4750
4499
 
4751
- def is_extended(self):
4752
- """ """
4753
- ...
4754
-
4500
+ def is_extended(self): ...
4755
4501
  def is_property_hidden(self) -> bool:
4756
4502
  """Check if a property is hidden.
4757
4503
 
@@ -4923,19 +4669,10 @@ class ASSETBROWSER_MT_context_menu(
4923
4669
  class ASSETBROWSER_MT_editor_menus(
4924
4670
  bpy_types.Menu, AssetBrowserMenu, bpy_types._GenericUI
4925
4671
  ):
4926
- """ """
4927
-
4928
4672
  bl_idname: typing.Any
4929
- """ """
4930
-
4931
4673
  bl_label: typing.Any
4932
- """ """
4933
-
4934
4674
  bl_rna: typing.Any
4935
- """ """
4936
-
4937
4675
  id_data: typing.Any
4938
- """ """
4939
4676
 
4940
4677
  def append(self, draw_func):
4941
4678
  """Append a draw function to this menu,
@@ -5040,10 +4777,7 @@ class ASSETBROWSER_MT_editor_menus(
5040
4777
  """
5041
4778
  ...
5042
4779
 
5043
- def is_extended(self):
5044
- """ """
5045
- ...
5046
-
4780
+ def is_extended(self): ...
5047
4781
  def is_property_hidden(self) -> bool:
5048
4782
  """Check if a property is hidden.
5049
4783
 
@@ -5213,16 +4947,9 @@ class ASSETBROWSER_MT_editor_menus(
5213
4947
  ...
5214
4948
 
5215
4949
  class ASSETBROWSER_MT_select(bpy_types.Menu, AssetBrowserMenu, bpy_types._GenericUI):
5216
- """ """
5217
-
5218
4950
  bl_label: typing.Any
5219
- """ """
5220
-
5221
4951
  bl_rna: typing.Any
5222
- """ """
5223
-
5224
4952
  id_data: typing.Any
5225
- """ """
5226
4953
 
5227
4954
  def append(self, draw_func):
5228
4955
  """Append a draw function to this menu,
@@ -5327,10 +5054,7 @@ class ASSETBROWSER_MT_select(bpy_types.Menu, AssetBrowserMenu, bpy_types._Generi
5327
5054
  """
5328
5055
  ...
5329
5056
 
5330
- def is_extended(self):
5331
- """ """
5332
- ...
5333
-
5057
+ def is_extended(self): ...
5334
5058
  def is_property_hidden(self) -> bool:
5335
5059
  """Check if a property is hidden.
5336
5060
 
@@ -5500,16 +5224,9 @@ class ASSETBROWSER_MT_select(bpy_types.Menu, AssetBrowserMenu, bpy_types._Generi
5500
5224
  ...
5501
5225
 
5502
5226
  class ASSETBROWSER_MT_view(bpy_types.Menu, AssetBrowserMenu, bpy_types._GenericUI):
5503
- """ """
5504
-
5505
5227
  bl_label: typing.Any
5506
- """ """
5507
-
5508
5228
  bl_rna: typing.Any
5509
- """ """
5510
-
5511
5229
  id_data: typing.Any
5512
- """ """
5513
5230
 
5514
5231
  def append(self, draw_func):
5515
5232
  """Append a draw function to this menu,
@@ -5614,10 +5331,7 @@ class ASSETBROWSER_MT_view(bpy_types.Menu, AssetBrowserMenu, bpy_types._GenericU
5614
5331
  """
5615
5332
  ...
5616
5333
 
5617
- def is_extended(self):
5618
- """ """
5619
- ...
5620
-
5334
+ def is_extended(self): ...
5621
5335
  def is_property_hidden(self) -> bool:
5622
5336
  """Check if a property is hidden.
5623
5337
 
@@ -5789,16 +5503,9 @@ class ASSETBROWSER_MT_view(bpy_types.Menu, AssetBrowserMenu, bpy_types._GenericU
5789
5503
  class FILEBROWSER_MT_context_menu(
5790
5504
  bpy_types.Menu, FileBrowserMenu, bpy_types._GenericUI
5791
5505
  ):
5792
- """ """
5793
-
5794
5506
  bl_label: typing.Any
5795
- """ """
5796
-
5797
5507
  bl_rna: typing.Any
5798
- """ """
5799
-
5800
5508
  id_data: typing.Any
5801
- """ """
5802
5509
 
5803
5510
  def append(self, draw_func):
5804
5511
  """Append a draw function to this menu,
@@ -5903,10 +5610,7 @@ class FILEBROWSER_MT_context_menu(
5903
5610
  """
5904
5611
  ...
5905
5612
 
5906
- def is_extended(self):
5907
- """ """
5908
- ...
5909
-
5613
+ def is_extended(self): ...
5910
5614
  def is_property_hidden(self) -> bool:
5911
5615
  """Check if a property is hidden.
5912
5616
 
@@ -6078,19 +5782,10 @@ class FILEBROWSER_MT_context_menu(
6078
5782
  class FILEBROWSER_MT_editor_menus(
6079
5783
  bpy_types.Menu, FileBrowserMenu, bpy_types._GenericUI
6080
5784
  ):
6081
- """ """
6082
-
6083
5785
  bl_idname: typing.Any
6084
- """ """
6085
-
6086
5786
  bl_label: typing.Any
6087
- """ """
6088
-
6089
5787
  bl_rna: typing.Any
6090
- """ """
6091
-
6092
5788
  id_data: typing.Any
6093
- """ """
6094
5789
 
6095
5790
  def append(self, draw_func):
6096
5791
  """Append a draw function to this menu,
@@ -6195,10 +5890,7 @@ class FILEBROWSER_MT_editor_menus(
6195
5890
  """
6196
5891
  ...
6197
5892
 
6198
- def is_extended(self):
6199
- """ """
6200
- ...
6201
-
5893
+ def is_extended(self): ...
6202
5894
  def is_property_hidden(self) -> bool:
6203
5895
  """Check if a property is hidden.
6204
5896
 
@@ -6368,16 +6060,9 @@ class FILEBROWSER_MT_editor_menus(
6368
6060
  ...
6369
6061
 
6370
6062
  class FILEBROWSER_MT_select(bpy_types.Menu, FileBrowserMenu, bpy_types._GenericUI):
6371
- """ """
6372
-
6373
6063
  bl_label: typing.Any
6374
- """ """
6375
-
6376
6064
  bl_rna: typing.Any
6377
- """ """
6378
-
6379
6065
  id_data: typing.Any
6380
- """ """
6381
6066
 
6382
6067
  def append(self, draw_func):
6383
6068
  """Append a draw function to this menu,
@@ -6482,10 +6167,7 @@ class FILEBROWSER_MT_select(bpy_types.Menu, FileBrowserMenu, bpy_types._GenericU
6482
6167
  """
6483
6168
  ...
6484
6169
 
6485
- def is_extended(self):
6486
- """ """
6487
- ...
6488
-
6170
+ def is_extended(self): ...
6489
6171
  def is_property_hidden(self) -> bool:
6490
6172
  """Check if a property is hidden.
6491
6173
 
@@ -6655,16 +6337,9 @@ class FILEBROWSER_MT_select(bpy_types.Menu, FileBrowserMenu, bpy_types._GenericU
6655
6337
  ...
6656
6338
 
6657
6339
  class FILEBROWSER_MT_view(bpy_types.Menu, FileBrowserMenu, bpy_types._GenericUI):
6658
- """ """
6659
-
6660
6340
  bl_label: typing.Any
6661
- """ """
6662
-
6663
6341
  bl_rna: typing.Any
6664
- """ """
6665
-
6666
6342
  id_data: typing.Any
6667
- """ """
6668
6343
 
6669
6344
  def append(self, draw_func):
6670
6345
  """Append a draw function to this menu,
@@ -6769,10 +6444,7 @@ class FILEBROWSER_MT_view(bpy_types.Menu, FileBrowserMenu, bpy_types._GenericUI)
6769
6444
  """
6770
6445
  ...
6771
6446
 
6772
- def is_extended(self):
6773
- """ """
6774
- ...
6775
-
6447
+ def is_extended(self): ...
6776
6448
  def is_property_hidden(self) -> bool:
6777
6449
  """Check if a property is hidden.
6778
6450
 
@@ -6944,25 +6616,12 @@ class FILEBROWSER_MT_view(bpy_types.Menu, FileBrowserMenu, bpy_types._GenericUI)
6944
6616
  class FILEBROWSER_PT_bookmarks_favorites(
6945
6617
  bpy_types.Panel, FileBrowserPanel, bpy_types._GenericUI
6946
6618
  ):
6947
- """ """
6948
-
6949
6619
  bl_category: typing.Any
6950
- """ """
6951
-
6952
6620
  bl_label: typing.Any
6953
- """ """
6954
-
6955
6621
  bl_region_type: typing.Any
6956
- """ """
6957
-
6958
6622
  bl_rna: typing.Any
6959
- """ """
6960
-
6961
6623
  bl_space_type: typing.Any
6962
- """ """
6963
-
6964
6624
  id_data: typing.Any
6965
- """ """
6966
6625
 
6967
6626
  def append(self, draw_func):
6968
6627
  """Append a draw function to this menu,
@@ -7047,10 +6706,7 @@ class FILEBROWSER_PT_bookmarks_favorites(
7047
6706
  """
7048
6707
  ...
7049
6708
 
7050
- def is_extended(self):
7051
- """ """
7052
- ...
7053
-
6709
+ def is_extended(self): ...
7054
6710
  def is_property_hidden(self) -> bool:
7055
6711
  """Check if a property is hidden.
7056
6712
 
@@ -7186,25 +6842,12 @@ class FILEBROWSER_PT_bookmarks_favorites(
7186
6842
  ...
7187
6843
 
7188
6844
  class FILEBROWSER_PT_display(bpy_types.Panel, FileBrowserPanel, bpy_types._GenericUI):
7189
- """ """
7190
-
7191
6845
  bl_label: typing.Any
7192
- """ """
7193
-
7194
6846
  bl_region_type: typing.Any
7195
- """ """
7196
-
7197
6847
  bl_rna: typing.Any
7198
- """ """
7199
-
7200
6848
  bl_space_type: typing.Any
7201
- """ """
7202
-
7203
6849
  bl_ui_units_x: typing.Any
7204
- """ """
7205
-
7206
6850
  id_data: typing.Any
7207
- """ """
7208
6851
 
7209
6852
  def append(self, draw_func):
7210
6853
  """Append a draw function to this menu,
@@ -7289,10 +6932,7 @@ class FILEBROWSER_PT_display(bpy_types.Panel, FileBrowserPanel, bpy_types._Gener
7289
6932
  """
7290
6933
  ...
7291
6934
 
7292
- def is_extended(self):
7293
- """ """
7294
- ...
7295
-
6935
+ def is_extended(self): ...
7296
6936
  def is_property_hidden(self) -> bool:
7297
6937
  """Check if a property is hidden.
7298
6938
 
@@ -7428,25 +7068,12 @@ class FILEBROWSER_PT_display(bpy_types.Panel, FileBrowserPanel, bpy_types._Gener
7428
7068
  ...
7429
7069
 
7430
7070
  class FILEBROWSER_PT_filter(bpy_types.Panel, FileBrowserPanel, bpy_types._GenericUI):
7431
- """ """
7432
-
7433
7071
  bl_label: typing.Any
7434
- """ """
7435
-
7436
7072
  bl_region_type: typing.Any
7437
- """ """
7438
-
7439
7073
  bl_rna: typing.Any
7440
- """ """
7441
-
7442
7074
  bl_space_type: typing.Any
7443
- """ """
7444
-
7445
7075
  bl_ui_units_x: typing.Any
7446
- """ """
7447
-
7448
7076
  id_data: typing.Any
7449
- """ """
7450
7077
 
7451
7078
  def append(self, draw_func):
7452
7079
  """Append a draw function to this menu,
@@ -7531,10 +7158,7 @@ class FILEBROWSER_PT_filter(bpy_types.Panel, FileBrowserPanel, bpy_types._Generi
7531
7158
  """
7532
7159
  ...
7533
7160
 
7534
- def is_extended(self):
7535
- """ """
7536
- ...
7537
-
7161
+ def is_extended(self): ...
7538
7162
  def is_property_hidden(self) -> bool:
7539
7163
  """Check if a property is hidden.
7540
7164
 
@@ -7669,27 +7293,8 @@ class FILEBROWSER_PT_filter(bpy_types.Panel, FileBrowserPanel, bpy_types._Generi
7669
7293
  """
7670
7294
  ...
7671
7295
 
7672
- def asset_path_str_get(_self):
7673
- """ """
7674
-
7675
- ...
7676
-
7677
- def is_option_region_visible(context, space):
7678
- """ """
7679
-
7680
- ...
7681
-
7682
- def panel_poll_is_asset_browsing(context):
7683
- """ """
7684
-
7685
- ...
7686
-
7687
- def panel_poll_is_upper_region(region):
7688
- """ """
7689
-
7690
- ...
7691
-
7692
- def register_props():
7693
- """ """
7694
-
7695
- ...
7296
+ def asset_path_str_get(_self): ...
7297
+ def is_option_region_visible(context, space): ...
7298
+ def panel_poll_is_asset_browsing(context): ...
7299
+ def panel_poll_is_upper_region(region): ...
7300
+ def register_props(): ...