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
@@ -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 MATERIAL_PT_freestyle_line(bpy.types.Panel, bpy_types._GenericUI):
9
+ class MATERIAL_PT_freestyle_line(MaterialFreestyleButtonsPanel, bpy.types.Panel):
11
10
  COMPAT_ENGINES: typing.Any
12
11
  bl_context: typing.Any
13
12
  bl_label: typing.Any
@@ -53,7 +52,7 @@ class MaterialFreestyleButtonsPanel:
53
52
  """
54
53
  ...
55
54
 
56
- class RENDER_MT_lineset_context_menu(bpy.types.Menu, bpy_types._GenericUI):
55
+ class RENDER_MT_lineset_context_menu(bpy.types.Menu):
57
56
  bl_label: typing.Any
58
57
  bl_rna: typing.Any
59
58
  id_data: typing.Any
@@ -81,7 +80,7 @@ class RENDER_MT_lineset_context_menu(bpy.types.Menu, bpy_types._GenericUI):
81
80
  """
82
81
  ...
83
82
 
84
- class RENDER_PT_freestyle(bpy.types.Panel, bpy_types._GenericUI):
83
+ class RENDER_PT_freestyle(RenderFreestyleButtonsPanel, bpy.types.Panel):
85
84
  COMPAT_ENGINES: typing.Any
86
85
  bl_context: typing.Any
87
86
  bl_label: typing.Any
@@ -135,7 +134,7 @@ class RenderFreestyleButtonsPanel:
135
134
  """
136
135
  ...
137
136
 
138
- class VIEWLAYER_PT_freestyle(bpy.types.Panel, bpy_types._GenericUI):
137
+ class VIEWLAYER_PT_freestyle(ViewLayerFreestyleButtonsPanel, bpy.types.Panel):
139
138
  COMPAT_ENGINES: typing.Any
140
139
  bl_context: typing.Any
141
140
  bl_label: typing.Any
@@ -175,7 +174,9 @@ class VIEWLAYER_PT_freestyle(bpy.types.Panel, bpy_types._GenericUI):
175
174
  """
176
175
  ...
177
176
 
178
- class VIEWLAYER_PT_freestyle_edge_detection(bpy.types.Panel, bpy_types._GenericUI):
177
+ class VIEWLAYER_PT_freestyle_edge_detection(
178
+ ViewLayerFreestyleButtonsPanel, bpy.types.Panel
179
+ ):
179
180
  COMPAT_ENGINES: typing.Any
180
181
  bl_context: typing.Any
181
182
  bl_label: typing.Any
