fake-bpy-module 20240722__py3-none-any.whl → 20240724__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 (98) 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/export_scene/__init__.pyi +1 -1
  88. bpy/ops/grease_pencil/__init__.pyi +18 -0
  89. bpy/ops/sequencer/__init__.pyi +1 -1
  90. bpy/types/__init__.pyi +29470 -29130
  91. bpy_extras/node_shader_utils/__init__.pyi +118 -118
  92. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/METADATA +1 -1
  93. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/RECORD +98 -98
  94. freestyle/utils/__init__.pyi +1 -1
  95. keyingsets_builtins/__init__.pyi +2 -2
  96. nodeitems_builtins/__init__.pyi +4 -4
  97. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/WHEEL +0 -0
  98. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/top_level.txt +0 -0
@@ -2,7 +2,7 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import bpy.types
5
- import bpy_types
5
+ import rna_prop_ui
6
6
 
7
7
  GenericType1 = typing.TypeVar("GenericType1")
8
8
  GenericType2 = typing.TypeVar("GenericType2")
@@ -19,7 +19,7 @@ class ColorAttributesListBase:
19
19
  """
20
20
  ...
21
21
 
22
- class DATA_PT_context_mesh(bpy.types.Panel, bpy_types._GenericUI):
22
+ class DATA_PT_context_mesh(MeshButtonsPanel, bpy.types.Panel):
23
23
  COMPAT_ENGINES: typing.Any
24
24
  bl_context: typing.Any
25
25
  bl_label: typing.Any
@@ -52,7 +52,9 @@ class DATA_PT_context_mesh(bpy.types.Panel, bpy_types._GenericUI):
52
52
  """
53
53
  ...
54
54
 
55
- class DATA_PT_custom_props_mesh(bpy.types.Panel, bpy_types._GenericUI):
55
+ class DATA_PT_custom_props_mesh(
56
+ rna_prop_ui.PropertyPanel, MeshButtonsPanel, bpy.types.Panel
57
+ ):
56
58
  """The subclass should have its own poll function
57
59
  and the variable '_context_path' MUST be set.
58
60
  """
@@ -83,7 +85,7 @@ class DATA_PT_custom_props_mesh(bpy.types.Panel, bpy_types._GenericUI):
83
85
  """
84
86
  ...
85
87
 
86
- class DATA_PT_customdata(bpy.types.Panel, bpy_types._GenericUI):
88
+ class DATA_PT_customdata(MeshButtonsPanel, bpy.types.Panel):
87
89
  COMPAT_ENGINES: typing.Any
88
90
  bl_context: typing.Any
89
91
  bl_label: typing.Any
@@ -116,7 +118,7 @@ class DATA_PT_customdata(bpy.types.Panel, bpy_types._GenericUI):
116
118
  """
117
119
  ...
118
120
 
119
- class DATA_PT_mesh_attributes(bpy.types.Panel, bpy_types._GenericUI):
121
+ class DATA_PT_mesh_attributes(MeshButtonsPanel, bpy.types.Panel):
120
122
  COMPAT_ENGINES: typing.Any
121
123
  bl_context: typing.Any
122
124
  bl_label: typing.Any
@@ -149,7 +151,7 @@ class DATA_PT_mesh_attributes(bpy.types.Panel, bpy_types._GenericUI):
149
151
  """
150
152
  ...
151
153
 
152
- class DATA_PT_remesh(bpy.types.Panel, bpy_types._GenericUI):
154
+ class DATA_PT_remesh(MeshButtonsPanel, bpy.types.Panel):
153
155
  COMPAT_ENGINES: typing.Any
154
156
  bl_context: typing.Any
155
157
  bl_label: typing.Any
@@ -182,7 +184,7 @@ class DATA_PT_remesh(bpy.types.Panel, bpy_types._GenericUI):
182
184
  """
183
185
  ...
184
186
 
185
- class DATA_PT_shape_keys(bpy.types.Panel, bpy_types._GenericUI):
187
+ class DATA_PT_shape_keys(MeshButtonsPanel, bpy.types.Panel):
186
188
  COMPAT_ENGINES: typing.Any
187
189
  bl_context: typing.Any
188
190
  bl_label: typing.Any
