fake-bpy-module 20240614__py3-none-any.whl → 20240615__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 (118) hide show
  1. bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
  2. bl_operators/add_mesh_torus/__init__.pyi +1 -2
  3. bl_operators/anim/__init__.pyi +8 -9
  4. bl_operators/assets/__init__.pyi +3 -4
  5. bl_operators/clip/__init__.pyi +10 -11
  6. bl_operators/connect_to_output/__init__.pyi +1 -4
  7. bl_operators/console/__init__.pyi +5 -6
  8. bl_operators/constraint/__init__.pyi +4 -5
  9. bl_operators/file/__init__.pyi +3 -4
  10. bl_operators/freestyle/__init__.pyi +4 -5
  11. bl_operators/geometry_nodes/__init__.pyi +4 -5
  12. bl_operators/image/__init__.pyi +5 -6
  13. bl_operators/image_as_planes/__init__.pyi +1 -5
  14. bl_operators/mesh/__init__.pyi +3 -4
  15. bl_operators/node/__init__.pyi +10 -13
  16. bl_operators/object/__init__.pyi +15 -16
  17. bl_operators/object_align/__init__.pyi +1 -2
  18. bl_operators/object_quick_effects/__init__.pyi +4 -5
  19. bl_operators/object_randomize_transform/__init__.pyi +1 -2
  20. bl_operators/presets/__init__.pyi +24 -26
  21. bl_operators/rigidbody/__init__.pyi +3 -4
  22. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -2
  23. bl_operators/sequencer/__init__.pyi +8 -9
  24. bl_operators/spreadsheet/__init__.pyi +1 -2
  25. bl_operators/userpref/__init__.pyi +25 -26
  26. bl_operators/uvcalc_follow_active/__init__.pyi +1 -2
  27. bl_operators/uvcalc_lightmap/__init__.pyi +1 -2
  28. bl_operators/uvcalc_transform/__init__.pyi +2 -3
  29. bl_operators/vertexpaint_dirt/__init__.pyi +1 -2
  30. bl_operators/view3d/__init__.pyi +8 -9
  31. bl_operators/wm/__init__.pyi +45 -45
  32. bl_operators/world/__init__.pyi +1 -2
  33. bl_ui/__init__.pyi +3 -3
  34. bl_ui/anim/__init__.pyi +1 -1
  35. bl_ui/asset_shelf/__init__.pyi +1 -1
  36. bl_ui/generic_ui_list/__init__.pyi +5 -6
  37. bl_ui/node_add_menu/__init__.pyi +1 -1
  38. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  39. bl_ui/node_add_menu_geometry/__init__.pyi +49 -51
  40. bl_ui/node_add_menu_shader/__init__.pyi +10 -10
  41. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  42. bl_ui/properties_collection/__init__.pyi +6 -17
  43. bl_ui/properties_constraint/__init__.pyi +79 -141
  44. bl_ui/properties_data_armature/__init__.pyi +12 -26
  45. bl_ui/properties_data_bone/__init__.pyi +10 -14
  46. bl_ui/properties_data_camera/__init__.pyi +14 -26
  47. bl_ui/properties_data_curve/__init__.pyi +15 -23
  48. bl_ui/properties_data_curves/__init__.pyi +6 -8
  49. bl_ui/properties_data_empty/__init__.pyi +2 -2
  50. bl_ui/properties_data_gpencil/__init__.pyi +13 -24
  51. bl_ui/properties_data_grease_pencil/__init__.pyi +14 -33
  52. bl_ui/properties_data_lattice/__init__.pyi +3 -3
  53. bl_ui/properties_data_light/__init__.pyi +12 -22
  54. bl_ui/properties_data_lightprobe/__init__.pyi +13 -35
  55. bl_ui/properties_data_mesh/__init__.pyi +20 -24
  56. bl_ui/properties_data_metaball/__init__.pyi +5 -7
  57. bl_ui/properties_data_modifier/__init__.pyi +10 -24
  58. bl_ui/properties_data_pointcloud/__init__.pyi +5 -9
  59. bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
  60. bl_ui/properties_data_speaker/__init__.pyi +5 -5
  61. bl_ui/properties_data_volume/__init__.pyi +8 -12
  62. bl_ui/properties_freestyle/__init__.pyi +7 -30
  63. bl_ui/properties_grease_pencil_common/__init__.pyi +16 -16
  64. bl_ui/properties_mask_common/__init__.pyi +7 -7
  65. bl_ui/properties_material/__init__.pyi +16 -35
  66. bl_ui/properties_material_gpencil/__init__.pyi +9 -23
  67. bl_ui/properties_object/__init__.pyi +14 -24
  68. bl_ui/properties_output/__init__.pyi +18 -44
  69. bl_ui/properties_paint_common/__init__.pyi +1 -1
  70. bl_ui/properties_particle/__init__.pyi +52 -125
  71. bl_ui/properties_physics_cloth/__init__.pyi +14 -34
  72. bl_ui/properties_physics_common/__init__.pyi +1 -1
  73. bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -58
  74. bl_ui/properties_physics_field/__init__.pyi +10 -24
  75. bl_ui/properties_physics_fluid/__init__.pyi +28 -50
  76. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
  77. bl_ui/properties_physics_rigidbody/__init__.pyi +8 -14
  78. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -13
  79. bl_ui/properties_physics_softbody/__init__.pyi +15 -43
  80. bl_ui/properties_render/__init__.pyi +52 -132
  81. bl_ui/properties_scene/__init__.pyi +15 -19
  82. bl_ui/properties_texture/__init__.pyi +26 -53
  83. bl_ui/properties_view_layer/__init__.pyi +18 -34
  84. bl_ui/properties_workspace/__init__.pyi +4 -7
  85. bl_ui/properties_world/__init__.pyi +10 -16
  86. bl_ui/space_clip/__init__.pyi +69 -109
  87. bl_ui/space_console/__init__.pyi +6 -6
  88. bl_ui/space_dopesheet/__init__.pyi +22 -38
  89. bl_ui/space_filebrowser/__init__.pyi +29 -41
  90. bl_ui/space_graph/__init__.pyi +20 -22
  91. bl_ui/space_image/__init__.pyi +58 -80
  92. bl_ui/space_info/__init__.pyi +6 -6
  93. bl_ui/space_nla/__init__.pyi +17 -21
  94. bl_ui/space_node/__init__.pyi +28 -34
  95. bl_ui/space_outliner/__init__.pyi +14 -14
  96. bl_ui/space_properties/__init__.pyi +3 -3
  97. bl_ui/space_sequencer/__init__.pyi +307 -124
  98. bl_ui/space_spreadsheet/__init__.pyi +1 -1
  99. bl_ui/space_statusbar/__init__.pyi +1 -1
  100. bl_ui/space_text/__init__.pyi +16 -16
  101. bl_ui/space_time/__init__.pyi +7 -11
  102. bl_ui/space_toolsystem_common/__init__.pyi +1 -1
  103. bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -12
  104. bl_ui/space_topbar/__init__.pyi +26 -26
  105. bl_ui/space_userpref/__init__.pyi +90 -142
  106. bl_ui/space_view3d/__init__.pyi +269 -291
  107. bl_ui/space_view3d_toolbar/__init__.pyi +55 -136
  108. bl_ui/temp_anim_layers/__init__.pyi +1 -1
  109. bmesh/types/__init__.pyi +2 -2
  110. bpy/ops/extensions/__init__.pyi +18 -0
  111. bpy/types/__init__.pyi +859 -1031
  112. bpy_types/__init__.pyi +13 -6567
  113. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/METADATA +1 -1
  114. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/RECORD +118 -118
  115. freestyle/utils/__init__.pyi +1 -1
  116. keyingsets_builtins/__init__.pyi +22 -23
  117. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/WHEEL +0 -0
  118. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/top_level.txt +0 -0
