fake-bpy-module 20240722__py3-none-any.whl → 20240723__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 (96) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  2. bl_operators/assets/__init__.pyi +2 -2
  3. bl_operators/bone_selection_sets/__init__.pyi +16 -16
  4. bl_operators/connect_to_output/__init__.pyi +4 -1
  5. bl_operators/image_as_planes/__init__.pyi +12 -2
  6. bl_operators/node/__init__.pyi +14 -14
  7. bl_operators/object_quick_effects/__init__.pyi +3 -3
  8. bl_operators/presets/__init__.pyi +24 -24
  9. bl_operators/sequencer/__init__.pyi +76 -76
  10. bl_operators/wm/__init__.pyi +4 -5
  11. bl_ui/__init__.pyi +3 -4
  12. bl_ui/anim/__init__.pyi +1 -2
  13. bl_ui/asset_shelf/__init__.pyi +1 -2
  14. bl_ui/generic_ui_list/__init__.pyi +3 -3
  15. bl_ui/node_add_menu/__init__.pyi +1 -2
  16. bl_ui/node_add_menu_compositor/__init__.pyi +18 -19
  17. bl_ui/node_add_menu_geometry/__init__.pyi +50 -53
  18. bl_ui/node_add_menu_shader/__init__.pyi +10 -11
  19. bl_ui/node_add_menu_texture/__init__.pyi +9 -10
  20. bl_ui/properties_collection/__init__.pyi +9 -7
  21. bl_ui/properties_constraint/__init__.pyi +227 -80
  22. bl_ui/properties_data_armature/__init__.pyi +27 -18
  23. bl_ui/properties_data_bone/__init__.pyi +13 -11
  24. bl_ui/properties_data_camera/__init__.pyi +18 -15
  25. bl_ui/properties_data_curve/__init__.pyi +72 -78
  26. bl_ui/properties_data_curves/__init__.pyi +9 -7
  27. bl_ui/properties_data_empty/__init__.pyi +2 -3
  28. bl_ui/properties_data_gpencil/__init__.pyi +42 -21
  29. bl_ui/properties_data_grease_pencil/__init__.pyi +23 -19
  30. bl_ui/properties_data_lattice/__init__.pyi +6 -4
  31. bl_ui/properties_data_light/__init__.pyi +15 -13
  32. bl_ui/properties_data_lightprobe/__init__.pyi +13 -14
  33. bl_ui/properties_data_mesh/__init__.pyi +71 -69
  34. bl_ui/properties_data_metaball/__init__.pyi +8 -6
  35. bl_ui/properties_data_modifier/__init__.pyi +9 -10
  36. bl_ui/properties_data_pointcloud/__init__.pyi +8 -6
  37. bl_ui/properties_data_shaderfx/__init__.pyi +1 -2
  38. bl_ui/properties_data_speaker/__init__.pyi +8 -6
  39. bl_ui/properties_data_volume/__init__.pyi +11 -9
  40. bl_ui/properties_freestyle/__init__.pyi +31 -84
  41. bl_ui/properties_grease_pencil_common/__init__.pyi +15 -16
  42. bl_ui/properties_mask_common/__init__.pyi +7 -8
  43. bl_ui/properties_material/__init__.pyi +19 -17
  44. bl_ui/properties_material_gpencil/__init__.pyi +17 -11
  45. bl_ui/properties_object/__init__.pyi +22 -15
  46. bl_ui/properties_output/__init__.pyi +19 -19
  47. bl_ui/properties_paint_common/__init__.pyi +18 -19
  48. bl_ui/properties_particle/__init__.pyi +56 -53
  49. bl_ui/properties_physics_cloth/__init__.pyi +15 -15
  50. bl_ui/properties_physics_common/__init__.pyi +1 -2
  51. bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -25
  52. bl_ui/properties_physics_field/__init__.pyi +10 -11
  53. bl_ui/properties_physics_fluid/__init__.pyi +29 -29
  54. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -2
  55. bl_ui/properties_physics_rigidbody/__init__.pyi +10 -9
  56. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +25 -14
  57. bl_ui/properties_physics_softbody/__init__.pyi +15 -16
  58. bl_ui/properties_render/__init__.pyi +63 -58
  59. bl_ui/properties_scene/__init__.pyi +37 -37
  60. bl_ui/properties_texture/__init__.pyi +31 -43
  61. bl_ui/properties_view_layer/__init__.pyi +52 -56
  62. bl_ui/properties_workspace/__init__.pyi +7 -5
  63. bl_ui/properties_world/__init__.pyi +13 -11
  64. bl_ui/space_clip/__init__.pyi +90 -72
  65. bl_ui/space_console/__init__.pyi +6 -7
  66. bl_ui/space_dopesheet/__init__.pyi +68 -32
  67. bl_ui/space_filebrowser/__init__.pyi +38 -32
  68. bl_ui/space_graph/__init__.pyi +23 -21
  69. bl_ui/space_image/__init__.pyi +254 -274
  70. bl_ui/space_info/__init__.pyi +6 -7
  71. bl_ui/space_nla/__init__.pyi +18 -18
  72. bl_ui/space_node/__init__.pyi +35 -29
  73. bl_ui/space_outliner/__init__.pyi +14 -15
  74. bl_ui/space_properties/__init__.pyi +3 -4
  75. bl_ui/space_sequencer/__init__.pyi +95 -79
  76. bl_ui/space_spreadsheet/__init__.pyi +1 -2
  77. bl_ui/space_statusbar/__init__.pyi +1 -2
  78. bl_ui/space_text/__init__.pyi +16 -17
  79. bl_ui/space_time/__init__.pyi +7 -8
  80. bl_ui/space_toolsystem_common/__init__.pyi +1 -2
  81. bl_ui/space_toolsystem_toolbar/__init__.pyi +13 -5
  82. bl_ui/space_topbar/__init__.pyi +26 -27
  83. bl_ui/space_userpref/__init__.pyi +126 -92
  84. bl_ui/space_view3d/__init__.pyi +359 -366
  85. bl_ui/space_view3d_toolbar/__init__.pyi +649 -825
  86. bl_ui/temp_anim_layers/__init__.pyi +1 -2
  87. bpy/ops/sequencer/__init__.pyi +1 -1
  88. bpy/types/__init__.pyi +29718 -29418
  89. bpy_extras/node_shader_utils/__init__.pyi +118 -118
  90. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240723.dist-info}/METADATA +1 -1
  91. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240723.dist-info}/RECORD +96 -96
  92. freestyle/utils/__init__.pyi +1 -1
  93. keyingsets_builtins/__init__.pyi +2 -2
  94. nodeitems_builtins/__init__.pyi +4 -4
  95. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240723.dist-info}/WHEEL +0 -0
  96. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240723.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,10 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