@@ -222,7 +224,7 @@ class DATA_PT_shape_keys(bpy.types.Panel, bpy_types._GenericUI):
222
224
  """
223
225
  ...
224
226
 
225
- class DATA_PT_texture_space(bpy.types.Panel, bpy_types._GenericUI):
227
+ class DATA_PT_texture_space(MeshButtonsPanel, bpy.types.Panel):
226
228
  COMPAT_ENGINES: typing.Any
227
229
  bl_context: typing.Any
228
230
  bl_label: typing.Any
@@ -255,7 +257,7 @@ class DATA_PT_texture_space(bpy.types.Panel, bpy_types._GenericUI):
255
257
  """
256
258
  ...
257
259
 
258
- class DATA_PT_uv_texture(bpy.types.Panel, bpy_types._GenericUI):
260
+ class DATA_PT_uv_texture(MeshButtonsPanel, bpy.types.Panel):
259
261
  COMPAT_ENGINES: typing.Any
260
262
  bl_context: typing.Any
261
263
  bl_label: typing.Any
@@ -288,7 +290,7 @@ class DATA_PT_uv_texture(bpy.types.Panel, bpy_types._GenericUI):
288
290
  """
289
291
  ...
290
292
 
291
- class DATA_PT_vertex_colors(bpy.types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
293
+ class DATA_PT_vertex_colors(DATA_PT_mesh_attributes, bpy.types.Panel):
292
294
  COMPAT_ENGINES: typing.Any
293
295
  bl_context: typing.Any
294
296
  bl_label: typing.Any
@@ -321,7 +323,7 @@ class DATA_PT_vertex_colors(bpy.types.Panel, MeshButtonsPanel, bpy_types._Generi
321
323
  """
322
324
  ...
323
325
 
324
- class DATA_PT_vertex_groups(bpy.types.Panel, bpy_types._GenericUI):
326
+ class DATA_PT_vertex_groups(MeshButtonsPanel, bpy.types.Panel):
325
327
  COMPAT_ENGINES: typing.Any
326
328
  bl_context: typing.Any
327
329
  bl_label: typing.Any
@@ -361,7 +363,7 @@ class DATA_PT_vertex_groups(bpy.types.Panel, bpy_types._GenericUI):
361
363
  """
362
364
  ...
363
365
 
364
- class MESH_MT_attribute_context_menu(bpy.types.Menu, bpy_types._GenericUI):
366
+ class MESH_MT_attribute_context_menu(bpy.types.Menu):
365
367
  bl_label: typing.Any
366
368
  bl_rna: typing.Any
367
369
  id_data: typing.Any
@@ -389,7 +391,7 @@ class MESH_MT_attribute_context_menu(bpy.types.Menu, bpy_types._GenericUI):
389
391
  """
390
392
  ...
391
393
 
392
- class MESH_MT_color_attribute_context_menu(bpy.types.Menu, bpy_types._GenericUI):
394
+ class MESH_MT_color_attribute_context_menu(bpy.types.Menu):
393
395
  bl_label: typing.Any
394
396
  bl_rna: typing.Any
395
397
  id_data: typing.Any
@@ -417,7 +419,7 @@ class MESH_MT_color_attribute_context_menu(bpy.types.Menu, bpy_types._GenericUI)
417
419
  """
418
420
  ...
419
421
 
420
- class MESH_MT_shape_key_context_menu(bpy.types.Menu, bpy_types._GenericUI):
422
+ class MESH_MT_shape_key_context_menu(bpy.types.Menu):
421
423
  bl_label: typing.Any
422
424
  bl_rna: typing.Any
423
425
  id_data: typing.Any
@@ -445,7 +447,7 @@ class MESH_MT_shape_key_context_menu(bpy.types.Menu, bpy_types._GenericUI):
445
447
  """
446
448
  ...
447
449
 
448
- class MESH_MT_vertex_group_context_menu(bpy.types.Menu, bpy_types._GenericUI):
450
+ class MESH_MT_vertex_group_context_menu(bpy.types.Menu):
449
451
  bl_label: typing.Any
450
452
  bl_rna: typing.Any
451
453
  id_data: typing.Any