@@ -175,7 +175,7 @@ class ThemePanel:
175
175
  bl_region_type: typing.Any
176
176
  bl_space_type: typing.Any
177
177
 
178
- class USERPREF_HT_header(bpy_types.Header, bpy_types._GenericUI):
178
+ class USERPREF_HT_header(bpy_types._GenericUI):
179
179
  bl_rna: typing.Any
180
180
  bl_space_type: typing.Any
181
181
  id_data: typing.Any
@@ -399,7 +399,7 @@ class USERPREF_HT_header(bpy_types.Header, bpy_types._GenericUI):
399
399
  """
400
400
  ...
401
401
 
402
- class USERPREF_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
402
+ class USERPREF_MT_editor_menus(bpy_types._GenericUI):
403
403
  bl_idname: typing.Any
404
404
  bl_label: typing.Any
405
405
  bl_rna: typing.Any
@@ -670,7 +670,7 @@ class USERPREF_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
670
670
  """
671
671
  ...
672
672
 
673
- class USERPREF_MT_extensions_active_repo(bpy_types.Menu, bpy_types._GenericUI):
673
+ class USERPREF_MT_extensions_active_repo(bpy_types._GenericUI):
674
674
  bl_label: typing.Any
675
675
  bl_rna: typing.Any
676
676
  id_data: typing.Any
@@ -940,7 +940,7 @@ class USERPREF_MT_extensions_active_repo(bpy_types.Menu, bpy_types._GenericUI):
940
940
  """
941
941
  ...
942
942
 
943
- class USERPREF_MT_extensions_active_repo_remove(bpy_types.Menu, bpy_types._GenericUI):
943
+ class USERPREF_MT_extensions_active_repo_remove(bpy_types._GenericUI):
944
944
  bl_label: typing.Any
945
945
  bl_rna: typing.Any
946
946
  id_data: typing.Any
@@ -1210,7 +1210,7 @@ class USERPREF_MT_extensions_active_repo_remove(bpy_types.Menu, bpy_types._Gener
1210
1210
  """
1211
1211
  ...
1212
1212
 
1213
- class USERPREF_MT_interface_theme_presets(bpy_types.Menu, bpy_types._GenericUI):
1213
+ class USERPREF_MT_interface_theme_presets(bpy_types._GenericUI):
1214
1214
  bl_label: typing.Any
1215
1215
  bl_rna: typing.Any
1216
1216
  id_data: typing.Any
@@ -1500,7 +1500,7 @@ class USERPREF_MT_interface_theme_presets(bpy_types.Menu, bpy_types._GenericUI):
1500
1500
  """
1501
1501
  ...
1502
1502
 
1503
- class USERPREF_MT_keyconfigs(bpy_types.Menu, bpy_types._GenericUI):
1503
+ class USERPREF_MT_keyconfigs(bpy_types._GenericUI):
1504
1504
  bl_label: typing.Any
1505
1505
  bl_rna: typing.Any
1506
1506
  id_data: typing.Any
@@ -1772,7 +1772,7 @@ class USERPREF_MT_keyconfigs(bpy_types.Menu, bpy_types._GenericUI):
1772
1772
  """
1773
1773
  ...
1774
1774
 
1775
- class USERPREF_MT_save_load(bpy_types.Menu, bpy_types._GenericUI):
1775
+ class USERPREF_MT_save_load(bpy_types._GenericUI):
1776
1776
  bl_label: typing.Any
1777
1777
  bl_rna: typing.Any
1778
1778
  id_data: typing.Any
@@ -2042,7 +2042,7 @@ class USERPREF_MT_save_load(bpy_types.Menu, bpy_types._GenericUI):
2042
2042
  """
2043
2043
  ...
2044
2044
 
2045
- class USERPREF_MT_view(bpy_types.Menu, bpy_types._GenericUI):
2045
+ class USERPREF_MT_view(bpy_types._GenericUI):
2046
2046
  bl_label: typing.Any
2047
2047
  bl_rna: typing.Any
2048
2048
  id_data: typing.Any
@@ -2312,7 +2312,7 @@ class USERPREF_MT_view(bpy_types.Menu, bpy_types._GenericUI):
2312
2312
  """
2313
2313
  ...
2314
2314
 
2315
- class USERPREF_PT_addons_filter(bpy_types.Panel, bpy_types._GenericUI):
2315
+ class USERPREF_PT_addons_filter(bpy_types._GenericUI):
2316
2316
  bl_label: typing.Any
2317
2317
  bl_region_type: typing.Any
2318
2318
  bl_rna: typing.Any
@@ -2531,7 +2531,7 @@ class USERPREF_PT_addons_filter(bpy_types.Panel, bpy_types._GenericUI):
2531
2531
  """
2532
2532
  ...
2533
2533
 
2534
- class USERPREF_PT_extensions_repos(bpy_types.Panel, bpy_types._GenericUI):
2534
+ class USERPREF_PT_extensions_repos(bpy_types._GenericUI):
2535
2535
  bl_label: typing.Any
2536
2536
  bl_options: typing.Any
2537
2537
  bl_region_type: typing.Any
@@ -2751,7 +2751,7 @@ class USERPREF_PT_extensions_repos(bpy_types.Panel, bpy_types._GenericUI):
2751
2751
  """
2752
2752
  ...
2753
2753
 
2754
- class USERPREF_PT_navigation_bar(bpy_types.Panel, bpy_types._GenericUI):
2754
+ class USERPREF_PT_navigation_bar(bpy_types._GenericUI):
2755
2755
  bl_label: typing.Any