+ import bl_ui.properties_data_grease_pencil
5
+ import bl_ui.properties_grease_pencil_common
4
6
  import bpy.types
5
- import bpy_types
7
+ import rna_prop_ui
6
8
 
7
9
  GenericType1 = typing.TypeVar("GenericType1")
8
10
  GenericType2 = typing.TypeVar("GenericType2")
@@ -17,7 +19,7 @@ class DOPESHEET_HT_editor_buttons:
17
19
  """
18
20
  ...
19
21
 
20
- class DOPESHEET_HT_header(bpy.types.Header, bpy_types._GenericUI):
22
+ class DOPESHEET_HT_header(bpy.types.Header):
21
23
  bl_rna: typing.Any
22
24
  bl_space_type: typing.Any
23
25
  id_data: typing.Any
@@ -45,7 +47,7 @@ class DOPESHEET_HT_header(bpy.types.Header, bpy_types._GenericUI):
45
47
  """
46
48
  ...
47
49
 
48
- class DOPESHEET_MT_channel(bpy.types.Menu, bpy_types._GenericUI):
50
+ class DOPESHEET_MT_channel(bpy.types.Menu):
49
51
  bl_label: typing.Any
50
52
  bl_rna: typing.Any
51
53
  id_data: typing.Any
@@ -73,7 +75,7 @@ class DOPESHEET_MT_channel(bpy.types.Menu, bpy_types._GenericUI):
73
75
  """
74
76
  ...
75
77
 
76
- class DOPESHEET_MT_channel_context_menu(bpy.types.Menu, bpy_types._GenericUI):
78
+ class DOPESHEET_MT_channel_context_menu(bpy.types.Menu):
77
79
  bl_label: typing.Any
78
80
  bl_rna: typing.Any
79
81
  id_data: typing.Any
@@ -101,7 +103,7 @@ class DOPESHEET_MT_channel_context_menu(bpy.types.Menu, bpy_types._GenericUI):
101
103
  """
102
104
  ...
103
105
 
104
- class DOPESHEET_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
106
+ class DOPESHEET_MT_context_menu(bpy.types.Menu):
105
107
  bl_label: typing.Any
106
108
  bl_rna: typing.Any
107
109
  id_data: typing.Any
@@ -129,7 +131,7 @@ class DOPESHEET_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
129
131
  """
130
132
  ...
131
133
 
132
- class DOPESHEET_MT_delete(bpy.types.Menu, bpy_types._GenericUI):
134
+ class DOPESHEET_MT_delete(bpy.types.Menu):
133
135
  bl_label: typing.Any
134
136
  bl_rna: typing.Any
135
137
  id_data: typing.Any
@@ -157,7 +159,7 @@ class DOPESHEET_MT_delete(bpy.types.Menu, bpy_types._GenericUI):
157
159
  """
158
160
  ...
159
161
 
160
- class DOPESHEET_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
162
+ class DOPESHEET_MT_editor_menus(bpy.types.Menu):
161
163
  bl_idname: typing.Any
162
164
  bl_label: typing.Any
163
165
  bl_rna: typing.Any