@@ -473,7 +475,7 @@ class MESH_MT_vertex_group_context_menu(bpy.types.Menu, bpy_types._GenericUI):
473
475
  """
474
476
  ...
475
477
 
476
- class MESH_UL_attributes(bpy.types.UIList, bpy_types._GenericUI):
478
+ class MESH_UL_attributes(bpy.types.UIList):
477
479
  bl_rna: typing.Any
478
480
  display_domain_names: typing.Any
479
481
  id_data: typing.Any
@@ -527,9 +529,8 @@ class MESH_UL_attributes(bpy.types.UIList, bpy_types._GenericUI):
527
529
  """
528
530
  ...
529
531
 
530
- class MESH_UL_color_attributes(bpy.types.UIList, bpy_types._GenericUI):
532
+ class MESH_UL_shape_keys(bpy.types.UIList):
531
533
  bl_rna: typing.Any
532
- display_domain_names: typing.Any
533
534
  id_data: typing.Any
534
535
 
535
536
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -549,32 +550,23 @@ class MESH_UL_color_attributes(bpy.types.UIList, bpy_types._GenericUI):
549
550
  ...
550
551
 
551
552
  def draw_item(
552
- self,
553
- _context,
554
- layout,
555
- data,
556
- attribute,
557
- _icon,
558
- _active_data,
559
- _active_propname,
560
- _index,
553
+ self, _context, layout, _data, item, icon, active_data, _active_propname, index
561
554
  ):
562
555
  """
563
556
 
564
557
  :param _context:
565
558
  :param layout:
566
- :param data:
567
- :param attribute:
568
- :param _icon:
569
- :param _active_data:
559
+ :param _data:
560
+ :param item:
561
+ :param icon:
562
+ :param active_data:
570
563
  :param _active_propname:
571
- :param _index:
564
+ :param index:
572
565
  """
573
566
  ...
574
567
 
575
- class MESH_UL_color_attributes_selector(bpy.types.UIList, bpy_types._GenericUI):
568
+ class MESH_UL_uvmaps(bpy.types.UIList):
576
569
  bl_rna: typing.Any
577
- display_domain_names: typing.Any
578
570
  id_data: typing.Any
579
571
 
580
572
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -598,8 +590,8 @@ class MESH_UL_color_attributes_selector(bpy.types.UIList, bpy_types._GenericUI):
598
590
  _context,
599
591
  layout,
600
592
  _data,
601
- attribute,
602
- _icon,
593
+ item,
594
+ icon,
603
595
  _active_data,
604
596
  _active_propname,
605
597
  _index,
@@ -609,15 +601,15 @@ class MESH_UL_color_attributes_selector(bpy.types.UIList, bpy_types._GenericUI):
609
601
  :param _context:
610
602
  :param layout:
611
603
  :param _data:
612
- :param attribute:
613
- :param _icon:
604
+ :param item:
605
+ :param icon:
614
606
  :param _active_data:
615
607
  :param _active_propname:
616
608
  :param _index:
617
609
  """
618
610
  ...
619
611
 
620
- class MESH_UL_shape_keys(bpy.types.UIList, bpy_types._GenericUI):
612
+ class MESH_UL_vgroups(bpy.types.UIList):
621
613
  bl_rna: typing.Any
622
614
  id_data: typing.Any
623
615
 
@@ -638,7 +630,15 @@ class MESH_UL_shape_keys(bpy.types.UIList, bpy_types._GenericUI):
638
630
  ...
639
631
 
640
632
  def draw_item(
641
- self, _context, layout, _data, item, icon, active_data, _active_propname, index
633
+ self,
634
+ _context,
635
+ layout,
636
+ _data,
637
+ item,
638
+ icon,
639
+ _active_data_,
640
+ _active_propname,
641
+ _index,
642
642
  ):
643
643
  """
644
644
 
@@ -647,14 +647,28 @@ class MESH_UL_shape_keys(bpy.types.UIList, bpy_types._GenericUI):
647
647
  :param _data:
648
648
  :param item:
649
649
  :param icon:
650
- :param active_data:
650
+ :param _active_data_:
651
651
  :param _active_propname:
