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,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 TEXTURE_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
10
+ class TEXTURE_MT_context_menu(bpy.types.Menu):
11
11
  COMPAT_ENGINES: typing.Any
12
12
  bl_label: typing.Any
13
13
  bl_rna: typing.Any
@@ -36,7 +36,7 @@ class TEXTURE_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
36
36
  """
37
37
  ...
38
38
 
39
- class TEXTURE_PT_blend(bpy.types.Panel, TextureButtonsPanel, bpy_types._GenericUI):
39
+ class TEXTURE_PT_blend(TextureTypePanel, bpy.types.Panel):
40
40
  COMPAT_ENGINES: typing.Any
41
41
  bl_context: typing.Any
42
42
  bl_label: typing.Any
@@ -69,7 +69,7 @@ class TEXTURE_PT_blend(bpy.types.Panel, TextureButtonsPanel, bpy_types._GenericU
69
69
  """
70
70
  ...
71
71
 
72
- class TEXTURE_PT_clouds(bpy.types.Panel, TextureButtonsPanel, bpy_types._GenericUI):
72
+ class TEXTURE_PT_clouds(TextureTypePanel, bpy.types.Panel):
73
73
  COMPAT_ENGINES: typing.Any
74
74
  bl_context: typing.Any
75
75
  bl_label: typing.Any