@@ -186,7 +188,7 @@ class DOPESHEET_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
186
188
  """
187
189
  ...
188
190
 
189
- class DOPESHEET_MT_gpencil_channel(bpy.types.Menu, bpy_types._GenericUI):
191
+ class DOPESHEET_MT_gpencil_channel(bpy.types.Menu):
190
192
  bl_label: typing.Any
191
193
  bl_rna: typing.Any
192
194
  id_data: typing.Any
@@ -214,7 +216,7 @@ class DOPESHEET_MT_gpencil_channel(bpy.types.Menu, bpy_types._GenericUI):
214
216
  """
215
217
  ...
216
218
 
217
- class DOPESHEET_MT_gpencil_key(bpy.types.Menu, bpy_types._GenericUI):
219
+ class DOPESHEET_MT_gpencil_key(bpy.types.Menu):
218
220
  bl_label: typing.Any
219
221
  bl_rna: typing.Any
220
222
  id_data: typing.Any
@@ -242,7 +244,7 @@ class DOPESHEET_MT_gpencil_key(bpy.types.Menu, bpy_types._GenericUI):
242
244
  """
243
245
  ...
244
246
 
245
- class DOPESHEET_MT_key(bpy.types.Menu, bpy_types._GenericUI):
247
+ class DOPESHEET_MT_key(bpy.types.Menu):
246
248
  bl_label: typing.Any
247
249
  bl_rna: typing.Any
248
250
  id_data: typing.Any
@@ -270,7 +272,7 @@ class DOPESHEET_MT_key(bpy.types.Menu, bpy_types._GenericUI):
270
272
  """
271
273
  ...
272
274
 
273
- class DOPESHEET_MT_key_transform(bpy.types.Menu, bpy_types._GenericUI):
275
+ class DOPESHEET_MT_key_transform(bpy.types.Menu):
274
276
  bl_label: typing.Any
275
277
  bl_rna: typing.Any
276
278
  id_data: typing.Any
@@ -298,7 +300,7 @@ class DOPESHEET_MT_key_transform(bpy.types.Menu, bpy_types._GenericUI):
298
300
  """
299
301
  ...
300
302
 
301
- class DOPESHEET_MT_marker(bpy.types.Menu, bpy_types._GenericUI):
303
+ class DOPESHEET_MT_marker(bpy.types.Menu):
302
304
  bl_label: typing.Any
303
305
  bl_rna: typing.Any
304
306
  id_data: typing.Any
@@ -326,7 +328,7 @@ class DOPESHEET_MT_marker(bpy.types.Menu, bpy_types._GenericUI):
326
328
  """
327
329
  ...
328
330
 
329
- class DOPESHEET_MT_select(bpy.types.Menu, bpy_types._GenericUI):
331
+ class DOPESHEET_MT_select(bpy.types.Menu):
330
332
  bl_label: typing.Any
331
333
  bl_rna: typing.Any
332
334
  id_data: typing.Any
@@ -354,7 +356,7 @@ class DOPESHEET_MT_select(bpy.types.Menu, bpy_types._GenericUI):
354
356
  """
355
357
  ...
356
358
 
357
- class DOPESHEET_MT_snap_pie(bpy.types.Menu, bpy_types._GenericUI):
359
+ class DOPESHEET_MT_snap_pie(bpy.types.Menu):
358
360
  bl_label: typing.Any
359
361
  bl_rna: typing.Any
360
362
  id_data: typing.Any
@@ -382,7 +384,7 @@ class DOPESHEET_MT_snap_pie(bpy.types.Menu, bpy_types._GenericUI):
382
384
  """
383
385
  ...
384
386
 
385
- class DOPESHEET_MT_view(bpy.types.Menu, bpy_types._GenericUI):
387
+ class DOPESHEET_MT_view(bpy.types.Menu):
386
388
  bl_label: typing.Any
387
389
  bl_rna: typing.Any
388
390
  id_data: typing.Any
@@ -410,7 +412,7 @@ class DOPESHEET_MT_view(bpy.types.Menu, bpy_types._GenericUI):
410
412
  """
411
413
  ...
412
414
 
413
- class DOPESHEET_MT_view_pie(bpy.types.Menu, bpy_types._GenericUI):
415
+ class DOPESHEET_MT_view_pie(bpy.types.Menu):
414
416
  bl_label: typing.Any
415
417
  bl_rna: typing.Any
416
418
  id_data: typing.Any
@@ -438,7 +440,7 @@ class DOPESHEET_MT_view_pie(bpy.types.Menu, bpy_types._GenericUI):
438
440
  """
439
441
  ...
440
442
 
441
- class DOPESHEET_PT_action(bpy.types.Panel, bpy_types._GenericUI):
443
+ class DOPESHEET_PT_action(DopesheetActionPanelBase, bpy.types.Panel):
442
444
  bl_category: typing.Any
443
445
  bl_label: typing.Any
444
446
  bl_region_type: typing.Any