652
- :param index:
652
+ :param _index:
653
+ """
654
+ ...
655
+
656
+ class MeshButtonsPanel:
657
+ bl_context: typing.Any
658
+ bl_region_type: typing.Any
659
+ bl_space_type: typing.Any
660
+
661
+ @classmethod
662
+ def poll(cls, context):
663
+ """
664
+
665
+ :param context:
653
666
  """
654
667
  ...
655
668
 
656
- class MESH_UL_uvmaps(bpy.types.UIList, bpy_types._GenericUI):
669
+ class MESH_UL_color_attributes(bpy.types.UIList, ColorAttributesListBase):
657
670
  bl_rna: typing.Any
671
+ display_domain_names: typing.Any
658
672
  id_data: typing.Any
659
673
 
660
674
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -677,9 +691,9 @@ class MESH_UL_uvmaps(bpy.types.UIList, bpy_types._GenericUI):
677
691
  self,
678
692
  _context,
679
693
  layout,
680
- _data,
681
- item,
682
- icon,
694
+ data,
695
+ attribute,
696
+ _icon,
683
697
  _active_data,
684
698
  _active_propname,
685
699
  _index,
@@ -688,17 +702,18 @@ class MESH_UL_uvmaps(bpy.types.UIList, bpy_types._GenericUI):
688
702
 
689
703
  :param _context:
690
704
  :param layout:
691
- :param _data:
692
- :param item:
693
- :param icon:
705
+ :param data:
706
+ :param attribute:
707
+ :param _icon:
694
708
  :param _active_data:
695
709
  :param _active_propname:
696
710
  :param _index:
697
711
  """
698
712
  ...
699
713
 
700
- class MESH_UL_vgroups(bpy.types.UIList, bpy_types._GenericUI):
714
+ class MESH_UL_color_attributes_selector(bpy.types.UIList, ColorAttributesListBase):
701
715
  bl_rna: typing.Any
716
+ display_domain_names: typing.Any
702
717
  id_data: typing.Any
703
718
 
704
719
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -722,9 +737,9 @@ class MESH_UL_vgroups(bpy.types.UIList, bpy_types._GenericUI):
722
737
  _context,
723
738
  layout,
724
739
  _data,
725
- item,
726
- icon,
727
- _active_data_,
740
+ attribute,
741
+ _icon,
742
+ _active_data,
728
743
  _active_propname,
729
744
  _index,
730
745
  ):
@@ -733,25 +748,12 @@ class MESH_UL_vgroups(bpy.types.UIList, bpy_types._GenericUI):
733
748
  :param _context:
734
749
  :param layout:
735
750
  :param _data:
736
- :param item:
737
- :param icon:
738
- :param _active_data_:
751
+ :param attribute:
752
+ :param _icon:
753
+ :param _active_data:
739
754
  :param _active_propname:
740
755
  :param _index:
741
756
  """
742
757
  ...
743
758
 
744
- class MeshButtonsPanel:
745
- bl_context: typing.Any
746
- bl_region_type: typing.Any
747
- bl_space_type: typing.Any
748
-
749
- @classmethod
750
- def poll(cls, context):
751
- """
752
-
753
- :param context:
754
- """
755
- ...
756
-
757
759
  def draw_attribute_warnings(context, layout): ...
@@ -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 rna_prop_ui
6
6
 
7
7
  GenericType1 = typing.TypeVar("GenericType1")
8
8
  GenericType2 = typing.TypeVar("GenericType2")
9
9
 
10
- class DATA_PT_context_metaball(bpy.types.Panel, bpy_types._GenericUI):
10
+ class DATA_PT_context_metaball(DataButtonsPanel, bpy.types.Panel):
11
11
  bl_context: typing.Any
12
12
  bl_label: typing.Any
13
13
  bl_options: typing.Any
@@ -39,7 +39,9 @@ class DATA_PT_context_metaball(bpy.types.Panel, bpy_types._GenericUI):
39
39
  """
40
40
  ...
41
41
 
42
- class DATA_PT_custom_props_metaball(bpy.types.Panel, bpy_types._GenericUI):
42
+ class DATA_PT_custom_props_metaball(
43
+ rna_prop_ui.PropertyPanel, DataButtonsPanel, bpy.types.Panel
44
+ ):
43
45
  """The subclass should have its own poll function
44
46
  and the variable '_context_path' MUST be set.
45
47
  """