@@ -210,7 +211,7 @@ class VIEWLAYER_PT_freestyle_edge_detection(bpy.types.Panel, bpy_types._GenericU
210
211
  ...
211
212
 
212
213
  class VIEWLAYER_PT_freestyle_lineset(
213
- bpy.types.Panel, ViewLayerFreestyleButtonsPanel, bpy_types._GenericUI
214
+ ViewLayerFreestyleEditorButtonsPanel, bpy.types.Panel
214
215
  ):
215
216
  COMPAT_ENGINES: typing.Any
216
217
  bl_context: typing.Any
@@ -254,10 +255,7 @@ class VIEWLAYER_PT_freestyle_lineset(
254
255
  ...
255
256
 
256
257
  class VIEWLAYER_PT_freestyle_lineset_collection(
257
- bpy.types.Panel,
258
- ViewLayerFreestyleEditorButtonsPanel,
259
- ViewLayerFreestyleButtonsPanel,
260
- bpy_types._GenericUI,
258
+ ViewLayerFreestyleLineStyle, bpy.types.Panel
261
259
  ):
262
260
  COMPAT_ENGINES: typing.Any
263
261
  bl_context: typing.Any
@@ -301,10 +299,7 @@ class VIEWLAYER_PT_freestyle_lineset_collection(
301
299
  ...
302
300
 
303
301
  class VIEWLAYER_PT_freestyle_lineset_edgetype(
304
- bpy.types.Panel,
305
- ViewLayerFreestyleEditorButtonsPanel,
306
- ViewLayerFreestyleButtonsPanel,
307
- bpy_types._GenericUI,
302
+ ViewLayerFreestyleLineStyle, bpy.types.Panel
308
303
  ):
309
304
  COMPAT_ENGINES: typing.Any
310
305
  bl_context: typing.Any
@@ -356,10 +351,7 @@ class VIEWLAYER_PT_freestyle_lineset_edgetype(
356
351
  ...
357
352
 
358
353
  class VIEWLAYER_PT_freestyle_lineset_facemarks(
359
- bpy.types.Panel,
360
- ViewLayerFreestyleEditorButtonsPanel,
361
- ViewLayerFreestyleButtonsPanel,
362
- bpy_types._GenericUI,
354
+ ViewLayerFreestyleLineStyle, bpy.types.Panel
363
355
  ):
364
356
  COMPAT_ENGINES: typing.Any
365
357
  bl_context: typing.Any
@@ -403,10 +395,7 @@ class VIEWLAYER_PT_freestyle_lineset_facemarks(
403
395
  ...
404
396
 
405
397
  class VIEWLAYER_PT_freestyle_lineset_visibilty(
406
- bpy.types.Panel,
407
- ViewLayerFreestyleEditorButtonsPanel,
408
- ViewLayerFreestyleButtonsPanel,
409
- bpy_types._GenericUI,
398
+ ViewLayerFreestyleLineStyle, bpy.types.Panel
410
399
  ):
411
400
  COMPAT_ENGINES: typing.Any
412
401
  bl_context: typing.Any
@@ -449,10 +438,7 @@ class VIEWLAYER_PT_freestyle_lineset_visibilty(
449
438
  ...
450
439
 
451
440
  class VIEWLAYER_PT_freestyle_linestyle_alpha(
452
- bpy.types.Panel,
453
- ViewLayerFreestyleEditorButtonsPanel,
454
- ViewLayerFreestyleButtonsPanel,
455
- bpy_types._GenericUI,
441
+ ViewLayerFreestyleLineStyle, bpy.types.Panel
456
442
  ):
457
443
  COMPAT_ENGINES: typing.Any
458
444
  bl_context: typing.Any
@@ -496,10 +482,7 @@ class VIEWLAYER_PT_freestyle_linestyle_alpha(
496
482
  ...
497
483
 
498
484
  class VIEWLAYER_PT_freestyle_linestyle_color(
499
- bpy.types.Panel,
500
- ViewLayerFreestyleEditorButtonsPanel,
501
- ViewLayerFreestyleButtonsPanel,
502
- bpy_types._GenericUI,
485
+ ViewLayerFreestyleLineStyle, bpy.types.Panel
503
486
  ):
504
487
  COMPAT_ENGINES: typing.Any
505
488
  bl_context: typing.Any
@@ -543,10 +526,7 @@ class VIEWLAYER_PT_freestyle_linestyle_color(
543
526
  ...
544
527
 
545
528
  class VIEWLAYER_PT_freestyle_linestyle_geometry(
546
- bpy.types.Panel,
547
- ViewLayerFreestyleEditorButtonsPanel,
548
- ViewLayerFreestyleButtonsPanel,
549
- bpy_types._GenericUI,
529
+ ViewLayerFreestyleLineStyle, bpy.types.Panel
550
530
  ):
551
531
  COMPAT_ENGINES: typing.Any
552
532
  bl_context: typing.Any
@@ -590,10 +570,7 @@ class VIEWLAYER_PT_freestyle_linestyle_geometry(
590
570
  ...
591
571
 
592
572
  class VIEWLAYER_PT_freestyle_linestyle_strokes(
593
- bpy.types.Panel,
594
- ViewLayerFreestyleEditorButtonsPanel,
595
- ViewLayerFreestyleButtonsPanel,
596
- bpy_types._GenericUI,
573
+ ViewLayerFreestyleLineStyle, bpy.types.Panel
597
574
  ):
598
575
  COMPAT_ENGINES: typing.Any
599
576
  bl_context: typing.Any
@@ -629,11 +606,7 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes(
629
606
  ...
630
607
 
631
608
  class VIEWLAYER_PT_freestyle_linestyle_strokes_chaining(
632
- bpy.types.Panel,
633
- ViewLayerFreestyleEditorButtonsPanel,
634
- ViewLayerFreestyleLineStyle,
635
- ViewLayerFreestyleButtonsPanel,
636
- bpy_types._GenericUI,
609
+ ViewLayerFreestyleLinestyleStrokesSubPanel, bpy.types.Panel
637
610
  ):
638
611
  COMPAT_ENGINES: typing.Any
639
612
  bl_context: typing.Any
@@ -676,11 +649,7 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_chaining(
676
649
  ...
677
650
 
678
651
  class VIEWLAYER_PT_freestyle_linestyle_strokes_dashedline(
679
- bpy.types.Panel,
680
- ViewLayerFreestyleEditorButtonsPanel,
681
- ViewLayerFreestyleLineStyle,
682
- ViewLayerFreestyleButtonsPanel,
683
- bpy_types._GenericUI,
652
+ ViewLayerFreestyleLinestyleStrokesSubPanel, bpy.types.Panel
684
653
  ):
685
654
  COMPAT_ENGINES: typing.Any
686
655
  bl_context: typing.Any
@@ -724,11 +693,7 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_dashedline(
724
693
  ...
725
694
 
726
695
  class VIEWLAYER_PT_freestyle_linestyle_strokes_selection(
727
- bpy.types.Panel,
728
- ViewLayerFreestyleEditorButtonsPanel,
729
- ViewLayerFreestyleLineStyle,
730
- ViewLayerFreestyleButtonsPanel,
731
- bpy_types._GenericUI,
696
+ ViewLayerFreestyleLinestyleStrokesSubPanel, bpy.types.Panel
732
697
  ):
733
698
  COMPAT_ENGINES: typing.Any
734
699
  bl_context: typing.Any
@@ -765,11 +730,7 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_selection(
765
730
  ...
766
731
 
767
732
  class VIEWLAYER_PT_freestyle_linestyle_strokes_sorting(
768
- bpy.types.Panel,
769
- ViewLayerFreestyleEditorButtonsPanel,
770
- ViewLayerFreestyleLineStyle,
771
- ViewLayerFreestyleButtonsPanel,
772
- bpy_types._GenericUI,
733
+ ViewLayerFreestyleLinestyleStrokesSubPanel, bpy.types.Panel
773
734
  ):
774
735
  COMPAT_ENGINES: typing.Any
775
736
  bl_context: typing.Any
@@ -813,11 +774,7 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_sorting(
813
774
  ...
814
775
 
815
776
  class VIEWLAYER_PT_freestyle_linestyle_strokes_splitting(
816
- bpy.types.Panel,
817
- ViewLayerFreestyleEditorButtonsPanel,
818
- ViewLayerFreestyleLineStyle,
819
- ViewLayerFreestyleButtonsPanel,
820
- bpy_types._GenericUI,
777
+ ViewLayerFreestyleLinestyleStrokesSubPanel, bpy.types.Panel
821
778
  ):
822
779
  COMPAT_ENGINES: typing.Any
823
780
  bl_context: typing.Any
@@ -854,11 +811,7 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_splitting(
854
811
  ...
855
812
 
856
813
  class VIEWLAYER_PT_freestyle_linestyle_strokes_splitting_pattern(
857
- bpy.types.Panel,
858
- ViewLayerFreestyleEditorButtonsPanel,
859
- ViewLayerFreestyleLineStyle,
860
- ViewLayerFreestyleButtonsPanel,
861
- bpy_types._GenericUI,
814
+ ViewLayerFreestyleLinestyleStrokesSubPanel, bpy.types.Panel
862
815
  ):
863
816
  COMPAT_ENGINES: typing.Any
864
817
  bl_context: typing.Any
@@ -902,10 +855,7 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_splitting_pattern(
902
855
  ...
903
856
 
904
857
  class VIEWLAYER_PT_freestyle_linestyle_texture(
905
- bpy.types.Panel,
906
- ViewLayerFreestyleEditorButtonsPanel,
907
- ViewLayerFreestyleButtonsPanel,
908
- bpy_types._GenericUI,
858
+ ViewLayerFreestyleLineStyle, bpy.types.Panel
909
859
  ):
910
860
  COMPAT_ENGINES: typing.Any
911
861
  bl_context: typing.Any
@@ -941,10 +891,7 @@ class VIEWLAYER_PT_freestyle_linestyle_texture(
941
891
  ...
942
892
 
943
893
  class VIEWLAYER_PT_freestyle_linestyle_thickness(
944
- bpy.types.Panel,
945
- ViewLayerFreestyleEditorButtonsPanel,
946
- ViewLayerFreestyleButtonsPanel,
947
- bpy_types._GenericUI,
894
+ ViewLayerFreestyleLineStyle, bpy.types.Panel
948
895
  ):
949
896
  COMPAT_ENGINES: typing.Any
950
897
  bl_context: typing.Any
@@ -987,7 +934,9 @@ class VIEWLAYER_PT_freestyle_linestyle_thickness(
987
934
  """
988
935
  ...
989
936
 
990
- class VIEWLAYER_PT_freestyle_style_modules(bpy.types.Panel, bpy_types._GenericUI):
937
+ class VIEWLAYER_PT_freestyle_style_modules(
938
+ ViewLayerFreestyleButtonsPanel, bpy.types.Panel
939
+ ):
991
940
  COMPAT_ENGINES: typing.Any
992
941
  bl_context: typing.Any
993
942
  bl_label: typing.Any
@@ -1029,7 +978,7 @@ class VIEWLAYER_PT_freestyle_style_modules(bpy.types.Panel, bpy_types._GenericUI
1029
978
  """
1030
979
  ...
1031
980
 
1032
- class VIEWLAYER_UL_linesets(bpy.types.UIList, bpy_types._GenericUI):
981
+ class VIEWLAYER_UL_linesets(bpy.types.UIList):
1033
982
  bl_rna: typing.Any
1034
983
  id_data: typing.Any
1035
984
 
@@ -1079,7 +1028,7 @@ class ViewLayerFreestyleButtonsPanel:
1079
1028
  """
1080
1029
  ...
1081
1030
 
1082
- class ViewLayerFreestyleEditorButtonsPanel:
1031
+ class ViewLayerFreestyleEditorButtonsPanel(ViewLayerFreestyleButtonsPanel):
1083
1032
  bl_context: typing.Any
1084
1033
  bl_order: typing.Any
1085
1034
  bl_region_type: typing.Any
@@ -1093,7 +1042,7 @@ class ViewLayerFreestyleEditorButtonsPanel:
1093
1042
  """
1094
1043
  ...
1095
1044
 
1096
- class ViewLayerFreestyleLineStyle(ViewLayerFreestyleButtonsPanel):
1045
+ class ViewLayerFreestyleLineStyle(ViewLayerFreestyleEditorButtonsPanel):
1097
1046
  COMPAT_ENGINES: typing.Any
1098
1047
  bl_context: typing.Any
1099
1048
  bl_order: typing.Any
@@ -1108,9 +1057,7 @@ class ViewLayerFreestyleLineStyle(ViewLayerFreestyleButtonsPanel):
1108
1057
  """
1109
1058
  ...
1110
1059
 
1111
- class ViewLayerFreestyleLinestyleStrokesSubPanel(
1112
- ViewLayerFreestyleEditorButtonsPanel, ViewLayerFreestyleButtonsPanel
1113
- ):
1060
+ class ViewLayerFreestyleLinestyleStrokesSubPanel(ViewLayerFreestyleLineStyle):
1114
1061
  COMPAT_ENGINES: typing.Any
1115
1062
  bl_context: typing.Any
1116
1063
  bl_order: 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")
@@ -74,7 +73,7 @@ class AnnotationOnionSkin:
74
73
  """
75
74
  ...
76
75
 
77
- class GPENCIL_MT_cleanup(bpy.types.Menu, bpy_types._GenericUI):
76
+ class GPENCIL_MT_cleanup(bpy.types.Menu):
78
77
  bl_label: typing.Any
79
78
  bl_rna: typing.Any
80
79
  id_data: typing.Any
@@ -102,7 +101,7 @@ class GPENCIL_MT_cleanup(bpy.types.Menu, bpy_types._GenericUI):
102
101
  """
103
102
  ...
104
103
 
105
- class GPENCIL_MT_gpencil_draw_delete(bpy.types.Menu, bpy_types._GenericUI):
104
+ class GPENCIL_MT_gpencil_draw_delete(bpy.types.Menu):
106
105
  bl_label: typing.Any
107
106
  bl_rna: typing.Any
108
107
  id_data: typing.Any
@@ -130,7 +129,7 @@ class GPENCIL_MT_gpencil_draw_delete(bpy.types.Menu, bpy_types._GenericUI):
130
129
  """
131
130
  ...
132
131
 
133
- class GPENCIL_MT_layer_active(bpy.types.Menu, bpy_types._GenericUI):
132
+ class GPENCIL_MT_layer_active(bpy.types.Menu):
134
133
  bl_label: typing.Any
135
134
  bl_rna: typing.Any
136
135
  id_data: typing.Any
@@ -158,7 +157,7 @@ class GPENCIL_MT_layer_active(bpy.types.Menu, bpy_types._GenericUI):
158
157
  """
159
158
  ...
160
159
 
161
- class GPENCIL_MT_layer_mask_menu(bpy.types.Menu, bpy_types._GenericUI):
160
+ class GPENCIL_MT_layer_mask_menu(bpy.types.Menu):
162
161
  bl_label: typing.Any
163
162
  bl_rna: typing.Any
164
163
  id_data: typing.Any
@@ -186,7 +185,7 @@ class GPENCIL_MT_layer_mask_menu(bpy.types.Menu, bpy_types._GenericUI):
186
185
  """
187
186
  ...
188
187
 
189
- class GPENCIL_MT_material_active(bpy.types.Menu, bpy_types._GenericUI):
188
+ class GPENCIL_MT_material_active(bpy.types.Menu):
190
189
  bl_label: typing.Any
191
190
  bl_rna: typing.Any
192
191
  id_data: typing.Any
@@ -222,7 +221,7 @@ class GPENCIL_MT_material_active(bpy.types.Menu, bpy_types._GenericUI):
222
221
  """
223
222
  ...
224
223
 
225
- class GPENCIL_MT_move_to_layer(bpy.types.Menu, bpy_types._GenericUI):
224
+ class GPENCIL_MT_move_to_layer(bpy.types.Menu):
226
225
  bl_label: typing.Any
227
226
  bl_rna: typing.Any
228
227
  id_data: typing.Any
@@ -250,7 +249,7 @@ class GPENCIL_MT_move_to_layer(bpy.types.Menu, bpy_types._GenericUI):
250
249
  """
251
250
  ...
252
251
 
253
- class GPENCIL_MT_snap(bpy.types.Menu, bpy_types._GenericUI):
252
+ class GPENCIL_MT_snap(bpy.types.Menu):
254
253
  bl_label: typing.Any
255
254
  bl_rna: typing.Any
256
255
  id_data: typing.Any
@@ -278,7 +277,7 @@ class GPENCIL_MT_snap(bpy.types.Menu, bpy_types._GenericUI):
278
277
  """
279
278
  ...
280
279
 
281
- class GPENCIL_MT_snap_pie(bpy.types.Menu, bpy_types._GenericUI):
280
+ class GPENCIL_MT_snap_pie(bpy.types.Menu):
282
281
  bl_label: typing.Any
283
282
  bl_rna: typing.Any
284
283
  id_data: typing.Any
@@ -306,7 +305,7 @@ class GPENCIL_MT_snap_pie(bpy.types.Menu, bpy_types._GenericUI):
306
305
  """
307
306
  ...
308
307
 
309
- class GPENCIL_UL_annotation_layer(bpy.types.UIList, bpy_types._GenericUI):
308
+ class GPENCIL_UL_annotation_layer(bpy.types.UIList):
310
309
  bl_rna: typing.Any
311
310
  id_data: typing.Any
312
311
 
@@ -350,7 +349,7 @@ class GPENCIL_UL_annotation_layer(bpy.types.UIList, bpy_types._GenericUI):
350
349
  """
351
350
  ...
352
351
 
353
- class GPENCIL_UL_layer(bpy.types.UIList, bpy_types._GenericUI):
352
+ class GPENCIL_UL_layer(bpy.types.UIList):
354
353
  bl_rna: typing.Any
355
354
  id_data: typing.Any
356
355
 
@@ -394,7 +393,7 @@ class GPENCIL_UL_layer(bpy.types.UIList, bpy_types._GenericUI):
394
393
  """
395
394
  ...
396
395
 
397
- class GPENCIL_UL_masks(bpy.types.UIList, bpy_types._GenericUI):
396
+ class GPENCIL_UL_masks(bpy.types.UIList):
398
397
  bl_rna: typing.Any
399
398
  id_data: typing.Any
400
399
 
@@ -438,7 +437,7 @@ class GPENCIL_UL_masks(bpy.types.UIList, bpy_types._GenericUI):
438
437
  """
439
438
  ...
440
439
 
441
- class GREASE_PENCIL_MT_layer_active(bpy.types.Menu, bpy_types._GenericUI):
440
+ class GREASE_PENCIL_MT_layer_active(bpy.types.Menu):
442
441
  bl_label: typing.Any
443
442
  bl_rna: typing.Any
444
443
  id_data: typing.Any
@@ -466,7 +465,7 @@ class GREASE_PENCIL_MT_layer_active(bpy.types.Menu, bpy_types._GenericUI):
466
465
  """
467
466
  ...
468
467
 
469
- class GREASE_PENCIL_MT_move_to_layer(bpy.types.Menu, bpy_types._GenericUI):
468
+ class GREASE_PENCIL_MT_move_to_layer(bpy.types.Menu):
470
469
  bl_label: typing.Any
471
470
  bl_rna: typing.Any
472
471
  id_data: typing.Any
@@ -494,7 +493,7 @@ class GREASE_PENCIL_MT_move_to_layer(bpy.types.Menu, bpy_types._GenericUI):
494
493
  """
495
494
  ...
496
495
 
497
- class GREASE_PENCIL_MT_snap(bpy.types.Menu, bpy_types._GenericUI):
496
+ class GREASE_PENCIL_MT_snap(bpy.types.Menu):
498
497
  bl_label: typing.Any
499
498
  bl_rna: typing.Any
500
499
  id_data: typing.Any
@@ -522,7 +521,7 @@ class GREASE_PENCIL_MT_snap(bpy.types.Menu, bpy_types._GenericUI):
522
521
  """
523
522
  ...
524
523
 
525
- class GREASE_PENCIL_MT_snap_pie(bpy.types.Menu, bpy_types._GenericUI):
524
+ class GREASE_PENCIL_MT_snap_pie(bpy.types.Menu):
526
525
  bl_label: typing.Any
527
526
  bl_rna: typing.Any
528
527
  id_data: typing.Any
@@ -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 MASK_MT_add(bpy.types.Menu, bpy_types._GenericUI):
9
+ class MASK_MT_add(bpy.types.Menu):
11
10
  bl_idname: typing.Any
12
11
  bl_label: typing.Any
13
12
  bl_rna: typing.Any
@@ -37,7 +36,7 @@ class MASK_MT_add(bpy.types.Menu, bpy_types._GenericUI):
37
36
  """
38
37
  ...
39
38
 
40
- class MASK_MT_animation(bpy.types.Menu, bpy_types._GenericUI):
39
+ class MASK_MT_animation(bpy.types.Menu):
41
40
  bl_label: typing.Any
42
41
  bl_rna: typing.Any
43
42
  id_data: typing.Any
@@ -65,7 +64,7 @@ class MASK_MT_animation(bpy.types.Menu, bpy_types._GenericUI):
65
64
  """
66
65
  ...
67
66
 
68
- class MASK_MT_mask(bpy.types.Menu, bpy_types._GenericUI):
67
+ class MASK_MT_mask(bpy.types.Menu):
69
68
  bl_label: typing.Any
70
69
  bl_rna: typing.Any
71
70
  id_data: typing.Any
@@ -93,7 +92,7 @@ class MASK_MT_mask(bpy.types.Menu, bpy_types._GenericUI):
93
92
  """
94
93
  ...
95
94
 
96
- class MASK_MT_select(bpy.types.Menu, bpy_types._GenericUI):
95
+ class MASK_MT_select(bpy.types.Menu):
97
96
  bl_label: typing.Any
98
97
  bl_rna: typing.Any
99
98
  id_data: typing.Any
@@ -121,7 +120,7 @@ class MASK_MT_select(bpy.types.Menu, bpy_types._GenericUI):
121
120
  """
122
121
  ...
123
122
 
124
- class MASK_MT_transform(bpy.types.Menu, bpy_types._GenericUI):
123
+ class MASK_MT_transform(bpy.types.Menu):
125
124
  bl_label: typing.Any
126
125
  bl_rna: typing.Any
127
126
  id_data: typing.Any
@@ -149,7 +148,7 @@ class MASK_MT_transform(bpy.types.Menu, bpy_types._GenericUI):
149
148
  """
150
149
  ...
151
150
 
152
- class MASK_MT_visibility(bpy.types.Menu, bpy_types._GenericUI):
151
+ class MASK_MT_visibility(bpy.types.Menu):
153
152
  bl_label: typing.Any
154
153
  bl_rna: typing.Any
155
154
  id_data: typing.Any
@@ -306,7 +305,7 @@ class MASK_PT_transforms:
306
305
  """
307
306
  ...
308
307
 
309
- class MASK_UL_layers(bpy.types.UIList, bpy_types._GenericUI):
308
+ class MASK_UL_layers(bpy.types.UIList):
310
309
  bl_rna: typing.Any
311
310
  id_data: typing.Any
312
311
 
@@ -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 EEVEE_MATERIAL_PT_context_material(bpy.types.Panel, bpy_types._GenericUI):
10
+ class EEVEE_MATERIAL_PT_context_material(MaterialButtonsPanel, bpy.types.Panel):
11
11
  COMPAT_ENGINES: typing.Any
12
12
  bl_context: typing.Any
13
13
  bl_label: typing.Any
@@ -48,7 +48,7 @@ class EEVEE_MATERIAL_PT_context_material(bpy.types.Panel, bpy_types._GenericUI):
48
48
  """
49
49
  ...
50
50
 
51
- class EEVEE_MATERIAL_PT_displacement(bpy.types.Panel, bpy_types._GenericUI):
51
+ class EEVEE_MATERIAL_PT_displacement(MaterialButtonsPanel, bpy.types.Panel):
52
52
  COMPAT_ENGINES: typing.Any
53
53
  bl_context: typing.Any
54
54
  bl_label: typing.Any
@@ -89,7 +89,7 @@ class EEVEE_MATERIAL_PT_displacement(bpy.types.Panel, bpy_types._GenericUI):
89
89
  """
90
90
  ...
91
91
 
92
- class EEVEE_MATERIAL_PT_settings(bpy.types.Panel, bpy_types._GenericUI):
92
+ class EEVEE_MATERIAL_PT_settings(MaterialButtonsPanel, bpy.types.Panel):
93
93
  COMPAT_ENGINES: typing.Any
94
94
  bl_context: typing.Any
95
95
  bl_label: typing.Any
@@ -121,7 +121,7 @@ class EEVEE_MATERIAL_PT_settings(bpy.types.Panel, bpy_types._GenericUI):
121
121
  """
122
122
  ...
123
123
 
124
- class EEVEE_MATERIAL_PT_surface(bpy.types.Panel, bpy_types._GenericUI):
124
+ class EEVEE_MATERIAL_PT_surface(MaterialButtonsPanel, bpy.types.Panel):
125
125
  COMPAT_ENGINES: typing.Any
126
126
  bl_context: typing.Any
127
127
  bl_label: typing.Any
@@ -153,7 +153,7 @@ class EEVEE_MATERIAL_PT_surface(bpy.types.Panel, bpy_types._GenericUI):
153
153
  """
154
154
  ...
155
155
 
156
- class EEVEE_MATERIAL_PT_thickness(bpy.types.Panel, bpy_types._GenericUI):
156
+ class EEVEE_MATERIAL_PT_thickness(MaterialButtonsPanel, bpy.types.Panel):
157
157
  COMPAT_ENGINES: typing.Any
158
158
  bl_context: typing.Any
159
159
  bl_label: typing.Any
@@ -195,7 +195,7 @@ class EEVEE_MATERIAL_PT_thickness(bpy.types.Panel, bpy_types._GenericUI):
195
195
  """
196
196
  ...
197
197
 
198
- class EEVEE_MATERIAL_PT_viewport_settings(bpy.types.Panel, bpy_types._GenericUI):
198
+ class EEVEE_MATERIAL_PT_viewport_settings(MaterialButtonsPanel, bpy.types.Panel):
199
199
  COMPAT_ENGINES: typing.Any
200
200
  bl_context: typing.Any
201
201
  bl_label: typing.Any
@@ -228,7 +228,7 @@ class EEVEE_MATERIAL_PT_viewport_settings(bpy.types.Panel, bpy_types._GenericUI)
228
228
  """
229
229
  ...
230
230
 
231
- class EEVEE_MATERIAL_PT_volume(bpy.types.Panel, bpy_types._GenericUI):
231
+ class EEVEE_MATERIAL_PT_volume(MaterialButtonsPanel, bpy.types.Panel):
232
232
  COMPAT_ENGINES: typing.Any
233
233
  bl_context: typing.Any
234
234
  bl_label: typing.Any
@@ -270,7 +270,7 @@ class EEVEE_MATERIAL_PT_volume(bpy.types.Panel, bpy_types._GenericUI):
270
270
  """
271
271
  ...
272
272
 
273
- class EEVEE_NEXT_MATERIAL_PT_settings(bpy.types.Panel, bpy_types._GenericUI):
273
+ class EEVEE_NEXT_MATERIAL_PT_settings(MaterialButtonsPanel, bpy.types.Panel):
274
274
  COMPAT_ENGINES: typing.Any
275
275
  bl_context: typing.Any
276
276
  bl_label: typing.Any
@@ -302,7 +302,7 @@ class EEVEE_NEXT_MATERIAL_PT_settings(bpy.types.Panel, bpy_types._GenericUI):
302
302
  """
303
303
  ...
304
304
 
305
- class EEVEE_NEXT_MATERIAL_PT_settings_surface(bpy.types.Panel, bpy_types._GenericUI):
305
+ class EEVEE_NEXT_MATERIAL_PT_settings_surface(MaterialButtonsPanel, bpy.types.Panel):
306
306
  COMPAT_ENGINES: typing.Any
307
307
  bl_context: typing.Any
308
308
  bl_label: typing.Any
@@ -335,7 +335,7 @@ class EEVEE_NEXT_MATERIAL_PT_settings_surface(bpy.types.Panel, bpy_types._Generi
335
335
  """
336
336
  ...
337
337
 
338
- class EEVEE_NEXT_MATERIAL_PT_settings_volume(bpy.types.Panel, bpy_types._GenericUI):
338
+ class EEVEE_NEXT_MATERIAL_PT_settings_volume(MaterialButtonsPanel, bpy.types.Panel):
339
339
  COMPAT_ENGINES: typing.Any
340
340
  bl_context: typing.Any
341
341
  bl_label: typing.Any
@@ -368,7 +368,7 @@ class EEVEE_NEXT_MATERIAL_PT_settings_volume(bpy.types.Panel, bpy_types._Generic
368
368
  """
369
369
  ...
370
370
 
371
- class MATERIAL_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
371
+ class MATERIAL_MT_context_menu(bpy.types.Menu):
372
372
  bl_label: typing.Any
373
373
  bl_rna: typing.Any
374
374
  id_data: typing.Any
@@ -396,7 +396,9 @@ class MATERIAL_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
396
396
  """
397
397
  ...
398
398
 
399
- class MATERIAL_PT_custom_props(bpy.types.Panel, bpy_types._GenericUI):
399
+ class MATERIAL_PT_custom_props(
400
+ rna_prop_ui.PropertyPanel, MaterialButtonsPanel, bpy.types.Panel
401
+ ):
400
402
  """The subclass should have its own poll function
401
403
  and the variable '_context_path' MUST be set.
402
404
  """
@@ -427,7 +429,7 @@ class MATERIAL_PT_custom_props(bpy.types.Panel, bpy_types._GenericUI):
427
429
  """
428
430
  ...
429
431
 
430
- class MATERIAL_PT_lineart(bpy.types.Panel, bpy_types._GenericUI):
432
+ class MATERIAL_PT_lineart(MaterialButtonsPanel, bpy.types.Panel):
431
433
  bl_context: typing.Any
432
434
  bl_label: typing.Any
433
435
  bl_options: typing.Any
@@ -468,7 +470,7 @@ class MATERIAL_PT_lineart(bpy.types.Panel, bpy_types._GenericUI):
468
470
  """
469
471
  ...
470
472
 
471
- class MATERIAL_PT_preview(bpy.types.Panel, bpy_types._GenericUI):
473
+ class MATERIAL_PT_preview(MaterialButtonsPanel, bpy.types.Panel):
472
474
  COMPAT_ENGINES: typing.Any
473
475
  bl_context: typing.Any
474
476
  bl_label: typing.Any
@@ -501,7 +503,7 @@ class MATERIAL_PT_preview(bpy.types.Panel, bpy_types._GenericUI):
501
503
  """
502
504
  ...
503
505
 
504
- class MATERIAL_PT_viewport(bpy.types.Panel, bpy_types._GenericUI):
506
+ class MATERIAL_PT_viewport(MaterialButtonsPanel, bpy.types.Panel):
505
507
  bl_context: typing.Any
506
508
  bl_label: typing.Any
507
509
  bl_options: typing.Any
@@ -542,7 +544,7 @@ class MATERIAL_PT_viewport(bpy.types.Panel, bpy_types._GenericUI):
542
544
  """
543
545
  ...
544
546
 
545
- class MATERIAL_UL_matslots(bpy.types.UIList, bpy_types._GenericUI):
547
+ class MATERIAL_UL_matslots(bpy.types.UIList):
546
548
  bl_rna: typing.Any
547
549
  id_data: typing.Any
548
550