fake-bpy-module 20240721__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.
- bl_operators/bone_selection_sets/__init__.pyi +6 -18
- bl_operators/node/__init__.pyi +2 -4
- bl_operators/presets/__init__.pyi +2 -5
- bl_operators/wm/__init__.pyi +4 -5
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +1 -2
- bl_ui/asset_shelf/__init__.pyi +1 -2
- bl_ui/node_add_menu/__init__.pyi +1 -2
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -19
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -53
- bl_ui/node_add_menu_shader/__init__.pyi +10 -11
- bl_ui/node_add_menu_texture/__init__.pyi +9 -10
- bl_ui/properties_collection/__init__.pyi +6 -18
- bl_ui/properties_constraint/__init__.pyi +79 -142
- bl_ui/properties_data_armature/__init__.pyi +17 -32
- bl_ui/properties_data_bone/__init__.pyi +10 -15
- bl_ui/properties_data_camera/__init__.pyi +14 -29
- bl_ui/properties_data_curve/__init__.pyi +15 -40
- bl_ui/properties_data_curves/__init__.pyi +6 -9
- bl_ui/properties_data_empty/__init__.pyi +2 -3
- bl_ui/properties_data_gpencil/__init__.pyi +23 -37
- bl_ui/properties_data_grease_pencil/__init__.pyi +14 -36
- bl_ui/properties_data_lattice/__init__.pyi +3 -4
- bl_ui/properties_data_light/__init__.pyi +12 -23
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -36
- bl_ui/properties_data_mesh/__init__.pyi +20 -27
- bl_ui/properties_data_metaball/__init__.pyi +5 -8
- bl_ui/properties_data_modifier/__init__.pyi +9 -24
- bl_ui/properties_data_pointcloud/__init__.pyi +5 -10
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -2
- bl_ui/properties_data_speaker/__init__.pyi +5 -6
- bl_ui/properties_data_volume/__init__.pyi +8 -13
- bl_ui/properties_freestyle/__init__.pyi +26 -112
- bl_ui/properties_grease_pencil_common/__init__.pyi +15 -16
- bl_ui/properties_mask_common/__init__.pyi +7 -8
- bl_ui/properties_material/__init__.pyi +16 -40
- bl_ui/properties_material_gpencil/__init__.pyi +10 -28
- bl_ui/properties_object/__init__.pyi +14 -25
- bl_ui/properties_output/__init__.pyi +18 -45
- bl_ui/properties_paint_common/__init__.pyi +9 -10
- bl_ui/properties_particle/__init__.pyi +52 -134
- bl_ui/properties_physics_cloth/__init__.pyi +14 -35
- bl_ui/properties_physics_common/__init__.pyi +1 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -61
- bl_ui/properties_physics_field/__init__.pyi +10 -27
- bl_ui/properties_physics_fluid/__init__.pyi +28 -51
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +8 -17
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -14
- bl_ui/properties_physics_softbody/__init__.pyi +15 -44
- bl_ui/properties_render/__init__.pyi +55 -146
- bl_ui/properties_scene/__init__.pyi +15 -28
- bl_ui/properties_texture/__init__.pyi +26 -70
- bl_ui/properties_view_layer/__init__.pyi +49 -80
- bl_ui/properties_workspace/__init__.pyi +4 -8
- bl_ui/properties_world/__init__.pyi +10 -17
- bl_ui/space_clip/__init__.pyi +72 -116
- bl_ui/space_console/__init__.pyi +6 -7
- bl_ui/space_dopesheet/__init__.pyi +39 -56
- bl_ui/space_filebrowser/__init__.pyi +29 -44
- bl_ui/space_graph/__init__.pyi +20 -23
- bl_ui/space_image/__init__.pyi +69 -134
- bl_ui/space_info/__init__.pyi +6 -7
- bl_ui/space_nla/__init__.pyi +17 -26
- bl_ui/space_node/__init__.pyi +28 -35
- bl_ui/space_outliner/__init__.pyi +14 -15
- bl_ui/space_properties/__init__.pyi +3 -4
- bl_ui/space_sequencer/__init__.pyi +80 -134
- bl_ui/space_spreadsheet/__init__.pyi +1 -2
- bl_ui/space_statusbar/__init__.pyi +1 -2
- bl_ui/space_text/__init__.pyi +16 -17
- bl_ui/space_time/__init__.pyi +7 -12
- bl_ui/space_toolsystem_common/__init__.pyi +1 -2
- bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -13
- bl_ui/space_topbar/__init__.pyi +26 -27
- bl_ui/space_userpref/__init__.pyi +91 -196
- bl_ui/space_view3d/__init__.pyi +279 -342
- bl_ui/space_view3d_toolbar/__init__.pyi +613 -897
- bl_ui/temp_anim_layers/__init__.pyi +1 -2
- bpy/ops/sequencer/__init__.pyi +1 -1
- bpy/types/__init__.pyi +29718 -29418
- {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/RECORD +87 -87
- {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/WHEEL +1 -1
- freestyle/utils/__init__.pyi +1 -1
- nodeitems_builtins/__init__.pyi +4 -4
- {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/top_level.txt +0 -0
|
@@ -3,7 +3,6 @@ import collections.abc
|
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import bl_ui.utils
|
|
5
5
|
import bpy.types
|
|
6
|
-
import bpy_types
|
|
7
6
|
|
|
8
7
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
9
8
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
@@ -185,7 +184,7 @@ class ThemePanel:
|
|
|
185
184
|
bl_region_type: typing.Any
|
|
186
185
|
bl_space_type: typing.Any
|
|
187
186
|
|
|
188
|
-
class USERPREF_HT_header(bpy.types.Header
|
|
187
|
+
class USERPREF_HT_header(bpy.types.Header):
|
|
189
188
|
bl_rna: typing.Any
|
|
190
189
|
bl_space_type: typing.Any
|
|
191
190
|
id_data: typing.Any
|
|
@@ -222,7 +221,7 @@ class USERPREF_HT_header(bpy.types.Header, bpy_types._GenericUI):
|
|
|
222
221
|
"""
|
|
223
222
|
...
|
|
224
223
|
|
|
225
|
-
class USERPREF_MT_editor_menus(bpy.types.Menu
|
|
224
|
+
class USERPREF_MT_editor_menus(bpy.types.Menu):
|
|
226
225
|
bl_idname: typing.Any
|
|
227
226
|
bl_label: typing.Any
|
|
228
227
|
bl_rna: typing.Any
|
|
@@ -251,7 +250,7 @@ class USERPREF_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
251
250
|
"""
|
|
252
251
|
...
|
|
253
252
|
|
|
254
|
-
class USERPREF_MT_extensions_active_repo(bpy.types.Menu
|
|
253
|
+
class USERPREF_MT_extensions_active_repo(bpy.types.Menu):
|
|
255
254
|
bl_label: typing.Any
|
|
256
255
|
bl_rna: typing.Any
|
|
257
256
|
id_data: typing.Any
|
|
@@ -272,7 +271,7 @@ class USERPREF_MT_extensions_active_repo(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
272
271
|
"""
|
|
273
272
|
...
|
|
274
273
|
|
|
275
|
-
class USERPREF_MT_extensions_active_repo_remove(bpy.types.Menu
|
|
274
|
+
class USERPREF_MT_extensions_active_repo_remove(bpy.types.Menu):
|
|
276
275
|
bl_label: typing.Any
|
|
277
276
|
bl_rna: typing.Any
|
|
278
277
|
id_data: typing.Any
|
|
@@ -300,7 +299,7 @@ class USERPREF_MT_extensions_active_repo_remove(bpy.types.Menu, bpy_types._Gener
|
|
|
300
299
|
"""
|
|
301
300
|
...
|
|
302
301
|
|
|
303
|
-
class USERPREF_MT_interface_theme_presets(bpy.types.Menu
|
|
302
|
+
class USERPREF_MT_interface_theme_presets(bpy.types.Menu):
|
|
304
303
|
bl_label: typing.Any
|
|
305
304
|
bl_rna: typing.Any
|
|
306
305
|
id_data: typing.Any
|
|
@@ -344,7 +343,7 @@ class USERPREF_MT_interface_theme_presets(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
344
343
|
"""
|
|
345
344
|
...
|
|
346
345
|
|
|
347
|
-
class USERPREF_MT_keyconfigs(bpy.types.Menu
|
|
346
|
+
class USERPREF_MT_keyconfigs(bpy.types.Menu):
|
|
348
347
|
bl_label: typing.Any
|
|
349
348
|
bl_rna: typing.Any
|
|
350
349
|
id_data: typing.Any
|
|
@@ -374,7 +373,7 @@ class USERPREF_MT_keyconfigs(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
374
373
|
"""
|
|
375
374
|
...
|
|
376
375
|
|
|
377
|
-
class USERPREF_MT_save_load(bpy.types.Menu
|
|
376
|
+
class USERPREF_MT_save_load(bpy.types.Menu):
|
|
378
377
|
bl_label: typing.Any
|
|
379
378
|
bl_rna: typing.Any
|
|
380
379
|
id_data: typing.Any
|
|
@@ -402,7 +401,7 @@ class USERPREF_MT_save_load(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
402
401
|
"""
|
|
403
402
|
...
|
|
404
403
|
|
|
405
|
-
class USERPREF_MT_view(bpy.types.Menu
|
|
404
|
+
class USERPREF_MT_view(bpy.types.Menu):
|
|
406
405
|
bl_label: typing.Any
|
|
407
406
|
bl_rna: typing.Any
|
|
408
407
|
id_data: typing.Any
|
|
@@ -430,7 +429,7 @@ class USERPREF_MT_view(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
430
429
|
"""
|
|
431
430
|
...
|
|
432
431
|
|
|
433
|
-
class USERPREF_PT_addons(bpy.types.Panel
|
|
432
|
+
class USERPREF_PT_addons(AddOnPanel, bpy.types.Panel):
|
|
434
433
|
bl_context: typing.Any
|
|
435
434
|
bl_label: typing.Any
|
|
436
435
|
bl_options: typing.Any
|
|
@@ -483,7 +482,7 @@ class USERPREF_PT_addons(bpy.types.Panel, AddOnPanel, bpy_types._GenericUI):
|
|
|
483
482
|
"""
|
|
484
483
|
...
|
|
485
484
|
|
|
486
|
-
class USERPREF_PT_addons_filter(bpy.types.Panel
|
|
485
|
+
class USERPREF_PT_addons_filter(bpy.types.Panel):
|
|
487
486
|
bl_label: typing.Any
|
|
488
487
|
bl_region_type: typing.Any
|
|
489
488
|
bl_rna: typing.Any
|
|
@@ -514,9 +513,7 @@ class USERPREF_PT_addons_filter(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
514
513
|
"""
|
|
515
514
|
...
|
|
516
515
|
|
|
517
|
-
class USERPREF_PT_animation_fcurves(
|
|
518
|
-
bpy.types.Panel, AnimationPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
519
|
-
):
|
|
516
|
+
class USERPREF_PT_animation_fcurves(CenterAlignMixIn, AnimationPanel, bpy.types.Panel):
|
|
520
517
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
521
518
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
522
519
|
"""
|
|
@@ -553,7 +550,7 @@ class USERPREF_PT_animation_fcurves(
|
|
|
553
550
|
...
|
|
554
551
|
|
|
555
552
|
class USERPREF_PT_animation_keyframes(
|
|
556
|
-
|
|
553
|
+
CenterAlignMixIn, AnimationPanel, bpy.types.Panel
|
|
557
554
|
):
|
|
558
555
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
559
556
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -590,9 +587,7 @@ class USERPREF_PT_animation_keyframes(
|
|
|
590
587
|
"""
|
|
591
588
|
...
|
|
592
589
|
|
|
593
|
-
class USERPREF_PT_animation_timeline(
|
|
594
|
-
bpy.types.Panel, AnimationPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
595
|
-
):
|
|
590
|
+
class USERPREF_PT_animation_timeline(CenterAlignMixIn, AnimationPanel, bpy.types.Panel):
|
|
596
591
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
597
592
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
598
593
|
"""
|
|
@@ -628,9 +623,7 @@ class USERPREF_PT_animation_timeline(
|
|
|
628
623
|
"""
|
|
629
624
|
...
|
|
630
625
|
|
|
631
|
-
class USERPREF_PT_edit_annotations(
|
|
632
|
-
bpy.types.Panel, EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
633
|
-
):
|
|
626
|
+
class USERPREF_PT_edit_annotations(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
|
|
634
627
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
635
628
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
636
629
|
"""
|
|
@@ -666,9 +659,7 @@ class USERPREF_PT_edit_annotations(
|
|
|
666
659
|
"""
|
|
667
660
|
...
|
|
668
661
|
|
|
669
|
-
class USERPREF_PT_edit_cursor(
|
|
670
|
-
bpy.types.Panel, EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
671
|
-
):
|
|
662
|
+
class USERPREF_PT_edit_cursor(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
|
|
672
663
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
673
664
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
674
665
|
"""
|
|
@@ -704,9 +695,7 @@ class USERPREF_PT_edit_cursor(
|
|
|
704
695
|
"""
|
|
705
696
|
...
|
|
706
697
|
|
|
707
|
-
class USERPREF_PT_edit_gpencil(
|
|
708
|
-
bpy.types.Panel, EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
709
|
-
):
|
|
698
|
+
class USERPREF_PT_edit_gpencil(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
|
|
710
699
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
711
700
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
712
701
|
"""
|
|
@@ -743,9 +732,7 @@ class USERPREF_PT_edit_gpencil(
|
|
|
743
732
|
"""
|
|
744
733
|
...
|
|
745
734
|
|
|
746
|
-
class USERPREF_PT_edit_misc(
|
|
747
|
-
bpy.types.Panel, EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
748
|
-
):
|
|
735
|
+
class USERPREF_PT_edit_misc(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
|
|
749
736
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
750
737
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
751
738
|
"""
|
|
@@ -782,9 +769,7 @@ class USERPREF_PT_edit_misc(
|
|
|
782
769
|
"""
|
|
783
770
|
...
|
|
784
771
|
|
|
785
|
-
class USERPREF_PT_edit_node_editor(
|
|
786
|
-
bpy.types.Panel, EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
787
|
-
):
|
|
772
|
+
class USERPREF_PT_edit_node_editor(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
|
|
788
773
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
789
774
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
790
775
|
"""
|
|
@@ -821,7 +806,7 @@ class USERPREF_PT_edit_node_editor(
|
|
|
821
806
|
"""
|
|
822
807
|
...
|
|
823
808
|
|
|
824
|
-
class USERPREF_PT_edit_objects(bpy.types.Panel
|
|
809
|
+
class USERPREF_PT_edit_objects(EditingPanel, bpy.types.Panel):
|
|
825
810
|
bl_context: typing.Any
|
|
826
811
|
bl_label: typing.Any
|
|
827
812
|
bl_region_type: typing.Any
|
|
@@ -853,7 +838,7 @@ class USERPREF_PT_edit_objects(bpy.types.Panel, EditingPanel, bpy_types._Generic
|
|
|
853
838
|
...
|
|
854
839
|
|
|
855
840
|
class USERPREF_PT_edit_objects_duplicate_data(
|
|
856
|
-
|
|
841
|
+
CenterAlignMixIn, EditingPanel, bpy.types.Panel
|
|
857
842
|
):
|
|
858
843
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
859
844
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -892,9 +877,7 @@ class USERPREF_PT_edit_objects_duplicate_data(
|
|
|
892
877
|
"""
|
|
893
878
|
...
|
|
894
879
|
|
|
895
|
-
class USERPREF_PT_edit_objects_new(
|
|
896
|
-
bpy.types.Panel, EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
897
|
-
):
|
|
880
|
+
class USERPREF_PT_edit_objects_new(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
|
|
898
881
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
899
882
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
900
883
|
"""
|
|
@@ -931,9 +914,7 @@ class USERPREF_PT_edit_objects_new(
|
|
|
931
914
|
"""
|
|
932
915
|
...
|
|
933
916
|
|
|
934
|
-
class USERPREF_PT_edit_sequence_editor(
|
|
935
|
-
bpy.types.Panel, EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
936
|
-
):
|
|
917
|
+
class USERPREF_PT_edit_sequence_editor(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
|
|
937
918
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
938
919
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
939
920
|
"""
|
|
@@ -970,9 +951,7 @@ class USERPREF_PT_edit_sequence_editor(
|
|
|
970
951
|
"""
|
|
971
952
|
...
|
|
972
953
|
|
|
973
|
-
class USERPREF_PT_edit_text_editor(
|
|
974
|
-
bpy.types.Panel, EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
975
|
-
):
|
|
954
|
+
class USERPREF_PT_edit_text_editor(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
|
|
976
955
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
977
956
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
978
957
|
"""
|
|
@@ -1009,9 +988,7 @@ class USERPREF_PT_edit_text_editor(
|
|
|
1009
988
|
"""
|
|
1010
989
|
...
|
|
1011
990
|
|
|
1012
|
-
class USERPREF_PT_edit_weight_paint(
|
|
1013
|
-
bpy.types.Panel, EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
1014
|
-
):
|
|
991
|
+
class USERPREF_PT_edit_weight_paint(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
|
|
1015
992
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1016
993
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1017
994
|
"""
|
|
@@ -1048,9 +1025,7 @@ class USERPREF_PT_edit_weight_paint(
|
|
|
1048
1025
|
"""
|
|
1049
1026
|
...
|
|
1050
1027
|
|
|
1051
|
-
class USERPREF_PT_experimental_debugging(
|
|
1052
|
-
bpy.types.Panel, ExperimentalPanel, bpy_types._GenericUI
|
|
1053
|
-
):
|
|
1028
|
+
class USERPREF_PT_experimental_debugging(ExperimentalPanel, bpy.types.Panel):
|
|
1054
1029
|
bl_context: typing.Any
|
|
1055
1030
|
bl_label: typing.Any
|
|
1056
1031
|
bl_region_type: typing.Any
|
|
@@ -1090,9 +1065,7 @@ class USERPREF_PT_experimental_debugging(
|
|
|
1090
1065
|
"""
|
|
1091
1066
|
...
|
|
1092
1067
|
|
|
1093
|
-
class USERPREF_PT_experimental_new_features(
|
|
1094
|
-
bpy.types.Panel, ExperimentalPanel, bpy_types._GenericUI
|
|
1095
|
-
):
|
|
1068
|
+
class USERPREF_PT_experimental_new_features(ExperimentalPanel, bpy.types.Panel):
|
|
1096
1069
|
bl_context: typing.Any
|
|
1097
1070
|
bl_label: typing.Any
|
|
1098
1071
|
bl_region_type: typing.Any
|
|
@@ -1124,9 +1097,7 @@ class USERPREF_PT_experimental_new_features(
|
|
|
1124
1097
|
"""
|
|
1125
1098
|
...
|
|
1126
1099
|
|
|
1127
|
-
class USERPREF_PT_experimental_prototypes(
|
|
1128
|
-
bpy.types.Panel, ExperimentalPanel, bpy_types._GenericUI
|
|
1129
|
-
):
|
|
1100
|
+
class USERPREF_PT_experimental_prototypes(ExperimentalPanel, bpy.types.Panel):
|
|
1130
1101
|
bl_context: typing.Any
|
|
1131
1102
|
bl_label: typing.Any
|
|
1132
1103
|
bl_region_type: typing.Any
|
|
@@ -1158,7 +1129,7 @@ class USERPREF_PT_experimental_prototypes(
|
|
|
1158
1129
|
"""
|
|
1159
1130
|
...
|
|
1160
1131
|
|
|
1161
|
-
class USERPREF_PT_extensions(bpy.types.Panel
|
|
1132
|
+
class USERPREF_PT_extensions(ExtensionsPanel, bpy.types.Panel):
|
|
1162
1133
|
bl_context: typing.Any
|
|
1163
1134
|
bl_label: typing.Any
|
|
1164
1135
|
bl_options: typing.Any
|
|
@@ -1183,7 +1154,7 @@ class USERPREF_PT_extensions(bpy.types.Panel, ExtensionsPanel, bpy_types._Generi
|
|
|
1183
1154
|
"""
|
|
1184
1155
|
...
|
|
1185
1156
|
|
|
1186
|
-
class USERPREF_PT_extensions_repos(bpy.types.Panel
|
|
1157
|
+
class USERPREF_PT_extensions_repos(bpy.types.Panel):
|
|
1187
1158
|
bl_label: typing.Any
|
|
1188
1159
|
bl_options: typing.Any
|
|
1189
1160
|
bl_region_type: typing.Any
|
|
@@ -1215,9 +1186,7 @@ class USERPREF_PT_extensions_repos(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
1215
1186
|
"""
|
|
1216
1187
|
...
|
|
1217
1188
|
|
|
1218
|
-
class USERPREF_PT_file_paths_applications(
|
|
1219
|
-
bpy.types.Panel, FilePathsPanel, bpy_types._GenericUI
|
|
1220
|
-
):
|
|
1189
|
+
class USERPREF_PT_file_paths_applications(FilePathsPanel, bpy.types.Panel):
|
|
1221
1190
|
bl_context: typing.Any
|
|
1222
1191
|
bl_label: typing.Any
|
|
1223
1192
|
bl_options: typing.Any
|
|
@@ -1249,9 +1218,7 @@ class USERPREF_PT_file_paths_applications(
|
|
|
1249
1218
|
"""
|
|
1250
1219
|
...
|
|
1251
1220
|
|
|
1252
|
-
class USERPREF_PT_file_paths_asset_libraries(
|
|
1253
|
-
bpy.types.Panel, FilePathsPanel, bpy_types._GenericUI
|
|
1254
|
-
):
|
|
1221
|
+
class USERPREF_PT_file_paths_asset_libraries(FilePathsPanel, bpy.types.Panel):
|
|
1255
1222
|
bl_context: typing.Any
|
|
1256
1223
|
bl_label: typing.Any
|
|
1257
1224
|
bl_region_type: typing.Any
|
|
@@ -1282,9 +1249,7 @@ class USERPREF_PT_file_paths_asset_libraries(
|
|
|
1282
1249
|
"""
|
|
1283
1250
|
...
|
|
1284
1251
|
|
|
1285
|
-
class USERPREF_PT_file_paths_data(
|
|
1286
|
-
bpy.types.Panel, FilePathsPanel, bpy_types._GenericUI
|
|
1287
|
-
):
|
|
1252
|
+
class USERPREF_PT_file_paths_data(FilePathsPanel, bpy.types.Panel):
|
|
1288
1253
|
bl_context: typing.Any
|
|
1289
1254
|
bl_label: typing.Any
|
|
1290
1255
|
bl_region_type: typing.Any
|
|
@@ -1315,9 +1280,7 @@ class USERPREF_PT_file_paths_data(
|
|
|
1315
1280
|
"""
|
|
1316
1281
|
...
|
|
1317
1282
|
|
|
1318
|
-
class USERPREF_PT_file_paths_development(
|
|
1319
|
-
bpy.types.Panel, FilePathsPanel, bpy_types._GenericUI
|
|
1320
|
-
):
|
|
1283
|
+
class USERPREF_PT_file_paths_development(FilePathsPanel, bpy.types.Panel):
|
|
1321
1284
|
bl_context: typing.Any
|
|
1322
1285
|
bl_label: typing.Any
|
|
1323
1286
|
bl_options: typing.Any
|
|
@@ -1357,9 +1320,7 @@ class USERPREF_PT_file_paths_development(
|
|
|
1357
1320
|
"""
|
|
1358
1321
|
...
|
|
1359
1322
|
|
|
1360
|
-
class USERPREF_PT_file_paths_render(
|
|
1361
|
-
bpy.types.Panel, FilePathsPanel, bpy_types._GenericUI
|
|
1362
|
-
):
|
|
1323
|
+
class USERPREF_PT_file_paths_render(FilePathsPanel, bpy.types.Panel):
|
|
1363
1324
|
bl_context: typing.Any
|
|
1364
1325
|
bl_label: typing.Any
|
|
1365
1326
|
bl_parent_id: typing.Any
|
|
@@ -1391,9 +1352,7 @@ class USERPREF_PT_file_paths_render(
|
|
|
1391
1352
|
"""
|
|
1392
1353
|
...
|
|
1393
1354
|
|
|
1394
|
-
class USERPREF_PT_file_paths_script_directories(
|
|
1395
|
-
bpy.types.Panel, FilePathsPanel, bpy_types._GenericUI
|
|
1396
|
-
):
|
|
1355
|
+
class USERPREF_PT_file_paths_script_directories(FilePathsPanel, bpy.types.Panel):
|
|
1397
1356
|
bl_context: typing.Any
|
|
1398
1357
|
bl_label: typing.Any
|
|
1399
1358
|
bl_region_type: typing.Any
|
|
@@ -1424,9 +1383,7 @@ class USERPREF_PT_file_paths_script_directories(
|
|
|
1424
1383
|
"""
|
|
1425
1384
|
...
|
|
1426
1385
|
|
|
1427
|
-
class USERPREF_PT_input_keyboard(
|
|
1428
|
-
bpy.types.Panel, InputPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
1429
|
-
):
|
|
1386
|
+
class USERPREF_PT_input_keyboard(CenterAlignMixIn, InputPanel, bpy.types.Panel):
|
|
1430
1387
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1431
1388
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1432
1389
|
"""
|
|
@@ -1462,9 +1419,7 @@ class USERPREF_PT_input_keyboard(
|
|
|
1462
1419
|
"""
|
|
1463
1420
|
...
|
|
1464
1421
|
|
|
1465
|
-
class USERPREF_PT_input_mouse(
|
|
1466
|
-
bpy.types.Panel, InputPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
1467
|
-
):
|
|
1422
|
+
class USERPREF_PT_input_mouse(CenterAlignMixIn, InputPanel, bpy.types.Panel):
|
|
1468
1423
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1469
1424
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1470
1425
|
"""
|
|
@@ -1500,9 +1455,7 @@ class USERPREF_PT_input_mouse(
|
|
|
1500
1455
|
"""
|
|
1501
1456
|
...
|
|
1502
1457
|
|
|
1503
|
-
class USERPREF_PT_input_ndof(
|
|
1504
|
-
bpy.types.Panel, InputPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
1505
|
-
):
|
|
1458
|
+
class USERPREF_PT_input_ndof(CenterAlignMixIn, InputPanel, bpy.types.Panel):
|
|
1506
1459
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1507
1460
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1508
1461
|
"""
|
|
@@ -1547,9 +1500,7 @@ class USERPREF_PT_input_ndof(
|
|
|
1547
1500
|
"""
|
|
1548
1501
|
...
|
|
1549
1502
|
|
|
1550
|
-
class USERPREF_PT_input_tablet(
|
|
1551
|
-
bpy.types.Panel, InputPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
1552
|
-
):
|
|
1503
|
+
class USERPREF_PT_input_tablet(CenterAlignMixIn, InputPanel, bpy.types.Panel):
|
|
1553
1504
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1554
1505
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1555
1506
|
"""
|
|
@@ -1585,9 +1536,7 @@ class USERPREF_PT_input_tablet(
|
|
|
1585
1536
|
"""
|
|
1586
1537
|
...
|
|
1587
1538
|
|
|
1588
|
-
class USERPREF_PT_input_touchpad(
|
|
1589
|
-
bpy.types.Panel, InputPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
1590
|
-
):
|
|
1539
|
+
class USERPREF_PT_input_touchpad(CenterAlignMixIn, InputPanel, bpy.types.Panel):
|
|
1591
1540
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1592
1541
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1593
1542
|
"""
|
|
@@ -1632,9 +1581,7 @@ class USERPREF_PT_input_touchpad(
|
|
|
1632
1581
|
"""
|
|
1633
1582
|
...
|
|
1634
1583
|
|
|
1635
|
-
class USERPREF_PT_interface_display(
|
|
1636
|
-
bpy.types.Panel, InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
1637
|
-
):
|
|
1584
|
+
class USERPREF_PT_interface_display(CenterAlignMixIn, InterfacePanel, bpy.types.Panel):
|
|
1638
1585
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1639
1586
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1640
1587
|
"""
|
|
@@ -1670,9 +1617,7 @@ class USERPREF_PT_interface_display(
|
|
|
1670
1617
|
"""
|
|
1671
1618
|
...
|
|
1672
1619
|
|
|
1673
|
-
class USERPREF_PT_interface_editors(
|
|
1674
|
-
bpy.types.Panel, InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
1675
|
-
):
|
|
1620
|
+
class USERPREF_PT_interface_editors(CenterAlignMixIn, InterfacePanel, bpy.types.Panel):
|
|
1676
1621
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1677
1622
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1678
1623
|
"""
|
|
@@ -1708,9 +1653,7 @@ class USERPREF_PT_interface_editors(
|
|
|
1708
1653
|
"""
|
|
1709
1654
|
...
|
|
1710
1655
|
|
|
1711
|
-
class USERPREF_PT_interface_menus(
|
|
1712
|
-
bpy.types.Panel, InterfacePanel, bpy_types._GenericUI
|
|
1713
|
-
):
|
|
1656
|
+
class USERPREF_PT_interface_menus(InterfacePanel, bpy.types.Panel):
|
|
1714
1657
|
bl_context: typing.Any
|
|
1715
1658
|
bl_label: typing.Any
|
|
1716
1659
|
bl_options: typing.Any
|
|
@@ -1743,7 +1686,7 @@ class USERPREF_PT_interface_menus(
|
|
|
1743
1686
|
...
|
|
1744
1687
|
|
|
1745
1688
|
class USERPREF_PT_interface_menus_mouse_over(
|
|
1746
|
-
|
|
1689
|
+
CenterAlignMixIn, InterfacePanel, bpy.types.Panel
|
|
1747
1690
|
):
|
|
1748
1691
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1749
1692
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -1789,7 +1732,7 @@ class USERPREF_PT_interface_menus_mouse_over(
|
|
|
1789
1732
|
...
|
|
1790
1733
|
|
|
1791
1734
|
class USERPREF_PT_interface_menus_pie(
|
|
1792
|
-
|
|
1735
|
+
CenterAlignMixIn, InterfacePanel, bpy.types.Panel
|
|
1793
1736
|
):
|
|
1794
1737
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1795
1738
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -1828,7 +1771,7 @@ class USERPREF_PT_interface_menus_pie(
|
|
|
1828
1771
|
...
|
|
1829
1772
|
|
|
1830
1773
|
class USERPREF_PT_interface_statusbar(
|
|
1831
|
-
|
|
1774
|
+
CenterAlignMixIn, InterfacePanel, bpy.types.Panel
|
|
1832
1775
|
):
|
|
1833
1776
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1834
1777
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -1868,7 +1811,7 @@ class USERPREF_PT_interface_statusbar(
|
|
|
1868
1811
|
...
|
|
1869
1812
|
|
|
1870
1813
|
class USERPREF_PT_interface_temporary_windows(
|
|
1871
|
-
|
|
1814
|
+
CenterAlignMixIn, InterfacePanel, bpy.types.Panel
|
|
1872
1815
|
):
|
|
1873
1816
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1874
1817
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -1907,9 +1850,7 @@ class USERPREF_PT_interface_temporary_windows(
|
|
|
1907
1850
|
"""
|
|
1908
1851
|
...
|
|
1909
1852
|
|
|
1910
|
-
class USERPREF_PT_interface_text(
|
|
1911
|
-
bpy.types.Panel, InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
1912
|
-
):
|
|
1853
|
+
class USERPREF_PT_interface_text(CenterAlignMixIn, InterfacePanel, bpy.types.Panel):
|
|
1913
1854
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1914
1855
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1915
1856
|
"""
|
|
@@ -1947,7 +1888,7 @@ class USERPREF_PT_interface_text(
|
|
|
1947
1888
|
...
|
|
1948
1889
|
|
|
1949
1890
|
class USERPREF_PT_interface_translation(
|
|
1950
|
-
|
|
1891
|
+
CenterAlignMixIn, InterfacePanel, bpy.types.Panel
|
|
1951
1892
|
):
|
|
1952
1893
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1953
1894
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -1993,7 +1934,7 @@ class USERPREF_PT_interface_translation(
|
|
|
1993
1934
|
"""
|
|
1994
1935
|
...
|
|
1995
1936
|
|
|
1996
|
-
class USERPREF_PT_keymap(bpy.types.Panel
|
|
1937
|
+
class USERPREF_PT_keymap(KeymapPanel, bpy.types.Panel):
|
|
1997
1938
|
bl_context: typing.Any
|
|
1998
1939
|
bl_label: typing.Any
|
|
1999
1940
|
bl_options: typing.Any
|
|
@@ -2025,7 +1966,7 @@ class USERPREF_PT_keymap(bpy.types.Panel, KeymapPanel, bpy_types._GenericUI):
|
|
|
2025
1966
|
"""
|
|
2026
1967
|
...
|
|
2027
1968
|
|
|
2028
|
-
class USERPREF_PT_navigation_bar(bpy.types.Panel
|
|
1969
|
+
class USERPREF_PT_navigation_bar(bpy.types.Panel):
|
|
2029
1970
|
bl_label: typing.Any
|
|
2030
1971
|
bl_options: typing.Any
|
|
2031
1972
|
bl_region_type: typing.Any
|
|
@@ -2057,7 +1998,7 @@ class USERPREF_PT_navigation_bar(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
2057
1998
|
...
|
|
2058
1999
|
|
|
2059
2000
|
class USERPREF_PT_navigation_fly_walk(
|
|
2060
|
-
|
|
2001
|
+
CenterAlignMixIn, NavigationPanel, bpy.types.Panel
|
|
2061
2002
|
):
|
|
2062
2003
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2063
2004
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -2095,7 +2036,7 @@ class USERPREF_PT_navigation_fly_walk(
|
|
|
2095
2036
|
...
|
|
2096
2037
|
|
|
2097
2038
|
class USERPREF_PT_navigation_fly_walk_gravity(
|
|
2098
|
-
|
|
2039
|
+
CenterAlignMixIn, NavigationPanel, bpy.types.Panel
|
|
2099
2040
|
):
|
|
2100
2041
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2101
2042
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -2150,7 +2091,7 @@ class USERPREF_PT_navigation_fly_walk_gravity(
|
|
|
2150
2091
|
...
|
|
2151
2092
|
|
|
2152
2093
|
class USERPREF_PT_navigation_fly_walk_navigation(
|
|
2153
|
-
|
|
2094
|
+
CenterAlignMixIn, NavigationPanel, bpy.types.Panel
|
|
2154
2095
|
):
|
|
2155
2096
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2156
2097
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -2197,9 +2138,7 @@ class USERPREF_PT_navigation_fly_walk_navigation(
|
|
|
2197
2138
|
"""
|
|
2198
2139
|
...
|
|
2199
2140
|
|
|
2200
|
-
class USERPREF_PT_navigation_orbit(
|
|
2201
|
-
bpy.types.Panel, NavigationPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
2202
|
-
):
|
|
2141
|
+
class USERPREF_PT_navigation_orbit(CenterAlignMixIn, NavigationPanel, bpy.types.Panel):
|
|
2203
2142
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2204
2143
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2205
2144
|
"""
|
|
@@ -2235,9 +2174,7 @@ class USERPREF_PT_navigation_orbit(
|
|
|
2235
2174
|
"""
|
|
2236
2175
|
...
|
|
2237
2176
|
|
|
2238
|
-
class USERPREF_PT_navigation_zoom(
|
|
2239
|
-
bpy.types.Panel, NavigationPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
2240
|
-
):
|
|
2177
|
+
class USERPREF_PT_navigation_zoom(CenterAlignMixIn, NavigationPanel, bpy.types.Panel):
|
|
2241
2178
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2242
2179
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2243
2180
|
"""
|
|
@@ -2273,7 +2210,7 @@ class USERPREF_PT_navigation_zoom(
|
|
|
2273
2210
|
"""
|
|
2274
2211
|
...
|
|
2275
2212
|
|
|
2276
|
-
class USERPREF_PT_ndof_settings(bpy.types.Panel
|
|
2213
|
+
class USERPREF_PT_ndof_settings(bpy.types.Panel):
|
|
2277
2214
|
bl_label: typing.Any
|
|
2278
2215
|
bl_region_type: typing.Any
|
|
2279
2216
|
bl_rna: typing.Any
|
|
@@ -2314,7 +2251,7 @@ class USERPREF_PT_ndof_settings(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
2314
2251
|
"""
|
|
2315
2252
|
...
|
|
2316
2253
|
|
|
2317
|
-
class USERPREF_PT_save_preferences(bpy.types.Panel
|
|
2254
|
+
class USERPREF_PT_save_preferences(bpy.types.Panel):
|
|
2318
2255
|
bl_label: typing.Any
|
|
2319
2256
|
bl_options: typing.Any
|
|
2320
2257
|
bl_region_type: typing.Any
|
|
@@ -2353,9 +2290,7 @@ class USERPREF_PT_save_preferences(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
2353
2290
|
"""
|
|
2354
2291
|
...
|
|
2355
2292
|
|
|
2356
|
-
class USERPREF_PT_saveload_autorun(
|
|
2357
|
-
bpy.types.Panel, FilePathsPanel, bpy_types._GenericUI
|
|
2358
|
-
):
|
|
2293
|
+
class USERPREF_PT_saveload_autorun(FilePathsPanel, bpy.types.Panel):
|
|
2359
2294
|
bl_context: typing.Any
|
|
2360
2295
|
bl_label: typing.Any
|
|
2361
2296
|
bl_parent_id: typing.Any
|
|
@@ -2394,9 +2329,7 @@ class USERPREF_PT_saveload_autorun(
|
|
|
2394
2329
|
"""
|
|
2395
2330
|
...
|
|
2396
2331
|
|
|
2397
|
-
class USERPREF_PT_saveload_blend(
|
|
2398
|
-
bpy.types.Panel, SaveLoadPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
2399
|
-
):
|
|
2332
|
+
class USERPREF_PT_saveload_blend(CenterAlignMixIn, SaveLoadPanel, bpy.types.Panel):
|
|
2400
2333
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2401
2334
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2402
2335
|
"""
|
|
@@ -2433,7 +2366,7 @@ class USERPREF_PT_saveload_blend(
|
|
|
2433
2366
|
...
|
|
2434
2367
|
|
|
2435
2368
|
class USERPREF_PT_saveload_file_browser(
|
|
2436
|
-
|
|
2369
|
+
CenterAlignMixIn, SaveLoadPanel, bpy.types.Panel
|
|
2437
2370
|
):
|
|
2438
2371
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2439
2372
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -2470,9 +2403,7 @@ class USERPREF_PT_saveload_file_browser(
|
|
|
2470
2403
|
"""
|
|
2471
2404
|
...
|
|
2472
2405
|
|
|
2473
|
-
class USERPREF_PT_studiolight_light_editor(
|
|
2474
|
-
bpy.types.Panel, StudioLightPanel, bpy_types._GenericUI
|
|
2475
|
-
):
|
|
2406
|
+
class USERPREF_PT_studiolight_light_editor(StudioLightPanel, bpy.types.Panel):
|
|
2476
2407
|
bl_context: typing.Any
|
|
2477
2408
|
bl_label: typing.Any
|
|
2478
2409
|
bl_options: typing.Any
|
|
@@ -2515,7 +2446,7 @@ class USERPREF_PT_studiolight_light_editor(
|
|
|
2515
2446
|
...
|
|
2516
2447
|
|
|
2517
2448
|
class USERPREF_PT_studiolight_lights(
|
|
2518
|
-
|
|
2449
|
+
StudioLightPanelMixin, StudioLightPanel, bpy.types.Panel
|
|
2519
2450
|
):
|
|
2520
2451
|
bl_context: typing.Any
|
|
2521
2452
|
bl_label: typing.Any
|
|
@@ -2551,7 +2482,7 @@ class USERPREF_PT_studiolight_lights(
|
|
|
2551
2482
|
def get_error_message(self): ...
|
|
2552
2483
|
|
|
2553
2484
|
class USERPREF_PT_studiolight_matcaps(
|
|
2554
|
-
|
|
2485
|
+
StudioLightPanelMixin, StudioLightPanel, bpy.types.Panel
|
|
2555
2486
|
):
|
|
2556
2487
|
bl_context: typing.Any
|
|
2557
2488
|
bl_label: typing.Any
|
|
@@ -2587,7 +2518,7 @@ class USERPREF_PT_studiolight_matcaps(
|
|
|
2587
2518
|
def get_error_message(self): ...
|
|
2588
2519
|
|
|
2589
2520
|
class USERPREF_PT_studiolight_world(
|
|
2590
|
-
|
|
2521
|
+
StudioLightPanelMixin, StudioLightPanel, bpy.types.Panel
|
|
2591
2522
|
):
|
|
2592
2523
|
bl_context: typing.Any
|
|
2593
2524
|
bl_label: typing.Any
|
|
@@ -2622,9 +2553,7 @@ class USERPREF_PT_studiolight_world(
|
|
|
2622
2553
|
|
|
2623
2554
|
def get_error_message(self): ...
|
|
2624
2555
|
|
|
2625
|
-
class USERPREF_PT_system_cycles_devices(
|
|
2626
|
-
bpy.types.Panel, SystemPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
2627
|
-
):
|
|
2556
|
+
class USERPREF_PT_system_cycles_devices(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
|
|
2628
2557
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2629
2558
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2630
2559
|
"""
|
|
@@ -2660,9 +2589,7 @@ class USERPREF_PT_system_cycles_devices(
|
|
|
2660
2589
|
"""
|
|
2661
2590
|
...
|
|
2662
2591
|
|
|
2663
|
-
class USERPREF_PT_system_memory(
|
|
2664
|
-
bpy.types.Panel, SystemPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
2665
|
-
):
|
|
2592
|
+
class USERPREF_PT_system_memory(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
|
|
2666
2593
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2667
2594
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2668
2595
|
"""
|
|
@@ -2698,9 +2625,7 @@ class USERPREF_PT_system_memory(
|
|
|
2698
2625
|
"""
|
|
2699
2626
|
...
|
|
2700
2627
|
|
|
2701
|
-
class USERPREF_PT_system_network(
|
|
2702
|
-
bpy.types.Panel, SystemPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
2703
|
-
):
|
|
2628
|
+
class USERPREF_PT_system_network(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
|
|
2704
2629
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2705
2630
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2706
2631
|
"""
|
|
@@ -2736,9 +2661,7 @@ class USERPREF_PT_system_network(
|
|
|
2736
2661
|
"""
|
|
2737
2662
|
...
|
|
2738
2663
|
|
|
2739
|
-
class USERPREF_PT_system_os_settings(
|
|
2740
|
-
bpy.types.Panel, SystemPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
2741
|
-
):
|
|
2664
|
+
class USERPREF_PT_system_os_settings(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
|
|
2742
2665
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2743
2666
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2744
2667
|
"""
|
|
@@ -2782,9 +2705,7 @@ class USERPREF_PT_system_os_settings(
|
|
|
2782
2705
|
"""
|
|
2783
2706
|
...
|
|
2784
2707
|
|
|
2785
|
-
class USERPREF_PT_system_sound(
|
|
2786
|
-
bpy.types.Panel, SystemPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
2787
|
-
):
|
|
2708
|
+
class USERPREF_PT_system_sound(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
|
|
2788
2709
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2789
2710
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2790
2711
|
"""
|
|
@@ -2822,7 +2743,7 @@ class USERPREF_PT_system_sound(
|
|
|
2822
2743
|
...
|
|
2823
2744
|
|
|
2824
2745
|
class USERPREF_PT_system_video_sequencer(
|
|
2825
|
-
|
|
2746
|
+
CenterAlignMixIn, SystemPanel, bpy.types.Panel
|
|
2826
2747
|
):
|
|
2827
2748
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2828
2749
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -2859,7 +2780,7 @@ class USERPREF_PT_system_video_sequencer(
|
|
|
2859
2780
|
"""
|
|
2860
2781
|
...
|
|
2861
2782
|
|
|
2862
|
-
class USERPREF_PT_text_editor(bpy.types.Panel
|
|
2783
|
+
class USERPREF_PT_text_editor(FilePathsPanel, bpy.types.Panel):
|
|
2863
2784
|
bl_context: typing.Any
|
|
2864
2785
|
bl_label: typing.Any
|
|
2865
2786
|
bl_parent_id: typing.Any
|
|
@@ -2898,9 +2819,7 @@ class USERPREF_PT_text_editor(bpy.types.Panel, FilePathsPanel, bpy_types._Generi
|
|
|
2898
2819
|
"""
|
|
2899
2820
|
...
|
|
2900
2821
|
|
|
2901
|
-
class USERPREF_PT_text_editor_presets(
|
|
2902
|
-
bpy.types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
|
|
2903
|
-
):
|
|
2822
|
+
class USERPREF_PT_text_editor_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
|
|
2904
2823
|
bl_label: typing.Any
|
|
2905
2824
|
bl_region_type: typing.Any
|
|
2906
2825
|
bl_rna: typing.Any
|
|
@@ -2926,7 +2845,7 @@ class USERPREF_PT_text_editor_presets(
|
|
|
2926
2845
|
"""
|
|
2927
2846
|
...
|
|
2928
2847
|
|
|
2929
|
-
class USERPREF_PT_theme(bpy.types.Panel
|
|
2848
|
+
class USERPREF_PT_theme(ThemePanel, bpy.types.Panel):
|
|
2930
2849
|
bl_context: typing.Any
|
|
2931
2850
|
bl_label: typing.Any
|
|
2932
2851
|
bl_options: typing.Any
|
|
@@ -2958,9 +2877,7 @@ class USERPREF_PT_theme(bpy.types.Panel, ThemePanel, bpy_types._GenericUI):
|
|
|
2958
2877
|
"""
|
|
2959
2878
|
...
|
|
2960
2879
|
|
|
2961
|
-
class USERPREF_PT_theme_bone_color_sets(
|
|
2962
|
-
bpy.types.Panel, ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
2963
|
-
):
|
|
2880
|
+
class USERPREF_PT_theme_bone_color_sets(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
|
|
2964
2881
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2965
2882
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2966
2883
|
"""
|
|
@@ -3005,7 +2922,7 @@ class USERPREF_PT_theme_bone_color_sets(
|
|
|
3005
2922
|
...
|
|
3006
2923
|
|
|
3007
2924
|
class USERPREF_PT_theme_collection_colors(
|
|
3008
|
-
|
|
2925
|
+
CenterAlignMixIn, ThemePanel, bpy.types.Panel
|
|
3009
2926
|
):
|
|
3010
2927
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
3011
2928
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -3050,9 +2967,7 @@ class USERPREF_PT_theme_collection_colors(
|
|
|
3050
2967
|
"""
|
|
3051
2968
|
...
|
|
3052
2969
|
|
|
3053
|
-
class USERPREF_PT_theme_interface_gizmos(
|
|
3054
|
-
bpy.types.Panel, ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
3055
|
-
):
|
|
2970
|
+
class USERPREF_PT_theme_interface_gizmos(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
|
|
3056
2971
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
3057
2972
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
3058
2973
|
"""
|
|
@@ -3090,9 +3005,7 @@ class USERPREF_PT_theme_interface_gizmos(
|
|
|
3090
3005
|
"""
|
|
3091
3006
|
...
|
|
3092
3007
|
|
|
3093
|
-
class USERPREF_PT_theme_interface_icons(
|
|
3094
|
-
bpy.types.Panel, ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
3095
|
-
):
|
|
3008
|
+
class USERPREF_PT_theme_interface_icons(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
|
|
3096
3009
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
3097
3010
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
3098
3011
|
"""
|
|
@@ -3130,9 +3043,7 @@ class USERPREF_PT_theme_interface_icons(
|
|
|
3130
3043
|
"""
|
|
3131
3044
|
...
|
|
3132
3045
|
|
|
3133
|
-
class USERPREF_PT_theme_interface_state(
|
|
3134
|
-
bpy.types.Panel, ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
3135
|
-
):
|
|
3046
|
+
class USERPREF_PT_theme_interface_state(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
|
|
3136
3047
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
3137
3048
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
3138
3049
|
"""
|
|
@@ -3170,9 +3081,7 @@ class USERPREF_PT_theme_interface_state(
|
|
|
3170
3081
|
"""
|
|
3171
3082
|
...
|
|
3172
3083
|
|
|
3173
|
-
class USERPREF_PT_theme_interface_styles(
|
|
3174
|
-
bpy.types.Panel, ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
3175
|
-
):
|
|
3084
|
+
class USERPREF_PT_theme_interface_styles(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
|
|
3176
3085
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
3177
3086
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
3178
3087
|
"""
|
|
@@ -3211,7 +3120,7 @@ class USERPREF_PT_theme_interface_styles(
|
|
|
3211
3120
|
...
|
|
3212
3121
|
|
|
3213
3122
|
class USERPREF_PT_theme_interface_transparent_checker(
|
|
3214
|
-
|
|
3123
|
+
CenterAlignMixIn, ThemePanel, bpy.types.Panel
|
|
3215
3124
|
):
|
|
3216
3125
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
3217
3126
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -3250,9 +3159,7 @@ class USERPREF_PT_theme_interface_transparent_checker(
|
|
|
3250
3159
|
"""
|
|
3251
3160
|
...
|
|
3252
3161
|
|
|
3253
|
-
class USERPREF_PT_theme_strip_colors(
|
|
3254
|
-
bpy.types.Panel, ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
3255
|
-
):
|
|
3162
|
+
class USERPREF_PT_theme_strip_colors(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
|
|
3256
3163
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
3257
3164
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
3258
3165
|
"""
|
|
@@ -3296,9 +3203,7 @@ class USERPREF_PT_theme_strip_colors(
|
|
|
3296
3203
|
"""
|
|
3297
3204
|
...
|
|
3298
3205
|
|
|
3299
|
-
class USERPREF_PT_theme_text_style(
|
|
3300
|
-
bpy.types.Panel, ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
3301
|
-
):
|
|
3206
|
+
class USERPREF_PT_theme_text_style(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
|
|
3302
3207
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
3303
3208
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
3304
3209
|
"""
|
|
@@ -3342,9 +3247,7 @@ class USERPREF_PT_theme_text_style(
|
|
|
3342
3247
|
"""
|
|
3343
3248
|
...
|
|
3344
3249
|
|
|
3345
|
-
class USERPREF_PT_theme_user_interface(
|
|
3346
|
-
bpy.types.Panel, ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
3347
|
-
):
|
|
3250
|
+
class USERPREF_PT_theme_user_interface(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
|
|
3348
3251
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
3349
3252
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
3350
3253
|
"""
|
|
@@ -3387,9 +3290,7 @@ class USERPREF_PT_theme_user_interface(
|
|
|
3387
3290
|
"""
|
|
3388
3291
|
...
|
|
3389
3292
|
|
|
3390
|
-
class USERPREF_PT_viewport_display(
|
|
3391
|
-
bpy.types.Panel, ViewportPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
3392
|
-
):
|
|
3293
|
+
class USERPREF_PT_viewport_display(CenterAlignMixIn, ViewportPanel, bpy.types.Panel):
|
|
3393
3294
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
3394
3295
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
3395
3296
|
"""
|
|
@@ -3425,9 +3326,7 @@ class USERPREF_PT_viewport_display(
|
|
|
3425
3326
|
"""
|
|
3426
3327
|
...
|
|
3427
3328
|
|
|
3428
|
-
class USERPREF_PT_viewport_quality(
|
|
3429
|
-
bpy.types.Panel, ViewportPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
3430
|
-
):
|
|
3329
|
+
class USERPREF_PT_viewport_quality(CenterAlignMixIn, ViewportPanel, bpy.types.Panel):
|
|
3431
3330
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
3432
3331
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
3433
3332
|
"""
|
|
@@ -3463,9 +3362,7 @@ class USERPREF_PT_viewport_quality(
|
|
|
3463
3362
|
"""
|
|
3464
3363
|
...
|
|
3465
3364
|
|
|
3466
|
-
class USERPREF_PT_viewport_selection(
|
|
3467
|
-
bpy.types.Panel, ViewportPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
3468
|
-
):
|
|
3365
|
+
class USERPREF_PT_viewport_selection(CenterAlignMixIn, ViewportPanel, bpy.types.Panel):
|
|
3469
3366
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
3470
3367
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
3471
3368
|
"""
|
|
@@ -3503,7 +3400,7 @@ class USERPREF_PT_viewport_selection(
|
|
|
3503
3400
|
...
|
|
3504
3401
|
|
|
3505
3402
|
class USERPREF_PT_viewport_subdivision(
|
|
3506
|
-
|
|
3403
|
+
CenterAlignMixIn, ViewportPanel, bpy.types.Panel
|
|
3507
3404
|
):
|
|
3508
3405
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
3509
3406
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -3549,9 +3446,7 @@ class USERPREF_PT_viewport_subdivision(
|
|
|
3549
3446
|
"""
|
|
3550
3447
|
...
|
|
3551
3448
|
|
|
3552
|
-
class USERPREF_PT_viewport_textures(
|
|
3553
|
-
bpy.types.Panel, ViewportPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
3554
|
-
):
|
|
3449
|
+
class USERPREF_PT_viewport_textures(CenterAlignMixIn, ViewportPanel, bpy.types.Panel):
|
|
3555
3450
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
3556
3451
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
3557
3452
|
"""
|
|
@@ -3587,7 +3482,7 @@ class USERPREF_PT_viewport_textures(
|
|
|
3587
3482
|
"""
|
|
3588
3483
|
...
|
|
3589
3484
|
|
|
3590
|
-
class USERPREF_UL_asset_libraries(bpy.types.UIList
|
|
3485
|
+
class USERPREF_UL_asset_libraries(bpy.types.UIList):
|
|
3591
3486
|
bl_rna: typing.Any
|
|
3592
3487
|
id_data: typing.Any
|
|
3593
3488
|
|
|
@@ -3631,7 +3526,7 @@ class USERPREF_UL_asset_libraries(bpy.types.UIList, bpy_types._GenericUI):
|
|
|
3631
3526
|
"""
|
|
3632
3527
|
...
|
|
3633
3528
|
|
|
3634
|
-
class USERPREF_UL_extension_repos(bpy.types.UIList
|
|
3529
|
+
class USERPREF_UL_extension_repos(bpy.types.UIList):
|
|
3635
3530
|
bl_rna: typing.Any
|
|
3636
3531
|
id_data: typing.Any
|
|
3637
3532
|
|