@@ -70,7 +72,7 @@ class DATA_PT_custom_props_metaball(bpy.types.Panel, bpy_types._GenericUI):
70
72
  """
71
73
  ...
72
74
 
73
- class DATA_PT_mball_texture_space(bpy.types.Panel, bpy_types._GenericUI):
75
+ class DATA_PT_mball_texture_space(DataButtonsPanel, bpy.types.Panel):
74
76
  COMPAT_ENGINES: typing.Any
75
77
  bl_context: typing.Any
76
78
  bl_label: typing.Any
@@ -103,7 +105,7 @@ class DATA_PT_mball_texture_space(bpy.types.Panel, bpy_types._GenericUI):
103
105
  """
104
106
  ...
105
107
 
106
- class DATA_PT_metaball(bpy.types.Panel, bpy_types._GenericUI):
108
+ class DATA_PT_metaball(DataButtonsPanel, bpy.types.Panel):
107
109
  bl_context: typing.Any
108
110
  bl_label: typing.Any
109
111
  bl_region_type: typing.Any
@@ -134,7 +136,7 @@ class DATA_PT_metaball(bpy.types.Panel, bpy_types._GenericUI):
134
136
  """
135
137
  ...
136
138
 
137
- class DATA_PT_metaball_element(bpy.types.Panel, bpy_types._GenericUI):
139
+ class DATA_PT_metaball_element(DataButtonsPanel, bpy.types.Panel):
138
140
  bl_context: typing.Any
139
141
  bl_label: typing.Any
140
142
  bl_region_type: typing.Any
@@ -2,7 +2,6 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import bpy.types
5
- import bpy_types
6
5
 
7
6
  GenericType1 = typing.TypeVar("GenericType1")
8
7
  GenericType2 = typing.TypeVar("GenericType2")
@@ -45,7 +44,7 @@ class AddModifierMenu(bpy.types.Operator):
45
44
  """
46
45
  ...
47
46
 
48
- class DATA_PT_gpencil_modifiers(bpy.types.Panel, bpy_types._GenericUI):
47
+ class DATA_PT_gpencil_modifiers(ModifierButtonsPanel, bpy.types.Panel):
49
48
  bl_context: typing.Any
50
49
  bl_label: typing.Any
51
50
  bl_options: typing.Any
@@ -85,7 +84,7 @@ class DATA_PT_gpencil_modifiers(bpy.types.Panel, bpy_types._GenericUI):
85
84
  """
86
85
  ...
87
86
 
88
- class DATA_PT_modifiers(bpy.types.Panel, bpy_types._GenericUI):
87
+ class DATA_PT_modifiers(ModifierButtonsPanel, bpy.types.Panel):
89
88
  bl_context: typing.Any
90
89
  bl_label: typing.Any
91
90
  bl_options: typing.Any
@@ -145,7 +144,7 @@ class ModifierButtonsPanel:
145
144
  bl_region_type: typing.Any
146
145
  bl_space_type: typing.Any
147
146
 
148
- class OBJECT_MT_modifier_add(bpy.types.Menu, bpy_types._GenericUI):
147
+ class OBJECT_MT_modifier_add(ModifierAddMenu, bpy.types.Menu):
149
148
  MODIFIER_TYPES_I18N_CONTEXT: typing.Any
150
149
  MODIFIER_TYPES_TO_ICONS: typing.Any
151
150
  MODIFIER_TYPES_TO_LABELS: typing.Any
@@ -177,7 +176,7 @@ class OBJECT_MT_modifier_add(bpy.types.Menu, bpy_types._GenericUI):
177
176
  """
178
177
  ...
179
178
 
180
- class OBJECT_MT_modifier_add_color(bpy.types.Menu, bpy_types._GenericUI):
179
+ class OBJECT_MT_modifier_add_color(ModifierAddMenu, bpy.types.Menu):
181
180
  MODIFIER_TYPES_I18N_CONTEXT: typing.Any
182
181
  MODIFIER_TYPES_TO_ICONS: typing.Any
183
182
  MODIFIER_TYPES_TO_LABELS: typing.Any
@@ -209,7 +208,7 @@ class OBJECT_MT_modifier_add_color(bpy.types.Menu, bpy_types._GenericUI):
209
208
  """
210
209
  ...
211
210
 
212
- class OBJECT_MT_modifier_add_deform(bpy.types.Menu, bpy_types._GenericUI):
211
+ class OBJECT_MT_modifier_add_deform(ModifierAddMenu, bpy.types.Menu):
213
212
  MODIFIER_TYPES_I18N_CONTEXT: typing.Any
214
213
  MODIFIER_TYPES_TO_ICONS: typing.Any
215
214
  MODIFIER_TYPES_TO_LABELS: typing.Any
@@ -241,7 +240,7 @@ class OBJECT_MT_modifier_add_deform(bpy.types.Menu, bpy_types._GenericUI):
241
240
  """