@@ -477,7 +479,7 @@ class DOPESHEET_PT_action(bpy.types.Panel, bpy_types._GenericUI):
477
479
  """
478
480
  ...
479
481
 
480
- class DOPESHEET_PT_action_slot(bpy.types.Panel, bpy_types._GenericUI):
482
+ class DOPESHEET_PT_action_slot(bpy.types.Panel):
481
483
  bl_category: typing.Any
482
484
  bl_label: typing.Any
483
485
  bl_region_type: typing.Any
@@ -516,7 +518,7 @@ class DOPESHEET_PT_action_slot(bpy.types.Panel, bpy_types._GenericUI):
516
518
  """
517
519
  ...
518
520
 
519
- class DOPESHEET_PT_custom_props_action(bpy.types.Panel, bpy_types._GenericUI):
521
+ class DOPESHEET_PT_custom_props_action(rna_prop_ui.PropertyPanel, bpy.types.Panel):
520
522
  """The subclass should have its own poll function
521
523
  and the variable '_context_path' MUST be set.
522
524
  """
@@ -555,7 +557,7 @@ class DOPESHEET_PT_custom_props_action(bpy.types.Panel, bpy_types._GenericUI):
555
557
  """
556
558
  ...
557
559
 
558
- class DOPESHEET_PT_filters(bpy.types.Panel, bpy_types._GenericUI):
560
+ class DOPESHEET_PT_filters(DopesheetFilterPopoverBase, bpy.types.Panel):
559
561
  bl_label: typing.Any
560
562
  bl_region_type: typing.Any
561
563
  bl_rna: typing.Any
@@ -585,7 +587,11 @@ class DOPESHEET_PT_filters(bpy.types.Panel, bpy_types._GenericUI):
585
587
  """
586
588
  ...
587
589
 
588
- class DOPESHEET_PT_gpencil_layer_adjustments(bpy.types.Panel, bpy_types._GenericUI):
590
+ class DOPESHEET_PT_gpencil_layer_adjustments(
591
+ bl_ui.properties_grease_pencil_common.GreasePencilLayerAdjustmentsPanel,
592
+ LayersDopeSheetPanel,
593
+ bpy.types.Panel,
594
+ ):
589
595
  bl_category: typing.Any
590
596
  bl_label: typing.Any
591
597
  bl_options: typing.Any