2756
2756
  bl_options: typing.Any
2757
2757
  bl_region_type: typing.Any
@@ -2970,7 +2970,7 @@ class USERPREF_PT_navigation_bar(bpy_types.Panel, bpy_types._GenericUI):
2970
2970
  """
2971
2971
  ...
2972
2972
 
2973
- class USERPREF_PT_ndof_settings(bpy_types.Panel, bpy_types._GenericUI):
2973
+ class USERPREF_PT_ndof_settings(bpy_types._GenericUI):
2974
2974
  bl_label: typing.Any
2975
2975
  bl_region_type: typing.Any
2976
2976
  bl_rna: typing.Any
@@ -3198,7 +3198,7 @@ class USERPREF_PT_ndof_settings(bpy_types.Panel, bpy_types._GenericUI):
3198
3198
  """
3199
3199
  ...
3200
3200
 
3201
- class USERPREF_PT_save_preferences(bpy_types.Panel, bpy_types._GenericUI):
3201
+ class USERPREF_PT_save_preferences(bpy_types._GenericUI):
3202
3202
  bl_label: typing.Any
3203
3203
  bl_options: typing.Any
3204
3204
  bl_region_type: typing.Any
@@ -3424,9 +3424,7 @@ class USERPREF_PT_save_preferences(bpy_types.Panel, bpy_types._GenericUI):
3424
3424
  """
3425
3425
  ...
3426
3426
 
3427
- class USERPREF_PT_text_editor_presets(
3428
- bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
3429
- ):
3427
+ class USERPREF_PT_text_editor_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
3430
3428
  bl_label: typing.Any
3431
3429
  bl_region_type: typing.Any
3432
3430
  bl_rna: typing.Any
@@ -3701,7 +3699,7 @@ class ViewportPanel:
3701
3699
  bl_region_type: typing.Any
3702
3700
  bl_space_type: typing.Any
3703
3701
 
3704
- class USERPREF_UL_asset_libraries(bpy_types.UIList, bpy_types._GenericUI):
3702
+ class USERPREF_UL_asset_libraries(bpy_types._GenericUI):
3705
3703
  bl_rna: typing.Any
3706
3704
  id_data: typing.Any
3707
3705
 
@@ -3933,7 +3931,7 @@ class USERPREF_UL_asset_libraries(bpy_types.UIList, bpy_types._GenericUI):
3933
3931
  """
3934
3932
  ...
3935
3933
 
3936
- class USERPREF_UL_extension_repos(bpy_types.UIList, bpy_types._GenericUI):
3934
+ class USERPREF_UL_extension_repos(bpy_types._GenericUI):
3937
3935
  bl_rna: typing.Any
3938
3936
  id_data: typing.Any
3939
3937
 
@@ -4174,7 +4172,7 @@ class USERPREF_UL_extension_repos(bpy_types.UIList, bpy_types._GenericUI):
4174
4172
  """
4175
4173
  ...
4176
4174
 
4177
- class USERPREF_PT_addons(bpy_types.Panel, AddOnPanel, bpy_types._GenericUI):
4175
+ class USERPREF_PT_addons(AddOnPanel, bpy_types._GenericUI):
4178
4176
  bl_context: typing.Any
4179
4177
  bl_label: typing.Any
4180
4178
  bl_options: typing.Any
@@ -4420,7 +4418,7 @@ class USERPREF_PT_addons(bpy_types.Panel, AddOnPanel, bpy_types._GenericUI):
4420
4418
  ...
4421
4419
 
4422
4420
  class USERPREF_PT_animation_fcurves(
4423
- bpy_types.Panel, AnimationPanel, CenterAlignMixIn, bpy_types._GenericUI
4421
+ AnimationPanel, CenterAlignMixIn, bpy_types._GenericUI
4424
4422
  ):
4425
4423
  """Base class for panels to center align contents with some horizontal margin.