242
241
  ...
243
242
 
244
- class OBJECT_MT_modifier_add_edit(bpy.types.Menu, bpy_types._GenericUI):
243
+ class OBJECT_MT_modifier_add_edit(ModifierAddMenu, bpy.types.Menu):
245
244
  MODIFIER_TYPES_I18N_CONTEXT: typing.Any
246
245
  MODIFIER_TYPES_TO_ICONS: typing.Any
247
246
  MODIFIER_TYPES_TO_LABELS: typing.Any
@@ -273,7 +272,7 @@ class OBJECT_MT_modifier_add_edit(bpy.types.Menu, bpy_types._GenericUI):
273
272
  """
274
273
  ...
275
274
 
276
- class OBJECT_MT_modifier_add_generate(bpy.types.Menu, bpy_types._GenericUI):
275
+ class OBJECT_MT_modifier_add_generate(ModifierAddMenu, bpy.types.Menu):
277
276
  MODIFIER_TYPES_I18N_CONTEXT: typing.Any
278
277
  MODIFIER_TYPES_TO_ICONS: typing.Any
279
278
  MODIFIER_TYPES_TO_LABELS: typing.Any
@@ -305,7 +304,7 @@ class OBJECT_MT_modifier_add_generate(bpy.types.Menu, bpy_types._GenericUI):
305
304
  """
306
305
  ...
307
306
 
308
- class OBJECT_MT_modifier_add_normals(bpy.types.Menu, bpy_types._GenericUI):
307
+ class OBJECT_MT_modifier_add_normals(ModifierAddMenu, bpy.types.Menu):
309
308
  MODIFIER_TYPES_I18N_CONTEXT: typing.Any
310
309
  MODIFIER_TYPES_TO_ICONS: typing.Any
311
310
  MODIFIER_TYPES_TO_LABELS: typing.Any
@@ -337,7 +336,7 @@ class OBJECT_MT_modifier_add_normals(bpy.types.Menu, bpy_types._GenericUI):
337
336
  """
338
337
  ...
339
338
 
340
- class OBJECT_MT_modifier_add_physics(bpy.types.Menu, bpy_types._GenericUI):
339
+ class OBJECT_MT_modifier_add_physics(ModifierAddMenu, bpy.types.Menu):
341
340
  MODIFIER_TYPES_I18N_CONTEXT: typing.Any
342
341
  MODIFIER_TYPES_TO_ICONS: typing.Any
343
342
  MODIFIER_TYPES_TO_LABELS: 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 rna_prop_ui
6
6
 
7
7
  GenericType1 = typing.TypeVar("GenericType1")
8
8
  GenericType2 = typing.TypeVar("GenericType2")
9
9
 
10
- class DATA_PT_context_pointcloud(bpy.types.Panel, bpy_types._GenericUI):
10
+ class DATA_PT_context_pointcloud(DataButtonsPanel, bpy.types.Panel):
11
11
  COMPAT_ENGINES: typing.Any
12
12
  bl_context: typing.Any
13
13
  bl_label: typing.Any
@@ -40,7 +40,9 @@ class DATA_PT_context_pointcloud(bpy.types.Panel, bpy_types._GenericUI):
40
40
  """
41
41
  ...
42
42
 
43
- class DATA_PT_custom_props_pointcloud(bpy.types.Panel, bpy_types._GenericUI):
43
+ class DATA_PT_custom_props_pointcloud(
44
+ rna_prop_ui.PropertyPanel, DataButtonsPanel, bpy.types.Panel
45
+ ):
44
46
  """The subclass should have its own poll function
45
47
  and the variable '_context_path' MUST be set.
46
48
  """
