fake-bpy-module 20240722__py3-none-any.whl → 20240723__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

Files changed (96) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  2. bl_operators/assets/__init__.pyi +2 -2
  3. bl_operators/bone_selection_sets/__init__.pyi +16 -16
  4. bl_operators/connect_to_output/__init__.pyi +4 -1
  5. bl_operators/image_as_planes/__init__.pyi +12 -2
  6. bl_operators/node/__init__.pyi +14 -14
  7. bl_operators/object_quick_effects/__init__.pyi +3 -3
  8. bl_operators/presets/__init__.pyi +24 -24
  9. bl_operators/sequencer/__init__.pyi +76 -76
  10. bl_operators/wm/__init__.pyi +4 -5
  11. bl_ui/__init__.pyi +3 -4
  12. bl_ui/anim/__init__.pyi +1 -2
  13. bl_ui/asset_shelf/__init__.pyi +1 -2
  14. bl_ui/generic_ui_list/__init__.pyi +3 -3
  15. bl_ui/node_add_menu/__init__.pyi +1 -2
  16. bl_ui/node_add_menu_compositor/__init__.pyi +18 -19
  17. bl_ui/node_add_menu_geometry/__init__.pyi +50 -53
  18. bl_ui/node_add_menu_shader/__init__.pyi +10 -11
  19. bl_ui/node_add_menu_texture/__init__.pyi +9 -10
  20. bl_ui/properties_collection/__init__.pyi +9 -7
  21. bl_ui/properties_constraint/__init__.pyi +227 -80
  22. bl_ui/properties_data_armature/__init__.pyi +27 -18
  23. bl_ui/properties_data_bone/__init__.pyi +13 -11
  24. bl_ui/properties_data_camera/__init__.pyi +18 -15
  25. bl_ui/properties_data_curve/__init__.pyi +72 -78
  26. bl_ui/properties_data_curves/__init__.pyi +9 -7
  27. bl_ui/properties_data_empty/__init__.pyi +2 -3
  28. bl_ui/properties_data_gpencil/__init__.pyi +42 -21
  29. bl_ui/properties_data_grease_pencil/__init__.pyi +23 -19
  30. bl_ui/properties_data_lattice/__init__.pyi +6 -4
  31. bl_ui/properties_data_light/__init__.pyi +15 -13
  32. bl_ui/properties_data_lightprobe/__init__.pyi +13 -14
  33. bl_ui/properties_data_mesh/__init__.pyi +71 -69
  34. bl_ui/properties_data_metaball/__init__.pyi +8 -6
  35. bl_ui/properties_data_modifier/__init__.pyi +9 -10
  36. bl_ui/properties_data_pointcloud/__init__.pyi +8 -6
  37. bl_ui/properties_data_shaderfx/__init__.pyi +1 -2
  38. bl_ui/properties_data_speaker/__init__.pyi +8 -6
  39. bl_ui/properties_data_volume/__init__.pyi +11 -9
  40. bl_ui/properties_freestyle/__init__.pyi +31 -84
  41. bl_ui/properties_grease_pencil_common/__init__.pyi +15 -16
  42. bl_ui/properties_mask_common/__init__.pyi +7 -8
  43. bl_ui/properties_material/__init__.pyi +19 -17
  44. bl_ui/properties_material_gpencil/__init__.pyi +17 -11
  45. bl_ui/properties_object/__init__.pyi +22 -15
  46. bl_ui/properties_output/__init__.pyi +19 -19
  47. bl_ui/properties_paint_common/__init__.pyi +18 -19
  48. bl_ui/properties_particle/__init__.pyi +56 -53
  49. bl_ui/properties_physics_cloth/__init__.pyi +15 -15
  50. bl_ui/properties_physics_common/__init__.pyi +1 -2
  51. bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -25
  52. bl_ui/properties_physics_field/__init__.pyi +10 -11
  53. bl_ui/properties_physics_fluid/__init__.pyi +29 -29
  54. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -2
  55. bl_ui/properties_physics_rigidbody/__init__.pyi +10 -9
  56. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +25 -14
  57. bl_ui/properties_physics_softbody/__init__.pyi +15 -16
  58. bl_ui/properties_render/__init__.pyi +63 -58
  59. bl_ui/properties_scene/__init__.pyi +37 -37
  60. bl_ui/properties_texture/__init__.pyi +31 -43
  61. bl_ui/properties_view_layer/__init__.pyi +52 -56
  62. bl_ui/properties_workspace/__init__.pyi +7 -5
  63. bl_ui/properties_world/__init__.pyi +13 -11
  64. bl_ui/space_clip/__init__.pyi +90 -72
  65. bl_ui/space_console/__init__.pyi +6 -7
  66. bl_ui/space_dopesheet/__init__.pyi +68 -32
  67. bl_ui/space_filebrowser/__init__.pyi +38 -32
  68. bl_ui/space_graph/__init__.pyi +23 -21
  69. bl_ui/space_image/__init__.pyi +254 -274
  70. bl_ui/space_info/__init__.pyi +6 -7
  71. bl_ui/space_nla/__init__.pyi +18 -18
  72. bl_ui/space_node/__init__.pyi +35 -29
  73. bl_ui/space_outliner/__init__.pyi +14 -15
  74. bl_ui/space_properties/__init__.pyi +3 -4
  75. bl_ui/space_sequencer/__init__.pyi +95 -79
  76. bl_ui/space_spreadsheet/__init__.pyi +1 -2
  77. bl_ui/space_statusbar/__init__.pyi +1 -2
  78. bl_ui/space_text/__init__.pyi +16 -17
  79. bl_ui/space_time/__init__.pyi +7 -8
  80. bl_ui/space_toolsystem_common/__init__.pyi +1 -2
  81. bl_ui/space_toolsystem_toolbar/__init__.pyi +13 -5
  82. bl_ui/space_topbar/__init__.pyi +26 -27
  83. bl_ui/space_userpref/__init__.pyi +126 -92
  84. bl_ui/space_view3d/__init__.pyi +359 -366
  85. bl_ui/space_view3d_toolbar/__init__.pyi +649 -825
  86. bl_ui/temp_anim_layers/__init__.pyi +1 -2
  87. bpy/ops/sequencer/__init__.pyi +1 -1
  88. bpy/types/__init__.pyi +29718 -29418
  89. bpy_extras/node_shader_utils/__init__.pyi +118 -118
  90. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240723.dist-info}/METADATA +1 -1
  91. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240723.dist-info}/RECORD +96 -96
  92. freestyle/utils/__init__.pyi +1 -1
  93. keyingsets_builtins/__init__.pyi +2 -2
  94. nodeitems_builtins/__init__.pyi +4 -4
  95. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240723.dist-info}/WHEEL +0 -0
  96. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240723.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,8 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
+ import bl_ui.utils
4
5
  import bpy.types
5
- import bpy_types
6
6
 
7
7
  GenericType1 = typing.TypeVar("GenericType1")
8
8
  GenericType2 = typing.TypeVar("GenericType2")
@@ -184,7 +184,7 @@ class ThemePanel:
184
184
  bl_region_type: typing.Any
185
185
  bl_space_type: typing.Any
186
186
 
187
- class USERPREF_HT_header(bpy.types.Header, bpy_types._GenericUI):
187
+ class USERPREF_HT_header(bpy.types.Header):
188
188
  bl_rna: typing.Any