@@ -611,7 +617,11 @@ class DOPESHEET_PT_gpencil_layer_adjustments(bpy.types.Panel, bpy_types._Generic
611
617
  """
612
618
  ...
613
619
 
614
- class DOPESHEET_PT_gpencil_layer_display(bpy.types.Panel, bpy_types._GenericUI):
620
+ class DOPESHEET_PT_gpencil_layer_display(
621
+ bl_ui.properties_grease_pencil_common.GreasePencilLayerDisplayPanel,
622
+ LayersDopeSheetPanel,
623
+ bpy.types.Panel,
624
+ ):
615
625
  bl_category: typing.Any
616
626
  bl_label: typing.Any
617
627
  bl_options: typing.Any
@@ -637,7 +647,11 @@ class DOPESHEET_PT_gpencil_layer_display(bpy.types.Panel, bpy_types._GenericUI):
637
647
  """
638
648
  ...
639
649
 
640
- class DOPESHEET_PT_gpencil_layer_masks(bpy.types.Panel, bpy_types._GenericUI):
650
+ class DOPESHEET_PT_gpencil_layer_masks(
651
+ bl_ui.properties_grease_pencil_common.GreasePencilLayerMasksPanel,
652
+ LayersDopeSheetPanel,
653
+ bpy.types.Panel,
654
+ ):
641
655
  bl_category: typing.Any
642
656
  bl_label: typing.Any
643
657
  bl_options: typing.Any
@@ -663,7 +677,11 @@ class DOPESHEET_PT_gpencil_layer_masks(bpy.types.Panel, bpy_types._GenericUI):
663
677
  """
664
678
  ...
665
679
 
666
- class DOPESHEET_PT_gpencil_layer_relations(bpy.types.Panel, bpy_types._GenericUI):
680
+ class DOPESHEET_PT_gpencil_layer_relations(
681
+ bl_ui.properties_grease_pencil_common.GreasePencilLayerRelationsPanel,
682
+ LayersDopeSheetPanel,
683
+ bpy.types.Panel,
684
+ ):
667
685
  bl_category: typing.Any
668
686
  bl_label: typing.Any
669
687
  bl_options: typing.Any
@@ -689,7 +707,11 @@ class DOPESHEET_PT_gpencil_layer_relations(bpy.types.Panel, bpy_types._GenericUI
689
707
  """
690
708
  ...
691
709
 
692
- class DOPESHEET_PT_gpencil_layer_transform(bpy.types.Panel, bpy_types._GenericUI):
710
+ class DOPESHEET_PT_gpencil_layer_transform(
711
+ bl_ui.properties_grease_pencil_common.GreasePencilLayerTransformPanel,
712
+ LayersDopeSheetPanel,
713
+ bpy.types.Panel,
714
+ ):
693
715
  bl_category: typing.Any
694
716
  bl_label: typing.Any
695
717
  bl_options: typing.Any
@@ -715,7 +737,7 @@ class DOPESHEET_PT_gpencil_layer_transform(bpy.types.Panel, bpy_types._GenericUI
715
737
  """
716
738
  ...
717
739
 
718
- class DOPESHEET_PT_gpencil_mode(bpy.types.Panel, bpy_types._GenericUI):
740
+ class DOPESHEET_PT_gpencil_mode(LayersDopeSheetPanel, bpy.types.Panel):
719
741
  bl_category: typing.Any
720
742
  bl_label: typing.Any
721
743
  bl_region_type: typing.Any
@@ -746,7 +768,11 @@ class DOPESHEET_PT_gpencil_mode(bpy.types.Panel, bpy_types._GenericUI):
746
768
  """
747
769
  ...
748
770
 
749
- class DOPESHEET_PT_grease_pencil_layer_masks(bpy.types.Panel, bpy_types._GenericUI):
771
+ class DOPESHEET_PT_grease_pencil_layer_masks(
772
+ bl_ui.properties_data_grease_pencil.GreasePencil_LayerMaskPanel,
773
+ GreasePencilLayersDopeSheetPanel,
774
+ bpy.types.Panel,
775
+ ):
750
776
  bl_category: typing.Any
751
777
  bl_label: typing.Any
752
778
  bl_options: typing.Any
@@ -772,7 +798,11 @@ class DOPESHEET_PT_grease_pencil_layer_masks(bpy.types.Panel, bpy_types._Generic
772
798
  """
773
799
  ...
774
800
 
775
- class DOPESHEET_PT_grease_pencil_layer_relations(bpy.types.Panel, bpy_types._GenericUI):
801
+ class DOPESHEET_PT_grease_pencil_layer_relations(
802
+ bl_ui.properties_data_grease_pencil.GreasPencil_LayerRelationsPanel,
803
+ GreasePencilLayersDopeSheetPanel,
804
+ bpy.types.Panel,
805
+ ):
776
806
  bl_category: typing.Any
777
807
  bl_label: typing.Any
778
808
  bl_options: typing.Any
@@ -798,7 +828,11 @@ class DOPESHEET_PT_grease_pencil_layer_relations(bpy.types.Panel, bpy_types._Gen
798
828
  """
799
829
  ...
800
830
 
801
- class DOPESHEET_PT_grease_pencil_layer_transform(bpy.types.Panel, bpy_types._GenericUI):
831
+ class DOPESHEET_PT_grease_pencil_layer_transform(
832
+ bl_ui.properties_data_grease_pencil.GreasePencil_LayerTransformPanel,
833
+ GreasePencilLayersDopeSheetPanel,
834
+ bpy.types.Panel,
835
+ ):
802
836
  bl_category: typing.Any
803
837
  bl_label: typing.Any
804
838
  bl_options: typing.Any
@@ -824,7 +858,9 @@ class DOPESHEET_PT_grease_pencil_layer_transform(bpy.types.Panel, bpy_types._Gen
824
858
  """
825
859
  ...
826
860
 
827
- class DOPESHEET_PT_grease_pencil_mode(bpy.types.Panel, bpy_types._GenericUI):
861
+ class DOPESHEET_PT_grease_pencil_mode(
862
+ GreasePencilLayersDopeSheetPanel, bpy.types.Panel
863
+ ):
828
864
  bl_category: typing.Any
829
865
  bl_label: typing.Any
830
866
  bl_region_type: typing.Any
@@ -855,7 +891,7 @@ class DOPESHEET_PT_grease_pencil_mode(bpy.types.Panel, bpy_types._GenericUI):
855
891
  """
856
892
  ...
857
893
 
858
- class DOPESHEET_PT_proportional_edit(bpy.types.Panel, bpy_types._GenericUI):
894
+ class DOPESHEET_PT_proportional_edit(bpy.types.Panel):
859
895
  bl_label: typing.Any
860
896
  bl_region_type: typing.Any
861
897
  bl_rna: typing.Any
@@ -886,7 +922,7 @@ class DOPESHEET_PT_proportional_edit(bpy.types.Panel, bpy_types._GenericUI):
886
922
  """
887
923
  ...
888
924
 
889
- class DOPESHEET_PT_snapping(bpy.types.Panel, bpy_types._GenericUI):
925
+ class DOPESHEET_PT_snapping(bpy.types.Panel):
890
926
  bl_label: typing.Any
891
927
  bl_region_type: typing.Any
892
928
  bl_rna: typing.Any
@@ -2,12 +2,12 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import bpy.types
5
- import bpy_types
5
+ import bpy_extras.asset_utils
6
6
 
7
7
  GenericType1 = typing.TypeVar("GenericType1")
8
8
  GenericType2 = typing.TypeVar("GenericType2")
9
9
 
10
- class ASSETBROWSER_MT_catalog(bpy.types.Menu, bpy_types._GenericUI):
10
+ class ASSETBROWSER_MT_catalog(AssetBrowserMenu, bpy.types.Menu):
11
11
  bl_label: typing.Any
12
12
  bl_rna: typing.Any
13
13
  id_data: typing.Any
@@ -35,7 +35,7 @@ class ASSETBROWSER_MT_catalog(bpy.types.Menu, bpy_types._GenericUI):
35
35
  """
36
36
  ...
37
37
 
38
- class ASSETBROWSER_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
38
+ class ASSETBROWSER_MT_context_menu(AssetBrowserMenu, bpy.types.Menu):
39
39
  bl_label: typing.Any
40
40
  bl_rna: typing.Any
41
41
  id_data: typing.Any
@@ -56,7 +56,7 @@ class ASSETBROWSER_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
56
56
  """
57
57
  ...
58
58
 
59
- class ASSETBROWSER_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
59
+ class ASSETBROWSER_MT_editor_menus(AssetBrowserMenu, bpy.types.Menu):
60
60
  bl_idname: typing.Any
61
61
  bl_label: typing.Any
62
62
  bl_rna: typing.Any
@@ -78,7 +78,7 @@ class ASSETBROWSER_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
78
78
  """
79
79
  ...
80
80
 
81
- class ASSETBROWSER_MT_metadata_preview_menu(bpy.types.Menu, bpy_types._GenericUI):
81
+ class ASSETBROWSER_MT_metadata_preview_menu(bpy.types.Menu):
82
82
  bl_label: typing.Any
83
83
  bl_rna: typing.Any
84
84
  id_data: typing.Any
@@ -106,7 +106,7 @@ class ASSETBROWSER_MT_metadata_preview_menu(bpy.types.Menu, bpy_types._GenericUI
106
106
  """
107
107
  ...
108
108
 
109
- class ASSETBROWSER_MT_select(bpy.types.Menu, bpy_types._GenericUI):
109
+ class ASSETBROWSER_MT_select(AssetBrowserMenu, bpy.types.Menu):
110
110
  bl_label: typing.Any
111
111
  bl_rna: typing.Any
112
112
  id_data: typing.Any
@@ -134,7 +134,7 @@ class ASSETBROWSER_MT_select(bpy.types.Menu, bpy_types._GenericUI):
134
134
  """
135
135
  ...
136
136
 
137
- class ASSETBROWSER_MT_view(bpy.types.Menu, bpy_types._GenericUI):
137
+ class ASSETBROWSER_MT_view(AssetBrowserMenu, bpy.types.Menu):
138
138
  bl_label: typing.Any
139
139
  bl_rna: typing.Any
140
140
  id_data: typing.Any
@@ -162,7 +162,9 @@ class ASSETBROWSER_MT_view(bpy.types.Menu, bpy_types._GenericUI):
162
162
  """
163
163
  ...
164
164
 
165
- class ASSETBROWSER_PT_display(bpy.types.Panel, bpy_types._GenericUI):
165
+ class ASSETBROWSER_PT_display(
166
+ bpy_extras.asset_utils.AssetBrowserPanel, bpy.types.Panel
167
+ ):
166
168
  bl_label: typing.Any
167
169
  bl_region_type: typing.Any
168
170
  bl_rna: typing.Any
@@ -193,7 +195,7 @@ class ASSETBROWSER_PT_display(bpy.types.Panel, bpy_types._GenericUI):
193
195
  """
194
196
  ...
195
197
 
196
- class ASSETBROWSER_PT_filter(bpy.types.Panel, bpy_types._GenericUI):
198
+ class ASSETBROWSER_PT_filter(bpy_extras.asset_utils.AssetBrowserPanel, bpy.types.Panel):
197
199
  bl_category: typing.Any
198
200
  bl_label: typing.Any
199
201
  bl_region_type: typing.Any
@@ -224,7 +226,9 @@ class ASSETBROWSER_PT_filter(bpy.types.Panel, bpy_types._GenericUI):
224
226
  """
225
227
  ...
226
228
 
227
- class ASSETBROWSER_PT_metadata(bpy.types.Panel, bpy_types._GenericUI):
229
+ class ASSETBROWSER_PT_metadata(
230
+ bpy_extras.asset_utils.AssetBrowserPanel, bpy.types.Panel
231
+ ):
228
232
  bl_label: typing.Any
229
233
  bl_options: typing.Any
230
234
  bl_region_type: typing.Any
@@ -266,7 +270,9 @@ class ASSETBROWSER_PT_metadata(bpy.types.Panel, bpy_types._GenericUI):
266
270
  """
267
271
  ...
268
272
 
269
- class ASSETBROWSER_PT_metadata_preview(bpy.types.Panel, bpy_types._GenericUI):
273
+ class ASSETBROWSER_PT_metadata_preview(
274
+ bpy_extras.asset_utils.AssetMetaDataPanel, bpy.types.Panel
275
+ ):
270
276
  bl_label: typing.Any
271
277
  bl_region_type: typing.Any
272
278
  bl_rna: typing.Any
@@ -296,7 +302,9 @@ class ASSETBROWSER_PT_metadata_preview(bpy.types.Panel, bpy_types._GenericUI):
296
302
  """
297
303
  ...
298
304
 
299
- class ASSETBROWSER_PT_metadata_tags(bpy.types.Panel, bpy_types._GenericUI):
305
+ class ASSETBROWSER_PT_metadata_tags(
306
+ bpy_extras.asset_utils.AssetMetaDataPanel, bpy.types.Panel
307
+ ):
300
308
  bl_label: typing.Any
301
309
  bl_region_type: typing.Any
302
310
  bl_rna: typing.Any
@@ -326,7 +334,7 @@ class ASSETBROWSER_PT_metadata_tags(bpy.types.Panel, bpy_types._GenericUI):
326
334
  """
327
335
  ...
328
336
 
329
- class ASSETBROWSER_UL_metadata_tags(bpy.types.UIList, bpy_types._GenericUI):
337
+ class ASSETBROWSER_UL_metadata_tags(bpy.types.UIList):
330
338
  bl_rna: typing.Any
331
339
  id_data: typing.Any
332
340
 
@@ -379,7 +387,7 @@ class AssetBrowserMenu:
379
387
  """
380
388
  ...
381
389
 
382
- class FILEBROWSER_HT_header(bpy.types.Header, bpy_types._GenericUI):
390
+ class FILEBROWSER_HT_header(bpy.types.Header):
383
391
  bl_rna: typing.Any
384
392
  bl_space_type: typing.Any
385
393
  id_data: typing.Any
@@ -414,7 +422,7 @@ class FILEBROWSER_HT_header(bpy.types.Header, bpy_types._GenericUI):
414
422
  """
415
423
  ...
416
424
 
417
- class FILEBROWSER_MT_bookmarks_context_menu(bpy.types.Menu, bpy_types._GenericUI):
425
+ class FILEBROWSER_MT_bookmarks_context_menu(bpy.types.Menu):
418
426
  bl_label: typing.Any
419
427
  bl_rna: typing.Any
420
428
  id_data: typing.Any
@@ -442,9 +450,7 @@ class FILEBROWSER_MT_bookmarks_context_menu(bpy.types.Menu, bpy_types._GenericUI
442
450
  """
443
451
  ...
444
452
 
445
- class FILEBROWSER_MT_bookmarks_recents_specials_menu(
446
- bpy.types.Menu, bpy_types._GenericUI
447
- ):
453
+ class FILEBROWSER_MT_bookmarks_recents_specials_menu(bpy.types.Menu):
448
454
  bl_label: typing.Any
449
455
  bl_rna: typing.Any
450
456
  id_data: typing.Any
@@ -472,7 +478,7 @@ class FILEBROWSER_MT_bookmarks_recents_specials_menu(
472
478
  """
473
479
  ...
474
480
 
475
- class FILEBROWSER_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
481
+ class FILEBROWSER_MT_context_menu(FileBrowserMenu, bpy.types.Menu):
476
482
  bl_label: typing.Any
477
483
  bl_rna: typing.Any
478
484
  id_data: typing.Any
@@ -500,7 +506,7 @@ class FILEBROWSER_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
500
506
  """
501
507
  ...
502
508
 
503
- class FILEBROWSER_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
509
+ class FILEBROWSER_MT_editor_menus(FileBrowserMenu, bpy.types.Menu):
504
510
  bl_idname: typing.Any
505
511
  bl_label: typing.Any
506
512
  bl_rna: typing.Any
@@ -529,7 +535,7 @@ class FILEBROWSER_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
529
535
  """
530
536
  ...
531
537
 
532
- class FILEBROWSER_MT_select(bpy.types.Menu, bpy_types._GenericUI):
538
+ class FILEBROWSER_MT_select(FileBrowserMenu, bpy.types.Menu):
533
539
  bl_label: typing.Any
534
540
  bl_rna: typing.Any
535
541
  id_data: typing.Any
@@ -557,7 +563,7 @@ class FILEBROWSER_MT_select(bpy.types.Menu, bpy_types._GenericUI):
557
563
  """
558
564
  ...
559
565
 
560
- class FILEBROWSER_MT_view(bpy.types.Menu, bpy_types._GenericUI):
566
+ class FILEBROWSER_MT_view(FileBrowserMenu, bpy.types.Menu):
561
567
  bl_label: typing.Any
562
568
  bl_rna: typing.Any
563
569
  id_data: typing.Any
@@ -585,7 +591,7 @@ class FILEBROWSER_MT_view(bpy.types.Menu, bpy_types._GenericUI):
585
591
  """
586
592
  ...
587
593
 
588
- class FILEBROWSER_MT_view_pie(bpy.types.Menu, bpy_types._GenericUI):
594
+ class FILEBROWSER_MT_view_pie(bpy.types.Menu):
589
595
  bl_idname: typing.Any
590
596
  bl_label: typing.Any
591
597
  bl_rna: typing.Any
@@ -614,7 +620,7 @@ class FILEBROWSER_MT_view_pie(bpy.types.Menu, bpy_types._GenericUI):
614
620
  """
615
621
  ...
616
622
 
617
- class FILEBROWSER_PT_advanced_filter(bpy.types.Panel, bpy_types._GenericUI):
623
+ class FILEBROWSER_PT_advanced_filter(bpy.types.Panel):
618
624
  bl_category: typing.Any
619
625
  bl_label: typing.Any
620
626
  bl_region_type: typing.Any
@@ -653,7 +659,7 @@ class FILEBROWSER_PT_advanced_filter(bpy.types.Panel, bpy_types._GenericUI):
653
659
  """
654
660
  ...
655
661
 
656
- class FILEBROWSER_PT_bookmarks_favorites(bpy.types.Panel, bpy_types._GenericUI):
662
+ class FILEBROWSER_PT_bookmarks_favorites(FileBrowserPanel, bpy.types.Panel):
657
663
  bl_category: typing.Any
658
664
  bl_label: typing.Any
659
665
  bl_region_type: typing.Any
@@ -692,7 +698,7 @@ class FILEBROWSER_PT_bookmarks_favorites(bpy.types.Panel, bpy_types._GenericUI):
692
698
  """
693
699
  ...
694
700
 
695
- class FILEBROWSER_PT_bookmarks_recents(bpy.types.Panel, bpy_types._GenericUI):
701
+ class FILEBROWSER_PT_bookmarks_recents(bpy.types.Panel):
696
702
  bl_category: typing.Any
697
703
  bl_label: typing.Any
698
704
  bl_region_type: typing.Any
@@ -731,7 +737,7 @@ class FILEBROWSER_PT_bookmarks_recents(bpy.types.Panel, bpy_types._GenericUI):
731
737
  """
732
738
  ...
733
739
 
734
- class FILEBROWSER_PT_bookmarks_system(bpy.types.Panel, bpy_types._GenericUI):
740
+ class FILEBROWSER_PT_bookmarks_system(bpy.types.Panel):
735
741
  bl_category: typing.Any
736
742
  bl_label: typing.Any
737
743
  bl_region_type: typing.Any
@@ -770,7 +776,7 @@ class FILEBROWSER_PT_bookmarks_system(bpy.types.Panel, bpy_types._GenericUI):
770
776
  """
771
777
  ...
772
778
 
773
- class FILEBROWSER_PT_bookmarks_volumes(bpy.types.Panel, bpy_types._GenericUI):
779
+ class FILEBROWSER_PT_bookmarks_volumes(bpy.types.Panel):
774
780
  bl_category: typing.Any
775
781
  bl_label: typing.Any
776
782
  bl_region_type: typing.Any
@@ -810,7 +816,7 @@ class FILEBROWSER_PT_bookmarks_volumes(bpy.types.Panel, bpy_types._GenericUI):
810
816
  """
811
817
  ...
812
818
 
813
- class FILEBROWSER_PT_directory_path(bpy.types.Panel, bpy_types._GenericUI):
819
+ class FILEBROWSER_PT_directory_path(bpy.types.Panel):
814
820
  bl_category: typing.Any
815
821
  bl_label: typing.Any
816
822
  bl_options: typing.Any
@@ -857,7 +863,7 @@ class FILEBROWSER_PT_directory_path(bpy.types.Panel, bpy_types._GenericUI):
857
863
  """
858
864
  ...
859
865
 
860
- class FILEBROWSER_PT_display(bpy.types.Panel, bpy_types._GenericUI):
866
+ class FILEBROWSER_PT_display(FileBrowserPanel, bpy.types.Panel):
861
867
  bl_label: typing.Any
862
868
  bl_region_type: typing.Any
863
869
  bl_rna: typing.Any
@@ -888,7 +894,7 @@ class FILEBROWSER_PT_display(bpy.types.Panel, bpy_types._GenericUI):
888
894
  """
889
895
  ...
890
896
 
891
- class FILEBROWSER_PT_filter(bpy.types.Panel, bpy_types._GenericUI):
897
+ class FILEBROWSER_PT_filter(FileBrowserPanel, bpy.types.Panel):
892
898
  bl_label: typing.Any
893
899
  bl_region_type: typing.Any
894
900
  bl_rna: typing.Any
@@ -919,7 +925,7 @@ class FILEBROWSER_PT_filter(bpy.types.Panel, bpy_types._GenericUI):
919
925
  """
920
926
  ...
921
927
 
922
- class FILEBROWSER_UL_dir(bpy.types.UIList, bpy_types._GenericUI):
928
+ class FILEBROWSER_UL_dir(bpy.types.UIList):
923
929
  bl_rna: typing.Any
924
930
  id_data: typing.Any
925
931