fake-bpy-module 20250630__py3-none-any.whl → 20250827__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.
- _bpy_internal/__init__.pyi +1 -0
- _bpy_internal/assets/__init__.pyi +5 -0
- _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
- _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
- _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -1
- _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -2
- _bpy_types/__init__.pyi +1594 -0
- aud/__init__.pyi +84 -31
- bl_i18n_utils/settings/__init__.pyi +1 -1
- bl_i18n_utils/utils/__init__.pyi +4 -4
- bl_math/__init__.pyi +1 -1
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/anim/__init__.pyi +15 -14
- bl_operators/assets/__init__.pyi +4 -3
- bl_operators/bone_selection_sets/__init__.pyi +15 -14
- bl_operators/clip/__init__.pyi +12 -11
- bl_operators/connect_to_output/__init__.pyi +2 -1
- bl_operators/console/__init__.pyi +6 -5
- bl_operators/constraint/__init__.pyi +6 -5
- bl_operators/file/__init__.pyi +6 -5
- bl_operators/freestyle/__init__.pyi +5 -4
- bl_operators/geometry_nodes/__init__.pyi +5 -4
- bl_operators/grease_pencil/__init__.pyi +2 -1
- bl_operators/image/__init__.pyi +6 -5
- bl_operators/image_as_planes/__init__.pyi +3 -2
- bl_operators/mesh/__init__.pyi +4 -3
- bl_operators/node/__init__.pyi +18 -17
- bl_operators/object/__init__.pyi +17 -16
- bl_operators/object_align/__init__.pyi +2 -1
- bl_operators/object_quick_effects/__init__.pyi +5 -4
- bl_operators/object_randomize_transform/__init__.pyi +2 -1
- bl_operators/presets/__init__.pyi +26 -25
- bl_operators/rigidbody/__init__.pyi +4 -3
- bl_operators/screen_play_rendered_anim/__init__.pyi +2 -1
- bl_operators/sequencer/__init__.pyi +12 -11
- bl_operators/spreadsheet/__init__.pyi +2 -1
- bl_operators/userpref/__init__.pyi +26 -25
- bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
- bl_operators/uvcalc_lightmap/__init__.pyi +3 -2
- bl_operators/uvcalc_transform/__init__.pyi +5 -4
- bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
- bl_operators/view3d/__init__.pyi +9 -8
- bl_operators/wm/__init__.pyi +48 -47
- bl_operators/world/__init__.pyi +3 -2
- bl_ui/__init__.pyi +4 -3
- bl_ui/anim/__init__.pyi +2 -1
- bl_ui/asset_shelf/__init__.pyi +2 -1
- bl_ui/generic_ui_list/__init__.pyi +6 -5
- bl_ui/node_add_menu/__init__.pyi +3 -2
- bl_ui/node_add_menu_compositor/__init__.pyi +19 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +133 -54
- bl_ui/node_add_menu_shader/__init__.pyi +11 -10
- bl_ui/node_add_menu_texture/__init__.pyi +10 -9
- bl_ui/properties_collection/__init__.pyi +9 -8
- bl_ui/properties_constraint/__init__.pyi +78 -77
- bl_ui/properties_data_armature/__init__.pyi +22 -21
- bl_ui/properties_data_bone/__init__.pyi +12 -11
- bl_ui/properties_data_camera/__init__.pyi +18 -17
- bl_ui/properties_data_curve/__init__.pyi +18 -17
- bl_ui/properties_data_curves/__init__.pyi +11 -10
- bl_ui/properties_data_empty/__init__.pyi +3 -2
- bl_ui/properties_data_grease_pencil/__init__.pyi +23 -22
- bl_ui/properties_data_lattice/__init__.pyi +7 -6
- bl_ui/properties_data_light/__init__.pyi +13 -12
- bl_ui/properties_data_lightprobe/__init__.pyi +16 -15
- bl_ui/properties_data_mesh/__init__.pyi +48 -22
- bl_ui/properties_data_metaball/__init__.pyi +9 -8
- bl_ui/properties_data_modifier/__init__.pyi +10 -9
- bl_ui/properties_data_pointcloud/__init__.pyi +8 -7
- bl_ui/properties_data_shaderfx/__init__.pyi +2 -1
- bl_ui/properties_data_speaker/__init__.pyi +9 -8
- bl_ui/properties_data_volume/__init__.pyi +12 -11
- bl_ui/properties_freestyle/__init__.pyi +27 -26
- bl_ui/properties_grease_pencil_common/__init__.pyi +11 -10
- bl_ui/properties_mask_common/__init__.pyi +8 -7
- bl_ui/properties_material/__init__.pyi +19 -18
- bl_ui/properties_material_gpencil/__init__.pyi +14 -13
- bl_ui/properties_object/__init__.pyi +24 -23
- bl_ui/properties_output/__init__.pyi +21 -20
- bl_ui/properties_paint_common/__init__.pyi +8 -4
- bl_ui/properties_particle/__init__.pyi +58 -55
- bl_ui/properties_physics_cloth/__init__.pyi +15 -14
- bl_ui/properties_physics_common/__init__.pyi +2 -1
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +23 -22
- bl_ui/properties_physics_field/__init__.pyi +11 -10
- bl_ui/properties_physics_fluid/__init__.pyi +29 -28
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +9 -8
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +14 -13
- bl_ui/properties_physics_softbody/__init__.pyi +16 -15
- bl_ui/properties_render/__init__.pyi +44 -74
- bl_ui/properties_scene/__init__.pyi +48 -18
- bl_ui/properties_texture/__init__.pyi +30 -29
- bl_ui/properties_view_layer/__init__.pyi +52 -14
- bl_ui/properties_workspace/__init__.pyi +6 -5
- bl_ui/properties_world/__init__.pyi +14 -13
- bl_ui/space_clip/__init__.pyi +76 -73
- bl_ui/space_console/__init__.pyi +7 -6
- bl_ui/space_dopesheet/__init__.pyi +32 -31
- bl_ui/space_filebrowser/__init__.pyi +33 -30
- bl_ui/space_graph/__init__.pyi +24 -23
- bl_ui/space_image/__init__.pyi +88 -72
- bl_ui/space_info/__init__.pyi +7 -6
- bl_ui/space_nla/__init__.pyi +22 -19
- bl_ui/space_node/__init__.pyi +66 -31
- bl_ui/space_outliner/__init__.pyi +16 -15
- bl_ui/space_properties/__init__.pyi +5 -4
- bl_ui/space_sequencer/__init__.pyi +131 -91
- bl_ui/space_spreadsheet/__init__.pyi +4 -3
- bl_ui/space_statusbar/__init__.pyi +2 -1
- bl_ui/space_text/__init__.pyi +17 -16
- bl_ui/space_time/__init__.pyi +7 -6
- bl_ui/space_toolsystem_common/__init__.pyi +2 -2
- bl_ui/space_toolsystem_toolbar/__init__.pyi +23 -5
- bl_ui/space_topbar/__init__.pyi +28 -27
- bl_ui/space_userpref/__init__.pyi +103 -92
- bl_ui/space_view3d/__init__.pyi +268 -266
- bl_ui/space_view3d_toolbar/__init__.pyi +106 -99
- blf/__init__.pyi +3 -5
- bmesh/__init__.pyi +2 -2
- bmesh/geometry/__init__.pyi +1 -1
- bmesh/ops/__init__.pyi +29 -14
- bmesh/types/__init__.pyi +41 -46
- bmesh/utils/__init__.pyi +1 -0
- bpy/__init__.pyi +1 -1
- bpy/app/__init__.pyi +34 -37
- bpy/app/handlers/__init__.pyi +19 -19
- bpy/app/timers/__init__.pyi +2 -1
- bpy/app/translations/__init__.pyi +8 -8
- bpy/msgbus/__init__.pyi +3 -2
- bpy/ops/action/__init__.pyi +58 -20
- bpy/ops/anim/__init__.pyi +115 -31
- bpy/ops/armature/__init__.pyi +59 -19
- bpy/ops/asset/__init__.pyi +35 -11
- bpy/ops/boid/__init__.pyi +21 -7
- bpy/ops/brush/__init__.pyi +10 -4
- bpy/ops/buttons/__init__.pyi +12 -4
- bpy/ops/cachefile/__init__.pyi +6 -2
- bpy/ops/clip/__init__.pyi +132 -46
- bpy/ops/collection/__init__.pyi +23 -4
- bpy/ops/console/__init__.pyi +30 -10
- bpy/ops/constraint/__init__.pyi +12 -6
- bpy/ops/curve/__init__.pyi +72 -24
- bpy/ops/curves/__init__.pyi +47 -15
- bpy/ops/cycles/__init__.pyi +4 -2
- bpy/ops/dpaint/__init__.pyi +11 -3
- bpy/ops/ed/__init__.pyi +34 -10
- bpy/ops/export_scene/__init__.pyi +15 -15
- bpy/ops/extensions/__init__.pyi +45 -15
- bpy/ops/file/__init__.pyi +81 -30
- bpy/ops/fluid/__init__.pyi +39 -13
- bpy/ops/font/__init__.pyi +30 -10
- bpy/ops/geometry/__init__.pyi +9 -3
- bpy/ops/gizmogroup/__init__.pyi +3 -1
- bpy/ops/gpencil/__init__.pyi +20 -8
- bpy/ops/graph/__init__.pyi +67 -29
- bpy/ops/grease_pencil/__init__.pyi +148 -38
- bpy/ops/image/__init__.pyi +68 -58
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +3 -0
- bpy/ops/import_scene/__init__.pyi +15 -2
- bpy/ops/info/__init__.pyi +12 -4
- bpy/ops/lattice/__init__.pyi +9 -3
- bpy/ops/marker/__init__.pyi +8 -2
- bpy/ops/mask/__init__.pyi +53 -19
- bpy/ops/material/__init__.pyi +15 -3
- bpy/ops/mball/__init__.pyi +3 -1
- bpy/ops/mesh/__init__.pyi +116 -45
- bpy/ops/nla/__init__.pyi +67 -25
- bpy/ops/node/__init__.pyi +285 -119
- bpy/ops/object/__init__.pyi +278 -116
- bpy/ops/outliner/__init__.pyi +145 -49
- bpy/ops/paint/__init__.pyi +65 -37
- bpy/ops/paintcurve/__init__.pyi +16 -4
- bpy/ops/palette/__init__.pyi +11 -3
- bpy/ops/particle/__init__.pyi +66 -24
- bpy/ops/pointcloud/__init__.pyi +9 -3
- bpy/ops/pose/__init__.pyi +80 -28
- bpy/ops/poselib/__init__.pyi +19 -7
- bpy/ops/preferences/__init__.pyi +29 -11
- bpy/ops/ptcache/__init__.pyi +17 -5
- bpy/ops/render/__init__.pyi +10 -4
- bpy/ops/rigidbody/__init__.pyi +19 -7
- bpy/ops/scene/__init__.pyi +93 -22
- bpy/ops/screen/__init__.pyi +58 -20
- bpy/ops/script/__init__.pyi +3 -1
- bpy/ops/sculpt/__init__.pyi +30 -14
- bpy/ops/sculpt_curves/__init__.pyi +4 -2
- bpy/ops/sequencer/__init__.pyi +262 -125
- bpy/ops/sound/__init__.pyi +13 -5
- bpy/ops/spreadsheet/__init__.pyi +15 -5
- bpy/ops/text/__init__.pyi +85 -25
- bpy/ops/texture/__init__.pyi +11 -3
- bpy/ops/transform/__init__.pyi +7 -3
- bpy/ops/ui/__init__.pyi +98 -53
- bpy/ops/uv/__init__.pyi +43 -17
- bpy/ops/view2d/__init__.pyi +13 -3
- bpy/ops/view3d/__init__.pyi +116 -38
- bpy/ops/wm/__init__.pyi +144 -86
- bpy/ops/workspace/__init__.pyi +31 -6
- bpy/ops/world/__init__.pyi +9 -3
- bpy/path/__init__.pyi +1 -1
- bpy/props/__init__.pyi +31 -31
- bpy/stub_internal/rna_enums/__init__.pyi +40 -25
- bpy/types/__init__.pyi +58124 -41707
- bpy/utils/__init__.pyi +8 -8
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +5 -3
- bpy_extras/anim_utils/__init__.pyi +1 -1
- bpy_extras/id_map_utils/__init__.pyi +1 -1
- bpy_extras/image_utils/__init__.pyi +2 -2
- bpy_extras/io_utils/__init__.pyi +5 -5
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/node_shader_utils/__init__.pyi +1 -1
- bpy_extras/object_utils/__init__.pyi +1 -1
- bpy_extras/wm_utils/progress_report/__init__.pyi +1 -1
- {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250827.dist-info}/METADATA +1 -1
- fake_bpy_module-20250827.dist-info/RECORD +370 -0
- {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250827.dist-info}/top_level.txt +1 -1
- freestyle/chainingiterators/__init__.pyi +5 -5
- freestyle/predicates/__init__.pyi +2 -2
- freestyle/shaders/__init__.pyi +16 -17
- freestyle/types/__init__.pyi +25 -27
- freestyle/utils/__init__.pyi +5 -5
- gpu/platform/__init__.pyi +2 -2
- gpu/shader/__init__.pyi +3 -3
- gpu/state/__init__.pyi +1 -1
- gpu/texture/__init__.pyi +3 -3
- gpu/types/__init__.pyi +25 -14
- gpu_extras/batch/__init__.pyi +1 -1
- idprop/types/__init__.pyi +2 -2
- imbuf/__init__.pyi +1 -1
- imbuf/types/__init__.pyi +12 -6
- keyingsets_builtins/__init__.pyi +23 -22
- mathutils/__init__.pyi +157 -61
- mathutils/bvhtree/__init__.pyi +20 -6
- mathutils/geometry/__init__.pyi +54 -12
- mathutils/interpolate/__init__.pyi +4 -2
- mathutils/kdtree/__init__.pyi +1 -0
- mathutils/noise/__init__.pyi +61 -44
- rna_info/__init__.pyi +4 -1
- rna_prop_ui/__init__.pyi +1 -1
- bpy_types/__init__.pyi +0 -30
- fake_bpy_module-20250630.dist-info/RECORD +0 -367
- {bpy_types → _bpy_types}/py.typed +0 -0
- {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250827.dist-info}/WHEEL +0 -0
|
@@ -2,6 +2,7 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bl_ui.utils
|
|
6
7
|
import bpy.types
|
|
7
8
|
|
|
@@ -169,7 +170,7 @@ class ThemePanel:
|
|
|
169
170
|
bl_region_type: typing.Any
|
|
170
171
|
bl_space_type: typing.Any
|
|
171
172
|
|
|
172
|
-
class USERPREF_HT_header(
|
|
173
|
+
class USERPREF_HT_header(_bpy_types.Header):
|
|
173
174
|
bl_rna: typing.Any
|
|
174
175
|
bl_space_type: typing.Any
|
|
175
176
|
id_data: typing.Any
|
|
@@ -202,7 +203,7 @@ class USERPREF_HT_header(bpy.types.Header):
|
|
|
202
203
|
:param context:
|
|
203
204
|
"""
|
|
204
205
|
|
|
205
|
-
class USERPREF_MT_editor_menus(
|
|
206
|
+
class USERPREF_MT_editor_menus(_bpy_types.Menu):
|
|
206
207
|
bl_idname: typing.Any
|
|
207
208
|
bl_label: typing.Any
|
|
208
209
|
bl_rna: typing.Any
|
|
@@ -228,7 +229,7 @@ class USERPREF_MT_editor_menus(bpy.types.Menu):
|
|
|
228
229
|
:param _context:
|
|
229
230
|
"""
|
|
230
231
|
|
|
231
|
-
class USERPREF_MT_extensions_active_repo(
|
|
232
|
+
class USERPREF_MT_extensions_active_repo(_bpy_types.Menu):
|
|
232
233
|
bl_label: typing.Any
|
|
233
234
|
bl_rna: typing.Any
|
|
234
235
|
id_data: typing.Any
|
|
@@ -247,7 +248,7 @@ class USERPREF_MT_extensions_active_repo(bpy.types.Menu):
|
|
|
247
248
|
:rtype: typing.Any
|
|
248
249
|
"""
|
|
249
250
|
|
|
250
|
-
class USERPREF_MT_extensions_active_repo_remove(
|
|
251
|
+
class USERPREF_MT_extensions_active_repo_remove(_bpy_types.Menu):
|
|
251
252
|
bl_label: typing.Any
|
|
252
253
|
bl_rna: typing.Any
|
|
253
254
|
id_data: typing.Any
|
|
@@ -272,7 +273,7 @@ class USERPREF_MT_extensions_active_repo_remove(bpy.types.Menu):
|
|
|
272
273
|
:param context:
|
|
273
274
|
"""
|
|
274
275
|
|
|
275
|
-
class USERPREF_MT_interface_theme_presets(
|
|
276
|
+
class USERPREF_MT_interface_theme_presets(_bpy_types.Menu):
|
|
276
277
|
bl_label: typing.Any
|
|
277
278
|
bl_rna: typing.Any
|
|
278
279
|
id_data: typing.Any
|
|
@@ -312,7 +313,7 @@ class USERPREF_MT_interface_theme_presets(bpy.types.Menu):
|
|
|
312
313
|
:param _filepath:
|
|
313
314
|
"""
|
|
314
315
|
|
|
315
|
-
class USERPREF_MT_keyconfigs(
|
|
316
|
+
class USERPREF_MT_keyconfigs(_bpy_types.Menu):
|
|
316
317
|
bl_label: typing.Any
|
|
317
318
|
bl_rna: typing.Any
|
|
318
319
|
id_data: typing.Any
|
|
@@ -339,7 +340,7 @@ class USERPREF_MT_keyconfigs(bpy.types.Menu):
|
|
|
339
340
|
:param context:
|
|
340
341
|
"""
|
|
341
342
|
|
|
342
|
-
class USERPREF_MT_save_load(
|
|
343
|
+
class USERPREF_MT_save_load(_bpy_types.Menu):
|
|
343
344
|
bl_label: typing.Any
|
|
344
345
|
bl_rna: typing.Any
|
|
345
346
|
id_data: typing.Any
|
|
@@ -364,7 +365,7 @@ class USERPREF_MT_save_load(bpy.types.Menu):
|
|
|
364
365
|
:param context:
|
|
365
366
|
"""
|
|
366
367
|
|
|
367
|
-
class USERPREF_MT_view(
|
|
368
|
+
class USERPREF_MT_view(_bpy_types.Menu):
|
|
368
369
|
bl_label: typing.Any
|
|
369
370
|
bl_rna: typing.Any
|
|
370
371
|
id_data: typing.Any
|
|
@@ -389,7 +390,7 @@ class USERPREF_MT_view(bpy.types.Menu):
|
|
|
389
390
|
:param _context:
|
|
390
391
|
"""
|
|
391
392
|
|
|
392
|
-
class USERPREF_PT_addons(AddOnPanel,
|
|
393
|
+
class USERPREF_PT_addons(AddOnPanel, _bpy_types.Panel):
|
|
393
394
|
bl_context: typing.Any
|
|
394
395
|
bl_label: typing.Any
|
|
395
396
|
bl_options: typing.Any
|
|
@@ -437,7 +438,7 @@ class USERPREF_PT_addons(AddOnPanel, bpy.types.Panel):
|
|
|
437
438
|
:param user_addon_paths:
|
|
438
439
|
"""
|
|
439
440
|
|
|
440
|
-
class USERPREF_PT_addons_filter(
|
|
441
|
+
class USERPREF_PT_addons_filter(_bpy_types.Panel):
|
|
441
442
|
bl_label: typing.Any
|
|
442
443
|
bl_region_type: typing.Any
|
|
443
444
|
bl_rna: typing.Any
|
|
@@ -465,7 +466,7 @@ class USERPREF_PT_addons_filter(bpy.types.Panel):
|
|
|
465
466
|
:param context:
|
|
466
467
|
"""
|
|
467
468
|
|
|
468
|
-
class USERPREF_PT_animation_fcurves(CenterAlignMixIn, AnimationPanel,
|
|
469
|
+
class USERPREF_PT_animation_fcurves(CenterAlignMixIn, AnimationPanel, _bpy_types.Panel):
|
|
469
470
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
470
471
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
471
472
|
"""
|
|
@@ -499,7 +500,7 @@ class USERPREF_PT_animation_fcurves(CenterAlignMixIn, AnimationPanel, bpy.types.
|
|
|
499
500
|
"""
|
|
500
501
|
|
|
501
502
|
class USERPREF_PT_animation_keyframes(
|
|
502
|
-
CenterAlignMixIn, AnimationPanel,
|
|
503
|
+
CenterAlignMixIn, AnimationPanel, _bpy_types.Panel
|
|
503
504
|
):
|
|
504
505
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
505
506
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -533,7 +534,9 @@ class USERPREF_PT_animation_keyframes(
|
|
|
533
534
|
:param layout:
|
|
534
535
|
"""
|
|
535
536
|
|
|
536
|
-
class USERPREF_PT_animation_timeline(
|
|
537
|
+
class USERPREF_PT_animation_timeline(
|
|
538
|
+
CenterAlignMixIn, AnimationPanel, _bpy_types.Panel
|
|
539
|
+
):
|
|
537
540
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
538
541
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
539
542
|
"""
|
|
@@ -566,7 +569,7 @@ class USERPREF_PT_animation_timeline(CenterAlignMixIn, AnimationPanel, bpy.types
|
|
|
566
569
|
:param layout:
|
|
567
570
|
"""
|
|
568
571
|
|
|
569
|
-
class USERPREF_PT_edit_annotations(CenterAlignMixIn, EditingPanel,
|
|
572
|
+
class USERPREF_PT_edit_annotations(CenterAlignMixIn, EditingPanel, _bpy_types.Panel):
|
|
570
573
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
571
574
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
572
575
|
"""
|
|
@@ -599,7 +602,7 @@ class USERPREF_PT_edit_annotations(CenterAlignMixIn, EditingPanel, bpy.types.Pan
|
|
|
599
602
|
:param layout:
|
|
600
603
|
"""
|
|
601
604
|
|
|
602
|
-
class USERPREF_PT_edit_cursor(CenterAlignMixIn, EditingPanel,
|
|
605
|
+
class USERPREF_PT_edit_cursor(CenterAlignMixIn, EditingPanel, _bpy_types.Panel):
|
|
603
606
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
604
607
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
605
608
|
"""
|
|
@@ -632,7 +635,7 @@ class USERPREF_PT_edit_cursor(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
|
|
|
632
635
|
:param layout:
|
|
633
636
|
"""
|
|
634
637
|
|
|
635
|
-
class USERPREF_PT_edit_gpencil(CenterAlignMixIn, EditingPanel,
|
|
638
|
+
class USERPREF_PT_edit_gpencil(CenterAlignMixIn, EditingPanel, _bpy_types.Panel):
|
|
636
639
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
637
640
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
638
641
|
"""
|
|
@@ -666,7 +669,7 @@ class USERPREF_PT_edit_gpencil(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
|
|
|
666
669
|
:param layout:
|
|
667
670
|
"""
|
|
668
671
|
|
|
669
|
-
class USERPREF_PT_edit_misc(CenterAlignMixIn, EditingPanel,
|
|
672
|
+
class USERPREF_PT_edit_misc(CenterAlignMixIn, EditingPanel, _bpy_types.Panel):
|
|
670
673
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
671
674
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
672
675
|
"""
|
|
@@ -700,7 +703,7 @@ class USERPREF_PT_edit_misc(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
|
|
|
700
703
|
:param layout:
|
|
701
704
|
"""
|
|
702
705
|
|
|
703
|
-
class USERPREF_PT_edit_node_editor(CenterAlignMixIn, EditingPanel,
|
|
706
|
+
class USERPREF_PT_edit_node_editor(CenterAlignMixIn, EditingPanel, _bpy_types.Panel):
|
|
704
707
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
705
708
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
706
709
|
"""
|
|
@@ -734,7 +737,7 @@ class USERPREF_PT_edit_node_editor(CenterAlignMixIn, EditingPanel, bpy.types.Pan
|
|
|
734
737
|
:param layout:
|
|
735
738
|
"""
|
|
736
739
|
|
|
737
|
-
class USERPREF_PT_edit_objects(EditingPanel,
|
|
740
|
+
class USERPREF_PT_edit_objects(EditingPanel, _bpy_types.Panel):
|
|
738
741
|
bl_context: typing.Any
|
|
739
742
|
bl_label: typing.Any
|
|
740
743
|
bl_region_type: typing.Any
|
|
@@ -763,7 +766,7 @@ class USERPREF_PT_edit_objects(EditingPanel, bpy.types.Panel):
|
|
|
763
766
|
"""
|
|
764
767
|
|
|
765
768
|
class USERPREF_PT_edit_objects_duplicate_data(
|
|
766
|
-
CenterAlignMixIn, EditingPanel,
|
|
769
|
+
CenterAlignMixIn, EditingPanel, _bpy_types.Panel
|
|
767
770
|
):
|
|
768
771
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
769
772
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -799,7 +802,7 @@ class USERPREF_PT_edit_objects_duplicate_data(
|
|
|
799
802
|
:param layout:
|
|
800
803
|
"""
|
|
801
804
|
|
|
802
|
-
class USERPREF_PT_edit_objects_new(CenterAlignMixIn, EditingPanel,
|
|
805
|
+
class USERPREF_PT_edit_objects_new(CenterAlignMixIn, EditingPanel, _bpy_types.Panel):
|
|
803
806
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
804
807
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
805
808
|
"""
|
|
@@ -833,7 +836,9 @@ class USERPREF_PT_edit_objects_new(CenterAlignMixIn, EditingPanel, bpy.types.Pan
|
|
|
833
836
|
:param layout:
|
|
834
837
|
"""
|
|
835
838
|
|
|
836
|
-
class USERPREF_PT_edit_sequence_editor(
|
|
839
|
+
class USERPREF_PT_edit_sequence_editor(
|
|
840
|
+
CenterAlignMixIn, EditingPanel, _bpy_types.Panel
|
|
841
|
+
):
|
|
837
842
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
838
843
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
839
844
|
"""
|
|
@@ -867,7 +872,7 @@ class USERPREF_PT_edit_sequence_editor(CenterAlignMixIn, EditingPanel, bpy.types
|
|
|
867
872
|
:param layout:
|
|
868
873
|
"""
|
|
869
874
|
|
|
870
|
-
class USERPREF_PT_edit_text_editor(CenterAlignMixIn, EditingPanel,
|
|
875
|
+
class USERPREF_PT_edit_text_editor(CenterAlignMixIn, EditingPanel, _bpy_types.Panel):
|
|
871
876
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
872
877
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
873
878
|
"""
|
|
@@ -901,7 +906,7 @@ class USERPREF_PT_edit_text_editor(CenterAlignMixIn, EditingPanel, bpy.types.Pan
|
|
|
901
906
|
:param layout:
|
|
902
907
|
"""
|
|
903
908
|
|
|
904
|
-
class USERPREF_PT_edit_weight_paint(CenterAlignMixIn, EditingPanel,
|
|
909
|
+
class USERPREF_PT_edit_weight_paint(CenterAlignMixIn, EditingPanel, _bpy_types.Panel):
|
|
905
910
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
906
911
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
907
912
|
"""
|
|
@@ -935,7 +940,7 @@ class USERPREF_PT_edit_weight_paint(CenterAlignMixIn, EditingPanel, bpy.types.Pa
|
|
|
935
940
|
:param layout:
|
|
936
941
|
"""
|
|
937
942
|
|
|
938
|
-
class USERPREF_PT_experimental_debugging(ExperimentalPanel,
|
|
943
|
+
class USERPREF_PT_experimental_debugging(ExperimentalPanel, _bpy_types.Panel):
|
|
939
944
|
bl_context: typing.Any
|
|
940
945
|
bl_label: typing.Any
|
|
941
946
|
bl_region_type: typing.Any
|
|
@@ -971,7 +976,7 @@ class USERPREF_PT_experimental_debugging(ExperimentalPanel, bpy.types.Panel):
|
|
|
971
976
|
:param _context:
|
|
972
977
|
"""
|
|
973
978
|
|
|
974
|
-
class USERPREF_PT_experimental_new_features(ExperimentalPanel,
|
|
979
|
+
class USERPREF_PT_experimental_new_features(ExperimentalPanel, _bpy_types.Panel):
|
|
975
980
|
bl_context: typing.Any
|
|
976
981
|
bl_label: typing.Any
|
|
977
982
|
bl_region_type: typing.Any
|
|
@@ -1000,7 +1005,7 @@ class USERPREF_PT_experimental_new_features(ExperimentalPanel, bpy.types.Panel):
|
|
|
1000
1005
|
:param context:
|
|
1001
1006
|
"""
|
|
1002
1007
|
|
|
1003
|
-
class USERPREF_PT_experimental_prototypes(ExperimentalPanel,
|
|
1008
|
+
class USERPREF_PT_experimental_prototypes(ExperimentalPanel, _bpy_types.Panel):
|
|
1004
1009
|
bl_context: typing.Any
|
|
1005
1010
|
bl_label: typing.Any
|
|
1006
1011
|
bl_region_type: typing.Any
|
|
@@ -1029,7 +1034,7 @@ class USERPREF_PT_experimental_prototypes(ExperimentalPanel, bpy.types.Panel):
|
|
|
1029
1034
|
:param context:
|
|
1030
1035
|
"""
|
|
1031
1036
|
|
|
1032
|
-
class USERPREF_PT_extensions(ExtensionsPanel,
|
|
1037
|
+
class USERPREF_PT_extensions(ExtensionsPanel, _bpy_types.Panel):
|
|
1033
1038
|
bl_context: typing.Any
|
|
1034
1039
|
bl_label: typing.Any
|
|
1035
1040
|
bl_options: typing.Any
|
|
@@ -1052,7 +1057,7 @@ class USERPREF_PT_extensions(ExtensionsPanel, bpy.types.Panel):
|
|
|
1052
1057
|
:rtype: typing.Any
|
|
1053
1058
|
"""
|
|
1054
1059
|
|
|
1055
|
-
class USERPREF_PT_extensions_repos(
|
|
1060
|
+
class USERPREF_PT_extensions_repos(_bpy_types.Panel):
|
|
1056
1061
|
bl_label: typing.Any
|
|
1057
1062
|
bl_options: typing.Any
|
|
1058
1063
|
bl_region_type: typing.Any
|
|
@@ -1081,7 +1086,7 @@ class USERPREF_PT_extensions_repos(bpy.types.Panel):
|
|
|
1081
1086
|
:param context:
|
|
1082
1087
|
"""
|
|
1083
1088
|
|
|
1084
|
-
class USERPREF_PT_file_paths_applications(FilePathsPanel,
|
|
1089
|
+
class USERPREF_PT_file_paths_applications(FilePathsPanel, _bpy_types.Panel):
|
|
1085
1090
|
bl_context: typing.Any
|
|
1086
1091
|
bl_label: typing.Any
|
|
1087
1092
|
bl_options: typing.Any
|
|
@@ -1110,7 +1115,7 @@ class USERPREF_PT_file_paths_applications(FilePathsPanel, bpy.types.Panel):
|
|
|
1110
1115
|
:param context:
|
|
1111
1116
|
"""
|
|
1112
1117
|
|
|
1113
|
-
class USERPREF_PT_file_paths_asset_libraries(FilePathsPanel,
|
|
1118
|
+
class USERPREF_PT_file_paths_asset_libraries(FilePathsPanel, _bpy_types.Panel):
|
|
1114
1119
|
bl_context: typing.Any
|
|
1115
1120
|
bl_label: typing.Any
|
|
1116
1121
|
bl_region_type: typing.Any
|
|
@@ -1138,7 +1143,7 @@ class USERPREF_PT_file_paths_asset_libraries(FilePathsPanel, bpy.types.Panel):
|
|
|
1138
1143
|
:param context:
|
|
1139
1144
|
"""
|
|
1140
1145
|
|
|
1141
|
-
class USERPREF_PT_file_paths_data(FilePathsPanel,
|
|
1146
|
+
class USERPREF_PT_file_paths_data(FilePathsPanel, _bpy_types.Panel):
|
|
1142
1147
|
bl_context: typing.Any
|
|
1143
1148
|
bl_label: typing.Any
|
|
1144
1149
|
bl_region_type: typing.Any
|
|
@@ -1166,7 +1171,7 @@ class USERPREF_PT_file_paths_data(FilePathsPanel, bpy.types.Panel):
|
|
|
1166
1171
|
:param context:
|
|
1167
1172
|
"""
|
|
1168
1173
|
|
|
1169
|
-
class USERPREF_PT_file_paths_development(FilePathsPanel,
|
|
1174
|
+
class USERPREF_PT_file_paths_development(FilePathsPanel, _bpy_types.Panel):
|
|
1170
1175
|
bl_context: typing.Any
|
|
1171
1176
|
bl_label: typing.Any
|
|
1172
1177
|
bl_options: typing.Any
|
|
@@ -1202,7 +1207,7 @@ class USERPREF_PT_file_paths_development(FilePathsPanel, bpy.types.Panel):
|
|
|
1202
1207
|
:param context:
|
|
1203
1208
|
"""
|
|
1204
1209
|
|
|
1205
|
-
class USERPREF_PT_file_paths_render(FilePathsPanel,
|
|
1210
|
+
class USERPREF_PT_file_paths_render(FilePathsPanel, _bpy_types.Panel):
|
|
1206
1211
|
bl_context: typing.Any
|
|
1207
1212
|
bl_label: typing.Any
|
|
1208
1213
|
bl_parent_id: typing.Any
|
|
@@ -1231,7 +1236,7 @@ class USERPREF_PT_file_paths_render(FilePathsPanel, bpy.types.Panel):
|
|
|
1231
1236
|
:param context:
|
|
1232
1237
|
"""
|
|
1233
1238
|
|
|
1234
|
-
class USERPREF_PT_file_paths_script_directories(FilePathsPanel,
|
|
1239
|
+
class USERPREF_PT_file_paths_script_directories(FilePathsPanel, _bpy_types.Panel):
|
|
1235
1240
|
bl_context: typing.Any
|
|
1236
1241
|
bl_label: typing.Any
|
|
1237
1242
|
bl_region_type: typing.Any
|
|
@@ -1259,7 +1264,7 @@ class USERPREF_PT_file_paths_script_directories(FilePathsPanel, bpy.types.Panel)
|
|
|
1259
1264
|
:param context:
|
|
1260
1265
|
"""
|
|
1261
1266
|
|
|
1262
|
-
class USERPREF_PT_input_keyboard(CenterAlignMixIn, InputPanel,
|
|
1267
|
+
class USERPREF_PT_input_keyboard(CenterAlignMixIn, InputPanel, _bpy_types.Panel):
|
|
1263
1268
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1264
1269
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1265
1270
|
"""
|
|
@@ -1292,7 +1297,7 @@ class USERPREF_PT_input_keyboard(CenterAlignMixIn, InputPanel, bpy.types.Panel):
|
|
|
1292
1297
|
:param layout:
|
|
1293
1298
|
"""
|
|
1294
1299
|
|
|
1295
|
-
class USERPREF_PT_input_mouse(CenterAlignMixIn, InputPanel,
|
|
1300
|
+
class USERPREF_PT_input_mouse(CenterAlignMixIn, InputPanel, _bpy_types.Panel):
|
|
1296
1301
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1297
1302
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1298
1303
|
"""
|
|
@@ -1325,7 +1330,7 @@ class USERPREF_PT_input_mouse(CenterAlignMixIn, InputPanel, bpy.types.Panel):
|
|
|
1325
1330
|
:param layout:
|
|
1326
1331
|
"""
|
|
1327
1332
|
|
|
1328
|
-
class USERPREF_PT_input_ndof(CenterAlignMixIn, InputPanel,
|
|
1333
|
+
class USERPREF_PT_input_ndof(CenterAlignMixIn, InputPanel, _bpy_types.Panel):
|
|
1329
1334
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1330
1335
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1331
1336
|
"""
|
|
@@ -1366,7 +1371,7 @@ class USERPREF_PT_input_ndof(CenterAlignMixIn, InputPanel, bpy.types.Panel):
|
|
|
1366
1371
|
:param context:
|
|
1367
1372
|
"""
|
|
1368
1373
|
|
|
1369
|
-
class USERPREF_PT_input_tablet(CenterAlignMixIn, InputPanel,
|
|
1374
|
+
class USERPREF_PT_input_tablet(CenterAlignMixIn, InputPanel, _bpy_types.Panel):
|
|
1370
1375
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1371
1376
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1372
1377
|
"""
|
|
@@ -1399,7 +1404,7 @@ class USERPREF_PT_input_tablet(CenterAlignMixIn, InputPanel, bpy.types.Panel):
|
|
|
1399
1404
|
:param layout:
|
|
1400
1405
|
"""
|
|
1401
1406
|
|
|
1402
|
-
class USERPREF_PT_input_touchpad(CenterAlignMixIn, InputPanel,
|
|
1407
|
+
class USERPREF_PT_input_touchpad(CenterAlignMixIn, InputPanel, _bpy_types.Panel):
|
|
1403
1408
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1404
1409
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1405
1410
|
"""
|
|
@@ -1440,7 +1445,7 @@ class USERPREF_PT_input_touchpad(CenterAlignMixIn, InputPanel, bpy.types.Panel):
|
|
|
1440
1445
|
:param context:
|
|
1441
1446
|
"""
|
|
1442
1447
|
|
|
1443
|
-
class USERPREF_PT_interface_display(CenterAlignMixIn, InterfacePanel,
|
|
1448
|
+
class USERPREF_PT_interface_display(CenterAlignMixIn, InterfacePanel, _bpy_types.Panel):
|
|
1444
1449
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1445
1450
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1446
1451
|
"""
|
|
@@ -1473,7 +1478,7 @@ class USERPREF_PT_interface_display(CenterAlignMixIn, InterfacePanel, bpy.types.
|
|
|
1473
1478
|
:param layout:
|
|
1474
1479
|
"""
|
|
1475
1480
|
|
|
1476
|
-
class USERPREF_PT_interface_editors(CenterAlignMixIn, InterfacePanel,
|
|
1481
|
+
class USERPREF_PT_interface_editors(CenterAlignMixIn, InterfacePanel, _bpy_types.Panel):
|
|
1477
1482
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1478
1483
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1479
1484
|
"""
|
|
@@ -1506,7 +1511,7 @@ class USERPREF_PT_interface_editors(CenterAlignMixIn, InterfacePanel, bpy.types.
|
|
|
1506
1511
|
:param layout:
|
|
1507
1512
|
"""
|
|
1508
1513
|
|
|
1509
|
-
class USERPREF_PT_interface_menus(InterfacePanel,
|
|
1514
|
+
class USERPREF_PT_interface_menus(InterfacePanel, _bpy_types.Panel):
|
|
1510
1515
|
bl_context: typing.Any
|
|
1511
1516
|
bl_label: typing.Any
|
|
1512
1517
|
bl_options: typing.Any
|
|
@@ -1536,7 +1541,7 @@ class USERPREF_PT_interface_menus(InterfacePanel, bpy.types.Panel):
|
|
|
1536
1541
|
"""
|
|
1537
1542
|
|
|
1538
1543
|
class USERPREF_PT_interface_menus_mouse_over(
|
|
1539
|
-
CenterAlignMixIn, InterfacePanel,
|
|
1544
|
+
CenterAlignMixIn, InterfacePanel, _bpy_types.Panel
|
|
1540
1545
|
):
|
|
1541
1546
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1542
1547
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -1578,7 +1583,7 @@ class USERPREF_PT_interface_menus_mouse_over(
|
|
|
1578
1583
|
"""
|
|
1579
1584
|
|
|
1580
1585
|
class USERPREF_PT_interface_menus_pie(
|
|
1581
|
-
CenterAlignMixIn, InterfacePanel,
|
|
1586
|
+
CenterAlignMixIn, InterfacePanel, _bpy_types.Panel
|
|
1582
1587
|
):
|
|
1583
1588
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1584
1589
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -1614,7 +1619,7 @@ class USERPREF_PT_interface_menus_pie(
|
|
|
1614
1619
|
"""
|
|
1615
1620
|
|
|
1616
1621
|
class USERPREF_PT_interface_statusbar(
|
|
1617
|
-
CenterAlignMixIn, InterfacePanel,
|
|
1622
|
+
CenterAlignMixIn, InterfacePanel, _bpy_types.Panel
|
|
1618
1623
|
):
|
|
1619
1624
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1620
1625
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -1651,7 +1656,7 @@ class USERPREF_PT_interface_statusbar(
|
|
|
1651
1656
|
"""
|
|
1652
1657
|
|
|
1653
1658
|
class USERPREF_PT_interface_temporary_windows(
|
|
1654
|
-
CenterAlignMixIn, InterfacePanel,
|
|
1659
|
+
CenterAlignMixIn, InterfacePanel, _bpy_types.Panel
|
|
1655
1660
|
):
|
|
1656
1661
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1657
1662
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -1687,7 +1692,7 @@ class USERPREF_PT_interface_temporary_windows(
|
|
|
1687
1692
|
:param layout:
|
|
1688
1693
|
"""
|
|
1689
1694
|
|
|
1690
|
-
class USERPREF_PT_interface_text(CenterAlignMixIn, InterfacePanel,
|
|
1695
|
+
class USERPREF_PT_interface_text(CenterAlignMixIn, InterfacePanel, _bpy_types.Panel):
|
|
1691
1696
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1692
1697
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1693
1698
|
"""
|
|
@@ -1722,7 +1727,7 @@ class USERPREF_PT_interface_text(CenterAlignMixIn, InterfacePanel, bpy.types.Pan
|
|
|
1722
1727
|
"""
|
|
1723
1728
|
|
|
1724
1729
|
class USERPREF_PT_interface_translation(
|
|
1725
|
-
CenterAlignMixIn, InterfacePanel,
|
|
1730
|
+
CenterAlignMixIn, InterfacePanel, _bpy_types.Panel
|
|
1726
1731
|
):
|
|
1727
1732
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1728
1733
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -1764,7 +1769,7 @@ class USERPREF_PT_interface_translation(
|
|
|
1764
1769
|
:param _context:
|
|
1765
1770
|
"""
|
|
1766
1771
|
|
|
1767
|
-
class USERPREF_PT_keymap(KeymapPanel,
|
|
1772
|
+
class USERPREF_PT_keymap(KeymapPanel, _bpy_types.Panel):
|
|
1768
1773
|
bl_context: typing.Any
|
|
1769
1774
|
bl_label: typing.Any
|
|
1770
1775
|
bl_options: typing.Any
|
|
@@ -1793,7 +1798,7 @@ class USERPREF_PT_keymap(KeymapPanel, bpy.types.Panel):
|
|
|
1793
1798
|
:param context:
|
|
1794
1799
|
"""
|
|
1795
1800
|
|
|
1796
|
-
class USERPREF_PT_navigation_bar(
|
|
1801
|
+
class USERPREF_PT_navigation_bar(_bpy_types.Panel):
|
|
1797
1802
|
bl_label: typing.Any
|
|
1798
1803
|
bl_options: typing.Any
|
|
1799
1804
|
bl_region_type: typing.Any
|
|
@@ -1822,7 +1827,7 @@ class USERPREF_PT_navigation_bar(bpy.types.Panel):
|
|
|
1822
1827
|
"""
|
|
1823
1828
|
|
|
1824
1829
|
class USERPREF_PT_navigation_fly_walk(
|
|
1825
|
-
CenterAlignMixIn, NavigationPanel,
|
|
1830
|
+
CenterAlignMixIn, NavigationPanel, _bpy_types.Panel
|
|
1826
1831
|
):
|
|
1827
1832
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1828
1833
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -1857,7 +1862,7 @@ class USERPREF_PT_navigation_fly_walk(
|
|
|
1857
1862
|
"""
|
|
1858
1863
|
|
|
1859
1864
|
class USERPREF_PT_navigation_fly_walk_gravity(
|
|
1860
|
-
CenterAlignMixIn, NavigationPanel,
|
|
1865
|
+
CenterAlignMixIn, NavigationPanel, _bpy_types.Panel
|
|
1861
1866
|
):
|
|
1862
1867
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1863
1868
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -1907,7 +1912,7 @@ class USERPREF_PT_navigation_fly_walk_gravity(
|
|
|
1907
1912
|
"""
|
|
1908
1913
|
|
|
1909
1914
|
class USERPREF_PT_navigation_fly_walk_navigation(
|
|
1910
|
-
CenterAlignMixIn, NavigationPanel,
|
|
1915
|
+
CenterAlignMixIn, NavigationPanel, _bpy_types.Panel
|
|
1911
1916
|
):
|
|
1912
1917
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1913
1918
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -1950,7 +1955,7 @@ class USERPREF_PT_navigation_fly_walk_navigation(
|
|
|
1950
1955
|
:param context:
|
|
1951
1956
|
"""
|
|
1952
1957
|
|
|
1953
|
-
class USERPREF_PT_navigation_orbit(CenterAlignMixIn, NavigationPanel,
|
|
1958
|
+
class USERPREF_PT_navigation_orbit(CenterAlignMixIn, NavigationPanel, _bpy_types.Panel):
|
|
1954
1959
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1955
1960
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1956
1961
|
"""
|
|
@@ -1983,7 +1988,7 @@ class USERPREF_PT_navigation_orbit(CenterAlignMixIn, NavigationPanel, bpy.types.
|
|
|
1983
1988
|
:param layout:
|
|
1984
1989
|
"""
|
|
1985
1990
|
|
|
1986
|
-
class USERPREF_PT_navigation_zoom(CenterAlignMixIn, NavigationPanel,
|
|
1991
|
+
class USERPREF_PT_navigation_zoom(CenterAlignMixIn, NavigationPanel, _bpy_types.Panel):
|
|
1987
1992
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1988
1993
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1989
1994
|
"""
|
|
@@ -2016,7 +2021,7 @@ class USERPREF_PT_navigation_zoom(CenterAlignMixIn, NavigationPanel, bpy.types.P
|
|
|
2016
2021
|
:param layout:
|
|
2017
2022
|
"""
|
|
2018
2023
|
|
|
2019
|
-
class USERPREF_PT_ndof_settings(
|
|
2024
|
+
class USERPREF_PT_ndof_settings(_bpy_types.Panel):
|
|
2020
2025
|
bl_label: typing.Any
|
|
2021
2026
|
bl_region_type: typing.Any
|
|
2022
2027
|
bl_rna: typing.Any
|
|
@@ -2053,7 +2058,7 @@ class USERPREF_PT_ndof_settings(bpy.types.Panel):
|
|
|
2053
2058
|
:param show_3dview_settings:
|
|
2054
2059
|
"""
|
|
2055
2060
|
|
|
2056
|
-
class USERPREF_PT_save_preferences(
|
|
2061
|
+
class USERPREF_PT_save_preferences(_bpy_types.Panel):
|
|
2057
2062
|
bl_label: typing.Any
|
|
2058
2063
|
bl_options: typing.Any
|
|
2059
2064
|
bl_region_type: typing.Any
|
|
@@ -2088,7 +2093,7 @@ class USERPREF_PT_save_preferences(bpy.types.Panel):
|
|
|
2088
2093
|
:param context:
|
|
2089
2094
|
"""
|
|
2090
2095
|
|
|
2091
|
-
class USERPREF_PT_saveload_autorun(FilePathsPanel,
|
|
2096
|
+
class USERPREF_PT_saveload_autorun(FilePathsPanel, _bpy_types.Panel):
|
|
2092
2097
|
bl_context: typing.Any
|
|
2093
2098
|
bl_label: typing.Any
|
|
2094
2099
|
bl_parent_id: typing.Any
|
|
@@ -2123,7 +2128,7 @@ class USERPREF_PT_saveload_autorun(FilePathsPanel, bpy.types.Panel):
|
|
|
2123
2128
|
:param context:
|
|
2124
2129
|
"""
|
|
2125
2130
|
|
|
2126
|
-
class USERPREF_PT_saveload_blend(CenterAlignMixIn, SaveLoadPanel,
|
|
2131
|
+
class USERPREF_PT_saveload_blend(CenterAlignMixIn, SaveLoadPanel, _bpy_types.Panel):
|
|
2127
2132
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2128
2133
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2129
2134
|
"""
|
|
@@ -2157,7 +2162,7 @@ class USERPREF_PT_saveload_blend(CenterAlignMixIn, SaveLoadPanel, bpy.types.Pane
|
|
|
2157
2162
|
"""
|
|
2158
2163
|
|
|
2159
2164
|
class USERPREF_PT_saveload_file_browser(
|
|
2160
|
-
CenterAlignMixIn, SaveLoadPanel,
|
|
2165
|
+
CenterAlignMixIn, SaveLoadPanel, _bpy_types.Panel
|
|
2161
2166
|
):
|
|
2162
2167
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2163
2168
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -2191,7 +2196,7 @@ class USERPREF_PT_saveload_file_browser(
|
|
|
2191
2196
|
:param layout:
|
|
2192
2197
|
"""
|
|
2193
2198
|
|
|
2194
|
-
class USERPREF_PT_studiolight_light_editor(StudioLightPanel,
|
|
2199
|
+
class USERPREF_PT_studiolight_light_editor(StudioLightPanel, _bpy_types.Panel):
|
|
2195
2200
|
bl_context: typing.Any
|
|
2196
2201
|
bl_label: typing.Any
|
|
2197
2202
|
bl_options: typing.Any
|
|
@@ -2230,7 +2235,7 @@ class USERPREF_PT_studiolight_light_editor(StudioLightPanel, bpy.types.Panel):
|
|
|
2230
2235
|
"""
|
|
2231
2236
|
|
|
2232
2237
|
class USERPREF_PT_studiolight_lights(
|
|
2233
|
-
StudioLightPanelMixin, StudioLightPanel,
|
|
2238
|
+
StudioLightPanelMixin, StudioLightPanel, _bpy_types.Panel
|
|
2234
2239
|
):
|
|
2235
2240
|
bl_context: typing.Any
|
|
2236
2241
|
bl_label: typing.Any
|
|
@@ -2263,7 +2268,7 @@ class USERPREF_PT_studiolight_lights(
|
|
|
2263
2268
|
def get_error_message(self) -> None: ...
|
|
2264
2269
|
|
|
2265
2270
|
class USERPREF_PT_studiolight_matcaps(
|
|
2266
|
-
StudioLightPanelMixin, StudioLightPanel,
|
|
2271
|
+
StudioLightPanelMixin, StudioLightPanel, _bpy_types.Panel
|
|
2267
2272
|
):
|
|
2268
2273
|
bl_context: typing.Any
|
|
2269
2274
|
bl_label: typing.Any
|
|
@@ -2296,7 +2301,7 @@ class USERPREF_PT_studiolight_matcaps(
|
|
|
2296
2301
|
def get_error_message(self) -> None: ...
|
|
2297
2302
|
|
|
2298
2303
|
class USERPREF_PT_studiolight_world(
|
|
2299
|
-
StudioLightPanelMixin, StudioLightPanel,
|
|
2304
|
+
StudioLightPanelMixin, StudioLightPanel, _bpy_types.Panel
|
|
2300
2305
|
):
|
|
2301
2306
|
bl_context: typing.Any
|
|
2302
2307
|
bl_label: typing.Any
|
|
@@ -2328,7 +2333,9 @@ class USERPREF_PT_studiolight_world(
|
|
|
2328
2333
|
|
|
2329
2334
|
def get_error_message(self) -> None: ...
|
|
2330
2335
|
|
|
2331
|
-
class USERPREF_PT_system_cycles_devices(
|
|
2336
|
+
class USERPREF_PT_system_cycles_devices(
|
|
2337
|
+
CenterAlignMixIn, SystemPanel, _bpy_types.Panel
|
|
2338
|
+
):
|
|
2332
2339
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2333
2340
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2334
2341
|
"""
|
|
@@ -2362,7 +2369,7 @@ class USERPREF_PT_system_cycles_devices(CenterAlignMixIn, SystemPanel, bpy.types
|
|
|
2362
2369
|
"""
|
|
2363
2370
|
|
|
2364
2371
|
class USERPREF_PT_system_display_graphics(
|
|
2365
|
-
CenterAlignMixIn, SystemPanel,
|
|
2372
|
+
CenterAlignMixIn, SystemPanel, _bpy_types.Panel
|
|
2366
2373
|
):
|
|
2367
2374
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2368
2375
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -2403,7 +2410,7 @@ class USERPREF_PT_system_display_graphics(
|
|
|
2403
2410
|
:param _context:
|
|
2404
2411
|
"""
|
|
2405
2412
|
|
|
2406
|
-
class USERPREF_PT_system_memory(CenterAlignMixIn, SystemPanel,
|
|
2413
|
+
class USERPREF_PT_system_memory(CenterAlignMixIn, SystemPanel, _bpy_types.Panel):
|
|
2407
2414
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2408
2415
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2409
2416
|
"""
|
|
@@ -2436,7 +2443,7 @@ class USERPREF_PT_system_memory(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
|
|
|
2436
2443
|
:param layout:
|
|
2437
2444
|
"""
|
|
2438
2445
|
|
|
2439
|
-
class USERPREF_PT_system_network(CenterAlignMixIn, SystemPanel,
|
|
2446
|
+
class USERPREF_PT_system_network(CenterAlignMixIn, SystemPanel, _bpy_types.Panel):
|
|
2440
2447
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2441
2448
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2442
2449
|
"""
|
|
@@ -2469,7 +2476,7 @@ class USERPREF_PT_system_network(CenterAlignMixIn, SystemPanel, bpy.types.Panel)
|
|
|
2469
2476
|
:param layout:
|
|
2470
2477
|
"""
|
|
2471
2478
|
|
|
2472
|
-
class USERPREF_PT_system_os_settings(CenterAlignMixIn, SystemPanel,
|
|
2479
|
+
class USERPREF_PT_system_os_settings(CenterAlignMixIn, SystemPanel, _bpy_types.Panel):
|
|
2473
2480
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2474
2481
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2475
2482
|
"""
|
|
@@ -2509,7 +2516,7 @@ class USERPREF_PT_system_os_settings(CenterAlignMixIn, SystemPanel, bpy.types.Pa
|
|
|
2509
2516
|
:param _context:
|
|
2510
2517
|
"""
|
|
2511
2518
|
|
|
2512
|
-
class USERPREF_PT_system_sound(CenterAlignMixIn, SystemPanel,
|
|
2519
|
+
class USERPREF_PT_system_sound(CenterAlignMixIn, SystemPanel, _bpy_types.Panel):
|
|
2513
2520
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2514
2521
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2515
2522
|
"""
|
|
@@ -2544,7 +2551,7 @@ class USERPREF_PT_system_sound(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
|
|
|
2544
2551
|
"""
|
|
2545
2552
|
|
|
2546
2553
|
class USERPREF_PT_system_video_sequencer(
|
|
2547
|
-
CenterAlignMixIn, SystemPanel,
|
|
2554
|
+
CenterAlignMixIn, SystemPanel, _bpy_types.Panel
|
|
2548
2555
|
):
|
|
2549
2556
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2550
2557
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -2578,7 +2585,7 @@ class USERPREF_PT_system_video_sequencer(
|
|
|
2578
2585
|
:param layout:
|
|
2579
2586
|
"""
|
|
2580
2587
|
|
|
2581
|
-
class USERPREF_PT_text_editor(FilePathsPanel,
|
|
2588
|
+
class USERPREF_PT_text_editor(FilePathsPanel, _bpy_types.Panel):
|
|
2582
2589
|
bl_context: typing.Any
|
|
2583
2590
|
bl_label: typing.Any
|
|
2584
2591
|
bl_parent_id: typing.Any
|
|
@@ -2613,7 +2620,7 @@ class USERPREF_PT_text_editor(FilePathsPanel, bpy.types.Panel):
|
|
|
2613
2620
|
:param _context:
|
|
2614
2621
|
"""
|
|
2615
2622
|
|
|
2616
|
-
class USERPREF_PT_text_editor_presets(bl_ui.utils.PresetPanel,
|
|
2623
|
+
class USERPREF_PT_text_editor_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel):
|
|
2617
2624
|
bl_label: typing.Any
|
|
2618
2625
|
bl_region_type: typing.Any
|
|
2619
2626
|
bl_rna: typing.Any
|
|
@@ -2637,7 +2644,7 @@ class USERPREF_PT_text_editor_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
|
|
|
2637
2644
|
:rtype: typing.Any
|
|
2638
2645
|
"""
|
|
2639
2646
|
|
|
2640
|
-
class USERPREF_PT_theme(ThemePanel,
|
|
2647
|
+
class USERPREF_PT_theme(ThemePanel, _bpy_types.Panel):
|
|
2641
2648
|
bl_context: typing.Any
|
|
2642
2649
|
bl_label: typing.Any
|
|
2643
2650
|
bl_options: typing.Any
|
|
@@ -2666,7 +2673,7 @@ class USERPREF_PT_theme(ThemePanel, bpy.types.Panel):
|
|
|
2666
2673
|
:param context:
|
|
2667
2674
|
"""
|
|
2668
2675
|
|
|
2669
|
-
class USERPREF_PT_theme_bone_color_sets(CenterAlignMixIn, ThemePanel,
|
|
2676
|
+
class USERPREF_PT_theme_bone_color_sets(CenterAlignMixIn, ThemePanel, _bpy_types.Panel):
|
|
2670
2677
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2671
2678
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2672
2679
|
"""
|
|
@@ -2707,7 +2714,7 @@ class USERPREF_PT_theme_bone_color_sets(CenterAlignMixIn, ThemePanel, bpy.types.
|
|
|
2707
2714
|
"""
|
|
2708
2715
|
|
|
2709
2716
|
class USERPREF_PT_theme_collection_colors(
|
|
2710
|
-
CenterAlignMixIn, ThemePanel,
|
|
2717
|
+
CenterAlignMixIn, ThemePanel, _bpy_types.Panel
|
|
2711
2718
|
):
|
|
2712
2719
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2713
2720
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -2748,7 +2755,9 @@ class USERPREF_PT_theme_collection_colors(
|
|
|
2748
2755
|
:param _context:
|
|
2749
2756
|
"""
|
|
2750
2757
|
|
|
2751
|
-
class USERPREF_PT_theme_interface_gizmos(
|
|
2758
|
+
class USERPREF_PT_theme_interface_gizmos(
|
|
2759
|
+
CenterAlignMixIn, ThemePanel, _bpy_types.Panel
|
|
2760
|
+
):
|
|
2752
2761
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2753
2762
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2754
2763
|
"""
|
|
@@ -2783,7 +2792,7 @@ class USERPREF_PT_theme_interface_gizmos(CenterAlignMixIn, ThemePanel, bpy.types
|
|
|
2783
2792
|
:param layout:
|
|
2784
2793
|
"""
|
|
2785
2794
|
|
|
2786
|
-
class USERPREF_PT_theme_interface_icons(CenterAlignMixIn, ThemePanel,
|
|
2795
|
+
class USERPREF_PT_theme_interface_icons(CenterAlignMixIn, ThemePanel, _bpy_types.Panel):
|
|
2787
2796
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2788
2797
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2789
2798
|
"""
|
|
@@ -2818,7 +2827,7 @@ class USERPREF_PT_theme_interface_icons(CenterAlignMixIn, ThemePanel, bpy.types.
|
|
|
2818
2827
|
:param layout:
|
|
2819
2828
|
"""
|
|
2820
2829
|
|
|
2821
|
-
class USERPREF_PT_theme_interface_panel(CenterAlignMixIn, ThemePanel,
|
|
2830
|
+
class USERPREF_PT_theme_interface_panel(CenterAlignMixIn, ThemePanel, _bpy_types.Panel):
|
|
2822
2831
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2823
2832
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2824
2833
|
"""
|
|
@@ -2853,7 +2862,7 @@ class USERPREF_PT_theme_interface_panel(CenterAlignMixIn, ThemePanel, bpy.types.
|
|
|
2853
2862
|
:param layout:
|
|
2854
2863
|
"""
|
|
2855
2864
|
|
|
2856
|
-
class USERPREF_PT_theme_interface_state(CenterAlignMixIn, ThemePanel,
|
|
2865
|
+
class USERPREF_PT_theme_interface_state(CenterAlignMixIn, ThemePanel, _bpy_types.Panel):
|
|
2857
2866
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2858
2867
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2859
2868
|
"""
|
|
@@ -2888,7 +2897,9 @@ class USERPREF_PT_theme_interface_state(CenterAlignMixIn, ThemePanel, bpy.types.
|
|
|
2888
2897
|
:param layout:
|
|
2889
2898
|
"""
|
|
2890
2899
|
|
|
2891
|
-
class USERPREF_PT_theme_interface_styles(
|
|
2900
|
+
class USERPREF_PT_theme_interface_styles(
|
|
2901
|
+
CenterAlignMixIn, ThemePanel, _bpy_types.Panel
|
|
2902
|
+
):
|
|
2892
2903
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2893
2904
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2894
2905
|
"""
|
|
@@ -2924,7 +2935,7 @@ class USERPREF_PT_theme_interface_styles(CenterAlignMixIn, ThemePanel, bpy.types
|
|
|
2924
2935
|
"""
|
|
2925
2936
|
|
|
2926
2937
|
class USERPREF_PT_theme_interface_transparent_checker(
|
|
2927
|
-
CenterAlignMixIn, ThemePanel,
|
|
2938
|
+
CenterAlignMixIn, ThemePanel, _bpy_types.Panel
|
|
2928
2939
|
):
|
|
2929
2940
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2930
2941
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -2960,7 +2971,7 @@ class USERPREF_PT_theme_interface_transparent_checker(
|
|
|
2960
2971
|
:param layout:
|
|
2961
2972
|
"""
|
|
2962
2973
|
|
|
2963
|
-
class USERPREF_PT_theme_strip_colors(CenterAlignMixIn, ThemePanel,
|
|
2974
|
+
class USERPREF_PT_theme_strip_colors(CenterAlignMixIn, ThemePanel, _bpy_types.Panel):
|
|
2964
2975
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2965
2976
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2966
2977
|
"""
|
|
@@ -3000,7 +3011,7 @@ class USERPREF_PT_theme_strip_colors(CenterAlignMixIn, ThemePanel, bpy.types.Pan
|
|
|
3000
3011
|
:param _context:
|
|
3001
3012
|
"""
|
|
3002
3013
|
|
|
3003
|
-
class USERPREF_PT_theme_text_style(CenterAlignMixIn, ThemePanel,
|
|
3014
|
+
class USERPREF_PT_theme_text_style(CenterAlignMixIn, ThemePanel, _bpy_types.Panel):
|
|
3004
3015
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
3005
3016
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
3006
3017
|
"""
|
|
@@ -3040,7 +3051,7 @@ class USERPREF_PT_theme_text_style(CenterAlignMixIn, ThemePanel, bpy.types.Panel
|
|
|
3040
3051
|
:param _context:
|
|
3041
3052
|
"""
|
|
3042
3053
|
|
|
3043
|
-
class USERPREF_PT_theme_user_interface(CenterAlignMixIn, ThemePanel,
|
|
3054
|
+
class USERPREF_PT_theme_user_interface(CenterAlignMixIn, ThemePanel, _bpy_types.Panel):
|
|
3044
3055
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
3045
3056
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
3046
3057
|
"""
|
|
@@ -3079,7 +3090,7 @@ class USERPREF_PT_theme_user_interface(CenterAlignMixIn, ThemePanel, bpy.types.P
|
|
|
3079
3090
|
:param _context:
|
|
3080
3091
|
"""
|
|
3081
3092
|
|
|
3082
|
-
class USERPREF_PT_viewport_display(CenterAlignMixIn, ViewportPanel,
|
|
3093
|
+
class USERPREF_PT_viewport_display(CenterAlignMixIn, ViewportPanel, _bpy_types.Panel):
|
|
3083
3094
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
3084
3095
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
3085
3096
|
"""
|
|
@@ -3112,7 +3123,7 @@ class USERPREF_PT_viewport_display(CenterAlignMixIn, ViewportPanel, bpy.types.Pa
|
|
|
3112
3123
|
:param layout:
|
|
3113
3124
|
"""
|
|
3114
3125
|
|
|
3115
|
-
class USERPREF_PT_viewport_quality(CenterAlignMixIn, ViewportPanel,
|
|
3126
|
+
class USERPREF_PT_viewport_quality(CenterAlignMixIn, ViewportPanel, _bpy_types.Panel):
|
|
3116
3127
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
3117
3128
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
3118
3129
|
"""
|
|
@@ -3146,7 +3157,7 @@ class USERPREF_PT_viewport_quality(CenterAlignMixIn, ViewportPanel, bpy.types.Pa
|
|
|
3146
3157
|
"""
|
|
3147
3158
|
|
|
3148
3159
|
class USERPREF_PT_viewport_subdivision(
|
|
3149
|
-
CenterAlignMixIn, ViewportPanel,
|
|
3160
|
+
CenterAlignMixIn, ViewportPanel, _bpy_types.Panel
|
|
3150
3161
|
):
|
|
3151
3162
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
3152
3163
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -3181,7 +3192,7 @@ class USERPREF_PT_viewport_subdivision(
|
|
|
3181
3192
|
:param layout:
|
|
3182
3193
|
"""
|
|
3183
3194
|
|
|
3184
|
-
class USERPREF_PT_viewport_textures(CenterAlignMixIn, ViewportPanel,
|
|
3195
|
+
class USERPREF_PT_viewport_textures(CenterAlignMixIn, ViewportPanel, _bpy_types.Panel):
|
|
3185
3196
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
3186
3197
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
3187
3198
|
"""
|
|
@@ -3214,7 +3225,7 @@ class USERPREF_PT_viewport_textures(CenterAlignMixIn, ViewportPanel, bpy.types.P
|
|
|
3214
3225
|
:param layout:
|
|
3215
3226
|
"""
|
|
3216
3227
|
|
|
3217
|
-
class USERPREF_UL_asset_libraries(
|
|
3228
|
+
class USERPREF_UL_asset_libraries(_bpy_types.UIList):
|
|
3218
3229
|
bl_rna: typing.Any
|
|
3219
3230
|
id_data: typing.Any
|
|
3220
3231
|
|
|
@@ -3255,7 +3266,7 @@ class USERPREF_UL_asset_libraries(bpy.types.UIList):
|
|
|
3255
3266
|
:param _index:
|
|
3256
3267
|
"""
|
|
3257
3268
|
|
|
3258
|
-
class USERPREF_UL_extension_repos(
|
|
3269
|
+
class USERPREF_UL_extension_repos(_bpy_types.UIList):
|
|
3259
3270
|
bl_rna: typing.Any
|
|
3260
3271
|
id_data: typing.Any
|
|
3261
3272
|
|