4426
4424
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -4653,7 +4651,7 @@ class USERPREF_PT_animation_fcurves(
4653
4651
  ...
4654
4652
 
4655
4653
  class USERPREF_PT_animation_keyframes(
4656
- bpy_types.Panel, AnimationPanel, CenterAlignMixIn, bpy_types._GenericUI
4654
+ AnimationPanel, CenterAlignMixIn, bpy_types._GenericUI
4657
4655
  ):
4658
4656
  """Base class for panels to center align contents with some horizontal margin.
4659
4657
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -4886,7 +4884,7 @@ class USERPREF_PT_animation_keyframes(
4886
4884
  ...
4887
4885
 
4888
4886
  class USERPREF_PT_animation_timeline(
4889
- bpy_types.Panel, AnimationPanel, CenterAlignMixIn, bpy_types._GenericUI
4887
+ AnimationPanel, CenterAlignMixIn, bpy_types._GenericUI
4890
4888
  ):
4891
4889
  """Base class for panels to center align contents with some horizontal margin.
4892
4890
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -5119,7 +5117,7 @@ class USERPREF_PT_animation_timeline(
5119
5117
  ...
5120
5118
 
5121
5119
  class USERPREF_PT_edit_annotations(
5122
- bpy_types.Panel, EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
5120
+ EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
5123
5121
  ):
5124
5122
  """Base class for panels to center align contents with some horizontal margin.
5125
5123
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -5351,9 +5349,7 @@ class USERPREF_PT_edit_annotations(
5351
5349
  """
5352
5350
  ...
5353
5351
 
5354
- class USERPREF_PT_edit_cursor(
5355
- bpy_types.Panel, EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
5356
- ):
5352
+ class USERPREF_PT_edit_cursor(EditingPanel, CenterAlignMixIn, bpy_types._GenericUI):
5357
5353
  """Base class for panels to center align contents with some horizontal margin.
5358
5354
  Deriving classes need to implement a draw_centered(context, layout) function.
5359
5355
  """
@@ -5584,9 +5580,7 @@ class USERPREF_PT_edit_cursor(
5584
5580
  """
5585
5581
  ...
5586
5582
 
5587
- class USERPREF_PT_edit_gpencil(
5588
- bpy_types.Panel, EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
5589
- ):
5583
+ class USERPREF_PT_edit_gpencil(EditingPanel, CenterAlignMixIn, bpy_types._GenericUI):
5590
5584
  """Base class for panels to center align contents with some horizontal margin.
5591
5585
  Deriving classes need to implement a draw_centered(context, layout) function.
5592
5586
  """
@@ -5818,9 +5812,7 @@ class USERPREF_PT_edit_gpencil(
5818
5812
  """
5819
5813
  ...
5820
5814
 
5821
- class USERPREF_PT_edit_misc(
5822
- bpy_types.Panel, EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
5823
- ):
5815
+ class USERPREF_PT_edit_misc(EditingPanel, CenterAlignMixIn, bpy_types._GenericUI):
5824
5816
  """Base class for panels to center align contents with some horizontal margin.
5825
5817
  Deriving classes need to implement a draw_centered(context, layout) function.
5826
5818
  """
@@ -6053,7 +6045,7 @@ class USERPREF_PT_edit_misc(
6053
6045
  ...
6054
6046
 
6055
6047
  class USERPREF_PT_edit_node_editor(
6056
- bpy_types.Panel, EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
6048
+ EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
6057
6049
  ):
6058
6050
  """Base class for panels to center align contents with some horizontal margin.
6059
6051
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -6286,7 +6278,7 @@ class USERPREF_PT_edit_node_editor(
6286
6278
  """
6287
6279
  ...
6288
6280
 
6289
- class USERPREF_PT_edit_objects(bpy_types.Panel, EditingPanel, bpy_types._GenericUI):
6281
+ class USERPREF_PT_edit_objects(EditingPanel, bpy_types._GenericUI):
6290
6282
  bl_context: typing.Any
6291
6283
  bl_label: typing.Any
6292
6284
  bl_region_type: typing.Any
@@ -6506,7 +6498,7 @@ class USERPREF_PT_edit_objects(bpy_types.Panel, EditingPanel, bpy_types._Generic
6506
6498
  ...
6507
6499
 
6508
6500
  class USERPREF_PT_edit_objects_duplicate_data(
6509
- bpy_types.Panel, EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
6501
+ EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
6510
6502
  ):
6511
6503
  """Base class for panels to center align contents with some horizontal margin.
6512
6504
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -6741,7 +6733,7 @@ class USERPREF_PT_edit_objects_duplicate_data(
6741
6733
  ...
6742
6734
 
6743
6735
  class USERPREF_PT_edit_objects_new(
6744
- bpy_types.Panel, EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
6736
+ EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
6745
6737
  ):
6746
6738
  """Base class for panels to center align contents with some horizontal margin.
6747
6739
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -6975,7 +6967,7 @@ class USERPREF_PT_edit_objects_new(
6975
6967
  ...
6976
6968
 
6977
6969
  class USERPREF_PT_edit_sequence_editor(
6978
- bpy_types.Panel, EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
6970
+ EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
6979
6971
  ):
6980
6972
  """Base class for panels to center align contents with some horizontal margin.
6981
6973
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -7209,7 +7201,7 @@ class USERPREF_PT_edit_sequence_editor(
7209
7201
  ...
7210
7202
 
7211
7203
  class USERPREF_PT_edit_text_editor(
7212
- bpy_types.Panel, EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
7204
+ EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
7213
7205
  ):
7214
7206
  """Base class for panels to center align contents with some horizontal margin.
7215
7207
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -7443,7 +7435,7 @@ class USERPREF_PT_edit_text_editor(
7443
7435
  ...
7444
7436
 
7445
7437
  class USERPREF_PT_edit_weight_paint(
7446
- bpy_types.Panel, EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
7438
+ EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
7447
7439
  ):
7448
7440
  """Base class for panels to center align contents with some horizontal margin.
7449
7441
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -7676,9 +7668,7 @@ class USERPREF_PT_edit_weight_paint(
7676
7668
  """
7677
7669
  ...
7678
7670
 
7679
- class USERPREF_PT_experimental_debugging(
7680
- bpy_types.Panel, ExperimentalPanel, bpy_types._GenericUI
7681
- ):
7671
+ class USERPREF_PT_experimental_debugging(ExperimentalPanel, bpy_types._GenericUI):
7682
7672
  bl_context: typing.Any
7683
7673
  bl_label: typing.Any
7684
7674
  bl_region_type: typing.Any
@@ -7905,9 +7895,7 @@ class USERPREF_PT_experimental_debugging(
7905
7895
  """
7906
7896
  ...
7907
7897
 
7908
- class USERPREF_PT_experimental_new_features(
7909
- bpy_types.Panel, ExperimentalPanel, bpy_types._GenericUI
7910
- ):
7898
+ class USERPREF_PT_experimental_new_features(ExperimentalPanel, bpy_types._GenericUI):
7911
7899
  bl_context: typing.Any
7912
7900
  bl_label: typing.Any
7913
7901
  bl_region_type: typing.Any
@@ -8134,9 +8122,7 @@ class USERPREF_PT_experimental_new_features(
8134
8122
  """
8135
8123
  ...
8136
8124
 
8137
- class USERPREF_PT_experimental_prototypes(
8138
- bpy_types.Panel, ExperimentalPanel, bpy_types._GenericUI
8139
- ):
8125
+ class USERPREF_PT_experimental_prototypes(ExperimentalPanel, bpy_types._GenericUI):
8140
8126
  bl_context: typing.Any
8141
8127
  bl_label: typing.Any
8142
8128
  bl_region_type: typing.Any
@@ -8363,9 +8349,7 @@ class USERPREF_PT_experimental_prototypes(
8363
8349
  """
8364
8350
  ...
8365
8351
 
8366
- class USERPREF_PT_file_paths_applications(
8367
- bpy_types.Panel, FilePathsPanel, bpy_types._GenericUI
8368
- ):
8352
+ class USERPREF_PT_file_paths_applications(FilePathsPanel, bpy_types._GenericUI):
8369
8353
  bl_context: typing.Any
8370
8354
  bl_label: typing.Any
8371
8355
  bl_options: typing.Any
@@ -8585,9 +8569,7 @@ class USERPREF_PT_file_paths_applications(
8585
8569
  """
8586
8570
  ...
8587
8571
 
8588
- class USERPREF_PT_file_paths_asset_libraries(
8589
- bpy_types.Panel, FilePathsPanel, bpy_types._GenericUI
8590
- ):
8572
+ class USERPREF_PT_file_paths_asset_libraries(FilePathsPanel, bpy_types._GenericUI):
8591
8573
  bl_context: typing.Any
8592
8574
  bl_label: typing.Any
8593
8575
  bl_region_type: typing.Any
@@ -8806,9 +8788,7 @@ class USERPREF_PT_file_paths_asset_libraries(
8806
8788
  """
8807
8789
  ...
8808
8790
 
8809
- class USERPREF_PT_file_paths_data(
8810
- bpy_types.Panel, FilePathsPanel, bpy_types._GenericUI
8811
- ):
8791
+ class USERPREF_PT_file_paths_data(FilePathsPanel, bpy_types._GenericUI):
8812
8792
  bl_context: typing.Any
8813
8793
  bl_label: typing.Any
8814
8794
  bl_region_type: typing.Any
@@ -9027,9 +9007,7 @@ class USERPREF_PT_file_paths_data(
9027
9007
  """
9028
9008
  ...
9029
9009
 
9030
- class USERPREF_PT_file_paths_development(
9031
- bpy_types.Panel, FilePathsPanel, bpy_types._GenericUI
9032
- ):
9010
+ class USERPREF_PT_file_paths_development(FilePathsPanel, bpy_types._GenericUI):
9033
9011
  bl_context: typing.Any
9034
9012
  bl_label: typing.Any
9035
9013
  bl_options: typing.Any
@@ -9256,9 +9234,7 @@ class USERPREF_PT_file_paths_development(
9256
9234
  """
9257
9235
  ...
9258
9236
 
9259
- class USERPREF_PT_file_paths_render(
9260
- bpy_types.Panel, FilePathsPanel, bpy_types._GenericUI
9261
- ):
9237
+ class USERPREF_PT_file_paths_render(FilePathsPanel, bpy_types._GenericUI):
9262
9238
  bl_context: typing.Any
9263
9239
  bl_label: typing.Any
9264
9240
  bl_parent_id: typing.Any
@@ -9478,9 +9454,7 @@ class USERPREF_PT_file_paths_render(
9478
9454
  """
9479
9455
  ...
9480
9456
 
9481
- class USERPREF_PT_file_paths_script_directories(
9482
- bpy_types.Panel, FilePathsPanel, bpy_types._GenericUI
9483
- ):
9457
+ class USERPREF_PT_file_paths_script_directories(FilePathsPanel, bpy_types._GenericUI):
9484
9458
  bl_context: typing.Any
9485
9459
  bl_label: typing.Any
9486
9460
  bl_region_type: typing.Any
@@ -9699,9 +9673,7 @@ class USERPREF_PT_file_paths_script_directories(
9699
9673
  """
9700
9674
  ...
9701
9675
 
9702
- class USERPREF_PT_saveload_autorun(
9703
- bpy_types.Panel, FilePathsPanel, bpy_types._GenericUI
9704
- ):
9676
+ class USERPREF_PT_saveload_autorun(FilePathsPanel, bpy_types._GenericUI):
9705
9677
  bl_context: typing.Any
9706
9678
  bl_label: typing.Any
9707
9679
  bl_parent_id: typing.Any
@@ -9928,7 +9900,7 @@ class USERPREF_PT_saveload_autorun(
9928
9900
  """
9929
9901
  ...
9930
9902
 
9931
- class USERPREF_PT_text_editor(bpy_types.Panel, FilePathsPanel, bpy_types._GenericUI):
9903
+ class USERPREF_PT_text_editor(FilePathsPanel, bpy_types._GenericUI):
9932
9904
  bl_context: typing.Any
9933
9905
  bl_label: typing.Any
9934
9906
  bl_parent_id: typing.Any
@@ -10155,9 +10127,7 @@ class USERPREF_PT_text_editor(bpy_types.Panel, FilePathsPanel, bpy_types._Generi
10155
10127
  """
10156
10128
  ...
10157
10129
 
10158
- class USERPREF_PT_input_keyboard(
10159
- bpy_types.Panel, InputPanel, CenterAlignMixIn, bpy_types._GenericUI
10160
- ):
10130
+ class USERPREF_PT_input_keyboard(InputPanel, CenterAlignMixIn, bpy_types._GenericUI):
10161
10131
  """Base class for panels to center align contents with some horizontal margin.
10162
10132
  Deriving classes need to implement a draw_centered(context, layout) function.
10163
10133
  """
@@ -10388,9 +10358,7 @@ class USERPREF_PT_input_keyboard(
10388
10358
  """
10389
10359
  ...
10390
10360
 
10391
- class USERPREF_PT_input_mouse(
10392
- bpy_types.Panel, InputPanel, CenterAlignMixIn, bpy_types._GenericUI
10393
- ):
10361
+ class USERPREF_PT_input_mouse(InputPanel, CenterAlignMixIn, bpy_types._GenericUI):
10394
10362
  """Base class for panels to center align contents with some horizontal margin.
10395
10363
  Deriving classes need to implement a draw_centered(context, layout) function.
10396
10364
  """
@@ -10621,9 +10589,7 @@ class USERPREF_PT_input_mouse(
10621
10589
  """
10622
10590
  ...
10623
10591
 
10624
- class USERPREF_PT_input_ndof(
10625
- bpy_types.Panel, InputPanel, CenterAlignMixIn, bpy_types._GenericUI
10626
- ):
10592
+ class USERPREF_PT_input_ndof(InputPanel, CenterAlignMixIn, bpy_types._GenericUI):
10627
10593
  """Base class for panels to center align contents with some horizontal margin.
10628
10594
  Deriving classes need to implement a draw_centered(context, layout) function.
10629
10595
  """
@@ -10862,9 +10828,7 @@ class USERPREF_PT_input_ndof(
10862
10828
  """
10863
10829
  ...
10864
10830
 
10865
- class USERPREF_PT_input_tablet(
10866
- bpy_types.Panel, InputPanel, CenterAlignMixIn, bpy_types._GenericUI
10867
- ):
10831
+ class USERPREF_PT_input_tablet(InputPanel, CenterAlignMixIn, bpy_types._GenericUI):
10868
10832
  """Base class for panels to center align contents with some horizontal margin.
10869
10833
  Deriving classes need to implement a draw_centered(context, layout) function.
10870
10834
  """
@@ -11095,9 +11059,7 @@ class USERPREF_PT_input_tablet(
11095
11059
  """
11096
11060
  ...
11097
11061
 
11098
- class USERPREF_PT_input_touchpad(
11099
- bpy_types.Panel, InputPanel, CenterAlignMixIn, bpy_types._GenericUI
11100
- ):
11062
+ class USERPREF_PT_input_touchpad(InputPanel, CenterAlignMixIn, bpy_types._GenericUI):
11101
11063
  """Base class for panels to center align contents with some horizontal margin.
11102
11064
  Deriving classes need to implement a draw_centered(context, layout) function.
11103
11065
  """
@@ -11337,7 +11299,7 @@ class USERPREF_PT_input_touchpad(
11337
11299
  ...
11338
11300
 
11339
11301
  class USERPREF_PT_interface_display(
11340
- bpy_types.Panel, InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
11302
+ InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
11341
11303
  ):
11342
11304
  """Base class for panels to center align contents with some horizontal margin.
11343
11305
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -11570,7 +11532,7 @@ class USERPREF_PT_interface_display(
11570
11532
  ...
11571
11533
 
11572
11534
  class USERPREF_PT_interface_editors(
11573
- bpy_types.Panel, InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
11535
+ InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
11574
11536
  ):
11575
11537
  """Base class for panels to center align contents with some horizontal margin.
11576
11538
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -11802,9 +11764,7 @@ class USERPREF_PT_interface_editors(
11802
11764
  """
11803
11765
  ...
11804
11766
 
11805
- class USERPREF_PT_interface_menus(
11806
- bpy_types.Panel, InterfacePanel, bpy_types._GenericUI
11807
- ):
11767
+ class USERPREF_PT_interface_menus(InterfacePanel, bpy_types._GenericUI):
11808
11768
  bl_context: typing.Any
11809
11769
  bl_label: typing.Any
11810
11770
  bl_options: typing.Any
@@ -12025,7 +11985,7 @@ class USERPREF_PT_interface_menus(
12025
11985
  ...
12026
11986
 
12027
11987
  class USERPREF_PT_interface_menus_mouse_over(
12028
- bpy_types.Panel, InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
11988
+ InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
12029
11989
  ):
12030
11990
  """Base class for panels to center align contents with some horizontal margin.
12031
11991
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -12266,7 +12226,7 @@ class USERPREF_PT_interface_menus_mouse_over(
12266
12226
  ...
12267
12227
 
12268
12228
  class USERPREF_PT_interface_menus_pie(
12269
- bpy_types.Panel, InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
12229
+ InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
12270
12230
  ):
12271
12231
  """Base class for panels to center align contents with some horizontal margin.
12272
12232
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -12500,7 +12460,7 @@ class USERPREF_PT_interface_menus_pie(
12500
12460
  ...
12501
12461
 
12502
12462
  class USERPREF_PT_interface_statusbar(
12503
- bpy_types.Panel, InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
12463
+ InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
12504
12464
  ):
12505
12465
  """Base class for panels to center align contents with some horizontal margin.
12506
12466
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -12735,7 +12695,7 @@ class USERPREF_PT_interface_statusbar(
12735
12695
  ...
12736
12696
 
12737
12697
  class USERPREF_PT_interface_temporary_windows(
12738
- bpy_types.Panel, InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
12698
+ InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
12739
12699
  ):
12740
12700
  """Base class for panels to center align contents with some horizontal margin.
12741
12701
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -12970,7 +12930,7 @@ class USERPREF_PT_interface_temporary_windows(
12970
12930
  ...
12971
12931
 
12972
12932
  class USERPREF_PT_interface_text(
12973
- bpy_types.Panel, InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
12933
+ InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
12974
12934
  ):
12975
12935
  """Base class for panels to center align contents with some horizontal margin.
12976
12936
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -13204,7 +13164,7 @@ class USERPREF_PT_interface_text(
13204
13164
  ...
13205
13165
 
13206
13166
  class USERPREF_PT_interface_translation(
13207
- bpy_types.Panel, InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
13167
+ InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
13208
13168
  ):
13209
13169
  """Base class for panels to center align contents with some horizontal margin.
13210
13170
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -13444,7 +13404,7 @@ class USERPREF_PT_interface_translation(
13444
13404
  """
13445
13405
  ...
13446
13406
 
13447
- class USERPREF_PT_keymap(bpy_types.Panel, KeymapPanel, bpy_types._GenericUI):
13407
+ class USERPREF_PT_keymap(KeymapPanel, bpy_types._GenericUI):
13448
13408
  bl_context: typing.Any
13449
13409
  bl_label: typing.Any
13450
13410
  bl_options: typing.Any
@@ -13665,7 +13625,7 @@ class USERPREF_PT_keymap(bpy_types.Panel, KeymapPanel, bpy_types._GenericUI):
13665
13625
  ...
13666
13626
 
13667
13627
  class USERPREF_PT_navigation_fly_walk(
13668
- bpy_types.Panel, NavigationPanel, CenterAlignMixIn, bpy_types._GenericUI
13628
+ NavigationPanel, CenterAlignMixIn, bpy_types._GenericUI
13669
13629
  ):
13670
13630
  """Base class for panels to center align contents with some horizontal margin.
13671
13631
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -13898,7 +13858,7 @@ class USERPREF_PT_navigation_fly_walk(
13898
13858
  ...
13899
13859
 
13900
13860
  class USERPREF_PT_navigation_fly_walk_gravity(
13901
- bpy_types.Panel, NavigationPanel, CenterAlignMixIn, bpy_types._GenericUI
13861
+ NavigationPanel, CenterAlignMixIn, bpy_types._GenericUI
13902
13862
  ):
13903
13863
  """Base class for panels to center align contents with some horizontal margin.
13904
13864
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -14147,7 +14107,7 @@ class USERPREF_PT_navigation_fly_walk_gravity(
14147
14107
  ...
14148
14108
 
14149
14109
  class USERPREF_PT_navigation_fly_walk_navigation(
14150
- bpy_types.Panel, NavigationPanel, CenterAlignMixIn, bpy_types._GenericUI
14110
+ NavigationPanel, CenterAlignMixIn, bpy_types._GenericUI
14151
14111
  ):
14152
14112
  """Base class for panels to center align contents with some horizontal margin.
14153
14113
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -14389,7 +14349,7 @@ class USERPREF_PT_navigation_fly_walk_navigation(
14389
14349
  ...
14390
14350
 
14391
14351
  class USERPREF_PT_navigation_orbit(
14392
- bpy_types.Panel, NavigationPanel, CenterAlignMixIn, bpy_types._GenericUI
14352
+ NavigationPanel, CenterAlignMixIn, bpy_types._GenericUI
14393
14353
  ):
14394
14354
  """Base class for panels to center align contents with some horizontal margin.
14395
14355
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -14622,7 +14582,7 @@ class USERPREF_PT_navigation_orbit(
14622
14582
  ...
14623
14583
 
14624
14584
  class USERPREF_PT_navigation_zoom(
14625
- bpy_types.Panel, NavigationPanel, CenterAlignMixIn, bpy_types._GenericUI
14585
+ NavigationPanel, CenterAlignMixIn, bpy_types._GenericUI
14626
14586
  ):
14627
14587
  """Base class for panels to center align contents with some horizontal margin.
14628
14588
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -14854,9 +14814,7 @@ class USERPREF_PT_navigation_zoom(
14854
14814
  """
14855
14815
  ...
14856
14816
 
14857
- class USERPREF_PT_saveload_blend(
14858
- bpy_types.Panel, SaveLoadPanel, CenterAlignMixIn, bpy_types._GenericUI
14859
- ):
14817
+ class USERPREF_PT_saveload_blend(SaveLoadPanel, CenterAlignMixIn, bpy_types._GenericUI):
14860
14818
  """Base class for panels to center align contents with some horizontal margin.
14861
14819
  Deriving classes need to implement a draw_centered(context, layout) function.
14862
14820
  """
@@ -15088,7 +15046,7 @@ class USERPREF_PT_saveload_blend(
15088
15046
  ...
15089
15047
 
15090
15048
  class USERPREF_PT_saveload_file_browser(
15091
- bpy_types.Panel, SaveLoadPanel, CenterAlignMixIn, bpy_types._GenericUI
15049
+ SaveLoadPanel, CenterAlignMixIn, bpy_types._GenericUI
15092
15050
  ):
15093
15051
  """Base class for panels to center align contents with some horizontal margin.
15094
15052
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -15320,9 +15278,7 @@ class USERPREF_PT_saveload_file_browser(
15320
15278
  """
15321
15279
  ...
15322
15280
 
15323
- class USERPREF_PT_studiolight_light_editor(
15324
- bpy_types.Panel, StudioLightPanel, bpy_types._GenericUI
15325
- ):
15281
+ class USERPREF_PT_studiolight_light_editor(StudioLightPanel, bpy_types._GenericUI):
15326
15282
  bl_context: typing.Any
15327
15283
  bl_label: typing.Any
15328
15284
  bl_options: typing.Any
@@ -15552,7 +15508,7 @@ class USERPREF_PT_studiolight_light_editor(
15552
15508
  ...
15553
15509
 
15554
15510
  class USERPREF_PT_studiolight_lights(
15555
- bpy_types.Panel, StudioLightPanel, StudioLightPanelMixin, bpy_types._GenericUI
15511
+ StudioLightPanel, StudioLightPanelMixin, bpy_types._GenericUI
15556
15512
  ):
15557
15513
  bl_context: typing.Any
15558
15514
  bl_label: typing.Any
@@ -15798,7 +15754,7 @@ class USERPREF_PT_studiolight_lights(
15798
15754
  ...
15799
15755
 
15800
15756
  class USERPREF_PT_studiolight_matcaps(
15801
- bpy_types.Panel, StudioLightPanel, StudioLightPanelMixin, bpy_types._GenericUI
15757
+ StudioLightPanel, StudioLightPanelMixin, bpy_types._GenericUI
15802
15758
  ):
15803
15759
  bl_context: typing.Any
15804
15760
  bl_label: typing.Any
@@ -16044,7 +16000,7 @@ class USERPREF_PT_studiolight_matcaps(
16044
16000
  ...
16045
16001
 
16046
16002
  class USERPREF_PT_studiolight_world(
16047
- bpy_types.Panel, StudioLightPanel, StudioLightPanelMixin, bpy_types._GenericUI
16003
+ StudioLightPanel, StudioLightPanelMixin, bpy_types._GenericUI
16048
16004
  ):
16049
16005
  bl_context: typing.Any
16050
16006
  bl_label: typing.Any
@@ -16290,7 +16246,7 @@ class USERPREF_PT_studiolight_world(
16290
16246
  ...
16291
16247
 
16292
16248
  class USERPREF_PT_system_cycles_devices(
16293
- bpy_types.Panel, SystemPanel, CenterAlignMixIn, bpy_types._GenericUI
16249
+ SystemPanel, CenterAlignMixIn, bpy_types._GenericUI
16294
16250
  ):
16295
16251
  """Base class for panels to center align contents with some horizontal margin.
16296
16252
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -16522,9 +16478,7 @@ class USERPREF_PT_system_cycles_devices(
16522
16478
  """
16523
16479
  ...
16524
16480
 
16525
- class USERPREF_PT_system_memory(
16526
- bpy_types.Panel, SystemPanel, CenterAlignMixIn, bpy_types._GenericUI
16527
- ):
16481
+ class USERPREF_PT_system_memory(SystemPanel, CenterAlignMixIn, bpy_types._GenericUI):
16528
16482
  """Base class for panels to center align contents with some horizontal margin.
16529
16483
  Deriving classes need to implement a draw_centered(context, layout) function.
16530
16484
  """
@@ -16755,9 +16709,7 @@ class USERPREF_PT_system_memory(
16755
16709
  """
16756
16710
  ...
16757
16711
 
16758
- class USERPREF_PT_system_network(
16759
- bpy_types.Panel, SystemPanel, CenterAlignMixIn, bpy_types._GenericUI
16760
- ):
16712
+ class USERPREF_PT_system_network(SystemPanel, CenterAlignMixIn, bpy_types._GenericUI):
16761
16713
  """Base class for panels to center align contents with some horizontal margin.
16762
16714
  Deriving classes need to implement a draw_centered(context, layout) function.
16763
16715
  """
@@ -16989,7 +16941,7 @@ class USERPREF_PT_system_network(
16989
16941
  ...
16990
16942
 
16991
16943
  class USERPREF_PT_system_os_settings(
16992
- bpy_types.Panel, SystemPanel, CenterAlignMixIn, bpy_types._GenericUI
16944
+ SystemPanel, CenterAlignMixIn, bpy_types._GenericUI
16993
16945
  ):
16994
16946
  """Base class for panels to center align contents with some horizontal margin.
16995
16947
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -17228,9 +17180,7 @@ class USERPREF_PT_system_os_settings(
17228
17180
  """
17229
17181
  ...
17230
17182
 
17231
- class USERPREF_PT_system_sound(
17232
- bpy_types.Panel, SystemPanel, CenterAlignMixIn, bpy_types._GenericUI
17233
- ):
17183
+ class USERPREF_PT_system_sound(SystemPanel, CenterAlignMixIn, bpy_types._GenericUI):
17234
17184
  """Base class for panels to center align contents with some horizontal margin.
17235
17185
  Deriving classes need to implement a draw_centered(context, layout) function.
17236
17186
  """
@@ -17463,7 +17413,7 @@ class USERPREF_PT_system_sound(
17463
17413
  ...
17464
17414
 
17465
17415
  class USERPREF_PT_system_video_sequencer(
17466
- bpy_types.Panel, SystemPanel, CenterAlignMixIn, bpy_types._GenericUI
17416
+ SystemPanel, CenterAlignMixIn, bpy_types._GenericUI
17467
17417
  ):
17468
17418
  """Base class for panels to center align contents with some horizontal margin.
17469
17419
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -17695,7 +17645,7 @@ class USERPREF_PT_system_video_sequencer(
17695
17645
  """
17696
17646
  ...
17697
17647
 
17698
- class USERPREF_PT_theme(bpy_types.Panel, ThemePanel, bpy_types._GenericUI):
17648
+ class USERPREF_PT_theme(ThemePanel, bpy_types._GenericUI):
17699
17649
  bl_context: typing.Any
17700
17650
  bl_label: typing.Any
17701
17651
  bl_options: typing.Any
@@ -17916,7 +17866,7 @@ class USERPREF_PT_theme(bpy_types.Panel, ThemePanel, bpy_types._GenericUI):
17916
17866
  ...
17917
17867
 
17918
17868
  class USERPREF_PT_theme_bone_color_sets(
17919
- bpy_types.Panel, ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
17869
+ ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
17920
17870
  ):
17921
17871
  """Base class for panels to center align contents with some horizontal margin.
17922
17872
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -18157,7 +18107,7 @@ class USERPREF_PT_theme_bone_color_sets(
18157
18107
  ...
18158
18108
 
18159
18109
  class USERPREF_PT_theme_collection_colors(
18160
- bpy_types.Panel, ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
18110
+ ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
18161
18111
  ):
18162
18112
  """Base class for panels to center align contents with some horizontal margin.
18163
18113
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -18398,7 +18348,7 @@ class USERPREF_PT_theme_collection_colors(
18398
18348
  ...
18399
18349
 
18400
18350
  class USERPREF_PT_theme_interface_gizmos(
18401
- bpy_types.Panel, ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
18351
+ ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
18402
18352
  ):
18403
18353
  """Base class for panels to center align contents with some horizontal margin.
18404
18354
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -18633,7 +18583,7 @@ class USERPREF_PT_theme_interface_gizmos(
18633
18583
  ...
18634
18584
 
18635
18585
  class USERPREF_PT_theme_interface_icons(
18636
- bpy_types.Panel, ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
18586
+ ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
18637
18587
  ):
18638
18588
  """Base class for panels to center align contents with some horizontal margin.
18639
18589
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -18868,7 +18818,7 @@ class USERPREF_PT_theme_interface_icons(
18868
18818
  ...
18869
18819
 
18870
18820
  class USERPREF_PT_theme_interface_state(
18871
- bpy_types.Panel, ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
18821
+ ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
18872
18822
  ):
18873
18823
  """Base class for panels to center align contents with some horizontal margin.
18874
18824
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -19103,7 +19053,7 @@ class USERPREF_PT_theme_interface_state(
19103
19053
  ...
19104
19054
 
19105
19055
  class USERPREF_PT_theme_interface_styles(
19106
- bpy_types.Panel, ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
19056
+ ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
19107
19057
  ):
19108
19058
  """Base class for panels to center align contents with some horizontal margin.
19109
19059
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -19338,7 +19288,7 @@ class USERPREF_PT_theme_interface_styles(
19338
19288
  ...
19339
19289
 
19340
19290
  class USERPREF_PT_theme_interface_transparent_checker(
19341
- bpy_types.Panel, ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
19291
+ ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
19342
19292
  ):
19343
19293
  """Base class for panels to center align contents with some horizontal margin.
19344
19294
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -19573,7 +19523,7 @@ class USERPREF_PT_theme_interface_transparent_checker(
19573
19523
  ...
19574
19524
 
19575
19525
  class USERPREF_PT_theme_strip_colors(
19576
- bpy_types.Panel, ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
19526
+ ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
19577
19527
  ):
19578
19528
  """Base class for panels to center align contents with some horizontal margin.
19579
19529
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -19813,9 +19763,7 @@ class USERPREF_PT_theme_strip_colors(
19813
19763
  """
19814
19764
  ...
19815
19765
 
19816
- class USERPREF_PT_theme_text_style(
19817
- bpy_types.Panel, ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
19818
- ):
19766
+ class USERPREF_PT_theme_text_style(ThemePanel, CenterAlignMixIn, bpy_types._GenericUI):
19819
19767
  """Base class for panels to center align contents with some horizontal margin.
19820
19768
  Deriving classes need to implement a draw_centered(context, layout) function.
19821
19769
  """
@@ -20055,7 +20003,7 @@ class USERPREF_PT_theme_text_style(
20055
20003
  ...
20056
20004
 
20057
20005
  class USERPREF_PT_theme_user_interface(
20058
- bpy_types.Panel, ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
20006
+ ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
20059
20007
  ):
20060
20008
  """Base class for panels to center align contents with some horizontal margin.
20061
20009
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -20288,7 +20236,7 @@ class USERPREF_PT_theme_user_interface(
20288
20236
  ...
20289
20237
 
20290
20238
  class USERPREF_PT_viewport_display(
20291
- bpy_types.Panel, ViewportPanel, CenterAlignMixIn, bpy_types._GenericUI
20239
+ ViewportPanel, CenterAlignMixIn, bpy_types._GenericUI
20292
20240
  ):
20293
20241
  """Base class for panels to center align contents with some horizontal margin.
20294
20242
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -20521,7 +20469,7 @@ class USERPREF_PT_viewport_display(
20521
20469
  ...
20522
20470
 
20523
20471
  class USERPREF_PT_viewport_quality(
20524
- bpy_types.Panel, ViewportPanel, CenterAlignMixIn, bpy_types._GenericUI
20472
+ ViewportPanel, CenterAlignMixIn, bpy_types._GenericUI
20525
20473
  ):
20526
20474
  """Base class for panels to center align contents with some horizontal margin.
20527
20475
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -20754,7 +20702,7 @@ class USERPREF_PT_viewport_quality(
20754
20702
  ...
20755
20703
 
20756
20704
  class USERPREF_PT_viewport_selection(
20757
- bpy_types.Panel, ViewportPanel, CenterAlignMixIn, bpy_types._GenericUI
20705
+ ViewportPanel, CenterAlignMixIn, bpy_types._GenericUI
20758
20706
  ):
20759
20707
  """Base class for panels to center align contents with some horizontal margin.
20760
20708
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -20988,7 +20936,7 @@ class USERPREF_PT_viewport_selection(
20988
20936
  ...
20989
20937
 
20990
20938
  class USERPREF_PT_viewport_subdivision(
20991
- bpy_types.Panel, ViewportPanel, CenterAlignMixIn, bpy_types._GenericUI
20939
+ ViewportPanel, CenterAlignMixIn, bpy_types._GenericUI
20992
20940
  ):
20993
20941
  """Base class for panels to center align contents with some horizontal margin.
20994
20942
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -21222,7 +21170,7 @@ class USERPREF_PT_viewport_subdivision(
21222
21170
  ...
21223
21171
 
21224
21172
  class USERPREF_PT_viewport_textures(
21225
- bpy_types.Panel, ViewportPanel, CenterAlignMixIn, bpy_types._GenericUI
21173
+ ViewportPanel, CenterAlignMixIn, bpy_types._GenericUI
21226
21174
  ):
21227
21175
  """Base class for panels to center align contents with some horizontal margin.
21228
21176
  Deriving classes need to implement a draw_centered(context, layout) function.