@@ -71,7 +73,7 @@ class DATA_PT_custom_props_pointcloud(bpy.types.Panel, bpy_types._GenericUI):
71
73
  """
72
74
  ...
73
75
 
74
- class DATA_PT_pointcloud_attributes(bpy.types.Panel, bpy_types._GenericUI):
76
+ class DATA_PT_pointcloud_attributes(DataButtonsPanel, bpy.types.Panel):
75
77
  COMPAT_ENGINES: typing.Any
76
78
  bl_context: typing.Any
77
79
  bl_label: typing.Any
@@ -116,7 +118,7 @@ class DataButtonsPanel:
116
118
  """
117
119
  ...
118
120
 
119
- class POINTCLOUD_MT_add_attribute(bpy.types.Menu, bpy_types._GenericUI):
121
+ class POINTCLOUD_MT_add_attribute(bpy.types.Menu):
120
122
  bl_label: typing.Any
121
123
  bl_rna: typing.Any
122
124
  id_data: typing.Any
@@ -156,7 +158,7 @@ class POINTCLOUD_MT_add_attribute(bpy.types.Menu, bpy_types._GenericUI):
156
158
  """
157
159
  ...
158
160
 
159
- class POINTCLOUD_UL_attributes(bpy.types.UIList, bpy_types._GenericUI):
161
+ class POINTCLOUD_UL_attributes(bpy.types.UIList):
160
162
  bl_rna: typing.Any
161
163
  id_data: typing.Any
162
164
 
@@ -2,12 +2,11 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import bpy.types
5
- import bpy_types
6
5
 
7
6
  GenericType1 = typing.TypeVar("GenericType1")
8
7
  GenericType2 = typing.TypeVar("GenericType2")
9
8
 
10
- class DATA_PT_shader_fx(bpy.types.Panel, bpy_types._GenericUI):
9
+ class DATA_PT_shader_fx(ShaderFxButtonsPanel, bpy.types.Panel):
11
10
  bl_context: typing.Any
12
11
  bl_label: typing.Any
13
12
  bl_options: 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 rna_prop_ui
6
6
 
7
7
  GenericType1 = typing.TypeVar("GenericType1")
8
8
  GenericType2 = typing.TypeVar("GenericType2")
9
9
 
10
- class DATA_PT_cone(bpy.types.Panel, bpy_types._GenericUI):
10
+ class DATA_PT_cone(DataButtonsPanel, bpy.types.Panel):
11
11
  COMPAT_ENGINES: typing.Any
12
12
  bl_context: typing.Any
13
13
  bl_label: typing.Any
@@ -40,7 +40,7 @@ class DATA_PT_cone(bpy.types.Panel, bpy_types._GenericUI):
40
40
  """
41
41
  ...
42
42
 
43
- class DATA_PT_context_speaker(bpy.types.Panel, bpy_types._GenericUI):
43
+ class DATA_PT_context_speaker(DataButtonsPanel, bpy.types.Panel):
44
44
  COMPAT_ENGINES: typing.Any
45
45
  bl_context: typing.Any
46
46
  bl_label: typing.Any
@@ -73,7 +73,9 @@ class DATA_PT_context_speaker(bpy.types.Panel, bpy_types._GenericUI):
73
73
  """
74
74
  ...
75
75
 
76
- class DATA_PT_custom_props_speaker(bpy.types.Panel, bpy_types._GenericUI):
76
+ class DATA_PT_custom_props_speaker(
77
+ rna_prop_ui.PropertyPanel, DataButtonsPanel, bpy.types.Panel
78
+ ):
77
79
  """The subclass should have its own poll function
78
80
  and the variable '_context_path' MUST be set.
79
81
  """
@@ -104,7 +106,7 @@ class DATA_PT_custom_props_speaker(bpy.types.Panel, bpy_types._GenericUI):
104
106
  """
105
107
  ...
106
108
 
107
- class DATA_PT_distance(bpy.types.Panel, bpy_types._GenericUI):
109
+ class DATA_PT_distance(DataButtonsPanel, bpy.types.Panel):
108
110
  COMPAT_ENGINES: typing.Any
109
111
  bl_context: typing.Any
110
112
  bl_label: typing.Any