189
189
  bl_space_type: typing.Any
190
190
  id_data: typing.Any
@@ -221,7 +221,7 @@ class USERPREF_HT_header(bpy.types.Header, bpy_types._GenericUI):
221
221
  """
222
222
  ...
223
223
 
224
- class USERPREF_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
224
+ class USERPREF_MT_editor_menus(bpy.types.Menu):
225
225
  bl_idname: typing.Any
226
226
  bl_label: typing.Any
227
227
  bl_rna: typing.Any
@@ -250,7 +250,7 @@ class USERPREF_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
250
250
  """
251
251
  ...
252
252
 
253
- class USERPREF_MT_extensions_active_repo(bpy.types.Menu, bpy_types._GenericUI):
253
+ class USERPREF_MT_extensions_active_repo(bpy.types.Menu):
254
254
  bl_label: typing.Any
255
255
  bl_rna: typing.Any
256
256
  id_data: typing.Any
@@ -271,7 +271,7 @@ class USERPREF_MT_extensions_active_repo(bpy.types.Menu, bpy_types._GenericUI):
271
271
  """
272
272
  ...
273
273
 
274
- class USERPREF_MT_extensions_active_repo_remove(bpy.types.Menu, bpy_types._GenericUI):
274
+ class USERPREF_MT_extensions_active_repo_remove(bpy.types.Menu):
275
275
  bl_label: typing.Any
276
276
  bl_rna: typing.Any
277
277
  id_data: typing.Any
@@ -299,7 +299,7 @@ class USERPREF_MT_extensions_active_repo_remove(bpy.types.Menu, bpy_types._Gener
299
299
  """
300
300
  ...
301
301
 
302
- class USERPREF_MT_interface_theme_presets(bpy.types.Menu, bpy_types._GenericUI):
302
+ class USERPREF_MT_interface_theme_presets(bpy.types.Menu):
303
303
  bl_label: typing.Any
304
304
  bl_rna: typing.Any
305
305
  id_data: typing.Any
@@ -343,7 +343,7 @@ class USERPREF_MT_interface_theme_presets(bpy.types.Menu, bpy_types._GenericUI):
343
343
  """
344
344
  ...
345
345
 
346
- class USERPREF_MT_keyconfigs(bpy.types.Menu, bpy_types._GenericUI):
346
+ class USERPREF_MT_keyconfigs(bpy.types.Menu):
347
347
  bl_label: typing.Any
348
348
  bl_rna: typing.Any
349
349
  id_data: typing.Any
@@ -373,7 +373,7 @@ class USERPREF_MT_keyconfigs(bpy.types.Menu, bpy_types._GenericUI):
373
373
  """
374
374
  ...
375
375
 
376
- class USERPREF_MT_save_load(bpy.types.Menu, bpy_types._GenericUI):
376
+ class USERPREF_MT_save_load(bpy.types.Menu):
377
377
  bl_label: typing.Any
378
378
  bl_rna: typing.Any
379
379
  id_data: typing.Any
@@ -401,7 +401,7 @@ class USERPREF_MT_save_load(bpy.types.Menu, bpy_types._GenericUI):
401
401
  """
402
402
  ...
403
403
 
404
- class USERPREF_MT_view(bpy.types.Menu, bpy_types._GenericUI):
404
+ class USERPREF_MT_view(bpy.types.Menu):
405
405
  bl_label: typing.Any
406
406
  bl_rna: typing.Any
407
407
  id_data: typing.Any
@@ -429,7 +429,7 @@ class USERPREF_MT_view(bpy.types.Menu, bpy_types._GenericUI):
429
429
  """
430
430
  ...
431
431
 
432
- class USERPREF_PT_addons(bpy.types.Panel, bpy_types._GenericUI):
432
+ class USERPREF_PT_addons(AddOnPanel, bpy.types.Panel):
433
433
  bl_context: typing.Any
434
434
  bl_label: typing.Any
435
435
  bl_options: typing.Any
@@ -482,7 +482,7 @@ class USERPREF_PT_addons(bpy.types.Panel, bpy_types._GenericUI):
482
482
  """
483
483
  ...
484
484
 
485
- class USERPREF_PT_addons_filter(bpy.types.Panel, bpy_types._GenericUI):
485
+ class USERPREF_PT_addons_filter(bpy.types.Panel):
486
486
  bl_label: typing.Any
487
487
  bl_region_type: typing.Any
488
488
  bl_rna: typing.Any
@@ -513,7 +513,7 @@ class USERPREF_PT_addons_filter(bpy.types.Panel, bpy_types._GenericUI):
513
513
  """
514
514
  ...
515
515
 
516
- class USERPREF_PT_animation_fcurves(bpy.types.Panel, bpy_types._GenericUI):
516
+ class USERPREF_PT_animation_fcurves(CenterAlignMixIn, AnimationPanel, bpy.types.Panel):
517
517
  """Base class for panels to center align contents with some horizontal margin.
518
518
  Deriving classes need to implement a draw_centered(context, layout) function.
519
519
  """
@@ -549,7 +549,9 @@ class USERPREF_PT_animation_fcurves(bpy.types.Panel, bpy_types._GenericUI):
549
549
  """
550
550
  ...
551
551
 
552
- class USERPREF_PT_animation_keyframes(bpy.types.Panel, bpy_types._GenericUI):
552
+ class USERPREF_PT_animation_keyframes(
553
+ CenterAlignMixIn, AnimationPanel, bpy.types.Panel
554
+ ):
553
555
  """Base class for panels to center align contents with some horizontal margin.
554
556
  Deriving classes need to implement a draw_centered(context, layout) function.
555
557
  """
@@ -585,7 +587,7 @@ class USERPREF_PT_animation_keyframes(bpy.types.Panel, bpy_types._GenericUI):
585
587
  """
586
588
  ...
587
589
 
588
- class USERPREF_PT_animation_timeline(bpy.types.Panel, bpy_types._GenericUI):
590
+ class USERPREF_PT_animation_timeline(CenterAlignMixIn, AnimationPanel, bpy.types.Panel):
589
591
  """Base class for panels to center align contents with some horizontal margin.
590
592
  Deriving classes need to implement a draw_centered(context, layout) function.
591
593
  """
@@ -621,7 +623,7 @@ class USERPREF_PT_animation_timeline(bpy.types.Panel, bpy_types._GenericUI):
621
623
  """
622
624
  ...
623
625
 
624
- class USERPREF_PT_edit_annotations(bpy.types.Panel, bpy_types._GenericUI):
626
+ class USERPREF_PT_edit_annotations(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
625
627
  """Base class for panels to center align contents with some horizontal margin.
626
628
  Deriving classes need to implement a draw_centered(context, layout) function.
627
629
  """
@@ -657,7 +659,7 @@ class USERPREF_PT_edit_annotations(bpy.types.Panel, bpy_types._GenericUI):
657
659
  """
658
660
  ...
659
661
 