@@ -102,7 +102,7 @@ class TEXTURE_PT_clouds(bpy.types.Panel, TextureButtonsPanel, bpy_types._Generic
102
102
  """
103
103
  ...
104
104
 
105
- class TEXTURE_PT_colors(bpy.types.Panel, bpy_types._GenericUI):
105
+ class TEXTURE_PT_colors(TextureColorsPoll, TextureButtonsPanel, bpy.types.Panel):
106
106
  COMPAT_ENGINES: typing.Any
107
107
  bl_context: typing.Any
108
108
  bl_label: typing.Any
@@ -135,7 +135,7 @@ class TEXTURE_PT_colors(bpy.types.Panel, bpy_types._GenericUI):
135
135
  """
136
136
  ...
137
137
 
138
- class TEXTURE_PT_colors_ramp(bpy.types.Panel, bpy_types._GenericUI):
138
+ class TEXTURE_PT_colors_ramp(TextureColorsPoll, TextureButtonsPanel, bpy.types.Panel):
139
139
  COMPAT_ENGINES: typing.Any
140
140
  bl_context: typing.Any
141
141
  bl_label: typing.Any
@@ -176,7 +176,7 @@ class TEXTURE_PT_colors_ramp(bpy.types.Panel, bpy_types._GenericUI):
176
176
  """
177
177
  ...
178
178
 
179
- class TEXTURE_PT_context(bpy.types.Panel, bpy_types._GenericUI):
179
+ class TEXTURE_PT_context(TextureButtonsPanel, bpy.types.Panel):
180
180
  COMPAT_ENGINES: typing.Any
181
181
  bl_context: typing.Any
182
182
  bl_label: typing.Any
@@ -209,7 +209,9 @@ class TEXTURE_PT_context(bpy.types.Panel, bpy_types._GenericUI):
209
209
  """
210
210
  ...
211
211
 
212
- class TEXTURE_PT_custom_props(bpy.types.Panel, bpy_types._GenericUI):
212
+ class TEXTURE_PT_custom_props(
213
+ rna_prop_ui.PropertyPanel, TextureButtonsPanel, bpy.types.Panel
214
+ ):
213
215
  """The subclass should have its own poll function
214
216
  and the variable '_context_path' MUST be set.
215
217
  """
@@ -248,9 +250,7 @@ class TEXTURE_PT_custom_props(bpy.types.Panel, bpy_types._GenericUI):
248
250
  """
249
251
  ...
250
252
 
251
- class TEXTURE_PT_distortednoise(
252
- bpy.types.Panel, TextureButtonsPanel, bpy_types._GenericUI
253
- ):
253
+ class TEXTURE_PT_distortednoise(TextureTypePanel, bpy.types.Panel):
254
254
  COMPAT_ENGINES: typing.Any
255
255
  bl_context: typing.Any
256
256
  bl_label: typing.Any
@@ -283,7 +283,7 @@ class TEXTURE_PT_distortednoise(
283
283
  """
284
284
  ...
285
285
 
286
- class TEXTURE_PT_image(bpy.types.Panel, TextureButtonsPanel, bpy_types._GenericUI):
286
+ class TEXTURE_PT_image(TextureTypePanel, bpy.types.Panel):
287
287
  COMPAT_ENGINES: typing.Any
288
288
  bl_context: typing.Any
289
289
  bl_label: typing.Any
@@ -316,9 +316,7 @@ class TEXTURE_PT_image(bpy.types.Panel, TextureButtonsPanel, bpy_types._GenericU
316
316
  """
317
317
  ...
318
318
 
319
- class TEXTURE_PT_image_alpha(
320
- bpy.types.Panel, TextureButtonsPanel, bpy_types._GenericUI
321
- ):
319
+ class TEXTURE_PT_image_alpha(TextureTypePanel, bpy.types.Panel):
322
320
  COMPAT_ENGINES: typing.Any
323
321
  bl_context: typing.Any
324
322
  bl_label: typing.Any
@@ -360,9 +358,7 @@ class TEXTURE_PT_image_alpha(
360
358
  """
361
359
  ...
362
360
 
363
- class TEXTURE_PT_image_mapping(
364
- bpy.types.Panel, TextureButtonsPanel, bpy_types._GenericUI
365
- ):
361
+ class TEXTURE_PT_image_mapping(TextureTypePanel, bpy.types.Panel):
366
362
  COMPAT_ENGINES: typing.Any
367
363
  bl_context: typing.Any
368
364
  bl_label: typing.Any
@@ -397,9 +393,7 @@ class TEXTURE_PT_image_mapping(
397
393
  """
398
394
  ...
399
395
 
400
- class TEXTURE_PT_image_mapping_crop(
401
- bpy.types.Panel, TextureButtonsPanel, bpy_types._GenericUI
402
- ):
396
+ class TEXTURE_PT_image_mapping_crop(TextureTypePanel, bpy.types.Panel):
403
397
  COMPAT_ENGINES: typing.Any
404
398
  bl_context: typing.Any
405
399
  bl_label: typing.Any
@@ -434,9 +428,7 @@ class TEXTURE_PT_image_mapping_crop(
434
428
  """
435
429
  ...
436
430
 
437
- class TEXTURE_PT_image_sampling(
438
- bpy.types.Panel, TextureButtonsPanel, bpy_types._GenericUI
439
- ):
431
+ class TEXTURE_PT_image_sampling(TextureTypePanel, bpy.types.Panel):
440
432
  COMPAT_ENGINES: typing.Any
441
433
  bl_context: typing.Any
442
434
  bl_label: typing.Any
@@ -471,9 +463,7 @@ class TEXTURE_PT_image_sampling(
471
463
  """
472
464
  ...
473
465
 
474
- class TEXTURE_PT_image_settings(
475
- bpy.types.Panel, TextureButtonsPanel, bpy_types._GenericUI
476
- ):
466
+ class TEXTURE_PT_image_settings(TextureTypePanel, bpy.types.Panel):
477
467
  COMPAT_ENGINES: typing.Any
478
468
  bl_context: typing.Any
479
469
  bl_label: typing.Any
@@ -507,7 +497,7 @@ class TEXTURE_PT_image_settings(
507
497
  """
508
498
  ...
509
499
 
510
- class TEXTURE_PT_influence(bpy.types.Panel, TextureButtonsPanel, bpy_types._GenericUI):
500
+ class TEXTURE_PT_influence(TextureSlotPanel, bpy.types.Panel):
511
501
  COMPAT_ENGINES: typing.Any
512
502
  bl_context: typing.Any
513
503
  bl_label: typing.Any
@@ -548,7 +538,7 @@ class TEXTURE_PT_influence(bpy.types.Panel, TextureButtonsPanel, bpy_types._Gene
548
538
  """
549
539
  ...
550
540
 
551
- class TEXTURE_PT_magic(bpy.types.Panel, TextureButtonsPanel, bpy_types._GenericUI):
541
+ class TEXTURE_PT_magic(TextureTypePanel, bpy.types.Panel):
552
542
  COMPAT_ENGINES: typing.Any
553
543
  bl_context: typing.Any
554
544
  bl_label: typing.Any
@@ -581,7 +571,7 @@ class TEXTURE_PT_magic(bpy.types.Panel, TextureButtonsPanel, bpy_types._GenericU
581
571
  """
582
572
  ...
583
573
 
584
- class TEXTURE_PT_mapping(bpy.types.Panel, TextureButtonsPanel, bpy_types._GenericUI):
574
+ class TEXTURE_PT_mapping(TextureSlotPanel, bpy.types.Panel):
585
575
  COMPAT_ENGINES: typing.Any
586
576
  bl_context: typing.Any
587
577
  bl_label: typing.Any
@@ -621,7 +611,7 @@ class TEXTURE_PT_mapping(bpy.types.Panel, TextureButtonsPanel, bpy_types._Generi
621
611
  """
622
612
  ...
623
613
 
624
- class TEXTURE_PT_marble(bpy.types.Panel, TextureButtonsPanel, bpy_types._GenericUI):
614
+ class TEXTURE_PT_marble(TextureTypePanel, bpy.types.Panel):
625
615
  COMPAT_ENGINES: typing.Any
626
616
  bl_context: typing.Any
627
617
  bl_label: typing.Any
@@ -654,7 +644,7 @@ class TEXTURE_PT_marble(bpy.types.Panel, TextureButtonsPanel, bpy_types._Generic
654
644
  """
655
645
  ...
656
646
 
657
- class TEXTURE_PT_musgrave(bpy.types.Panel, TextureButtonsPanel, bpy_types._GenericUI):
647
+ class TEXTURE_PT_musgrave(TextureTypePanel, bpy.types.Panel):
658
648
  COMPAT_ENGINES: typing.Any
659
649
  bl_context: typing.Any
660
650
  bl_label: typing.Any
@@ -687,7 +677,7 @@ class TEXTURE_PT_musgrave(bpy.types.Panel, TextureButtonsPanel, bpy_types._Gener
687
677
  """
688
678
  ...
689
679
 
690
- class TEXTURE_PT_node(bpy.types.Panel, bpy_types._GenericUI):
680
+ class TEXTURE_PT_node(TextureButtonsPanel, bpy.types.Panel):
691
681
  COMPAT_ENGINES: typing.Any
692
682
  bl_context: typing.Any
693
683
  bl_label: typing.Any
@@ -727,7 +717,7 @@ class TEXTURE_PT_node(bpy.types.Panel, bpy_types._GenericUI):
727
717
  """
728
718
  ...
729
719
 
730
- class TEXTURE_PT_preview(bpy.types.Panel, bpy_types._GenericUI):
720
+ class TEXTURE_PT_preview(TextureButtonsPanel, bpy.types.Panel):
731
721
  COMPAT_ENGINES: typing.Any
732
722
  bl_context: typing.Any
733
723
  bl_label: typing.Any
@@ -767,7 +757,7 @@ class TEXTURE_PT_preview(bpy.types.Panel, bpy_types._GenericUI):
767
757
  """
768
758
  ...
769
759
 
770
- class TEXTURE_PT_stucci(bpy.types.Panel, TextureButtonsPanel, bpy_types._GenericUI):
760
+ class TEXTURE_PT_stucci(TextureTypePanel, bpy.types.Panel):
771
761
  COMPAT_ENGINES: typing.Any
772
762
  bl_context: typing.Any
773
763
  bl_label: typing.Any
@@ -800,7 +790,7 @@ class TEXTURE_PT_stucci(bpy.types.Panel, TextureButtonsPanel, bpy_types._Generic
800
790
  """
801
791
  ...
802
792
 
803
- class TEXTURE_PT_voronoi(bpy.types.Panel, TextureButtonsPanel, bpy_types._GenericUI):
793
+ class TEXTURE_PT_voronoi(TextureTypePanel, bpy.types.Panel):
804
794
  COMPAT_ENGINES: typing.Any
805
795
  bl_context: typing.Any
806
796
  bl_label: typing.Any
@@ -833,9 +823,7 @@ class TEXTURE_PT_voronoi(bpy.types.Panel, TextureButtonsPanel, bpy_types._Generi
833
823
  """
834
824
  ...
835
825
 
836
- class TEXTURE_PT_voronoi_feature_weights(
837
- bpy.types.Panel, TextureButtonsPanel, bpy_types._GenericUI
838
- ):
826
+ class TEXTURE_PT_voronoi_feature_weights(TextureTypePanel, bpy.types.Panel):
839
827
  COMPAT_ENGINES: typing.Any
840
828
  bl_context: typing.Any
841
829
  bl_label: typing.Any
@@ -869,7 +857,7 @@ class TEXTURE_PT_voronoi_feature_weights(
869
857
  """
870
858
  ...
871
859
 
872
- class TEXTURE_PT_wood(bpy.types.Panel, TextureButtonsPanel, bpy_types._GenericUI):
860
+ class TEXTURE_PT_wood(TextureTypePanel, bpy.types.Panel):
873
861
  COMPAT_ENGINES: typing.Any
874
862
  bl_context: typing.Any
875
863
  bl_label: typing.Any
@@ -902,7 +890,7 @@ class TEXTURE_PT_wood(bpy.types.Panel, TextureButtonsPanel, bpy_types._GenericUI
902
890
  """
903
891
  ...
904
892
 
905
- class TEXTURE_UL_texslots(bpy.types.UIList, bpy_types._GenericUI):
893
+ class TEXTURE_UL_texslots(bpy.types.UIList):
906
894
  bl_rna: typing.Any
907
895
  id_data: typing.Any
908
896
 
@@ -960,7 +948,7 @@ class TextureColorsPoll:
960
948
  """
961
949
  ...
962
950
 
963
- class TextureSlotPanel:
951
+ class TextureSlotPanel(TextureButtonsPanel):
964
952
  COMPAT_ENGINES: typing.Any
965
953
  bl_context: typing.Any
966
954
  bl_region_type: typing.Any
@@ -974,7 +962,7 @@ class TextureSlotPanel:
974
962
  """
975
963
  ...
976
964
 
977
- class TextureTypePanel:
965
+ class TextureTypePanel(TextureButtonsPanel):
978
966
  bl_context: typing.Any
979
967
  bl_region_type: typing.Any
980
968
  bl_space_type: 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 VIEWLAYER_MT_lightgroup_sync(bpy.types.Menu, bpy_types._GenericUI):
10
+ class VIEWLAYER_MT_lightgroup_sync(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 VIEWLAYER_MT_lightgroup_sync(bpy.types.Menu, bpy_types._GenericUI):
35
35
  """
36
36
  ...
37
37
 
38
- class VIEWLAYER_PT_eevee_layer_passes_data(bpy.types.Panel, bpy_types._GenericUI):
38
+ class VIEWLAYER_PT_eevee_layer_passes_data(ViewLayerButtonsPanel, bpy.types.Panel):
39
39
  COMPAT_ENGINES: typing.Any
40
40
  bl_context: typing.Any
41
41
  bl_label: typing.Any
@@ -68,7 +68,7 @@ class VIEWLAYER_PT_eevee_layer_passes_data(bpy.types.Panel, bpy_types._GenericUI
68
68
  """
69
69
  ...
70
70
 
71
- class VIEWLAYER_PT_eevee_layer_passes_effects(bpy.types.Panel, bpy_types._GenericUI):
71
+ class VIEWLAYER_PT_eevee_layer_passes_effects(ViewLayerButtonsPanel, bpy.types.Panel):
72
72
  COMPAT_ENGINES: typing.Any
73
73
  bl_context: typing.Any
74
74
  bl_label: typing.Any
@@ -101,7 +101,7 @@ class VIEWLAYER_PT_eevee_layer_passes_effects(bpy.types.Panel, bpy_types._Generi
101
101
  """
102
102
  ...
103
103
 
104
- class VIEWLAYER_PT_eevee_layer_passes_light(bpy.types.Panel, bpy_types._GenericUI):
104
+ class VIEWLAYER_PT_eevee_layer_passes_light(ViewLayerButtonsPanel, bpy.types.Panel):
105
105
  COMPAT_ENGINES: typing.Any
106
106
  bl_context: typing.Any
107
107
  bl_label: typing.Any
@@ -134,7 +134,7 @@ class VIEWLAYER_PT_eevee_layer_passes_light(bpy.types.Panel, bpy_types._GenericU
134
134
  """
135
135
  ...
136
136
 
137
- class VIEWLAYER_PT_eevee_next_layer_passes_data(bpy.types.Panel, bpy_types._GenericUI):
137
+ class VIEWLAYER_PT_eevee_next_layer_passes_data(ViewLayerButtonsPanel, bpy.types.Panel):
138
138
  COMPAT_ENGINES: typing.Any
139
139
  bl_context: typing.Any
140
140
  bl_label: typing.Any
@@ -167,7 +167,9 @@ class VIEWLAYER_PT_eevee_next_layer_passes_data(bpy.types.Panel, bpy_types._Gene
167
167
  """
168
168
  ...
169
169
 
170
- class VIEWLAYER_PT_eevee_next_layer_passes_light(bpy.types.Panel, bpy_types._GenericUI):
170
+ class VIEWLAYER_PT_eevee_next_layer_passes_light(
171
+ ViewLayerButtonsPanel, bpy.types.Panel
172
+ ):
171
173
  COMPAT_ENGINES: typing.Any
172
174
  bl_context: typing.Any
173
175
  bl_label: typing.Any
@@ -200,7 +202,7 @@ class VIEWLAYER_PT_eevee_next_layer_passes_light(bpy.types.Panel, bpy_types._Gen
200
202
  """
201
203
  ...
202
204
 
203
- class VIEWLAYER_PT_filter(bpy.types.Panel, bpy_types._GenericUI):
205
+ class VIEWLAYER_PT_filter(ViewLayerButtonsPanel, bpy.types.Panel):
204
206
  COMPAT_ENGINES: typing.Any
205
207
  bl_context: typing.Any
206
208
  bl_label: typing.Any
@@ -233,7 +235,7 @@ class VIEWLAYER_PT_filter(bpy.types.Panel, bpy_types._GenericUI):
233
235
  """
234
236
  ...
235
237
 
236
- class VIEWLAYER_PT_layer(bpy.types.Panel, bpy_types._GenericUI):
238
+ class VIEWLAYER_PT_layer(ViewLayerButtonsPanel, bpy.types.Panel):
237
239
  COMPAT_ENGINES: typing.Any
238
240
  bl_context: typing.Any
239
241
  bl_label: typing.Any
@@ -265,7 +267,7 @@ class VIEWLAYER_PT_layer(bpy.types.Panel, bpy_types._GenericUI):
265
267
  """
266
268
  ...
267
269
 
268
- class VIEWLAYER_PT_layer_custom_props(bpy.types.Panel, bpy_types._GenericUI):
270
+ class VIEWLAYER_PT_layer_custom_props(rna_prop_ui.PropertyPanel, bpy.types.Panel):
269
271
  """The subclass should have its own poll function
270
272
  and the variable '_context_path' MUST be set.
271
273
  """
@@ -295,7 +297,7 @@ class VIEWLAYER_PT_layer_custom_props(bpy.types.Panel, bpy_types._GenericUI):
295
297
  """
296
298
  ...
297
299
 
298
- class VIEWLAYER_PT_layer_passes(bpy.types.Panel, bpy_types._GenericUI):
300
+ class VIEWLAYER_PT_layer_passes(ViewLayerButtonsPanel, bpy.types.Panel):
299
301
  COMPAT_ENGINES: typing.Any
300
302
  bl_context: typing.Any
301
303
  bl_label: typing.Any
@@ -327,13 +329,9 @@ class VIEWLAYER_PT_layer_passes(bpy.types.Panel, bpy_types._GenericUI):
327
329
  """
328
330
  ...
329
331
 
330
- class VIEWLAYER_PT_layer_passes_aov(
331
- bpy.types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
332
- ):
333
- COMPAT_ENGINES: typing.Any
332
+ class ViewLayerAOVPanel(ViewLayerButtonsPanel, bpy.types.Panel):
334
333
  bl_context: typing.Any
335
334
  bl_label: typing.Any
336
- bl_parent_id: typing.Any
337
335
  bl_region_type: typing.Any
338
336
  bl_rna: typing.Any
339
337
  bl_space_type: typing.Any
@@ -355,9 +353,14 @@ class VIEWLAYER_PT_layer_passes_aov(
355
353
  """
356
354
  ...
357
355
 
358
- class VIEWLAYER_PT_layer_passes_cryptomatte(
359
- bpy.types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
360
- ):
356
+ def draw(self, context):
357
+ """
358
+
359
+ :param context:
360
+ """
361
+ ...
362
+
363
+ class VIEWLAYER_PT_layer_passes_cryptomatte(ViewLayerCryptomattePanel, bpy.types.Panel):
361
364
  COMPAT_ENGINES: typing.Any
362
365
  bl_context: typing.Any
363
366
  bl_label: typing.Any
@@ -383,13 +386,9 @@ class VIEWLAYER_PT_layer_passes_cryptomatte(
383
386
  """
384
387
  ...
385
388
 
386
- class VIEWLAYER_PT_layer_passes_lightgroups(
387
- bpy.types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
388
- ):
389
- COMPAT_ENGINES: typing.Any
389
+ class ViewLayerLightgroupsPanel(ViewLayerButtonsPanel, bpy.types.Panel):
390
390
  bl_context: typing.Any
391
391
  bl_label: typing.Any
392
- bl_parent_id: typing.Any
393
392
  bl_region_type: typing.Any
394
393
  bl_rna: typing.Any
395
394
  bl_space_type: typing.Any
@@ -411,7 +410,14 @@ class VIEWLAYER_PT_layer_passes_lightgroups(
411
410
  """
412
411
  ...
413
412
 
414
- class VIEWLAYER_PT_workbench_layer_passes_data(bpy.types.Panel, bpy_types._GenericUI):
413
+ def draw(self, context):
414
+ """
415
+
416
+ :param context:
417
+ """
418
+ ...
419
+
420
+ class VIEWLAYER_PT_workbench_layer_passes_data(ViewLayerButtonsPanel, bpy.types.Panel):
415
421
  COMPAT_ENGINES: typing.Any
416
422
  bl_context: typing.Any
417
423
  bl_label: typing.Any
@@ -444,7 +450,7 @@ class VIEWLAYER_PT_workbench_layer_passes_data(bpy.types.Panel, bpy_types._Gener
444
450
  """
445
451
  ...
446
452
 
447
- class VIEWLAYER_UL_aov(bpy.types.UIList, bpy_types._GenericUI):
453
+ class VIEWLAYER_UL_aov(bpy.types.UIList):
448
454
  bl_rna: typing.Any
449
455
  id_data: typing.Any
450
456
 
@@ -479,7 +485,20 @@ class VIEWLAYER_UL_aov(bpy.types.UIList, bpy_types._GenericUI):
479
485
  """
480
486
  ...
481
487
 
482
- class ViewLayerAOVPanel(bpy.types.Panel, bpy_types._GenericUI):
488
+ class ViewLayerButtonsPanel:
489
+ bl_context: typing.Any
490
+ bl_region_type: typing.Any
491
+ bl_space_type: typing.Any
492
+
493
+ @classmethod
494
+ def poll(cls, context):
495
+ """
496
+
497
+ :param context:
498
+ """
499
+ ...
500
+
501
+ class ViewLayerCryptomattePanel(ViewLayerButtonsPanel, bpy.types.Panel):
483
502
  bl_context: typing.Any
484
503
  bl_label: typing.Any
485
504
  bl_region_type: typing.Any
@@ -510,22 +529,11 @@ class ViewLayerAOVPanel(bpy.types.Panel, bpy_types._GenericUI):
510
529
  """
511
530
  ...
512
531
 
513
- class ViewLayerButtonsPanel:
514
- bl_context: typing.Any
515
- bl_region_type: typing.Any
516
- bl_space_type: typing.Any
517
-
518
- @classmethod
519
- def poll(cls, context):
520
- """
521
-
522
- :param context:
523
- """
524
- ...
525
-
526
- class ViewLayerCryptomattePanel(bpy.types.Panel, bpy_types._GenericUI):
532
+ class VIEWLAYER_PT_layer_passes_aov(ViewLayerAOVPanel):
533
+ COMPAT_ENGINES: typing.Any
527
534
  bl_context: typing.Any
528
535
  bl_label: typing.Any
536
+ bl_parent_id: typing.Any
529
537
  bl_region_type: typing.Any
530
538
  bl_rna: typing.Any
531
539
  bl_space_type: typing.Any
@@ -547,16 +555,11 @@ class ViewLayerCryptomattePanel(bpy.types.Panel, bpy_types._GenericUI):
547
555
  """
548
556
  ...
549
557
 
550
- def draw(self, context):
551
- """
552
-
553
- :param context:
554
- """
555
- ...
556
-
557
- class ViewLayerLightgroupsPanel(bpy.types.Panel, bpy_types._GenericUI):
558
+ class VIEWLAYER_PT_layer_passes_lightgroups(ViewLayerLightgroupsPanel):
559
+ COMPAT_ENGINES: typing.Any
558
560
  bl_context: typing.Any
559
561
  bl_label: typing.Any
562
+ bl_parent_id: typing.Any
560
563
  bl_region_type: typing.Any
561
564
  bl_rna: typing.Any
562
565
  bl_space_type: typing.Any
@@ -577,10 +580,3 @@ class ViewLayerLightgroupsPanel(bpy.types.Panel, bpy_types._GenericUI):
577
580
  :rtype: typing.Any
578
581
  """
579
582
  ...
580
-
581
- def draw(self, context):
582
- """
583
-
584
- :param context:
585
- """
586
- ...
@@ -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 WORKSPACE_PT_addons(bpy.types.Panel, bpy_types._GenericUI):
10
+ class WORKSPACE_PT_addons(WorkSpaceButtonsPanel, bpy.types.Panel):
11
11
  addon_map: typing.Any
12
12
  bl_category: typing.Any
13
13
  bl_label: typing.Any
@@ -48,7 +48,9 @@ class WORKSPACE_PT_addons(bpy.types.Panel, bpy_types._GenericUI):
48
48
  """
49
49
  ...
50
50
 
51
- class WORKSPACE_PT_custom_props(bpy.types.Panel, bpy_types._GenericUI):
51
+ class WORKSPACE_PT_custom_props(
52
+ rna_prop_ui.PropertyPanel, WorkSpaceButtonsPanel, bpy.types.Panel
53
+ ):
52
54
  """The subclass should have its own poll function
53
55
  and the variable '_context_path' MUST be set.
54
56
  """
@@ -79,7 +81,7 @@ class WORKSPACE_PT_custom_props(bpy.types.Panel, bpy_types._GenericUI):
79
81
  """
80
82
  ...
81
83
 
82
- class WORKSPACE_PT_main(bpy.types.Panel, bpy_types._GenericUI):
84
+ class WORKSPACE_PT_main(WorkSpaceButtonsPanel, bpy.types.Panel):
83
85
  bl_category: typing.Any
84
86
  bl_label: typing.Any
85
87
  bl_options: typing.Any
@@ -111,7 +113,7 @@ class WORKSPACE_PT_main(bpy.types.Panel, bpy_types._GenericUI):
111
113
  """
112
114
  ...
113
115
 
114
- class WORKSPACE_UL_addons_items(bpy.types.UIList, bpy_types._GenericUI):
116
+ class WORKSPACE_UL_addons_items(bpy.types.UIList):
115
117
  bl_rna: typing.Any
116
118
  id_data: typing.Any
117
119
 
@@ -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_WORLD_PT_lightprobe(bpy.types.Panel, bpy_types._GenericUI):
10
+ class EEVEE_WORLD_PT_lightprobe(WorldButtonsPanel, 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 EEVEE_WORLD_PT_lightprobe(bpy.types.Panel, bpy_types._GenericUI):
40
40
  """
41
41
  ...
42
42
 
43
- class EEVEE_WORLD_PT_mist(bpy.types.Panel, bpy_types._GenericUI):
43
+ class EEVEE_WORLD_PT_mist(WorldButtonsPanel, bpy.types.Panel):
44
44
  COMPAT_ENGINES: typing.Any
45
45
  bl_context: typing.Any
46
46
  bl_label: typing.Any
@@ -81,7 +81,7 @@ class EEVEE_WORLD_PT_mist(bpy.types.Panel, bpy_types._GenericUI):
81
81
  """
82
82
  ...
83
83
 
84
- class EEVEE_WORLD_PT_settings(bpy.types.Panel, bpy_types._GenericUI):
84
+ class EEVEE_WORLD_PT_settings(WorldButtonsPanel, bpy.types.Panel):
85
85
  COMPAT_ENGINES: typing.Any
86
86
  bl_context: typing.Any
87
87
  bl_label: typing.Any
@@ -122,7 +122,7 @@ class EEVEE_WORLD_PT_settings(bpy.types.Panel, bpy_types._GenericUI):
122
122
  """
123
123
  ...
124
124
 
125
- class EEVEE_WORLD_PT_sun(bpy.types.Panel, bpy_types._GenericUI):
125
+ class EEVEE_WORLD_PT_sun(WorldButtonsPanel, bpy.types.Panel):
126
126
  COMPAT_ENGINES: typing.Any
127
127
  bl_context: typing.Any
128
128
  bl_label: typing.Any
@@ -155,7 +155,7 @@ class EEVEE_WORLD_PT_sun(bpy.types.Panel, bpy_types._GenericUI):
155
155
  """
156
156
  ...
157
157
 
158
- class EEVEE_WORLD_PT_sun_shadow(bpy.types.Panel, bpy_types._GenericUI):
158
+ class EEVEE_WORLD_PT_sun_shadow(WorldButtonsPanel, bpy.types.Panel):
159
159
  COMPAT_ENGINES: typing.Any
160
160
  bl_context: typing.Any
161
161
  bl_label: typing.Any
@@ -196,7 +196,7 @@ class EEVEE_WORLD_PT_sun_shadow(bpy.types.Panel, bpy_types._GenericUI):
196
196
  """
197
197
  ...
198
198
 
199
- class EEVEE_WORLD_PT_surface(bpy.types.Panel, bpy_types._GenericUI):
199
+ class EEVEE_WORLD_PT_surface(WorldButtonsPanel, bpy.types.Panel):
200
200
  COMPAT_ENGINES: typing.Any
201
201
  bl_context: typing.Any
202
202
  bl_label: typing.Any
@@ -236,7 +236,7 @@ class EEVEE_WORLD_PT_surface(bpy.types.Panel, bpy_types._GenericUI):
236
236
  """
237
237
  ...
238
238
 
239
- class EEVEE_WORLD_PT_volume(bpy.types.Panel, bpy_types._GenericUI):
239
+ class EEVEE_WORLD_PT_volume(WorldButtonsPanel, bpy.types.Panel):
240
240
  COMPAT_ENGINES: typing.Any
241
241
  bl_context: typing.Any
242
242
  bl_label: typing.Any
@@ -278,7 +278,7 @@ class EEVEE_WORLD_PT_volume(bpy.types.Panel, bpy_types._GenericUI):
278
278
  """
279
279
  ...
280
280
 
281
- class WORLD_PT_context_world(bpy.types.Panel, bpy_types._GenericUI):
281
+ class WORLD_PT_context_world(WorldButtonsPanel, bpy.types.Panel):
282
282
  COMPAT_ENGINES: typing.Any
283
283
  bl_context: typing.Any
284
284
  bl_label: typing.Any
@@ -319,7 +319,9 @@ class WORLD_PT_context_world(bpy.types.Panel, bpy_types._GenericUI):
319
319
  """
320
320
  ...
321
321
 
322
- class WORLD_PT_custom_props(bpy.types.Panel, bpy_types._GenericUI):
322
+ class WORLD_PT_custom_props(
323
+ rna_prop_ui.PropertyPanel, WorldButtonsPanel, bpy.types.Panel
324
+ ):
323
325
  """The subclass should have its own poll function
324
326
  and the variable '_context_path' MUST be set.
325
327
  """
@@ -350,7 +352,7 @@ class WORLD_PT_custom_props(bpy.types.Panel, bpy_types._GenericUI):
350
352
  """
351
353
  ...
352
354
 
353
- class WORLD_PT_viewport_display(bpy.types.Panel, bpy_types._GenericUI):
355
+ class WORLD_PT_viewport_display(WorldButtonsPanel, bpy.types.Panel):
354
356
  bl_context: typing.Any
355
357
  bl_label: typing.Any
356
358
  bl_options: typing.Any