@@ -137,7 +139,7 @@ class DATA_PT_distance(bpy.types.Panel, bpy_types._GenericUI):
137
139
  """
138
140
  ...
139
141
 
140
- class DATA_PT_speaker(bpy.types.Panel, bpy_types._GenericUI):
142
+ class DATA_PT_speaker(DataButtonsPanel, bpy.types.Panel):
141
143
  COMPAT_ENGINES: typing.Any
142
144
  bl_context: typing.Any
143
145
  bl_label: 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 rna_prop_ui
6
6
 
7
7
  GenericType1 = typing.TypeVar("GenericType1")
8
8
  GenericType2 = typing.TypeVar("GenericType2")
9
9
 
10
- class DATA_PT_context_volume(bpy.types.Panel, bpy_types._GenericUI):
10
+ class DATA_PT_context_volume(DataButtonsPanel, bpy.types.Panel):
11
11
  COMPAT_ENGINES: typing.Any
12
12
  bl_context: typing.Any
13
13
  bl_label: typing.Any
@@ -40,7 +40,9 @@ class DATA_PT_context_volume(bpy.types.Panel, bpy_types._GenericUI):
40
40
  """
41
41
  ...
42
42
 
43
- class DATA_PT_custom_props_volume(bpy.types.Panel, bpy_types._GenericUI):
43
+ class DATA_PT_custom_props_volume(
44
+ rna_prop_ui.PropertyPanel, DataButtonsPanel, bpy.types.Panel
45
+ ):
44
46
  """The subclass should have its own poll function
45
47
  and the variable '_context_path' MUST be set.
46
48
  """
@@ -71,7 +73,7 @@ class DATA_PT_custom_props_volume(bpy.types.Panel, bpy_types._GenericUI):
71
73
  """
72
74
  ...
73
75
 
74
- class DATA_PT_volume_file(bpy.types.Panel, bpy_types._GenericUI):
76
+ class DATA_PT_volume_file(DataButtonsPanel, bpy.types.Panel):
75
77
  COMPAT_ENGINES: typing.Any
76
78
  bl_context: typing.Any
77
79
  bl_label: typing.Any
@@ -103,7 +105,7 @@ class DATA_PT_volume_file(bpy.types.Panel, bpy_types._GenericUI):
103
105
  """
104
106
  ...
105
107
 
106
- class DATA_PT_volume_grids(bpy.types.Panel, bpy_types._GenericUI):
108
+ class DATA_PT_volume_grids(DataButtonsPanel, bpy.types.Panel):
107
109
  COMPAT_ENGINES: typing.Any
108
110
  bl_context: typing.Any
109
111
  bl_label: typing.Any
@@ -135,7 +137,7 @@ class DATA_PT_volume_grids(bpy.types.Panel, bpy_types._GenericUI):
135
137
  """
136
138
  ...
137
139
 
138
- class DATA_PT_volume_render(bpy.types.Panel, bpy_types._GenericUI):
140
+ class DATA_PT_volume_render(DataButtonsPanel, bpy.types.Panel):
139
141
  COMPAT_ENGINES: typing.Any
140
142
  bl_context: typing.Any
141
143
  bl_label: typing.Any
@@ -167,7 +169,7 @@ class DATA_PT_volume_render(bpy.types.Panel, bpy_types._GenericUI):
167
169
  """
168
170
  ...
169
171
 
170
- class DATA_PT_volume_viewport_display(bpy.types.Panel, bpy_types._GenericUI):
172
+ class DATA_PT_volume_viewport_display(DataButtonsPanel, bpy.types.Panel):
171
173
  COMPAT_ENGINES: typing.Any
172
174
  bl_context: typing.Any
173
175
  bl_label: typing.Any
@@ -199,7 +201,7 @@ class DATA_PT_volume_viewport_display(bpy.types.Panel, bpy_types._GenericUI):
199
201
  """
200
202
  ...
201
203
 
202
- class DATA_PT_volume_viewport_display_slicing(bpy.types.Panel, bpy_types._GenericUI):
204
+ class DATA_PT_volume_viewport_display_slicing(DataButtonsPanel, bpy.types.Panel):
203
205
  COMPAT_ENGINES: typing.Any
204
206
  bl_context: typing.Any
205
207
  bl_label: typing.Any
@@ -252,7 +254,7 @@ class DataButtonsPanel:
252
254
  """
253
255
  ...
254
256
 
255
- class VOLUME_UL_grids(bpy.types.UIList, bpy_types._GenericUI):
257
+ class VOLUME_UL_grids(bpy.types.UIList):
256
258
  bl_rna: typing.Any
257
259
  id_data: typing.Any
258
260