660
- class USERPREF_PT_edit_cursor(bpy.types.Panel, bpy_types._GenericUI):
662
+ class USERPREF_PT_edit_cursor(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
661
663
  """Base class for panels to center align contents with some horizontal margin.
662
664
  Deriving classes need to implement a draw_centered(context, layout) function.
663
665
  """
@@ -693,7 +695,7 @@ class USERPREF_PT_edit_cursor(bpy.types.Panel, bpy_types._GenericUI):
693
695
  """
694
696
  ...
695
697
 
696
- class USERPREF_PT_edit_gpencil(bpy.types.Panel, bpy_types._GenericUI):
698
+ class USERPREF_PT_edit_gpencil(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
697
699
  """Base class for panels to center align contents with some horizontal margin.
698
700
  Deriving classes need to implement a draw_centered(context, layout) function.
699
701
  """
@@ -730,7 +732,7 @@ class USERPREF_PT_edit_gpencil(bpy.types.Panel, bpy_types._GenericUI):
730
732
  """
731
733
  ...
732
734
 
733
- class USERPREF_PT_edit_misc(bpy.types.Panel, bpy_types._GenericUI):
735
+ class USERPREF_PT_edit_misc(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
734
736
  """Base class for panels to center align contents with some horizontal margin.
735
737
  Deriving classes need to implement a draw_centered(context, layout) function.
736
738
  """
@@ -767,7 +769,7 @@ class USERPREF_PT_edit_misc(bpy.types.Panel, bpy_types._GenericUI):
767
769
  """
768
770
  ...
769
771
 
770
- class USERPREF_PT_edit_node_editor(bpy.types.Panel, bpy_types._GenericUI):
772
+ class USERPREF_PT_edit_node_editor(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
771
773
  """Base class for panels to center align contents with some horizontal margin.
772
774
  Deriving classes need to implement a draw_centered(context, layout) function.
773
775
  """
@@ -804,7 +806,7 @@ class USERPREF_PT_edit_node_editor(bpy.types.Panel, bpy_types._GenericUI):
804
806
  """
805
807
  ...
806
808
 
807
- class USERPREF_PT_edit_objects(bpy.types.Panel, bpy_types._GenericUI):
809
+ class USERPREF_PT_edit_objects(EditingPanel, bpy.types.Panel):
808
810
  bl_context: typing.Any
809
811
  bl_label: typing.Any
810
812
  bl_region_type: typing.Any
@@ -835,7 +837,9 @@ class USERPREF_PT_edit_objects(bpy.types.Panel, bpy_types._GenericUI):
835
837
  """
836
838
  ...
837
839
 
838
- class USERPREF_PT_edit_objects_duplicate_data(bpy.types.Panel, bpy_types._GenericUI):
840
+ class USERPREF_PT_edit_objects_duplicate_data(
841
+ CenterAlignMixIn, EditingPanel, bpy.types.Panel
842
+ ):
839
843
  """Base class for panels to center align contents with some horizontal margin.
840
844
  Deriving classes need to implement a draw_centered(context, layout) function.
841
845
  """
@@ -873,7 +877,7 @@ class USERPREF_PT_edit_objects_duplicate_data(bpy.types.Panel, bpy_types._Generi
873
877
  """
874
878
  ...
875
879
 
876
- class USERPREF_PT_edit_objects_new(bpy.types.Panel, bpy_types._GenericUI):
880
+ class USERPREF_PT_edit_objects_new(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
877
881
  """Base class for panels to center align contents with some horizontal margin.
878
882
  Deriving classes need to implement a draw_centered(context, layout) function.
879
883
  """
@@ -910,7 +914,7 @@ class USERPREF_PT_edit_objects_new(bpy.types.Panel, bpy_types._GenericUI):
910
914
  """
911
915
  ...
912
916
 
913
- class USERPREF_PT_edit_sequence_editor(bpy.types.Panel, bpy_types._GenericUI):
917
+ class USERPREF_PT_edit_sequence_editor(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
914
918
  """Base class for panels to center align contents with some horizontal margin.
915
919
  Deriving classes need to implement a draw_centered(context, layout) function.
916
920
  """
@@ -947,7 +951,7 @@ class USERPREF_PT_edit_sequence_editor(bpy.types.Panel, bpy_types._GenericUI):
947
951
  """
948
952
  ...
949
953
 
950
- class USERPREF_PT_edit_text_editor(bpy.types.Panel, bpy_types._GenericUI):
954
+ class USERPREF_PT_edit_text_editor(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
951
955
  """Base class for panels to center align contents with some horizontal margin.
952
956
  Deriving classes need to implement a draw_centered(context, layout) function.
953
957
  """
@@ -984,7 +988,7 @@ class USERPREF_PT_edit_text_editor(bpy.types.Panel, bpy_types._GenericUI):
984
988
  """
985
989
  ...
986
990
 
987
- class USERPREF_PT_edit_weight_paint(bpy.types.Panel, bpy_types._GenericUI):
991
+ class USERPREF_PT_edit_weight_paint(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
988
992
  """Base class for panels to center align contents with some horizontal margin.
989
993
  Deriving classes need to implement a draw_centered(context, layout) function.
990
994
  """
@@ -1021,7 +1025,7 @@ class USERPREF_PT_edit_weight_paint(bpy.types.Panel, bpy_types._GenericUI):
1021
1025
  """
1022
1026
  ...
1023
1027
 
1024
- class USERPREF_PT_experimental_debugging(bpy.types.Panel, bpy_types._GenericUI):
1028
+ class USERPREF_PT_experimental_debugging(ExperimentalPanel, bpy.types.Panel):
1025
1029
  bl_context: typing.Any
1026
1030
  bl_label: typing.Any
1027
1031
  bl_region_type: typing.Any
@@ -1061,7 +1065,7 @@ class USERPREF_PT_experimental_debugging(bpy.types.Panel, bpy_types._GenericUI):
1061
1065
  """
1062
1066
  ...
1063
1067
 
1064
- class USERPREF_PT_experimental_new_features(bpy.types.Panel, bpy_types._GenericUI):
1068
+ class USERPREF_PT_experimental_new_features(ExperimentalPanel, bpy.types.Panel):
1065
1069
  bl_context: typing.Any
1066
1070
  bl_label: typing.Any
1067
1071
  bl_region_type: typing.Any
@@ -1093,7 +1097,7 @@ class USERPREF_PT_experimental_new_features(bpy.types.Panel, bpy_types._GenericU
1093
1097
  """
1094
1098
  ...
1095
1099
 
1096
- class USERPREF_PT_experimental_prototypes(bpy.types.Panel, bpy_types._GenericUI):
1100
+ class USERPREF_PT_experimental_prototypes(ExperimentalPanel, bpy.types.Panel):
1097
1101
  bl_context: typing.Any
1098
1102
  bl_label: typing.Any
1099
1103
  bl_region_type: typing.Any
@@ -1125,7 +1129,7 @@ class USERPREF_PT_experimental_prototypes(bpy.types.Panel, bpy_types._GenericUI)
1125
1129
  """
1126
1130
  ...
1127
1131
 
1128
- class USERPREF_PT_extensions(bpy.types.Panel, bpy_types._GenericUI):
1132
+ class USERPREF_PT_extensions(ExtensionsPanel, bpy.types.Panel):
1129
1133
  bl_context: typing.Any
1130
1134
  bl_label: typing.Any
1131
1135
  bl_options: typing.Any
@@ -1150,7 +1154,7 @@ class USERPREF_PT_extensions(bpy.types.Panel, bpy_types._GenericUI):
1150
1154
  """
1151
1155
  ...
1152
1156
 
1153
- class USERPREF_PT_extensions_repos(bpy.types.Panel, bpy_types._GenericUI):
1157
+ class USERPREF_PT_extensions_repos(bpy.types.Panel):
1154
1158
  bl_label: typing.Any
1155
1159
  bl_options: typing.Any
1156
1160
  bl_region_type: typing.Any
@@ -1182,7 +1186,7 @@ class USERPREF_PT_extensions_repos(bpy.types.Panel, bpy_types._GenericUI):
1182
1186
  """
1183
1187
  ...
1184
1188
 
1185
- class USERPREF_PT_file_paths_applications(bpy.types.Panel, bpy_types._GenericUI):
1189
+ class USERPREF_PT_file_paths_applications(FilePathsPanel, bpy.types.Panel):
1186
1190
  bl_context: typing.Any
1187
1191
  bl_label: typing.Any
1188
1192
  bl_options: typing.Any
@@ -1214,7 +1218,7 @@ class USERPREF_PT_file_paths_applications(bpy.types.Panel, bpy_types._GenericUI)
1214
1218
  """
1215
1219
  ...
1216
1220
 
1217
- class USERPREF_PT_file_paths_asset_libraries(bpy.types.Panel, bpy_types._GenericUI):
1221
+ class USERPREF_PT_file_paths_asset_libraries(FilePathsPanel, bpy.types.Panel):
1218
1222
  bl_context: typing.Any
1219
1223
  bl_label: typing.Any
1220
1224
  bl_region_type: typing.Any
@@ -1245,7 +1249,7 @@ class USERPREF_PT_file_paths_asset_libraries(bpy.types.Panel, bpy_types._Generic
1245
1249
  """
1246
1250
  ...
1247
1251
 
1248
- class USERPREF_PT_file_paths_data(bpy.types.Panel, bpy_types._GenericUI):
1252
+ class USERPREF_PT_file_paths_data(FilePathsPanel, bpy.types.Panel):
1249
1253
  bl_context: typing.Any
1250
1254
  bl_label: typing.Any
1251
1255
  bl_region_type: typing.Any
@@ -1276,7 +1280,7 @@ class USERPREF_PT_file_paths_data(bpy.types.Panel, bpy_types._GenericUI):
1276
1280
  """
1277
1281
  ...
1278
1282
 
1279
- class USERPREF_PT_file_paths_development(bpy.types.Panel, bpy_types._GenericUI):
1283
+ class USERPREF_PT_file_paths_development(FilePathsPanel, bpy.types.Panel):
1280
1284
  bl_context: typing.Any
1281
1285
  bl_label: typing.Any
1282
1286
  bl_options: typing.Any
@@ -1316,7 +1320,7 @@ class USERPREF_PT_file_paths_development(bpy.types.Panel, bpy_types._GenericUI):
1316
1320
  """
1317
1321
  ...
1318
1322
 
1319
- class USERPREF_PT_file_paths_render(bpy.types.Panel, bpy_types._GenericUI):
1323
+ class USERPREF_PT_file_paths_render(FilePathsPanel, bpy.types.Panel):
1320
1324
  bl_context: typing.Any
1321
1325
  bl_label: typing.Any
1322
1326
  bl_parent_id: typing.Any
@@ -1348,7 +1352,7 @@ class USERPREF_PT_file_paths_render(bpy.types.Panel, bpy_types._GenericUI):
1348
1352
  """
1349
1353
  ...
1350
1354
 
1351
- class USERPREF_PT_file_paths_script_directories(bpy.types.Panel, bpy_types._GenericUI):
1355
+ class USERPREF_PT_file_paths_script_directories(FilePathsPanel, bpy.types.Panel):
1352
1356
  bl_context: typing.Any
1353
1357
  bl_label: typing.Any
1354
1358
  bl_region_type: typing.Any
@@ -1379,7 +1383,7 @@ class USERPREF_PT_file_paths_script_directories(bpy.types.Panel, bpy_types._Gene
1379
1383
  """
1380
1384
  ...
1381
1385
 
1382
- class USERPREF_PT_input_keyboard(bpy.types.Panel, bpy_types._GenericUI):
1386
+ class USERPREF_PT_input_keyboard(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1383
1387
  """Base class for panels to center align contents with some horizontal margin.
1384
1388
  Deriving classes need to implement a draw_centered(context, layout) function.
1385
1389
  """
@@ -1415,7 +1419,7 @@ class USERPREF_PT_input_keyboard(bpy.types.Panel, bpy_types._GenericUI):
1415
1419
  """
1416
1420
  ...
1417
1421
 
1418
- class USERPREF_PT_input_mouse(bpy.types.Panel, bpy_types._GenericUI):
1422
+ class USERPREF_PT_input_mouse(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1419
1423
  """Base class for panels to center align contents with some horizontal margin.
1420
1424
  Deriving classes need to implement a draw_centered(context, layout) function.
1421
1425
  """
@@ -1451,7 +1455,7 @@ class USERPREF_PT_input_mouse(bpy.types.Panel, bpy_types._GenericUI):
1451
1455
  """
1452
1456
  ...
1453
1457
 
1454
- class USERPREF_PT_input_ndof(bpy.types.Panel, bpy_types._GenericUI):
1458
+ class USERPREF_PT_input_ndof(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1455
1459
  """Base class for panels to center align contents with some horizontal margin.
1456
1460
  Deriving classes need to implement a draw_centered(context, layout) function.
1457
1461
  """
@@ -1496,7 +1500,7 @@ class USERPREF_PT_input_ndof(bpy.types.Panel, bpy_types._GenericUI):
1496
1500
  """
1497
1501
  ...
1498
1502
 
1499
- class USERPREF_PT_input_tablet(bpy.types.Panel, bpy_types._GenericUI):
1503
+ class USERPREF_PT_input_tablet(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1500
1504
  """Base class for panels to center align contents with some horizontal margin.
1501
1505
  Deriving classes need to implement a draw_centered(context, layout) function.
1502
1506
  """
@@ -1532,7 +1536,7 @@ class USERPREF_PT_input_tablet(bpy.types.Panel, bpy_types._GenericUI):
1532
1536
  """
1533
1537
  ...
1534
1538
 
1535
- class USERPREF_PT_input_touchpad(bpy.types.Panel, bpy_types._GenericUI):
1539
+ class USERPREF_PT_input_touchpad(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1536
1540
  """Base class for panels to center align contents with some horizontal margin.
1537
1541
  Deriving classes need to implement a draw_centered(context, layout) function.
1538
1542
  """
@@ -1577,7 +1581,7 @@ class USERPREF_PT_input_touchpad(bpy.types.Panel, bpy_types._GenericUI):
1577
1581
  """
1578
1582
  ...
1579
1583
 
1580
- class USERPREF_PT_interface_display(bpy.types.Panel, bpy_types._GenericUI):
1584
+ class USERPREF_PT_interface_display(CenterAlignMixIn, InterfacePanel, bpy.types.Panel):
1581
1585
  """Base class for panels to center align contents with some horizontal margin.
1582
1586
  Deriving classes need to implement a draw_centered(context, layout) function.
1583
1587
  """
@@ -1613,7 +1617,7 @@ class USERPREF_PT_interface_display(bpy.types.Panel, bpy_types._GenericUI):
1613
1617
  """
1614
1618
  ...
1615
1619
 
1616
- class USERPREF_PT_interface_editors(bpy.types.Panel, bpy_types._GenericUI):
1620
+ class USERPREF_PT_interface_editors(CenterAlignMixIn, InterfacePanel, bpy.types.Panel):
1617
1621
  """Base class for panels to center align contents with some horizontal margin.
1618
1622
  Deriving classes need to implement a draw_centered(context, layout) function.
1619
1623
  """
@@ -1649,7 +1653,7 @@ class USERPREF_PT_interface_editors(bpy.types.Panel, bpy_types._GenericUI):
1649
1653
  """
1650
1654
  ...
1651
1655
 
1652
- class USERPREF_PT_interface_menus(bpy.types.Panel, bpy_types._GenericUI):
1656
+ class USERPREF_PT_interface_menus(InterfacePanel, bpy.types.Panel):
1653
1657
  bl_context: typing.Any
1654
1658
  bl_label: typing.Any
1655
1659
  bl_options: typing.Any
@@ -1681,7 +1685,9 @@ class USERPREF_PT_interface_menus(bpy.types.Panel, bpy_types._GenericUI):
1681
1685
  """
1682
1686
  ...
1683
1687
 
1684
- class USERPREF_PT_interface_menus_mouse_over(bpy.types.Panel, bpy_types._GenericUI):
1688
+ class USERPREF_PT_interface_menus_mouse_over(
1689
+ CenterAlignMixIn, InterfacePanel, bpy.types.Panel
1690
+ ):
1685
1691
  """Base class for panels to center align contents with some horizontal margin.
1686
1692
  Deriving classes need to implement a draw_centered(context, layout) function.
1687
1693
  """
@@ -1725,7 +1731,9 @@ class USERPREF_PT_interface_menus_mouse_over(bpy.types.Panel, bpy_types._Generic
1725
1731
  """
1726
1732
  ...
1727
1733
 
1728
- class USERPREF_PT_interface_menus_pie(bpy.types.Panel, bpy_types._GenericUI):
1734
+ class USERPREF_PT_interface_menus_pie(
1735
+ CenterAlignMixIn, InterfacePanel, bpy.types.Panel
1736
+ ):
1729
1737
  """Base class for panels to center align contents with some horizontal margin.
1730
1738
  Deriving classes need to implement a draw_centered(context, layout) function.
1731
1739
  """
@@ -1762,7 +1770,9 @@ class USERPREF_PT_interface_menus_pie(bpy.types.Panel, bpy_types._GenericUI):
1762
1770
  """
1763
1771
  ...
1764
1772
 
1765
- class USERPREF_PT_interface_statusbar(bpy.types.Panel, bpy_types._GenericUI):
1773
+ class USERPREF_PT_interface_statusbar(
1774
+ CenterAlignMixIn, InterfacePanel, bpy.types.Panel
1775
+ ):
1766
1776
  """Base class for panels to center align contents with some horizontal margin.
1767
1777
  Deriving classes need to implement a draw_centered(context, layout) function.
1768
1778
  """
@@ -1800,7 +1810,9 @@ class USERPREF_PT_interface_statusbar(bpy.types.Panel, bpy_types._GenericUI):
1800
1810
  """
1801
1811
  ...
1802
1812
 
1803
- class USERPREF_PT_interface_temporary_windows(bpy.types.Panel, bpy_types._GenericUI):
1813
+ class USERPREF_PT_interface_temporary_windows(
1814
+ CenterAlignMixIn, InterfacePanel, bpy.types.Panel
1815
+ ):
1804
1816
  """Base class for panels to center align contents with some horizontal margin.
1805
1817
  Deriving classes need to implement a draw_centered(context, layout) function.
1806
1818
  """
@@ -1838,7 +1850,7 @@ class USERPREF_PT_interface_temporary_windows(bpy.types.Panel, bpy_types._Generi
1838
1850
  """
1839
1851
  ...
1840
1852
 
1841
- class USERPREF_PT_interface_text(bpy.types.Panel, bpy_types._GenericUI):
1853
+ class USERPREF_PT_interface_text(CenterAlignMixIn, InterfacePanel, bpy.types.Panel):
1842
1854
  """Base class for panels to center align contents with some horizontal margin.
1843
1855
  Deriving classes need to implement a draw_centered(context, layout) function.
1844
1856
  """
@@ -1875,7 +1887,9 @@ class USERPREF_PT_interface_text(bpy.types.Panel, bpy_types._GenericUI):
1875
1887
  """
1876
1888
  ...
1877
1889
 
1878
- class USERPREF_PT_interface_translation(bpy.types.Panel, bpy_types._GenericUI):
1890
+ class USERPREF_PT_interface_translation(
1891
+ CenterAlignMixIn, InterfacePanel, bpy.types.Panel
1892
+ ):
1879
1893
  """Base class for panels to center align contents with some horizontal margin.
1880
1894
  Deriving classes need to implement a draw_centered(context, layout) function.
1881
1895
  """
@@ -1920,7 +1934,7 @@ class USERPREF_PT_interface_translation(bpy.types.Panel, bpy_types._GenericUI):
1920
1934
  """
1921
1935
  ...
1922
1936
 
1923
- class USERPREF_PT_keymap(bpy.types.Panel, bpy_types._GenericUI):
1937
+ class USERPREF_PT_keymap(KeymapPanel, bpy.types.Panel):
1924
1938
  bl_context: typing.Any
1925
1939
  bl_label: typing.Any
1926
1940
  bl_options: typing.Any
@@ -1952,7 +1966,7 @@ class USERPREF_PT_keymap(bpy.types.Panel, bpy_types._GenericUI):
1952
1966
  """
1953
1967
  ...
1954
1968
 
1955
- class USERPREF_PT_navigation_bar(bpy.types.Panel, bpy_types._GenericUI):
1969
+ class USERPREF_PT_navigation_bar(bpy.types.Panel):
1956
1970
  bl_label: typing.Any
1957
1971
  bl_options: typing.Any
1958
1972
  bl_region_type: typing.Any
@@ -1983,7 +1997,9 @@ class USERPREF_PT_navigation_bar(bpy.types.Panel, bpy_types._GenericUI):
1983
1997
  """
1984
1998
  ...
1985
1999
 
1986
- class USERPREF_PT_navigation_fly_walk(bpy.types.Panel, bpy_types._GenericUI):
2000
+ class USERPREF_PT_navigation_fly_walk(
2001
+ CenterAlignMixIn, NavigationPanel, bpy.types.Panel
2002
+ ):
1987
2003
  """Base class for panels to center align contents with some horizontal margin.
1988
2004
  Deriving classes need to implement a draw_centered(context, layout) function.
1989
2005
  """
@@ -2019,7 +2035,9 @@ class USERPREF_PT_navigation_fly_walk(bpy.types.Panel, bpy_types._GenericUI):
2019
2035
  """
2020
2036
  ...
2021
2037
 
2022
- class USERPREF_PT_navigation_fly_walk_gravity(bpy.types.Panel, bpy_types._GenericUI):
2038
+ class USERPREF_PT_navigation_fly_walk_gravity(
2039
+ CenterAlignMixIn, NavigationPanel, bpy.types.Panel
2040
+ ):
2023
2041
  """Base class for panels to center align contents with some horizontal margin.
2024
2042
  Deriving classes need to implement a draw_centered(context, layout) function.
2025
2043
  """
@@ -2072,7 +2090,9 @@ class USERPREF_PT_navigation_fly_walk_gravity(bpy.types.Panel, bpy_types._Generi
2072
2090
  """
2073
2091
  ...
2074
2092
 
2075
- class USERPREF_PT_navigation_fly_walk_navigation(bpy.types.Panel, bpy_types._GenericUI):
2093
+ class USERPREF_PT_navigation_fly_walk_navigation(
2094
+ CenterAlignMixIn, NavigationPanel, bpy.types.Panel
2095
+ ):
2076
2096
  """Base class for panels to center align contents with some horizontal margin.
2077
2097
  Deriving classes need to implement a draw_centered(context, layout) function.
2078
2098
  """
@@ -2118,7 +2138,7 @@ class USERPREF_PT_navigation_fly_walk_navigation(bpy.types.Panel, bpy_types._Gen
2118
2138
  """
2119
2139
  ...
2120
2140
 
2121
- class USERPREF_PT_navigation_orbit(bpy.types.Panel, bpy_types._GenericUI):
2141
+ class USERPREF_PT_navigation_orbit(CenterAlignMixIn, NavigationPanel, bpy.types.Panel):
2122
2142
  """Base class for panels to center align contents with some horizontal margin.
2123
2143
  Deriving classes need to implement a draw_centered(context, layout) function.
2124
2144
  """
@@ -2154,7 +2174,7 @@ class USERPREF_PT_navigation_orbit(bpy.types.Panel, bpy_types._GenericUI):
2154
2174
  """
2155
2175
  ...
2156
2176
 
2157
- class USERPREF_PT_navigation_zoom(bpy.types.Panel, bpy_types._GenericUI):
2177
+ class USERPREF_PT_navigation_zoom(CenterAlignMixIn, NavigationPanel, bpy.types.Panel):
2158
2178
  """Base class for panels to center align contents with some horizontal margin.
2159
2179
  Deriving classes need to implement a draw_centered(context, layout) function.
2160
2180
  """
@@ -2190,7 +2210,7 @@ class USERPREF_PT_navigation_zoom(bpy.types.Panel, bpy_types._GenericUI):
2190
2210
  """
2191
2211
  ...
2192
2212
 
2193
- class USERPREF_PT_ndof_settings(bpy.types.Panel, bpy_types._GenericUI):
2213
+ class USERPREF_PT_ndof_settings(bpy.types.Panel):
2194
2214
  bl_label: typing.Any
2195
2215
  bl_region_type: typing.Any
2196
2216
  bl_rna: typing.Any
@@ -2231,7 +2251,7 @@ class USERPREF_PT_ndof_settings(bpy.types.Panel, bpy_types._GenericUI):
2231
2251
  """
2232
2252
  ...
2233
2253
 
2234
- class USERPREF_PT_save_preferences(bpy.types.Panel, bpy_types._GenericUI):
2254
+ class USERPREF_PT_save_preferences(bpy.types.Panel):
2235
2255
  bl_label: typing.Any
2236
2256
  bl_options: typing.Any
2237
2257
  bl_region_type: typing.Any
@@ -2270,7 +2290,7 @@ class USERPREF_PT_save_preferences(bpy.types.Panel, bpy_types._GenericUI):
2270
2290
  """
2271
2291
  ...
2272
2292
 
2273
- class USERPREF_PT_saveload_autorun(bpy.types.Panel, bpy_types._GenericUI):
2293
+ class USERPREF_PT_saveload_autorun(FilePathsPanel, bpy.types.Panel):
2274
2294
  bl_context: typing.Any
2275
2295
  bl_label: typing.Any
2276
2296
  bl_parent_id: typing.Any
@@ -2309,7 +2329,7 @@ class USERPREF_PT_saveload_autorun(bpy.types.Panel, bpy_types._GenericUI):
2309
2329
  """
2310
2330
  ...
2311
2331
 
2312
- class USERPREF_PT_saveload_blend(bpy.types.Panel, bpy_types._GenericUI):
2332
+ class USERPREF_PT_saveload_blend(CenterAlignMixIn, SaveLoadPanel, bpy.types.Panel):
2313
2333
  """Base class for panels to center align contents with some horizontal margin.
2314
2334
  Deriving classes need to implement a draw_centered(context, layout) function.
2315
2335
  """
@@ -2345,7 +2365,9 @@ class USERPREF_PT_saveload_blend(bpy.types.Panel, bpy_types._GenericUI):
2345
2365
  """
2346
2366
  ...
2347
2367
 
2348
- class USERPREF_PT_saveload_file_browser(bpy.types.Panel, bpy_types._GenericUI):
2368
+ class USERPREF_PT_saveload_file_browser(
2369
+ CenterAlignMixIn, SaveLoadPanel, bpy.types.Panel
2370
+ ):
2349
2371
  """Base class for panels to center align contents with some horizontal margin.
2350
2372
  Deriving classes need to implement a draw_centered(context, layout) function.
2351
2373
  """
@@ -2381,7 +2403,7 @@ class USERPREF_PT_saveload_file_browser(bpy.types.Panel, bpy_types._GenericUI):
2381
2403
  """
2382
2404
  ...
2383
2405
 
2384
- class USERPREF_PT_studiolight_light_editor(bpy.types.Panel, bpy_types._GenericUI):
2406
+ class USERPREF_PT_studiolight_light_editor(StudioLightPanel, bpy.types.Panel):
2385
2407
  bl_context: typing.Any
2386
2408
  bl_label: typing.Any
2387
2409
  bl_options: typing.Any
@@ -2423,7 +2445,9 @@ class USERPREF_PT_studiolight_light_editor(bpy.types.Panel, bpy_types._GenericUI
2423
2445
  """
2424
2446
  ...
2425
2447
 
2426
- class USERPREF_PT_studiolight_lights(bpy.types.Panel, bpy_types._GenericUI):
2448
+ class USERPREF_PT_studiolight_lights(
2449
+ StudioLightPanelMixin, StudioLightPanel, bpy.types.Panel
2450
+ ):
2427
2451
  bl_context: typing.Any
2428
2452
  bl_label: typing.Any
2429
2453
  bl_region_type: typing.Any
@@ -2457,7 +2481,9 @@ class USERPREF_PT_studiolight_lights(bpy.types.Panel, bpy_types._GenericUI):
2457
2481
 
2458
2482
  def get_error_message(self): ...
2459
2483
 
2460
- class USERPREF_PT_studiolight_matcaps(bpy.types.Panel, bpy_types._GenericUI):
2484
+ class USERPREF_PT_studiolight_matcaps(
2485
+ StudioLightPanelMixin, StudioLightPanel, bpy.types.Panel
2486
+ ):
2461
2487
  bl_context: typing.Any
2462
2488
  bl_label: typing.Any
2463
2489
  bl_region_type: typing.Any
@@ -2491,7 +2517,9 @@ class USERPREF_PT_studiolight_matcaps(bpy.types.Panel, bpy_types._GenericUI):
2491
2517
 
2492
2518
  def get_error_message(self): ...
2493
2519
 
2494
- class USERPREF_PT_studiolight_world(bpy.types.Panel, bpy_types._GenericUI):
2520
+ class USERPREF_PT_studiolight_world(
2521
+ StudioLightPanelMixin, StudioLightPanel, bpy.types.Panel
2522
+ ):
2495
2523
  bl_context: typing.Any
2496
2524
  bl_label: typing.Any
2497
2525
  bl_region_type: typing.Any
@@ -2525,7 +2553,7 @@ class USERPREF_PT_studiolight_world(bpy.types.Panel, bpy_types._GenericUI):
2525
2553
 
2526
2554
  def get_error_message(self): ...
2527
2555
 
2528
- class USERPREF_PT_system_cycles_devices(bpy.types.Panel, bpy_types._GenericUI):
2556
+ class USERPREF_PT_system_cycles_devices(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
2529
2557
  """Base class for panels to center align contents with some horizontal margin.
2530
2558
  Deriving classes need to implement a draw_centered(context, layout) function.
2531
2559
  """
@@ -2561,7 +2589,7 @@ class USERPREF_PT_system_cycles_devices(bpy.types.Panel, bpy_types._GenericUI):
2561
2589
  """
2562
2590
  ...
2563
2591
 
2564
- class USERPREF_PT_system_memory(bpy.types.Panel, bpy_types._GenericUI):
2592
+ class USERPREF_PT_system_memory(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
2565
2593
  """Base class for panels to center align contents with some horizontal margin.
2566
2594
  Deriving classes need to implement a draw_centered(context, layout) function.
2567
2595
  """
@@ -2597,7 +2625,7 @@ class USERPREF_PT_system_memory(bpy.types.Panel, bpy_types._GenericUI):
2597
2625
  """
2598
2626
  ...
2599
2627
 
2600
- class USERPREF_PT_system_network(bpy.types.Panel, bpy_types._GenericUI):
2628
+ class USERPREF_PT_system_network(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
2601
2629
  """Base class for panels to center align contents with some horizontal margin.
2602
2630
  Deriving classes need to implement a draw_centered(context, layout) function.
2603
2631
  """
@@ -2633,7 +2661,7 @@ class USERPREF_PT_system_network(bpy.types.Panel, bpy_types._GenericUI):
2633
2661
  """
2634
2662
  ...
2635
2663
 
2636
- class USERPREF_PT_system_os_settings(bpy.types.Panel, bpy_types._GenericUI):
2664
+ class USERPREF_PT_system_os_settings(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
2637
2665
  """Base class for panels to center align contents with some horizontal margin.
2638
2666
  Deriving classes need to implement a draw_centered(context, layout) function.
2639
2667
  """
@@ -2677,7 +2705,7 @@ class USERPREF_PT_system_os_settings(bpy.types.Panel, bpy_types._GenericUI):
2677
2705
  """
2678
2706
  ...
2679
2707
 
2680
- class USERPREF_PT_system_sound(bpy.types.Panel, bpy_types._GenericUI):
2708
+ class USERPREF_PT_system_sound(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
2681
2709
  """Base class for panels to center align contents with some horizontal margin.
2682
2710
  Deriving classes need to implement a draw_centered(context, layout) function.
2683
2711
  """
@@ -2714,7 +2742,9 @@ class USERPREF_PT_system_sound(bpy.types.Panel, bpy_types._GenericUI):
2714
2742
  """
2715
2743
  ...
2716
2744
 
2717
- class USERPREF_PT_system_video_sequencer(bpy.types.Panel, bpy_types._GenericUI):
2745
+ class USERPREF_PT_system_video_sequencer(
2746
+ CenterAlignMixIn, SystemPanel, bpy.types.Panel
2747
+ ):
2718
2748
  """Base class for panels to center align contents with some horizontal margin.
2719
2749
  Deriving classes need to implement a draw_centered(context, layout) function.
2720
2750
  """
@@ -2750,7 +2780,7 @@ class USERPREF_PT_system_video_sequencer(bpy.types.Panel, bpy_types._GenericUI):
2750
2780
  """
2751
2781
  ...
2752
2782
 
2753
- class USERPREF_PT_text_editor(bpy.types.Panel, bpy_types._GenericUI):
2783
+ class USERPREF_PT_text_editor(FilePathsPanel, bpy.types.Panel):
2754
2784
  bl_context: typing.Any
2755
2785
  bl_label: typing.Any
2756
2786
  bl_parent_id: typing.Any
@@ -2789,7 +2819,7 @@ class USERPREF_PT_text_editor(bpy.types.Panel, bpy_types._GenericUI):
2789
2819
  """
2790
2820
  ...
2791
2821
 
2792
- class USERPREF_PT_text_editor_presets(bpy.types.Panel, bpy_types._GenericUI):
2822
+ class USERPREF_PT_text_editor_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
2793
2823
  bl_label: typing.Any
2794
2824
  bl_region_type: typing.Any
2795
2825
  bl_rna: typing.Any
@@ -2815,7 +2845,7 @@ class USERPREF_PT_text_editor_presets(bpy.types.Panel, bpy_types._GenericUI):
2815
2845
  """
2816
2846
  ...
2817
2847
 
2818
- class USERPREF_PT_theme(bpy.types.Panel, bpy_types._GenericUI):
2848
+ class USERPREF_PT_theme(ThemePanel, bpy.types.Panel):
2819
2849
  bl_context: typing.Any
2820
2850
  bl_label: typing.Any
2821
2851
  bl_options: typing.Any
@@ -2847,7 +2877,7 @@ class USERPREF_PT_theme(bpy.types.Panel, bpy_types._GenericUI):
2847
2877
  """
2848
2878
  ...
2849
2879
 
2850
- class USERPREF_PT_theme_bone_color_sets(bpy.types.Panel, bpy_types._GenericUI):
2880
+ class USERPREF_PT_theme_bone_color_sets(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
2851
2881
  """Base class for panels to center align contents with some horizontal margin.
2852
2882
  Deriving classes need to implement a draw_centered(context, layout) function.
2853
2883
  """
@@ -2891,7 +2921,9 @@ class USERPREF_PT_theme_bone_color_sets(bpy.types.Panel, bpy_types._GenericUI):
2891
2921
  """
2892
2922
  ...
2893
2923
 
2894
- class USERPREF_PT_theme_collection_colors(bpy.types.Panel, bpy_types._GenericUI):
2924
+ class USERPREF_PT_theme_collection_colors(
2925
+ CenterAlignMixIn, ThemePanel, bpy.types.Panel
2926
+ ):
2895
2927
  """Base class for panels to center align contents with some horizontal margin.
2896
2928
  Deriving classes need to implement a draw_centered(context, layout) function.
2897
2929
  """
@@ -2935,7 +2967,7 @@ class USERPREF_PT_theme_collection_colors(bpy.types.Panel, bpy_types._GenericUI)
2935
2967
  """
2936
2968
  ...
2937
2969
 
2938
- class USERPREF_PT_theme_interface_gizmos(bpy.types.Panel, bpy_types._GenericUI):
2970
+ class USERPREF_PT_theme_interface_gizmos(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
2939
2971
  """Base class for panels to center align contents with some horizontal margin.
2940
2972
  Deriving classes need to implement a draw_centered(context, layout) function.
2941
2973
  """
@@ -2973,7 +3005,7 @@ class USERPREF_PT_theme_interface_gizmos(bpy.types.Panel, bpy_types._GenericUI):
2973
3005
  """
2974
3006
  ...
2975
3007
 
2976
- class USERPREF_PT_theme_interface_icons(bpy.types.Panel, bpy_types._GenericUI):
3008
+ class USERPREF_PT_theme_interface_icons(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
2977
3009
  """Base class for panels to center align contents with some horizontal margin.
2978
3010
  Deriving classes need to implement a draw_centered(context, layout) function.
2979
3011
  """
@@ -3011,7 +3043,7 @@ class USERPREF_PT_theme_interface_icons(bpy.types.Panel, bpy_types._GenericUI):
3011
3043
  """
3012
3044
  ...
3013
3045
 
3014
- class USERPREF_PT_theme_interface_state(bpy.types.Panel, bpy_types._GenericUI):
3046
+ class USERPREF_PT_theme_interface_state(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
3015
3047
  """Base class for panels to center align contents with some horizontal margin.
3016
3048
  Deriving classes need to implement a draw_centered(context, layout) function.
3017
3049
  """
@@ -3049,7 +3081,7 @@ class USERPREF_PT_theme_interface_state(bpy.types.Panel, bpy_types._GenericUI):
3049
3081
  """
3050
3082
  ...
3051
3083
 
3052
- class USERPREF_PT_theme_interface_styles(bpy.types.Panel, bpy_types._GenericUI):
3084
+ class USERPREF_PT_theme_interface_styles(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
3053
3085
  """Base class for panels to center align contents with some horizontal margin.
3054
3086
  Deriving classes need to implement a draw_centered(context, layout) function.
3055
3087
  """
@@ -3088,7 +3120,7 @@ class USERPREF_PT_theme_interface_styles(bpy.types.Panel, bpy_types._GenericUI):
3088
3120
  ...
3089
3121
 
3090
3122
  class USERPREF_PT_theme_interface_transparent_checker(
3091
- bpy.types.Panel, bpy_types._GenericUI
3123
+ CenterAlignMixIn, ThemePanel, bpy.types.Panel
3092
3124
  ):
3093
3125
  """Base class for panels to center align contents with some horizontal margin.
3094
3126
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -3127,7 +3159,7 @@ class USERPREF_PT_theme_interface_transparent_checker(
3127
3159
  """
3128
3160
  ...
3129
3161
 
3130
- class USERPREF_PT_theme_strip_colors(bpy.types.Panel, bpy_types._GenericUI):
3162
+ class USERPREF_PT_theme_strip_colors(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
3131
3163
  """Base class for panels to center align contents with some horizontal margin.
3132
3164
  Deriving classes need to implement a draw_centered(context, layout) function.
3133
3165
  """
@@ -3171,7 +3203,7 @@ class USERPREF_PT_theme_strip_colors(bpy.types.Panel, bpy_types._GenericUI):
3171
3203
  """
3172
3204
  ...
3173
3205
 
3174
- class USERPREF_PT_theme_text_style(bpy.types.Panel, bpy_types._GenericUI):
3206
+ class USERPREF_PT_theme_text_style(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
3175
3207
  """Base class for panels to center align contents with some horizontal margin.
3176
3208
  Deriving classes need to implement a draw_centered(context, layout) function.
3177
3209
  """
@@ -3215,7 +3247,7 @@ class USERPREF_PT_theme_text_style(bpy.types.Panel, bpy_types._GenericUI):
3215
3247
  """
3216
3248
  ...
3217
3249
 
3218
- class USERPREF_PT_theme_user_interface(bpy.types.Panel, bpy_types._GenericUI):
3250
+ class USERPREF_PT_theme_user_interface(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
3219
3251
  """Base class for panels to center align contents with some horizontal margin.
3220
3252
  Deriving classes need to implement a draw_centered(context, layout) function.
3221
3253
  """
@@ -3258,7 +3290,7 @@ class USERPREF_PT_theme_user_interface(bpy.types.Panel, bpy_types._GenericUI):
3258
3290
  """
3259
3291
  ...
3260
3292
 
3261
- class USERPREF_PT_viewport_display(bpy.types.Panel, bpy_types._GenericUI):
3293
+ class USERPREF_PT_viewport_display(CenterAlignMixIn, ViewportPanel, bpy.types.Panel):
3262
3294
  """Base class for panels to center align contents with some horizontal margin.
3263
3295
  Deriving classes need to implement a draw_centered(context, layout) function.
3264
3296
  """
@@ -3294,7 +3326,7 @@ class USERPREF_PT_viewport_display(bpy.types.Panel, bpy_types._GenericUI):
3294
3326
  """
3295
3327
  ...
3296
3328
 
3297
- class USERPREF_PT_viewport_quality(bpy.types.Panel, bpy_types._GenericUI):
3329
+ class USERPREF_PT_viewport_quality(CenterAlignMixIn, ViewportPanel, bpy.types.Panel):
3298
3330
  """Base class for panels to center align contents with some horizontal margin.
3299
3331
  Deriving classes need to implement a draw_centered(context, layout) function.
3300
3332
  """
@@ -3330,7 +3362,7 @@ class USERPREF_PT_viewport_quality(bpy.types.Panel, bpy_types._GenericUI):
3330
3362
  """
3331
3363
  ...
3332
3364
 
3333
- class USERPREF_PT_viewport_selection(bpy.types.Panel, bpy_types._GenericUI):
3365
+ class USERPREF_PT_viewport_selection(CenterAlignMixIn, ViewportPanel, bpy.types.Panel):
3334
3366
  """Base class for panels to center align contents with some horizontal margin.
3335
3367
  Deriving classes need to implement a draw_centered(context, layout) function.
3336
3368
  """
@@ -3367,7 +3399,9 @@ class USERPREF_PT_viewport_selection(bpy.types.Panel, bpy_types._GenericUI):
3367
3399
  """
3368
3400
  ...
3369
3401
 
3370
- class USERPREF_PT_viewport_subdivision(bpy.types.Panel, bpy_types._GenericUI):
3402
+ class USERPREF_PT_viewport_subdivision(
3403
+ CenterAlignMixIn, ViewportPanel, bpy.types.Panel
3404
+ ):
3371
3405
  """Base class for panels to center align contents with some horizontal margin.
3372
3406
  Deriving classes need to implement a draw_centered(context, layout) function.
3373
3407
  """
@@ -3412,7 +3446,7 @@ class USERPREF_PT_viewport_subdivision(bpy.types.Panel, bpy_types._GenericUI):
3412
3446
  """
3413
3447
  ...
3414
3448
 
3415
- class USERPREF_PT_viewport_textures(bpy.types.Panel, bpy_types._GenericUI):
3449
+ class USERPREF_PT_viewport_textures(CenterAlignMixIn, ViewportPanel, bpy.types.Panel):
3416
3450
  """Base class for panels to center align contents with some horizontal margin.
3417
3451
  Deriving classes need to implement a draw_centered(context, layout) function.
3418
3452
  """
@@ -3448,7 +3482,7 @@ class USERPREF_PT_viewport_textures(bpy.types.Panel, bpy_types._GenericUI):
3448
3482
  """
3449
3483
  ...
3450
3484
 
3451
- class USERPREF_UL_asset_libraries(bpy.types.UIList, bpy_types._GenericUI):
3485
+ class USERPREF_UL_asset_libraries(bpy.types.UIList):
3452
3486
  bl_rna: typing.Any
3453
3487
  id_data: typing.Any
3454
3488
 
@@ -3492,7 +3526,7 @@ class USERPREF_UL_asset_libraries(bpy.types.UIList, bpy_types._GenericUI):
3492
3526
  """
3493
3527
  ...
3494
3528
 
3495
- class USERPREF_UL_extension_repos(bpy.types.UIList, bpy_types._GenericUI):
3529
+ class USERPREF_UL_extension_repos(bpy.types.UIList):
3496
3530
  bl_rna: typing.Any
3497
3531
  id_data: typing.Any
3498
3532