fake-bge-module 20250317__py3-none-any.whl → 20260201__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.
- {animsys_refactor → _animsys_refactor}/__init__.pyi +7 -6
- {bl_console_utils → _bl_console_utils}/__init__.pyi +1 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +1 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +1 -13
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +1 -5
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +3 -13
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +1 -10
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +2 -0
- _bl_i18n_utils/bl_extract_messages/__init__.pyi +28 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +2 -1
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +10 -7
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +53 -50
- _bl_i18n_utils/utils_cli/__init__.pyi +11 -0
- _bl_i18n_utils/utils_languages_menu/__init__.pyi +6 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +3 -2
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +1 -0
- _bl_previews_utils/bl_previews_render/__init__.pyi +14 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +1 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +3 -2
- {bl_text_utils → _bl_text_utils}/__init__.pyi +1 -0
- _bl_text_utils/external_editor/__init__.pyi +6 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +2 -1
- _blendfile_header/__init__.pyi +48 -0
- _bpy_internal/__init__.pyi +5 -1
- _bpy_internal/addons/__init__.pyi +1 -0
- _bpy_internal/addons/cli/__init__.pyi +2 -1
- _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/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_internal/extensions/__init__.pyi +1 -0
- _bpy_internal/extensions/junction_module/__init__.pyi +8 -7
- _bpy_internal/extensions/stale_file_manager/__init__.pyi +9 -8
- _bpy_internal/extensions/wheel_manager/__init__.pyi +6 -5
- {bl_i18n_utils/utils_languages_menu → _bpy_internal/filesystem}/__init__.pyi +2 -2
- _bpy_internal/filesystem/locking/__init__.pyi +28 -0
- _bpy_internal/grease_pencil/__init__.pyi +1 -0
- _bpy_internal/grease_pencil/stroke/__init__.pyi +22 -6
- _bpy_internal/platform/__init__.pyi +5 -0
- _bpy_internal/platform/freedesktop/__init__.pyi +21 -0
- _bpy_internal/system_info/__init__.pyi +1 -0
- _bpy_internal/system_info/text_generate_runtime/__init__.pyi +2 -1
- _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +2 -1
- _bpy_internal/system_info/url_prefill_startup/__init__.pyi +3 -2
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +1 -0
- _bpy_types/__init__.pyi +1635 -0
- {console_python → _console_python}/__init__.pyi +8 -7
- _console_shell/__init__.pyi +10 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +3 -2
- _keyingsets_utils/__init__.pyi +21 -0
- {rna_info → _rna_info}/__init__.pyi +32 -27
- {rna_xml → _rna_xml}/__init__.pyi +7 -6
- addon_utils/__init__.pyi +13 -25
- aud/__init__.pyi +133 -155
- bge/__init__.pyi +1 -0
- bge/app/__init__.pyi +1 -0
- bge/constraints/__init__.pyi +22 -51
- bge/types/__init__.pyi +618 -1913
- bge_extras/__init__.pyi +1 -0
- bge_extras/logger/__init__.pyi +4 -3
- bgui/__init__.pyi +1 -0
- bgui/frame/__init__.pyi +1 -0
- bgui/frame_button/__init__.pyi +1 -0
- bgui/image/__init__.pyi +1 -1
- bgui/image_button/__init__.pyi +1 -0
- bgui/label/__init__.pyi +1 -0
- bgui/list_box/__init__.pyi +1 -1
- bgui/progress_bar/__init__.pyi +2 -1
- bgui/system/__init__.pyi +3 -5
- bgui/text_block/__init__.pyi +1 -0
- bgui/text_input/__init__.pyi +9 -8
- bgui/theme/__init__.pyi +4 -3
- bgui/widget/__init__.pyi +5 -4
- bl_app_override/__init__.pyi +4 -3
- bl_app_override/helpers/__init__.pyi +3 -2
- bl_app_template_utils/__init__.pyi +5 -4
- bl_app_templates_system/Game_Engine/__init__.pyi +5 -4
- bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
- bl_app_templates_system/__init__.pyi +2 -0
- bl_keymap_utils/__init__.pyi +1 -0
- bl_keymap_utils/io/__init__.pyi +10 -9
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -1
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +2 -1
- bl_keymap_utils/platform_helpers/__init__.pyi +3 -2
- bl_keymap_utils/versioning/__init__.pyi +2 -1
- bl_math/__init__.pyi +4 -13
- bl_operators/__init__.pyi +4 -2
- bl_operators/add_mesh_torus/__init__.pyi +9 -9
- bl_operators/anim/__init__.pyi +90 -62
- bl_operators/assets/__init__.pyi +14 -18
- bl_operators/bmesh/__init__.pyi +1 -0
- bl_operators/bmesh/find_adjacent/__init__.pyi +12 -9
- bl_operators/bone_selection_sets/__init__.pyi +34 -60
- bl_operators/clip/__init__.pyi +39 -57
- bl_operators/connect_to_output/__init__.pyi +20 -18
- bl_operators/console/__init__.pyi +17 -25
- bl_operators/constraint/__init__.pyi +15 -21
- bl_operators/copy_global_transform/__init__.pyi +261 -0
- bl_operators/file/__init__.pyi +13 -17
- bl_operators/freestyle/__init__.pyi +15 -21
- bl_operators/geometry_nodes/__init__.pyi +30 -36
- bl_operators/grease_pencil/__init__.pyi +5 -5
- bl_operators/image/__init__.pyi +14 -22
- bl_operators/image_as_planes/__init__.pyi +36 -42
- bl_operators/mesh/__init__.pyi +8 -53
- bl_operators/node/__init__.pyi +375 -92
- bl_operators/node_editor/__init__.pyi +1 -0
- bl_operators/node_editor/node_functions/__init__.pyi +10 -9
- bl_operators/object/__init__.pyi +57 -98
- bl_operators/object_align/__init__.pyi +8 -8
- bl_operators/object_quick_effects/__init__.pyi +15 -21
- bl_operators/object_randomize_transform/__init__.pyi +6 -6
- bl_operators/presets/__init__.pyi +46 -94
- bl_operators/rigidbody/__init__.pyi +12 -16
- bl_operators/screen_play_rendered_anim/__init__.pyi +5 -5
- bl_operators/sequencer/__init__.pyi +40 -54
- bl_operators/spreadsheet/__init__.pyi +7 -7
- bl_operators/userpref/__init__.pyi +69 -117
- bl_operators/uvcalc_follow_active/__init__.pyi +8 -8
- bl_operators/uvcalc_lightmap/__init__.pyi +12 -12
- bl_operators/uvcalc_transform/__init__.pyi +39 -28
- bl_operators/vertexpaint_dirt/__init__.pyi +7 -7
- bl_operators/view3d/__init__.pyi +31 -43
- bl_operators/wm/__init__.pyi +139 -231
- bl_operators/world/__init__.pyi +6 -6
- bl_ui/__init__.pyi +18 -17
- bl_ui/anim/__init__.pyi +5 -5
- bl_ui/asset_shelf/__init__.pyi +5 -5
- bl_ui/generic_ui_list/__init__.pyi +11 -25
- bl_ui/node_add_menu/__init__.pyi +281 -12
- bl_ui/node_add_menu_compositor/__init__.pyi +135 -91
- bl_ui/node_add_menu_geometry/__init__.pyi +407 -263
- bl_ui/node_add_menu_shader/__init__.pyi +67 -67
- bl_ui/node_add_menu_texture/__init__.pyi +25 -69
- bl_ui/properties_animviz/__init__.pyi +3 -2
- bl_ui/properties_collection/__init__.pyi +20 -30
- bl_ui/properties_constraint/__init__.pyi +228 -450
- bl_ui/properties_data_armature/__init__.pyi +45 -79
- bl_ui/properties_data_bone/__init__.pyi +33 -51
- bl_ui/properties_data_camera/__init__.pyi +43 -75
- bl_ui/properties_data_curve/__init__.pyi +42 -101
- bl_ui/properties_data_curves/__init__.pyi +21 -35
- bl_ui/properties_data_empty/__init__.pyi +8 -10
- bl_ui/properties_data_grease_pencil/__init__.pyi +49 -87
- bl_ui/properties_data_lattice/__init__.pyi +12 -18
- bl_ui/properties_data_light/__init__.pyi +28 -46
- bl_ui/properties_data_lightprobe/__init__.pyi +35 -61
- bl_ui/properties_data_mesh/__init__.pyi +73 -120
- bl_ui/properties_data_metaball/__init__.pyi +16 -26
- bl_ui/properties_data_modifier/__init__.pyi +34 -39
- bl_ui/properties_data_pointcloud/__init__.pyi +17 -27
- bl_ui/properties_data_shaderfx/__init__.pyi +4 -4
- bl_ui/properties_data_speaker/__init__.pyi +15 -25
- bl_ui/properties_data_volume/__init__.pyi +22 -38
- bl_ui/properties_freestyle/__init__.pyi +79 -127
- bl_ui/properties_game/__init__.pyi +88 -84
- bl_ui/properties_grease_pencil_common/__init__.pyi +33 -190
- bl_ui/properties_mask_common/__init__.pyi +33 -45
- bl_ui/properties_material/__init__.pyi +52 -111
- bl_ui/properties_material_gpencil/__init__.pyi +48 -68
- bl_ui/properties_object/__init__.pyi +123 -93
- bl_ui/properties_output/__init__.pyi +103 -81
- bl_ui/properties_paint_common/__init__.pyi +78 -59
- bl_ui/properties_particle/__init__.pyi +160 -262
- bl_ui/properties_physics_cloth/__init__.pyi +36 -62
- bl_ui/properties_physics_common/__init__.pyi +11 -11
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +81 -123
- bl_ui/properties_physics_field/__init__.pyi +35 -53
- bl_ui/properties_physics_fluid/__init__.pyi +106 -160
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +6 -6
- bl_ui/properties_physics_rigidbody/__init__.pyi +28 -42
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +44 -68
- bl_ui/properties_physics_softbody/__init__.pyi +38 -66
- bl_ui/properties_render/__init__.pyi +267 -259
- bl_ui/properties_scene/__init__.pyi +69 -72
- bl_ui/properties_strip/__init__.pyi +744 -0
- bl_ui/properties_strip_modifier/__init__.pyi +45 -0
- bl_ui/properties_texture/__init__.pyi +69 -122
- bl_ui/properties_view_layer/__init__.pyi +97 -51
- bl_ui/properties_workspace/__init__.pyi +12 -18
- bl_ui/properties_world/__init__.pyi +33 -53
- bl_ui/space_clip/__init__.pyi +231 -311
- bl_ui/space_console/__init__.pyi +14 -24
- bl_ui/space_dopesheet/__init__.pyi +193 -125
- bl_ui/space_filebrowser/__init__.pyi +107 -131
- bl_ui/space_graph/__init__.pyi +93 -80
- bl_ui/space_image/__init__.pyi +207 -291
- bl_ui/space_info/__init__.pyi +14 -24
- bl_ui/space_logic/__init__.pyi +14 -22
- bl_ui/space_nla/__init__.pyi +63 -69
- bl_ui/space_node/__init__.pyi +215 -154
- bl_ui/space_outliner/__init__.pyi +65 -61
- bl_ui/space_properties/__init__.pyi +41 -16
- bl_ui/space_sequencer/__init__.pyi +276 -980
- bl_ui/space_spreadsheet/__init__.pyi +27 -23
- bl_ui/space_statusbar/__init__.pyi +4 -4
- bl_ui/space_text/__init__.pyi +39 -73
- bl_ui/space_time/__init__.pyi +33 -78
- bl_ui/space_toolsystem_common/__init__.pyi +31 -28
- bl_ui/space_toolsystem_toolbar/__init__.pyi +67 -43
- bl_ui/space_topbar/__init__.pyi +68 -111
- bl_ui/space_userpref/__init__.pyi +310 -445
- bl_ui/space_view3d/__init__.pyi +667 -1122
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +237 -966
- bl_ui/utils/__init__.pyi +4 -3
- blend_render_info/__init__.pyi +4 -2
- blf/__init__.pyi +92 -59
- bmesh/__init__.pyi +4 -10
- bmesh/geometry/__init__.pyi +2 -4
- bmesh/ops/__init__.pyi +442 -815
- bmesh/types/__init__.pyi +377 -720
- bmesh/utils/__init__.pyi +20 -45
- bpy/__init__.pyi +2 -1
- bpy/app/__init__.pyi +96 -90
- bpy/app/handlers/__init__.pyi +24 -19
- bpy/app/icons/__init__.pyi +2 -7
- bpy/app/timers/__init__.pyi +5 -18
- bpy/app/translations/__init__.pyi +21 -35
- bpy/msgbus/__init__.pyi +20 -9
- bpy/ops/__init__.pyi +21 -3
- bpy/ops/action/__init__.pyi +121 -226
- bpy/ops/anim/__init__.pyi +204 -358
- bpy/ops/armature/__init__.pyi +129 -249
- bpy/ops/asset/__init__.pyi +82 -111
- bpy/ops/bge_bricknodes/__init__.pyi +61 -0
- bpy/ops/boid/__init__.pyi +44 -50
- bpy/ops/bricknodes/__init__.pyi +37 -0
- bpy/ops/brush/__init__.pyi +33 -120
- bpy/ops/buttons/__init__.pyi +27 -83
- bpy/ops/cachefile/__init__.pyi +16 -74
- bpy/ops/camera/__init__.pyi +3 -13
- bpy/ops/clip/__init__.pyi +278 -558
- bpy/ops/cloth/__init__.pyi +2 -6
- bpy/ops/collection/__init__.pyi +34 -44
- bpy/ops/console/__init__.pyi +70 -111
- bpy/ops/constraint/__init__.pyi +34 -102
- bpy/ops/curve/__init__.pyi +163 -315
- bpy/ops/curves/__init__.pyi +163 -189
- bpy/ops/cycles/__init__.pyi +8 -18
- bpy/ops/dpaint/__init__.pyi +21 -30
- bpy/ops/ed/__init__.pyi +59 -103
- bpy/ops/export_anim/__init__.pyi +4 -11
- bpy/ops/export_scene/__init__.pyi +29 -174
- bpy/ops/extensions/__init__.pyi +102 -194
- bpy/ops/file/__init__.pyi +166 -272
- bpy/ops/fluid/__init__.pyi +78 -86
- bpy/ops/font/__init__.pyi +73 -164
- bpy/ops/geometry/__init__.pyi +33 -144
- bpy/ops/gizmogroup/__init__.pyi +8 -14
- bpy/ops/gpencil/__init__.pyi +31 -58
- bpy/ops/graph/__init__.pyi +176 -411
- bpy/ops/grease_pencil/__init__.pyi +416 -639
- bpy/ops/image/__init__.pyi +148 -492
- bpy/ops/import_anim/__init__.pyi +5 -18
- bpy/ops/import_curve/__init__.pyi +4 -6
- bpy/ops/import_scene/__init__.pyi +22 -49
- bpy/ops/info/__init__.pyi +27 -43
- bpy/ops/lattice/__init__.pyi +26 -43
- bpy/ops/logic/__init__.pyi +49 -122
- bpy/ops/logic_nodes/__init__.pyi +461 -0
- bpy/ops/marker/__init__.pyi +24 -60
- bpy/ops/mask/__init__.pyi +118 -222
- bpy/ops/material/__init__.pyi +19 -18
- bpy/ops/mball/__init__.pyi +13 -39
- bpy/ops/mesh/__init__.pyi +409 -1264
- bpy/ops/nla/__init__.pyi +140 -232
- bpy/ops/node/__init__.pyi +1189 -807
- bpy/ops/object/__init__.pyi +806 -1659
- bpy/ops/outliner/__init__.pyi +284 -432
- bpy/ops/paint/__init__.pyi +189 -381
- bpy/ops/paintcurve/__init__.pyi +29 -44
- bpy/ops/palette/__init__.pyi +23 -34
- bpy/ops/particle/__init__.pyi +135 -201
- bpy/ops/pointcloud/__init__.pyi +23 -42
- bpy/ops/pose/__init__.pyi +195 -310
- bpy/ops/poselib/__init__.pyi +45 -73
- bpy/ops/preferences/__init__.pyi +89 -221
- bpy/ops/ptcache/__init__.pyi +32 -39
- bpy/ops/render/__init__.pyi +36 -83
- bpy/ops/rigidbody/__init__.pyi +47 -78
- bpy/ops/scene/__init__.pyi +169 -222
- bpy/ops/screen/__init__.pyi +146 -259
- bpy/ops/script/__init__.pyi +9 -15
- bpy/ops/sculpt/__init__.pyi +194 -354
- bpy/ops/sculpt_curves/__init__.pyi +21 -29
- bpy/ops/sequencer/__init__.pyi +586 -836
- bpy/ops/sound/__init__.pyi +25 -131
- bpy/ops/spreadsheet/__init__.pyi +34 -21
- bpy/ops/surface/__init__.pyi +7 -54
- bpy/ops/text/__init__.pyi +166 -281
- bpy/ops/text_editor/__init__.pyi +2 -6
- bpy/ops/texture/__init__.pyi +20 -22
- bpy/ops/transform/__init__.pyi +108 -445
- bpy/ops/ui/__init__.pyi +157 -219
- bpy/ops/uilist/__init__.pyi +4 -16
- bpy/ops/uv/__init__.pyi +291 -347
- bpy/ops/view2d/__init__.pyi +29 -88
- bpy/ops/view3d/__init__.pyi +238 -438
- bpy/ops/wm/__init__.pyi +651 -1510
- bpy/ops/workspace/__init__.pyi +42 -44
- bpy/ops/world/__init__.pyi +12 -13
- bpy/path/__init__.pyi +5 -36
- bpy/props/__init__.pyi +395 -259
- bpy/{_typing → stub_internal}/__init__.pyi +1 -0
- bpy/{_typing → stub_internal}/rna_enums/__init__.pyi +214 -114
- bpy/types/__init__.pyi +93285 -103831
- bpy/utils/__init__.pyi +46 -104
- bpy/utils/previews/__init__.pyi +7 -15
- bpy/utils/units/__init__.pyi +6 -15
- bpy_extras/__init__.pyi +1 -0
- bpy_extras/anim_utils/__init__.pyi +32 -23
- bpy_extras/asset_utils/__init__.pyi +1 -0
- bpy_extras/bmesh_utils/__init__.pyi +2 -2
- bpy_extras/id_map_utils/__init__.pyi +15 -6
- bpy_extras/image_utils/__init__.pyi +3 -11
- bpy_extras/io_utils/__init__.pyi +22 -38
- bpy_extras/keyconfig_utils/__init__.pyi +5 -4
- bpy_extras/mesh_utils/__init__.pyi +3 -14
- bpy_extras/node_shader_utils/__init__.pyi +63 -70
- bpy_extras/node_utils/__init__.pyi +4 -3
- bpy_extras/object_utils/__init__.pyi +6 -19
- bpy_extras/view3d_utils/__init__.pyi +1 -18
- bpy_extras/wm_utils/__init__.pyi +1 -0
- bpy_extras/wm_utils/progress_report/__init__.pyi +12 -11
- {fake_bge_module-20250317.dist-info → fake_bge_module-20260201.dist-info}/METADATA +9 -3
- fake_bge_module-20260201.dist-info/RECORD +414 -0
- {fake_bge_module-20250317.dist-info → fake_bge_module-20260201.dist-info}/WHEEL +1 -1
- {fake_bge_module-20250317.dist-info → fake_bge_module-20260201.dist-info}/top_level.txt +16 -16
- freestyle/__init__.pyi +1 -0
- freestyle/chainingiterators/__init__.pyi +41 -60
- freestyle/functions/__init__.pyi +56 -194
- freestyle/predicates/__init__.pyi +11 -61
- freestyle/shaders/__init__.pyi +95 -156
- freestyle/types/__init__.pyi +306 -941
- freestyle/utils/ContextFunctions/__init__.pyi +4 -24
- freestyle/utils/__init__.pyi +46 -36
- gpu/__init__.pyi +84 -5
- gpu/capabilities/__init__.pyi +1 -21
- gpu/matrix/__init__.pyi +16 -24
- gpu/platform/__init__.pyi +3 -7
- gpu/select/__init__.pyi +2 -1
- gpu/shader/__init__.pyi +43 -9
- gpu/state/__init__.pyi +66 -44
- gpu/texture/__init__.pyi +4 -5
- gpu/types/__init__.pyi +216 -216
- gpu_extras/__init__.pyi +1 -0
- gpu_extras/batch/__init__.pyi +2 -5
- gpu_extras/presets/__init__.pyi +9 -10
- idprop/__init__.pyi +17 -0
- idprop/types/__init__.pyi +18 -17
- imbuf/__init__.pyi +13 -9
- imbuf/types/__init__.pyi +10 -23
- keyingsets_builtins/__init__.pyi +51 -93
- mathutils/__init__.pyi +296 -2255
- mathutils/bvhtree/__init__.pyi +22 -29
- mathutils/geometry/__init__.pyi +83 -132
- mathutils/interpolate/__init__.pyi +7 -5
- mathutils/kdtree/__init__.pyi +5 -14
- mathutils/noise/__init__.pyi +62 -106
- nodeitems_builtins/__init__.pyi +5 -4
- nodeitems_utils/__init__.pyi +10 -9
- rna_keymap_ui/__init__.pyi +7 -6
- rna_prop_ui/__init__.pyi +14 -13
- _bpy_internal/freedesktop/__init__.pyi +0 -20
- bgl/__init__.pyi +0 -4235
- bl_i18n_utils/bl_extract_messages/__init__.pyi +0 -24
- bl_i18n_utils/utils_cli/__init__.pyi +0 -10
- bl_previews_utils/bl_previews_render/__init__.pyi +0 -11
- bl_text_utils/external_editor/__init__.pyi +0 -5
- bpy_types/__init__.pyi +0 -29
- console_shell/__init__.pyi +0 -9
- fake_bge_module-20250317.dist-info/RECORD +0 -395
- keyingsets_utils/__init__.pyi +0 -18
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bgl → _bl_console_utils}/py.typed +0 -0
- {bl_console_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_previews_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_text_utils}/py.typed +0 -0
- {bl_text_utils → _bl_ui_utils}/py.typed +0 -0
- {bl_ui_utils → _blendfile_header}/py.typed +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {bpy_types → _bpy_types}/py.typed +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
|
+
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
4
6
|
import bl_ui.utils
|
|
5
7
|
import bpy.types
|
|
6
8
|
|
|
@@ -19,7 +21,7 @@ class CenterAlignMixIn:
|
|
|
19
21
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
20
22
|
"""
|
|
21
23
|
|
|
22
|
-
def draw(self, context):
|
|
24
|
+
def draw(self, context) -> None:
|
|
23
25
|
"""
|
|
24
26
|
|
|
25
27
|
:param context:
|
|
@@ -34,10 +36,9 @@ class ExperimentalPanel:
|
|
|
34
36
|
bl_context: typing.Any
|
|
35
37
|
bl_region_type: typing.Any
|
|
36
38
|
bl_space_type: typing.Any
|
|
37
|
-
url_prefix: typing.Any
|
|
38
39
|
|
|
39
40
|
@classmethod
|
|
40
|
-
def poll(cls, _context):
|
|
41
|
+
def poll(cls, _context) -> None:
|
|
41
42
|
"""
|
|
42
43
|
|
|
43
44
|
:param _context:
|
|
@@ -74,13 +75,13 @@ class NavigationPanel:
|
|
|
74
75
|
bl_space_type: typing.Any
|
|
75
76
|
|
|
76
77
|
class PreferenceThemeSpacePanel:
|
|
77
|
-
def draw(self, context):
|
|
78
|
+
def draw(self, context) -> None:
|
|
78
79
|
"""
|
|
79
80
|
|
|
80
81
|
:param context:
|
|
81
82
|
"""
|
|
82
83
|
|
|
83
|
-
def draw_header(self, _context):
|
|
84
|
+
def draw_header(self, _context) -> None:
|
|
84
85
|
"""
|
|
85
86
|
|
|
86
87
|
:param _context:
|
|
@@ -89,20 +90,20 @@ class PreferenceThemeSpacePanel:
|
|
|
89
90
|
class PreferenceThemeWidgetColorPanel:
|
|
90
91
|
bl_parent_id: typing.Any
|
|
91
92
|
|
|
92
|
-
def draw(self, context):
|
|
93
|
+
def draw(self, context) -> None:
|
|
93
94
|
"""
|
|
94
95
|
|
|
95
96
|
:param context:
|
|
96
97
|
"""
|
|
97
98
|
|
|
98
99
|
class PreferenceThemeWidgetShadePanel:
|
|
99
|
-
def draw(self, context):
|
|
100
|
+
def draw(self, context) -> None:
|
|
100
101
|
"""
|
|
101
102
|
|
|
102
103
|
:param context:
|
|
103
104
|
"""
|
|
104
105
|
|
|
105
|
-
def draw_header(self, context):
|
|
106
|
+
def draw_header(self, context) -> None:
|
|
106
107
|
"""
|
|
107
108
|
|
|
108
109
|
:param context:
|
|
@@ -119,27 +120,27 @@ class StudioLightPanel:
|
|
|
119
120
|
bl_space_type: typing.Any
|
|
120
121
|
|
|
121
122
|
class StudioLightPanelMixin:
|
|
122
|
-
def draw(self, context):
|
|
123
|
+
def draw(self, context) -> None:
|
|
123
124
|
"""
|
|
124
125
|
|
|
125
126
|
:param context:
|
|
126
127
|
"""
|
|
127
128
|
|
|
128
|
-
def draw_light_list(self, layout, lights):
|
|
129
|
+
def draw_light_list(self, layout, lights) -> None:
|
|
129
130
|
"""
|
|
130
131
|
|
|
131
132
|
:param layout:
|
|
132
133
|
:param lights:
|
|
133
134
|
"""
|
|
134
135
|
|
|
135
|
-
def draw_studio_light(self, layout, studio_light):
|
|
136
|
+
def draw_studio_light(self, layout, studio_light) -> None:
|
|
136
137
|
"""
|
|
137
138
|
|
|
138
139
|
:param layout:
|
|
139
140
|
:param studio_light:
|
|
140
141
|
"""
|
|
141
142
|
|
|
142
|
-
def get_error_message(self): ...
|
|
143
|
+
def get_error_message(self) -> None: ...
|
|
143
144
|
|
|
144
145
|
class SystemPanel:
|
|
145
146
|
bl_context: typing.Any
|
|
@@ -148,13 +149,13 @@ class SystemPanel:
|
|
|
148
149
|
|
|
149
150
|
class ThemeGenericClassGenerator:
|
|
150
151
|
@staticmethod
|
|
151
|
-
def generate_panel_classes_for_wcols(): ...
|
|
152
|
+
def generate_panel_classes_for_wcols() -> None: ...
|
|
152
153
|
@staticmethod
|
|
153
|
-
def generate_panel_classes_from_theme_areas(): ...
|
|
154
|
+
def generate_panel_classes_from_theme_areas() -> None: ...
|
|
154
155
|
@staticmethod
|
|
155
156
|
def generate_theme_area_child_panel_classes(
|
|
156
157
|
parent_id, rna_type, theme_area, datapath
|
|
157
|
-
):
|
|
158
|
+
) -> None:
|
|
158
159
|
"""
|
|
159
160
|
|
|
160
161
|
:param parent_id:
|
|
@@ -168,7 +169,7 @@ class ThemePanel:
|
|
|
168
169
|
bl_region_type: typing.Any
|
|
169
170
|
bl_space_type: typing.Any
|
|
170
171
|
|
|
171
|
-
class USERPREF_HT_header(
|
|
172
|
+
class USERPREF_HT_header(_bpy_types.Header):
|
|
172
173
|
bl_rna: typing.Any
|
|
173
174
|
bl_space_type: typing.Any
|
|
174
175
|
id_data: typing.Any
|
|
@@ -177,31 +178,29 @@ class USERPREF_HT_header(bpy.types.Header):
|
|
|
177
178
|
"""
|
|
178
179
|
|
|
179
180
|
:return: The RNA type or default when not found.
|
|
180
|
-
:rtype: bpy.types.Struct
|
|
181
181
|
"""
|
|
182
182
|
|
|
183
183
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
184
184
|
"""
|
|
185
185
|
|
|
186
186
|
:return: The class or default when not found.
|
|
187
|
-
:rtype: typing.Any
|
|
188
187
|
"""
|
|
189
188
|
|
|
190
|
-
def draw(self, context):
|
|
189
|
+
def draw(self, context) -> None:
|
|
191
190
|
"""
|
|
192
191
|
|
|
193
192
|
:param context:
|
|
194
193
|
"""
|
|
195
194
|
|
|
196
195
|
@staticmethod
|
|
197
|
-
def draw_buttons(layout, context):
|
|
196
|
+
def draw_buttons(layout, context) -> None:
|
|
198
197
|
"""
|
|
199
198
|
|
|
200
199
|
:param layout:
|
|
201
200
|
:param context:
|
|
202
201
|
"""
|
|
203
202
|
|
|
204
|
-
class USERPREF_MT_editor_menus(
|
|
203
|
+
class USERPREF_MT_editor_menus(_bpy_types.Menu):
|
|
205
204
|
bl_idname: typing.Any
|
|
206
205
|
bl_label: typing.Any
|
|
207
206
|
bl_rna: typing.Any
|
|
@@ -211,23 +210,21 @@ class USERPREF_MT_editor_menus(bpy.types.Menu):
|
|
|
211
210
|
"""
|
|
212
211
|
|
|
213
212
|
:return: The RNA type or default when not found.
|
|
214
|
-
:rtype: bpy.types.Struct
|
|
215
213
|
"""
|
|
216
214
|
|
|
217
215
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
218
216
|
"""
|
|
219
217
|
|
|
220
218
|
:return: The class or default when not found.
|
|
221
|
-
:rtype: typing.Any
|
|
222
219
|
"""
|
|
223
220
|
|
|
224
|
-
def draw(self, _context):
|
|
221
|
+
def draw(self, _context) -> None:
|
|
225
222
|
"""
|
|
226
223
|
|
|
227
224
|
:param _context:
|
|
228
225
|
"""
|
|
229
226
|
|
|
230
|
-
class USERPREF_MT_extensions_active_repo(
|
|
227
|
+
class USERPREF_MT_extensions_active_repo(_bpy_types.Menu):
|
|
231
228
|
bl_label: typing.Any
|
|
232
229
|
bl_rna: typing.Any
|
|
233
230
|
id_data: typing.Any
|
|
@@ -236,17 +233,15 @@ class USERPREF_MT_extensions_active_repo(bpy.types.Menu):
|
|
|
236
233
|
"""
|
|
237
234
|
|
|
238
235
|
:return: The RNA type or default when not found.
|
|
239
|
-
:rtype: bpy.types.Struct
|
|
240
236
|
"""
|
|
241
237
|
|
|
242
238
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
243
239
|
"""
|
|
244
240
|
|
|
245
241
|
:return: The class or default when not found.
|
|
246
|
-
:rtype: typing.Any
|
|
247
242
|
"""
|
|
248
243
|
|
|
249
|
-
class USERPREF_MT_extensions_active_repo_remove(
|
|
244
|
+
class USERPREF_MT_extensions_active_repo_remove(_bpy_types.Menu):
|
|
250
245
|
bl_label: typing.Any
|
|
251
246
|
bl_rna: typing.Any
|
|
252
247
|
id_data: typing.Any
|
|
@@ -255,23 +250,21 @@ class USERPREF_MT_extensions_active_repo_remove(bpy.types.Menu):
|
|
|
255
250
|
"""
|
|
256
251
|
|
|
257
252
|
:return: The RNA type or default when not found.
|
|
258
|
-
:rtype: bpy.types.Struct
|
|
259
253
|
"""
|
|
260
254
|
|
|
261
255
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
262
256
|
"""
|
|
263
257
|
|
|
264
258
|
:return: The class or default when not found.
|
|
265
|
-
:rtype: typing.Any
|
|
266
259
|
"""
|
|
267
260
|
|
|
268
|
-
def draw(self, context):
|
|
261
|
+
def draw(self, context) -> None:
|
|
269
262
|
"""
|
|
270
263
|
|
|
271
264
|
:param context:
|
|
272
265
|
"""
|
|
273
266
|
|
|
274
|
-
class USERPREF_MT_interface_theme_presets(
|
|
267
|
+
class USERPREF_MT_interface_theme_presets(_bpy_types.Menu):
|
|
275
268
|
bl_label: typing.Any
|
|
276
269
|
bl_rna: typing.Any
|
|
277
270
|
id_data: typing.Any
|
|
@@ -285,18 +278,16 @@ class USERPREF_MT_interface_theme_presets(bpy.types.Menu):
|
|
|
285
278
|
"""
|
|
286
279
|
|
|
287
280
|
:return: The RNA type or default when not found.
|
|
288
|
-
:rtype: bpy.types.Struct
|
|
289
281
|
"""
|
|
290
282
|
|
|
291
283
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
292
284
|
"""
|
|
293
285
|
|
|
294
286
|
:return: The class or default when not found.
|
|
295
|
-
:rtype: typing.Any
|
|
296
287
|
"""
|
|
297
288
|
|
|
298
289
|
@staticmethod
|
|
299
|
-
def post_cb(context, filepath):
|
|
290
|
+
def post_cb(context, filepath) -> None:
|
|
300
291
|
"""
|
|
301
292
|
|
|
302
293
|
:param context:
|
|
@@ -304,14 +295,14 @@ class USERPREF_MT_interface_theme_presets(bpy.types.Menu):
|
|
|
304
295
|
"""
|
|
305
296
|
|
|
306
297
|
@staticmethod
|
|
307
|
-
def reset_cb(_context, _filepath):
|
|
298
|
+
def reset_cb(_context, _filepath) -> None:
|
|
308
299
|
"""
|
|
309
300
|
|
|
310
301
|
:param _context:
|
|
311
302
|
:param _filepath:
|
|
312
303
|
"""
|
|
313
304
|
|
|
314
|
-
class USERPREF_MT_keyconfigs(
|
|
305
|
+
class USERPREF_MT_keyconfigs(_bpy_types.Menu):
|
|
315
306
|
bl_label: typing.Any
|
|
316
307
|
bl_rna: typing.Any
|
|
317
308
|
id_data: typing.Any
|
|
@@ -322,23 +313,21 @@ class USERPREF_MT_keyconfigs(bpy.types.Menu):
|
|
|
322
313
|
"""
|
|
323
314
|
|
|
324
315
|
:return: The RNA type or default when not found.
|
|
325
|
-
:rtype: bpy.types.Struct
|
|
326
316
|
"""
|
|
327
317
|
|
|
328
318
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
329
319
|
"""
|
|
330
320
|
|
|
331
321
|
:return: The class or default when not found.
|
|
332
|
-
:rtype: typing.Any
|
|
333
322
|
"""
|
|
334
323
|
|
|
335
|
-
def draw(self, context):
|
|
324
|
+
def draw(self, context) -> None:
|
|
336
325
|
"""
|
|
337
326
|
|
|
338
327
|
:param context:
|
|
339
328
|
"""
|
|
340
329
|
|
|
341
|
-
class USERPREF_MT_save_load(
|
|
330
|
+
class USERPREF_MT_save_load(_bpy_types.Menu):
|
|
342
331
|
bl_label: typing.Any
|
|
343
332
|
bl_rna: typing.Any
|
|
344
333
|
id_data: typing.Any
|
|
@@ -347,23 +336,21 @@ class USERPREF_MT_save_load(bpy.types.Menu):
|
|
|
347
336
|
"""
|
|
348
337
|
|
|
349
338
|
:return: The RNA type or default when not found.
|
|
350
|
-
:rtype: bpy.types.Struct
|
|
351
339
|
"""
|
|
352
340
|
|
|
353
341
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
354
342
|
"""
|
|
355
343
|
|
|
356
344
|
:return: The class or default when not found.
|
|
357
|
-
:rtype: typing.Any
|
|
358
345
|
"""
|
|
359
346
|
|
|
360
|
-
def draw(self, context):
|
|
347
|
+
def draw(self, context) -> None:
|
|
361
348
|
"""
|
|
362
349
|
|
|
363
350
|
:param context:
|
|
364
351
|
"""
|
|
365
352
|
|
|
366
|
-
class USERPREF_MT_view(
|
|
353
|
+
class USERPREF_MT_view(_bpy_types.Menu):
|
|
367
354
|
bl_label: typing.Any
|
|
368
355
|
bl_rna: typing.Any
|
|
369
356
|
id_data: typing.Any
|
|
@@ -372,23 +359,21 @@ class USERPREF_MT_view(bpy.types.Menu):
|
|
|
372
359
|
"""
|
|
373
360
|
|
|
374
361
|
:return: The RNA type or default when not found.
|
|
375
|
-
:rtype: bpy.types.Struct
|
|
376
362
|
"""
|
|
377
363
|
|
|
378
364
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
379
365
|
"""
|
|
380
366
|
|
|
381
367
|
:return: The class or default when not found.
|
|
382
|
-
:rtype: typing.Any
|
|
383
368
|
"""
|
|
384
369
|
|
|
385
|
-
def draw(self,
|
|
370
|
+
def draw(self, context) -> None:
|
|
386
371
|
"""
|
|
387
372
|
|
|
388
|
-
:param
|
|
373
|
+
:param context:
|
|
389
374
|
"""
|
|
390
375
|
|
|
391
|
-
class USERPREF_PT_addons(AddOnPanel,
|
|
376
|
+
class USERPREF_PT_addons(AddOnPanel, _bpy_types.Panel):
|
|
392
377
|
bl_context: typing.Any
|
|
393
378
|
bl_label: typing.Any
|
|
394
379
|
bl_options: typing.Any
|
|
@@ -401,18 +386,16 @@ class USERPREF_PT_addons(AddOnPanel, bpy.types.Panel):
|
|
|
401
386
|
"""
|
|
402
387
|
|
|
403
388
|
:return: The RNA type or default when not found.
|
|
404
|
-
:rtype: bpy.types.Struct
|
|
405
389
|
"""
|
|
406
390
|
|
|
407
391
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
408
392
|
"""
|
|
409
393
|
|
|
410
394
|
:return: The class or default when not found.
|
|
411
|
-
:rtype: typing.Any
|
|
412
395
|
"""
|
|
413
396
|
|
|
414
397
|
@staticmethod
|
|
415
|
-
def draw_addon_preferences(layout, context, addon_preferences):
|
|
398
|
+
def draw_addon_preferences(layout, context, addon_preferences) -> None:
|
|
416
399
|
"""
|
|
417
400
|
|
|
418
401
|
:param layout:
|
|
@@ -421,7 +404,7 @@ class USERPREF_PT_addons(AddOnPanel, bpy.types.Panel):
|
|
|
421
404
|
"""
|
|
422
405
|
|
|
423
406
|
@staticmethod
|
|
424
|
-
def draw_error(layout, message):
|
|
407
|
+
def draw_error(layout, message) -> None:
|
|
425
408
|
"""
|
|
426
409
|
|
|
427
410
|
:param layout:
|
|
@@ -429,14 +412,14 @@ class USERPREF_PT_addons(AddOnPanel, bpy.types.Panel):
|
|
|
429
412
|
"""
|
|
430
413
|
|
|
431
414
|
@staticmethod
|
|
432
|
-
def is_user_addon(mod, user_addon_paths):
|
|
415
|
+
def is_user_addon(mod, user_addon_paths) -> None:
|
|
433
416
|
"""
|
|
434
417
|
|
|
435
418
|
:param mod:
|
|
436
419
|
:param user_addon_paths:
|
|
437
420
|
"""
|
|
438
421
|
|
|
439
|
-
class USERPREF_PT_addons_filter(
|
|
422
|
+
class USERPREF_PT_addons_filter(_bpy_types.Panel):
|
|
440
423
|
bl_label: typing.Any
|
|
441
424
|
bl_region_type: typing.Any
|
|
442
425
|
bl_rna: typing.Any
|
|
@@ -448,23 +431,21 @@ class USERPREF_PT_addons_filter(bpy.types.Panel):
|
|
|
448
431
|
"""
|
|
449
432
|
|
|
450
433
|
:return: The RNA type or default when not found.
|
|
451
|
-
:rtype: bpy.types.Struct
|
|
452
434
|
"""
|
|
453
435
|
|
|
454
436
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
455
437
|
"""
|
|
456
438
|
|
|
457
439
|
:return: The class or default when not found.
|
|
458
|
-
:rtype: typing.Any
|
|
459
440
|
"""
|
|
460
441
|
|
|
461
|
-
def draw(self, context):
|
|
442
|
+
def draw(self, context) -> None:
|
|
462
443
|
"""
|
|
463
444
|
|
|
464
445
|
:param context:
|
|
465
446
|
"""
|
|
466
447
|
|
|
467
|
-
class USERPREF_PT_animation_fcurves(CenterAlignMixIn, AnimationPanel,
|
|
448
|
+
class USERPREF_PT_animation_fcurves(CenterAlignMixIn, AnimationPanel, _bpy_types.Panel):
|
|
468
449
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
469
450
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
470
451
|
"""
|
|
@@ -480,17 +461,15 @@ class USERPREF_PT_animation_fcurves(CenterAlignMixIn, AnimationPanel, bpy.types.
|
|
|
480
461
|
"""
|
|
481
462
|
|
|
482
463
|
:return: The RNA type or default when not found.
|
|
483
|
-
:rtype: bpy.types.Struct
|
|
484
464
|
"""
|
|
485
465
|
|
|
486
466
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
487
467
|
"""
|
|
488
468
|
|
|
489
469
|
:return: The class or default when not found.
|
|
490
|
-
:rtype: typing.Any
|
|
491
470
|
"""
|
|
492
471
|
|
|
493
|
-
def draw_centered(self, context, layout):
|
|
472
|
+
def draw_centered(self, context, layout) -> None:
|
|
494
473
|
"""
|
|
495
474
|
|
|
496
475
|
:param context:
|
|
@@ -498,7 +477,7 @@ class USERPREF_PT_animation_fcurves(CenterAlignMixIn, AnimationPanel, bpy.types.
|
|
|
498
477
|
"""
|
|
499
478
|
|
|
500
479
|
class USERPREF_PT_animation_keyframes(
|
|
501
|
-
CenterAlignMixIn, AnimationPanel,
|
|
480
|
+
CenterAlignMixIn, AnimationPanel, _bpy_types.Panel
|
|
502
481
|
):
|
|
503
482
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
504
483
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -515,24 +494,24 @@ class USERPREF_PT_animation_keyframes(
|
|
|
515
494
|
"""
|
|
516
495
|
|
|
517
496
|
:return: The RNA type or default when not found.
|
|
518
|
-
:rtype: bpy.types.Struct
|
|
519
497
|
"""
|
|
520
498
|
|
|
521
499
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
522
500
|
"""
|
|
523
501
|
|
|
524
502
|
:return: The class or default when not found.
|
|
525
|
-
:rtype: typing.Any
|
|
526
503
|
"""
|
|
527
504
|
|
|
528
|
-
def draw_centered(self, context, layout):
|
|
505
|
+
def draw_centered(self, context, layout) -> None:
|
|
529
506
|
"""
|
|
530
507
|
|
|
531
508
|
:param context:
|
|
532
509
|
:param layout:
|
|
533
510
|
"""
|
|
534
511
|
|
|
535
|
-
class USERPREF_PT_animation_timeline(
|
|
512
|
+
class USERPREF_PT_animation_timeline(
|
|
513
|
+
CenterAlignMixIn, AnimationPanel, _bpy_types.Panel
|
|
514
|
+
):
|
|
536
515
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
537
516
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
538
517
|
"""
|
|
@@ -548,28 +527,22 @@ class USERPREF_PT_animation_timeline(CenterAlignMixIn, AnimationPanel, bpy.types
|
|
|
548
527
|
"""
|
|
549
528
|
|
|
550
529
|
:return: The RNA type or default when not found.
|
|
551
|
-
:rtype: bpy.types.Struct
|
|
552
530
|
"""
|
|
553
531
|
|
|
554
532
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
555
533
|
"""
|
|
556
534
|
|
|
557
535
|
:return: The class or default when not found.
|
|
558
|
-
:rtype: typing.Any
|
|
559
536
|
"""
|
|
560
537
|
|
|
561
|
-
def draw_centered(self, context, layout):
|
|
538
|
+
def draw_centered(self, context, layout) -> None:
|
|
562
539
|
"""
|
|
563
540
|
|
|
564
541
|
:param context:
|
|
565
542
|
:param layout:
|
|
566
543
|
"""
|
|
567
544
|
|
|
568
|
-
class
|
|
569
|
-
"""Base class for panels to center align contents with some horizontal margin.
|
|
570
|
-
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
571
|
-
"""
|
|
572
|
-
|
|
545
|
+
class USERPREF_PT_developer_tools(_bpy_types.Panel):
|
|
573
546
|
bl_context: typing.Any
|
|
574
547
|
bl_label: typing.Any
|
|
575
548
|
bl_region_type: typing.Any
|
|
@@ -581,24 +554,28 @@ class USERPREF_PT_edit_annotations(CenterAlignMixIn, EditingPanel, bpy.types.Pan
|
|
|
581
554
|
"""
|
|
582
555
|
|
|
583
556
|
:return: The RNA type or default when not found.
|
|
584
|
-
:rtype: bpy.types.Struct
|
|
585
557
|
"""
|
|
586
558
|
|
|
587
559
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
588
560
|
"""
|
|
589
561
|
|
|
590
562
|
:return: The class or default when not found.
|
|
591
|
-
:rtype: typing.Any
|
|
592
563
|
"""
|
|
593
564
|
|
|
594
|
-
def
|
|
565
|
+
def draw(self, context) -> None:
|
|
566
|
+
"""
|
|
567
|
+
|
|
568
|
+
:param context:
|
|
569
|
+
"""
|
|
570
|
+
|
|
571
|
+
@classmethod
|
|
572
|
+
def poll(cls, context) -> None:
|
|
595
573
|
"""
|
|
596
574
|
|
|
597
575
|
:param context:
|
|
598
|
-
:param layout:
|
|
599
576
|
"""
|
|
600
577
|
|
|
601
|
-
class
|
|
578
|
+
class USERPREF_PT_edit_annotations(CenterAlignMixIn, EditingPanel, _bpy_types.Panel):
|
|
602
579
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
603
580
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
604
581
|
"""
|
|
@@ -614,31 +591,28 @@ class USERPREF_PT_edit_cursor(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
|
|
|
614
591
|
"""
|
|
615
592
|
|
|
616
593
|
:return: The RNA type or default when not found.
|
|
617
|
-
:rtype: bpy.types.Struct
|
|
618
594
|
"""
|
|
619
595
|
|
|
620
596
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
621
597
|
"""
|
|
622
598
|
|
|
623
599
|
:return: The class or default when not found.
|
|
624
|
-
:rtype: typing.Any
|
|
625
600
|
"""
|
|
626
601
|
|
|
627
|
-
def draw_centered(self, context, layout):
|
|
602
|
+
def draw_centered(self, context, layout) -> None:
|
|
628
603
|
"""
|
|
629
604
|
|
|
630
605
|
:param context:
|
|
631
606
|
:param layout:
|
|
632
607
|
"""
|
|
633
608
|
|
|
634
|
-
class
|
|
609
|
+
class USERPREF_PT_edit_cursor(CenterAlignMixIn, EditingPanel, _bpy_types.Panel):
|
|
635
610
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
636
611
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
637
612
|
"""
|
|
638
613
|
|
|
639
614
|
bl_context: typing.Any
|
|
640
615
|
bl_label: typing.Any
|
|
641
|
-
bl_options: typing.Any
|
|
642
616
|
bl_region_type: typing.Any
|
|
643
617
|
bl_rna: typing.Any
|
|
644
618
|
bl_space_type: typing.Any
|
|
@@ -648,24 +622,22 @@ class USERPREF_PT_edit_gpencil(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
|
|
|
648
622
|
"""
|
|
649
623
|
|
|
650
624
|
:return: The RNA type or default when not found.
|
|
651
|
-
:rtype: bpy.types.Struct
|
|
652
625
|
"""
|
|
653
626
|
|
|
654
627
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
655
628
|
"""
|
|
656
629
|
|
|
657
630
|
:return: The class or default when not found.
|
|
658
|
-
:rtype: typing.Any
|
|
659
631
|
"""
|
|
660
632
|
|
|
661
|
-
def draw_centered(self, context, layout):
|
|
633
|
+
def draw_centered(self, context, layout) -> None:
|
|
662
634
|
"""
|
|
663
635
|
|
|
664
636
|
:param context:
|
|
665
637
|
:param layout:
|
|
666
638
|
"""
|
|
667
639
|
|
|
668
|
-
class
|
|
640
|
+
class USERPREF_PT_edit_gpencil(CenterAlignMixIn, EditingPanel, _bpy_types.Panel):
|
|
669
641
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
670
642
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
671
643
|
"""
|
|
@@ -682,24 +654,22 @@ class USERPREF_PT_edit_misc(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
|
|
|
682
654
|
"""
|
|
683
655
|
|
|
684
656
|
:return: The RNA type or default when not found.
|
|
685
|
-
:rtype: bpy.types.Struct
|
|
686
657
|
"""
|
|
687
658
|
|
|
688
659
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
689
660
|
"""
|
|
690
661
|
|
|
691
662
|
:return: The class or default when not found.
|
|
692
|
-
:rtype: typing.Any
|
|
693
663
|
"""
|
|
694
664
|
|
|
695
|
-
def draw_centered(self, context, layout):
|
|
665
|
+
def draw_centered(self, context, layout) -> None:
|
|
696
666
|
"""
|
|
697
667
|
|
|
698
668
|
:param context:
|
|
699
669
|
:param layout:
|
|
700
670
|
"""
|
|
701
671
|
|
|
702
|
-
class
|
|
672
|
+
class USERPREF_PT_edit_misc(CenterAlignMixIn, EditingPanel, _bpy_types.Panel):
|
|
703
673
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
704
674
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
705
675
|
"""
|
|
@@ -716,26 +686,29 @@ class USERPREF_PT_edit_node_editor(CenterAlignMixIn, EditingPanel, bpy.types.Pan
|
|
|
716
686
|
"""
|
|
717
687
|
|
|
718
688
|
:return: The RNA type or default when not found.
|
|
719
|
-
:rtype: bpy.types.Struct
|
|
720
689
|
"""
|
|
721
690
|
|
|
722
691
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
723
692
|
"""
|
|
724
693
|
|
|
725
694
|
:return: The class or default when not found.
|
|
726
|
-
:rtype: typing.Any
|
|
727
695
|
"""
|
|
728
696
|
|
|
729
|
-
def draw_centered(self, context, layout):
|
|
697
|
+
def draw_centered(self, context, layout) -> None:
|
|
730
698
|
"""
|
|
731
699
|
|
|
732
700
|
:param context:
|
|
733
701
|
:param layout:
|
|
734
702
|
"""
|
|
735
703
|
|
|
736
|
-
class
|
|
704
|
+
class USERPREF_PT_edit_node_editor(CenterAlignMixIn, EditingPanel, _bpy_types.Panel):
|
|
705
|
+
"""Base class for panels to center align contents with some horizontal margin.
|
|
706
|
+
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
707
|
+
"""
|
|
708
|
+
|
|
737
709
|
bl_context: typing.Any
|
|
738
710
|
bl_label: typing.Any
|
|
711
|
+
bl_options: typing.Any
|
|
739
712
|
bl_region_type: typing.Any
|
|
740
713
|
bl_rna: typing.Any
|
|
741
714
|
bl_space_type: typing.Any
|
|
@@ -745,33 +718,24 @@ class USERPREF_PT_edit_objects(EditingPanel, bpy.types.Panel):
|
|
|
745
718
|
"""
|
|
746
719
|
|
|
747
720
|
:return: The RNA type or default when not found.
|
|
748
|
-
:rtype: bpy.types.Struct
|
|
749
721
|
"""
|
|
750
722
|
|
|
751
723
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
752
724
|
"""
|
|
753
725
|
|
|
754
726
|
:return: The class or default when not found.
|
|
755
|
-
:rtype: typing.Any
|
|
756
727
|
"""
|
|
757
728
|
|
|
758
|
-
def
|
|
729
|
+
def draw_centered(self, context, layout) -> None:
|
|
759
730
|
"""
|
|
760
731
|
|
|
761
732
|
:param context:
|
|
733
|
+
:param layout:
|
|
762
734
|
"""
|
|
763
735
|
|
|
764
|
-
class
|
|
765
|
-
CenterAlignMixIn, EditingPanel, bpy.types.Panel
|
|
766
|
-
):
|
|
767
|
-
"""Base class for panels to center align contents with some horizontal margin.
|
|
768
|
-
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
769
|
-
"""
|
|
770
|
-
|
|
736
|
+
class USERPREF_PT_edit_objects(EditingPanel, _bpy_types.Panel):
|
|
771
737
|
bl_context: typing.Any
|
|
772
738
|
bl_label: typing.Any
|
|
773
|
-
bl_options: typing.Any
|
|
774
|
-
bl_parent_id: typing.Any
|
|
775
739
|
bl_region_type: typing.Any
|
|
776
740
|
bl_rna: typing.Any
|
|
777
741
|
bl_space_type: typing.Any
|
|
@@ -781,30 +745,30 @@ class USERPREF_PT_edit_objects_duplicate_data(
|
|
|
781
745
|
"""
|
|
782
746
|
|
|
783
747
|
:return: The RNA type or default when not found.
|
|
784
|
-
:rtype: bpy.types.Struct
|
|
785
748
|
"""
|
|
786
749
|
|
|
787
750
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
788
751
|
"""
|
|
789
752
|
|
|
790
753
|
:return: The class or default when not found.
|
|
791
|
-
:rtype: typing.Any
|
|
792
754
|
"""
|
|
793
755
|
|
|
794
|
-
def
|
|
756
|
+
def draw(self, context) -> None:
|
|
795
757
|
"""
|
|
796
758
|
|
|
797
759
|
:param context:
|
|
798
|
-
:param layout:
|
|
799
760
|
"""
|
|
800
761
|
|
|
801
|
-
class
|
|
762
|
+
class USERPREF_PT_edit_objects_duplicate_data(
|
|
763
|
+
CenterAlignMixIn, EditingPanel, _bpy_types.Panel
|
|
764
|
+
):
|
|
802
765
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
803
766
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
804
767
|
"""
|
|
805
768
|
|
|
806
769
|
bl_context: typing.Any
|
|
807
770
|
bl_label: typing.Any
|
|
771
|
+
bl_options: typing.Any
|
|
808
772
|
bl_parent_id: typing.Any
|
|
809
773
|
bl_region_type: typing.Any
|
|
810
774
|
bl_rna: typing.Any
|
|
@@ -815,31 +779,29 @@ class USERPREF_PT_edit_objects_new(CenterAlignMixIn, EditingPanel, bpy.types.Pan
|
|
|
815
779
|
"""
|
|
816
780
|
|
|
817
781
|
:return: The RNA type or default when not found.
|
|
818
|
-
:rtype: bpy.types.Struct
|
|
819
782
|
"""
|
|
820
783
|
|
|
821
784
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
822
785
|
"""
|
|
823
786
|
|
|
824
787
|
:return: The class or default when not found.
|
|
825
|
-
:rtype: typing.Any
|
|
826
788
|
"""
|
|
827
789
|
|
|
828
|
-
def draw_centered(self, context, layout):
|
|
790
|
+
def draw_centered(self, context, layout) -> None:
|
|
829
791
|
"""
|
|
830
792
|
|
|
831
793
|
:param context:
|
|
832
794
|
:param layout:
|
|
833
795
|
"""
|
|
834
796
|
|
|
835
|
-
class
|
|
797
|
+
class USERPREF_PT_edit_objects_new(CenterAlignMixIn, EditingPanel, _bpy_types.Panel):
|
|
836
798
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
837
799
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
838
800
|
"""
|
|
839
801
|
|
|
840
802
|
bl_context: typing.Any
|
|
841
803
|
bl_label: typing.Any
|
|
842
|
-
|
|
804
|
+
bl_parent_id: typing.Any
|
|
843
805
|
bl_region_type: typing.Any
|
|
844
806
|
bl_rna: typing.Any
|
|
845
807
|
bl_space_type: typing.Any
|
|
@@ -849,24 +811,24 @@ class USERPREF_PT_edit_sequence_editor(CenterAlignMixIn, EditingPanel, bpy.types
|
|
|
849
811
|
"""
|
|
850
812
|
|
|
851
813
|
:return: The RNA type or default when not found.
|
|
852
|
-
:rtype: bpy.types.Struct
|
|
853
814
|
"""
|
|
854
815
|
|
|
855
816
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
856
817
|
"""
|
|
857
818
|
|
|
858
819
|
:return: The class or default when not found.
|
|
859
|
-
:rtype: typing.Any
|
|
860
820
|
"""
|
|
861
821
|
|
|
862
|
-
def draw_centered(self, context, layout):
|
|
822
|
+
def draw_centered(self, context, layout) -> None:
|
|
863
823
|
"""
|
|
864
824
|
|
|
865
825
|
:param context:
|
|
866
826
|
:param layout:
|
|
867
827
|
"""
|
|
868
828
|
|
|
869
|
-
class
|
|
829
|
+
class USERPREF_PT_edit_sequence_editor(
|
|
830
|
+
CenterAlignMixIn, EditingPanel, _bpy_types.Panel
|
|
831
|
+
):
|
|
870
832
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
871
833
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
872
834
|
"""
|
|
@@ -883,24 +845,22 @@ class USERPREF_PT_edit_text_editor(CenterAlignMixIn, EditingPanel, bpy.types.Pan
|
|
|
883
845
|
"""
|
|
884
846
|
|
|
885
847
|
:return: The RNA type or default when not found.
|
|
886
|
-
:rtype: bpy.types.Struct
|
|
887
848
|
"""
|
|
888
849
|
|
|
889
850
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
890
851
|
"""
|
|
891
852
|
|
|
892
853
|
:return: The class or default when not found.
|
|
893
|
-
:rtype: typing.Any
|
|
894
854
|
"""
|
|
895
855
|
|
|
896
|
-
def draw_centered(self, context, layout):
|
|
856
|
+
def draw_centered(self, context, layout) -> None:
|
|
897
857
|
"""
|
|
898
858
|
|
|
899
859
|
:param context:
|
|
900
860
|
:param layout:
|
|
901
861
|
"""
|
|
902
862
|
|
|
903
|
-
class
|
|
863
|
+
class USERPREF_PT_edit_text_editor(CenterAlignMixIn, EditingPanel, _bpy_types.Panel):
|
|
904
864
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
905
865
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
906
866
|
"""
|
|
@@ -917,118 +877,106 @@ class USERPREF_PT_edit_weight_paint(CenterAlignMixIn, EditingPanel, bpy.types.Pa
|
|
|
917
877
|
"""
|
|
918
878
|
|
|
919
879
|
:return: The RNA type or default when not found.
|
|
920
|
-
:rtype: bpy.types.Struct
|
|
921
880
|
"""
|
|
922
881
|
|
|
923
882
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
924
883
|
"""
|
|
925
884
|
|
|
926
885
|
:return: The class or default when not found.
|
|
927
|
-
:rtype: typing.Any
|
|
928
886
|
"""
|
|
929
887
|
|
|
930
|
-
def draw_centered(self, context, layout):
|
|
888
|
+
def draw_centered(self, context, layout) -> None:
|
|
931
889
|
"""
|
|
932
890
|
|
|
933
891
|
:param context:
|
|
934
892
|
:param layout:
|
|
935
893
|
"""
|
|
936
894
|
|
|
937
|
-
class
|
|
895
|
+
class USERPREF_PT_edit_weight_paint(CenterAlignMixIn, EditingPanel, _bpy_types.Panel):
|
|
896
|
+
"""Base class for panels to center align contents with some horizontal margin.
|
|
897
|
+
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
898
|
+
"""
|
|
899
|
+
|
|
938
900
|
bl_context: typing.Any
|
|
939
901
|
bl_label: typing.Any
|
|
902
|
+
bl_options: typing.Any
|
|
940
903
|
bl_region_type: typing.Any
|
|
941
904
|
bl_rna: typing.Any
|
|
942
905
|
bl_space_type: typing.Any
|
|
943
906
|
id_data: typing.Any
|
|
944
|
-
url_prefix: typing.Any
|
|
945
907
|
|
|
946
908
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
947
909
|
"""
|
|
948
910
|
|
|
949
911
|
:return: The RNA type or default when not found.
|
|
950
|
-
:rtype: bpy.types.Struct
|
|
951
912
|
"""
|
|
952
913
|
|
|
953
914
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
954
915
|
"""
|
|
955
916
|
|
|
956
917
|
:return: The class or default when not found.
|
|
957
|
-
:rtype: typing.Any
|
|
958
918
|
"""
|
|
959
919
|
|
|
960
|
-
def
|
|
920
|
+
def draw_centered(self, context, layout) -> None:
|
|
961
921
|
"""
|
|
962
922
|
|
|
963
923
|
:param context:
|
|
924
|
+
:param layout:
|
|
964
925
|
"""
|
|
965
926
|
|
|
966
|
-
|
|
967
|
-
def poll(cls, _context):
|
|
968
|
-
"""
|
|
969
|
-
|
|
970
|
-
:param _context:
|
|
971
|
-
"""
|
|
972
|
-
|
|
973
|
-
class USERPREF_PT_experimental_new_features(ExperimentalPanel, bpy.types.Panel):
|
|
927
|
+
class USERPREF_PT_experimental_new_features(ExperimentalPanel, _bpy_types.Panel):
|
|
974
928
|
bl_context: typing.Any
|
|
975
929
|
bl_label: typing.Any
|
|
976
930
|
bl_region_type: typing.Any
|
|
977
931
|
bl_rna: typing.Any
|
|
978
932
|
bl_space_type: typing.Any
|
|
979
933
|
id_data: typing.Any
|
|
980
|
-
url_prefix: typing.Any
|
|
981
934
|
|
|
982
935
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
983
936
|
"""
|
|
984
937
|
|
|
985
938
|
:return: The RNA type or default when not found.
|
|
986
|
-
:rtype: bpy.types.Struct
|
|
987
939
|
"""
|
|
988
940
|
|
|
989
941
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
990
942
|
"""
|
|
991
943
|
|
|
992
944
|
:return: The class or default when not found.
|
|
993
|
-
:rtype: typing.Any
|
|
994
945
|
"""
|
|
995
946
|
|
|
996
|
-
def draw(self, context):
|
|
947
|
+
def draw(self, context) -> None:
|
|
997
948
|
"""
|
|
998
949
|
|
|
999
950
|
:param context:
|
|
1000
951
|
"""
|
|
1001
952
|
|
|
1002
|
-
class USERPREF_PT_experimental_prototypes(ExperimentalPanel,
|
|
953
|
+
class USERPREF_PT_experimental_prototypes(ExperimentalPanel, _bpy_types.Panel):
|
|
1003
954
|
bl_context: typing.Any
|
|
1004
955
|
bl_label: typing.Any
|
|
1005
956
|
bl_region_type: typing.Any
|
|
1006
957
|
bl_rna: typing.Any
|
|
1007
958
|
bl_space_type: typing.Any
|
|
1008
959
|
id_data: typing.Any
|
|
1009
|
-
url_prefix: typing.Any
|
|
1010
960
|
|
|
1011
961
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1012
962
|
"""
|
|
1013
963
|
|
|
1014
964
|
:return: The RNA type or default when not found.
|
|
1015
|
-
:rtype: bpy.types.Struct
|
|
1016
965
|
"""
|
|
1017
966
|
|
|
1018
967
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1019
968
|
"""
|
|
1020
969
|
|
|
1021
970
|
:return: The class or default when not found.
|
|
1022
|
-
:rtype: typing.Any
|
|
1023
971
|
"""
|
|
1024
972
|
|
|
1025
|
-
def draw(self, context):
|
|
973
|
+
def draw(self, context) -> None:
|
|
1026
974
|
"""
|
|
1027
975
|
|
|
1028
976
|
:param context:
|
|
1029
977
|
"""
|
|
1030
978
|
|
|
1031
|
-
class USERPREF_PT_extensions(ExtensionsPanel,
|
|
979
|
+
class USERPREF_PT_extensions(ExtensionsPanel, _bpy_types.Panel):
|
|
1032
980
|
bl_context: typing.Any
|
|
1033
981
|
bl_label: typing.Any
|
|
1034
982
|
bl_options: typing.Any
|
|
@@ -1041,17 +989,15 @@ class USERPREF_PT_extensions(ExtensionsPanel, bpy.types.Panel):
|
|
|
1041
989
|
"""
|
|
1042
990
|
|
|
1043
991
|
:return: The RNA type or default when not found.
|
|
1044
|
-
:rtype: bpy.types.Struct
|
|
1045
992
|
"""
|
|
1046
993
|
|
|
1047
994
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1048
995
|
"""
|
|
1049
996
|
|
|
1050
997
|
:return: The class or default when not found.
|
|
1051
|
-
:rtype: typing.Any
|
|
1052
998
|
"""
|
|
1053
999
|
|
|
1054
|
-
class USERPREF_PT_extensions_repos(
|
|
1000
|
+
class USERPREF_PT_extensions_repos(_bpy_types.Panel):
|
|
1055
1001
|
bl_label: typing.Any
|
|
1056
1002
|
bl_options: typing.Any
|
|
1057
1003
|
bl_region_type: typing.Any
|
|
@@ -1064,23 +1010,21 @@ class USERPREF_PT_extensions_repos(bpy.types.Panel):
|
|
|
1064
1010
|
"""
|
|
1065
1011
|
|
|
1066
1012
|
:return: The RNA type or default when not found.
|
|
1067
|
-
:rtype: bpy.types.Struct
|
|
1068
1013
|
"""
|
|
1069
1014
|
|
|
1070
1015
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1071
1016
|
"""
|
|
1072
1017
|
|
|
1073
1018
|
:return: The class or default when not found.
|
|
1074
|
-
:rtype: typing.Any
|
|
1075
1019
|
"""
|
|
1076
1020
|
|
|
1077
|
-
def draw(self, context):
|
|
1021
|
+
def draw(self, context) -> None:
|
|
1078
1022
|
"""
|
|
1079
1023
|
|
|
1080
1024
|
:param context:
|
|
1081
1025
|
"""
|
|
1082
1026
|
|
|
1083
|
-
class USERPREF_PT_file_paths_applications(FilePathsPanel,
|
|
1027
|
+
class USERPREF_PT_file_paths_applications(FilePathsPanel, _bpy_types.Panel):
|
|
1084
1028
|
bl_context: typing.Any
|
|
1085
1029
|
bl_label: typing.Any
|
|
1086
1030
|
bl_options: typing.Any
|
|
@@ -1093,23 +1037,21 @@ class USERPREF_PT_file_paths_applications(FilePathsPanel, bpy.types.Panel):
|
|
|
1093
1037
|
"""
|
|
1094
1038
|
|
|
1095
1039
|
:return: The RNA type or default when not found.
|
|
1096
|
-
:rtype: bpy.types.Struct
|
|
1097
1040
|
"""
|
|
1098
1041
|
|
|
1099
1042
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1100
1043
|
"""
|
|
1101
1044
|
|
|
1102
1045
|
:return: The class or default when not found.
|
|
1103
|
-
:rtype: typing.Any
|
|
1104
1046
|
"""
|
|
1105
1047
|
|
|
1106
|
-
def draw(self, context):
|
|
1048
|
+
def draw(self, context) -> None:
|
|
1107
1049
|
"""
|
|
1108
1050
|
|
|
1109
1051
|
:param context:
|
|
1110
1052
|
"""
|
|
1111
1053
|
|
|
1112
|
-
class USERPREF_PT_file_paths_asset_libraries(FilePathsPanel,
|
|
1054
|
+
class USERPREF_PT_file_paths_asset_libraries(FilePathsPanel, _bpy_types.Panel):
|
|
1113
1055
|
bl_context: typing.Any
|
|
1114
1056
|
bl_label: typing.Any
|
|
1115
1057
|
bl_region_type: typing.Any
|
|
@@ -1121,23 +1063,21 @@ class USERPREF_PT_file_paths_asset_libraries(FilePathsPanel, bpy.types.Panel):
|
|
|
1121
1063
|
"""
|
|
1122
1064
|
|
|
1123
1065
|
:return: The RNA type or default when not found.
|
|
1124
|
-
:rtype: bpy.types.Struct
|
|
1125
1066
|
"""
|
|
1126
1067
|
|
|
1127
1068
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1128
1069
|
"""
|
|
1129
1070
|
|
|
1130
1071
|
:return: The class or default when not found.
|
|
1131
|
-
:rtype: typing.Any
|
|
1132
1072
|
"""
|
|
1133
1073
|
|
|
1134
|
-
def draw(self, context):
|
|
1074
|
+
def draw(self, context) -> None:
|
|
1135
1075
|
"""
|
|
1136
1076
|
|
|
1137
1077
|
:param context:
|
|
1138
1078
|
"""
|
|
1139
1079
|
|
|
1140
|
-
class USERPREF_PT_file_paths_data(FilePathsPanel,
|
|
1080
|
+
class USERPREF_PT_file_paths_data(FilePathsPanel, _bpy_types.Panel):
|
|
1141
1081
|
bl_context: typing.Any
|
|
1142
1082
|
bl_label: typing.Any
|
|
1143
1083
|
bl_region_type: typing.Any
|
|
@@ -1149,23 +1089,21 @@ class USERPREF_PT_file_paths_data(FilePathsPanel, bpy.types.Panel):
|
|
|
1149
1089
|
"""
|
|
1150
1090
|
|
|
1151
1091
|
:return: The RNA type or default when not found.
|
|
1152
|
-
:rtype: bpy.types.Struct
|
|
1153
1092
|
"""
|
|
1154
1093
|
|
|
1155
1094
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1156
1095
|
"""
|
|
1157
1096
|
|
|
1158
1097
|
:return: The class or default when not found.
|
|
1159
|
-
:rtype: typing.Any
|
|
1160
1098
|
"""
|
|
1161
1099
|
|
|
1162
|
-
def draw(self, context):
|
|
1100
|
+
def draw(self, context) -> None:
|
|
1163
1101
|
"""
|
|
1164
1102
|
|
|
1165
1103
|
:param context:
|
|
1166
1104
|
"""
|
|
1167
1105
|
|
|
1168
|
-
class USERPREF_PT_file_paths_development(FilePathsPanel,
|
|
1106
|
+
class USERPREF_PT_file_paths_development(FilePathsPanel, _bpy_types.Panel):
|
|
1169
1107
|
bl_context: typing.Any
|
|
1170
1108
|
bl_label: typing.Any
|
|
1171
1109
|
bl_options: typing.Any
|
|
@@ -1178,30 +1116,28 @@ class USERPREF_PT_file_paths_development(FilePathsPanel, bpy.types.Panel):
|
|
|
1178
1116
|
"""
|
|
1179
1117
|
|
|
1180
1118
|
:return: The RNA type or default when not found.
|
|
1181
|
-
:rtype: bpy.types.Struct
|
|
1182
1119
|
"""
|
|
1183
1120
|
|
|
1184
1121
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1185
1122
|
"""
|
|
1186
1123
|
|
|
1187
1124
|
:return: The class or default when not found.
|
|
1188
|
-
:rtype: typing.Any
|
|
1189
1125
|
"""
|
|
1190
1126
|
|
|
1191
|
-
def draw(self, context):
|
|
1127
|
+
def draw(self, context) -> None:
|
|
1192
1128
|
"""
|
|
1193
1129
|
|
|
1194
1130
|
:param context:
|
|
1195
1131
|
"""
|
|
1196
1132
|
|
|
1197
1133
|
@classmethod
|
|
1198
|
-
def poll(cls, context):
|
|
1134
|
+
def poll(cls, context) -> None:
|
|
1199
1135
|
"""
|
|
1200
1136
|
|
|
1201
1137
|
:param context:
|
|
1202
1138
|
"""
|
|
1203
1139
|
|
|
1204
|
-
class USERPREF_PT_file_paths_render(FilePathsPanel,
|
|
1140
|
+
class USERPREF_PT_file_paths_render(FilePathsPanel, _bpy_types.Panel):
|
|
1205
1141
|
bl_context: typing.Any
|
|
1206
1142
|
bl_label: typing.Any
|
|
1207
1143
|
bl_parent_id: typing.Any
|
|
@@ -1214,23 +1150,21 @@ class USERPREF_PT_file_paths_render(FilePathsPanel, bpy.types.Panel):
|
|
|
1214
1150
|
"""
|
|
1215
1151
|
|
|
1216
1152
|
:return: The RNA type or default when not found.
|
|
1217
|
-
:rtype: bpy.types.Struct
|
|
1218
1153
|
"""
|
|
1219
1154
|
|
|
1220
1155
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1221
1156
|
"""
|
|
1222
1157
|
|
|
1223
1158
|
:return: The class or default when not found.
|
|
1224
|
-
:rtype: typing.Any
|
|
1225
1159
|
"""
|
|
1226
1160
|
|
|
1227
|
-
def draw(self, context):
|
|
1161
|
+
def draw(self, context) -> None:
|
|
1228
1162
|
"""
|
|
1229
1163
|
|
|
1230
1164
|
:param context:
|
|
1231
1165
|
"""
|
|
1232
1166
|
|
|
1233
|
-
class USERPREF_PT_file_paths_script_directories(FilePathsPanel,
|
|
1167
|
+
class USERPREF_PT_file_paths_script_directories(FilePathsPanel, _bpy_types.Panel):
|
|
1234
1168
|
bl_context: typing.Any
|
|
1235
1169
|
bl_label: typing.Any
|
|
1236
1170
|
bl_region_type: typing.Any
|
|
@@ -1242,23 +1176,21 @@ class USERPREF_PT_file_paths_script_directories(FilePathsPanel, bpy.types.Panel)
|
|
|
1242
1176
|
"""
|
|
1243
1177
|
|
|
1244
1178
|
:return: The RNA type or default when not found.
|
|
1245
|
-
:rtype: bpy.types.Struct
|
|
1246
1179
|
"""
|
|
1247
1180
|
|
|
1248
1181
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1249
1182
|
"""
|
|
1250
1183
|
|
|
1251
1184
|
:return: The class or default when not found.
|
|
1252
|
-
:rtype: typing.Any
|
|
1253
1185
|
"""
|
|
1254
1186
|
|
|
1255
|
-
def draw(self, context):
|
|
1187
|
+
def draw(self, context) -> None:
|
|
1256
1188
|
"""
|
|
1257
1189
|
|
|
1258
1190
|
:param context:
|
|
1259
1191
|
"""
|
|
1260
1192
|
|
|
1261
|
-
class USERPREF_PT_input_keyboard(CenterAlignMixIn, InputPanel,
|
|
1193
|
+
class USERPREF_PT_input_keyboard(CenterAlignMixIn, InputPanel, _bpy_types.Panel):
|
|
1262
1194
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1263
1195
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1264
1196
|
"""
|
|
@@ -1274,24 +1206,22 @@ class USERPREF_PT_input_keyboard(CenterAlignMixIn, InputPanel, bpy.types.Panel):
|
|
|
1274
1206
|
"""
|
|
1275
1207
|
|
|
1276
1208
|
:return: The RNA type or default when not found.
|
|
1277
|
-
:rtype: bpy.types.Struct
|
|
1278
1209
|
"""
|
|
1279
1210
|
|
|
1280
1211
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1281
1212
|
"""
|
|
1282
1213
|
|
|
1283
1214
|
:return: The class or default when not found.
|
|
1284
|
-
:rtype: typing.Any
|
|
1285
1215
|
"""
|
|
1286
1216
|
|
|
1287
|
-
def draw_centered(self, context, layout):
|
|
1217
|
+
def draw_centered(self, context, layout) -> None:
|
|
1288
1218
|
"""
|
|
1289
1219
|
|
|
1290
1220
|
:param context:
|
|
1291
1221
|
:param layout:
|
|
1292
1222
|
"""
|
|
1293
1223
|
|
|
1294
|
-
class USERPREF_PT_input_mouse(CenterAlignMixIn, InputPanel,
|
|
1224
|
+
class USERPREF_PT_input_mouse(CenterAlignMixIn, InputPanel, _bpy_types.Panel):
|
|
1295
1225
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1296
1226
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1297
1227
|
"""
|
|
@@ -1307,24 +1237,22 @@ class USERPREF_PT_input_mouse(CenterAlignMixIn, InputPanel, bpy.types.Panel):
|
|
|
1307
1237
|
"""
|
|
1308
1238
|
|
|
1309
1239
|
:return: The RNA type or default when not found.
|
|
1310
|
-
:rtype: bpy.types.Struct
|
|
1311
1240
|
"""
|
|
1312
1241
|
|
|
1313
1242
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1314
1243
|
"""
|
|
1315
1244
|
|
|
1316
1245
|
:return: The class or default when not found.
|
|
1317
|
-
:rtype: typing.Any
|
|
1318
1246
|
"""
|
|
1319
1247
|
|
|
1320
|
-
def draw_centered(self, context, layout):
|
|
1248
|
+
def draw_centered(self, context, layout) -> None:
|
|
1321
1249
|
"""
|
|
1322
1250
|
|
|
1323
1251
|
:param context:
|
|
1324
1252
|
:param layout:
|
|
1325
1253
|
"""
|
|
1326
1254
|
|
|
1327
|
-
class USERPREF_PT_input_ndof(CenterAlignMixIn, InputPanel,
|
|
1255
|
+
class USERPREF_PT_input_ndof(CenterAlignMixIn, InputPanel, _bpy_types.Panel):
|
|
1328
1256
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1329
1257
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1330
1258
|
"""
|
|
@@ -1341,17 +1269,15 @@ class USERPREF_PT_input_ndof(CenterAlignMixIn, InputPanel, bpy.types.Panel):
|
|
|
1341
1269
|
"""
|
|
1342
1270
|
|
|
1343
1271
|
:return: The RNA type or default when not found.
|
|
1344
|
-
:rtype: bpy.types.Struct
|
|
1345
1272
|
"""
|
|
1346
1273
|
|
|
1347
1274
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1348
1275
|
"""
|
|
1349
1276
|
|
|
1350
1277
|
:return: The class or default when not found.
|
|
1351
|
-
:rtype: typing.Any
|
|
1352
1278
|
"""
|
|
1353
1279
|
|
|
1354
|
-
def draw_centered(self, context, layout):
|
|
1280
|
+
def draw_centered(self, context, layout) -> None:
|
|
1355
1281
|
"""
|
|
1356
1282
|
|
|
1357
1283
|
:param context:
|
|
@@ -1359,13 +1285,13 @@ class USERPREF_PT_input_ndof(CenterAlignMixIn, InputPanel, bpy.types.Panel):
|
|
|
1359
1285
|
"""
|
|
1360
1286
|
|
|
1361
1287
|
@classmethod
|
|
1362
|
-
def poll(cls, context):
|
|
1288
|
+
def poll(cls, context) -> None:
|
|
1363
1289
|
"""
|
|
1364
1290
|
|
|
1365
1291
|
:param context:
|
|
1366
1292
|
"""
|
|
1367
1293
|
|
|
1368
|
-
class USERPREF_PT_input_tablet(CenterAlignMixIn, InputPanel,
|
|
1294
|
+
class USERPREF_PT_input_tablet(CenterAlignMixIn, InputPanel, _bpy_types.Panel):
|
|
1369
1295
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1370
1296
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1371
1297
|
"""
|
|
@@ -1381,24 +1307,22 @@ class USERPREF_PT_input_tablet(CenterAlignMixIn, InputPanel, bpy.types.Panel):
|
|
|
1381
1307
|
"""
|
|
1382
1308
|
|
|
1383
1309
|
:return: The RNA type or default when not found.
|
|
1384
|
-
:rtype: bpy.types.Struct
|
|
1385
1310
|
"""
|
|
1386
1311
|
|
|
1387
1312
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1388
1313
|
"""
|
|
1389
1314
|
|
|
1390
1315
|
:return: The class or default when not found.
|
|
1391
|
-
:rtype: typing.Any
|
|
1392
1316
|
"""
|
|
1393
1317
|
|
|
1394
|
-
def draw_centered(self, context, layout):
|
|
1318
|
+
def draw_centered(self, context, layout) -> None:
|
|
1395
1319
|
"""
|
|
1396
1320
|
|
|
1397
1321
|
:param context:
|
|
1398
1322
|
:param layout:
|
|
1399
1323
|
"""
|
|
1400
1324
|
|
|
1401
|
-
class USERPREF_PT_input_touchpad(CenterAlignMixIn, InputPanel,
|
|
1325
|
+
class USERPREF_PT_input_touchpad(CenterAlignMixIn, InputPanel, _bpy_types.Panel):
|
|
1402
1326
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1403
1327
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1404
1328
|
"""
|
|
@@ -1415,17 +1339,15 @@ class USERPREF_PT_input_touchpad(CenterAlignMixIn, InputPanel, bpy.types.Panel):
|
|
|
1415
1339
|
"""
|
|
1416
1340
|
|
|
1417
1341
|
:return: The RNA type or default when not found.
|
|
1418
|
-
:rtype: bpy.types.Struct
|
|
1419
1342
|
"""
|
|
1420
1343
|
|
|
1421
1344
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1422
1345
|
"""
|
|
1423
1346
|
|
|
1424
1347
|
:return: The class or default when not found.
|
|
1425
|
-
:rtype: typing.Any
|
|
1426
1348
|
"""
|
|
1427
1349
|
|
|
1428
|
-
def draw_centered(self, context, layout):
|
|
1350
|
+
def draw_centered(self, context, layout) -> None:
|
|
1429
1351
|
"""
|
|
1430
1352
|
|
|
1431
1353
|
:param context:
|
|
@@ -1433,13 +1355,47 @@ class USERPREF_PT_input_touchpad(CenterAlignMixIn, InputPanel, bpy.types.Panel):
|
|
|
1433
1355
|
"""
|
|
1434
1356
|
|
|
1435
1357
|
@classmethod
|
|
1436
|
-
def poll(cls, context):
|
|
1358
|
+
def poll(cls, context) -> None:
|
|
1359
|
+
"""
|
|
1360
|
+
|
|
1361
|
+
:param context:
|
|
1362
|
+
"""
|
|
1363
|
+
|
|
1364
|
+
class USERPREF_PT_interface_accessibility(
|
|
1365
|
+
CenterAlignMixIn, InterfacePanel, _bpy_types.Panel
|
|
1366
|
+
):
|
|
1367
|
+
"""Base class for panels to center align contents with some horizontal margin.
|
|
1368
|
+
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1369
|
+
"""
|
|
1370
|
+
|
|
1371
|
+
bl_context: typing.Any
|
|
1372
|
+
bl_label: typing.Any
|
|
1373
|
+
bl_options: typing.Any
|
|
1374
|
+
bl_region_type: typing.Any
|
|
1375
|
+
bl_rna: typing.Any
|
|
1376
|
+
bl_space_type: typing.Any
|
|
1377
|
+
id_data: typing.Any
|
|
1378
|
+
|
|
1379
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1380
|
+
"""
|
|
1381
|
+
|
|
1382
|
+
:return: The RNA type or default when not found.
|
|
1383
|
+
"""
|
|
1384
|
+
|
|
1385
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1386
|
+
"""
|
|
1387
|
+
|
|
1388
|
+
:return: The class or default when not found.
|
|
1389
|
+
"""
|
|
1390
|
+
|
|
1391
|
+
def draw_centered(self, context, layout) -> None:
|
|
1437
1392
|
"""
|
|
1438
1393
|
|
|
1439
1394
|
:param context:
|
|
1395
|
+
:param layout:
|
|
1440
1396
|
"""
|
|
1441
1397
|
|
|
1442
|
-
class USERPREF_PT_interface_display(CenterAlignMixIn, InterfacePanel,
|
|
1398
|
+
class USERPREF_PT_interface_display(CenterAlignMixIn, InterfacePanel, _bpy_types.Panel):
|
|
1443
1399
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1444
1400
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1445
1401
|
"""
|
|
@@ -1455,24 +1411,22 @@ class USERPREF_PT_interface_display(CenterAlignMixIn, InterfacePanel, bpy.types.
|
|
|
1455
1411
|
"""
|
|
1456
1412
|
|
|
1457
1413
|
:return: The RNA type or default when not found.
|
|
1458
|
-
:rtype: bpy.types.Struct
|
|
1459
1414
|
"""
|
|
1460
1415
|
|
|
1461
1416
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1462
1417
|
"""
|
|
1463
1418
|
|
|
1464
1419
|
:return: The class or default when not found.
|
|
1465
|
-
:rtype: typing.Any
|
|
1466
1420
|
"""
|
|
1467
1421
|
|
|
1468
|
-
def draw_centered(self, context, layout):
|
|
1422
|
+
def draw_centered(self, context, layout) -> None:
|
|
1469
1423
|
"""
|
|
1470
1424
|
|
|
1471
1425
|
:param context:
|
|
1472
1426
|
:param layout:
|
|
1473
1427
|
"""
|
|
1474
1428
|
|
|
1475
|
-
class USERPREF_PT_interface_editors(CenterAlignMixIn, InterfacePanel,
|
|
1429
|
+
class USERPREF_PT_interface_editors(CenterAlignMixIn, InterfacePanel, _bpy_types.Panel):
|
|
1476
1430
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1477
1431
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1478
1432
|
"""
|
|
@@ -1488,24 +1442,26 @@ class USERPREF_PT_interface_editors(CenterAlignMixIn, InterfacePanel, bpy.types.
|
|
|
1488
1442
|
"""
|
|
1489
1443
|
|
|
1490
1444
|
:return: The RNA type or default when not found.
|
|
1491
|
-
:rtype: bpy.types.Struct
|
|
1492
1445
|
"""
|
|
1493
1446
|
|
|
1494
1447
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1495
1448
|
"""
|
|
1496
1449
|
|
|
1497
1450
|
:return: The class or default when not found.
|
|
1498
|
-
:rtype: typing.Any
|
|
1499
1451
|
"""
|
|
1500
1452
|
|
|
1501
|
-
def draw_centered(self, context, layout):
|
|
1453
|
+
def draw_centered(self, context, layout) -> None:
|
|
1502
1454
|
"""
|
|
1503
1455
|
|
|
1504
1456
|
:param context:
|
|
1505
1457
|
:param layout:
|
|
1506
1458
|
"""
|
|
1507
1459
|
|
|
1508
|
-
class USERPREF_PT_interface_menus(InterfacePanel,
|
|
1460
|
+
class USERPREF_PT_interface_menus(CenterAlignMixIn, InterfacePanel, _bpy_types.Panel):
|
|
1461
|
+
"""Base class for panels to center align contents with some horizontal margin.
|
|
1462
|
+
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1463
|
+
"""
|
|
1464
|
+
|
|
1509
1465
|
bl_context: typing.Any
|
|
1510
1466
|
bl_label: typing.Any
|
|
1511
1467
|
bl_options: typing.Any
|
|
@@ -1518,24 +1474,23 @@ class USERPREF_PT_interface_menus(InterfacePanel, bpy.types.Panel):
|
|
|
1518
1474
|
"""
|
|
1519
1475
|
|
|
1520
1476
|
:return: The RNA type or default when not found.
|
|
1521
|
-
:rtype: bpy.types.Struct
|
|
1522
1477
|
"""
|
|
1523
1478
|
|
|
1524
1479
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1525
1480
|
"""
|
|
1526
1481
|
|
|
1527
1482
|
:return: The class or default when not found.
|
|
1528
|
-
:rtype: typing.Any
|
|
1529
1483
|
"""
|
|
1530
1484
|
|
|
1531
|
-
def
|
|
1485
|
+
def draw_centered(self, context, layout) -> None:
|
|
1532
1486
|
"""
|
|
1533
1487
|
|
|
1534
1488
|
:param context:
|
|
1489
|
+
:param layout:
|
|
1535
1490
|
"""
|
|
1536
1491
|
|
|
1537
1492
|
class USERPREF_PT_interface_menus_mouse_over(
|
|
1538
|
-
CenterAlignMixIn, InterfacePanel,
|
|
1493
|
+
CenterAlignMixIn, InterfacePanel, _bpy_types.Panel
|
|
1539
1494
|
):
|
|
1540
1495
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1541
1496
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -1553,31 +1508,29 @@ class USERPREF_PT_interface_menus_mouse_over(
|
|
|
1553
1508
|
"""
|
|
1554
1509
|
|
|
1555
1510
|
:return: The RNA type or default when not found.
|
|
1556
|
-
:rtype: bpy.types.Struct
|
|
1557
1511
|
"""
|
|
1558
1512
|
|
|
1559
1513
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1560
1514
|
"""
|
|
1561
1515
|
|
|
1562
1516
|
:return: The class or default when not found.
|
|
1563
|
-
:rtype: typing.Any
|
|
1564
1517
|
"""
|
|
1565
1518
|
|
|
1566
|
-
def draw_centered(self, context, layout):
|
|
1519
|
+
def draw_centered(self, context, layout) -> None:
|
|
1567
1520
|
"""
|
|
1568
1521
|
|
|
1569
1522
|
:param context:
|
|
1570
1523
|
:param layout:
|
|
1571
1524
|
"""
|
|
1572
1525
|
|
|
1573
|
-
def draw_header(self, context):
|
|
1526
|
+
def draw_header(self, context) -> None:
|
|
1574
1527
|
"""
|
|
1575
1528
|
|
|
1576
1529
|
:param context:
|
|
1577
1530
|
"""
|
|
1578
1531
|
|
|
1579
1532
|
class USERPREF_PT_interface_menus_pie(
|
|
1580
|
-
CenterAlignMixIn, InterfacePanel,
|
|
1533
|
+
CenterAlignMixIn, InterfacePanel, _bpy_types.Panel
|
|
1581
1534
|
):
|
|
1582
1535
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1583
1536
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -1595,17 +1548,15 @@ class USERPREF_PT_interface_menus_pie(
|
|
|
1595
1548
|
"""
|
|
1596
1549
|
|
|
1597
1550
|
:return: The RNA type or default when not found.
|
|
1598
|
-
:rtype: bpy.types.Struct
|
|
1599
1551
|
"""
|
|
1600
1552
|
|
|
1601
1553
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1602
1554
|
"""
|
|
1603
1555
|
|
|
1604
1556
|
:return: The class or default when not found.
|
|
1605
|
-
:rtype: typing.Any
|
|
1606
1557
|
"""
|
|
1607
1558
|
|
|
1608
|
-
def draw_centered(self, context, layout):
|
|
1559
|
+
def draw_centered(self, context, layout) -> None:
|
|
1609
1560
|
"""
|
|
1610
1561
|
|
|
1611
1562
|
:param context:
|
|
@@ -1613,7 +1564,7 @@ class USERPREF_PT_interface_menus_pie(
|
|
|
1613
1564
|
"""
|
|
1614
1565
|
|
|
1615
1566
|
class USERPREF_PT_interface_statusbar(
|
|
1616
|
-
CenterAlignMixIn, InterfacePanel,
|
|
1567
|
+
CenterAlignMixIn, InterfacePanel, _bpy_types.Panel
|
|
1617
1568
|
):
|
|
1618
1569
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1619
1570
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -1632,17 +1583,15 @@ class USERPREF_PT_interface_statusbar(
|
|
|
1632
1583
|
"""
|
|
1633
1584
|
|
|
1634
1585
|
:return: The RNA type or default when not found.
|
|
1635
|
-
:rtype: bpy.types.Struct
|
|
1636
1586
|
"""
|
|
1637
1587
|
|
|
1638
1588
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1639
1589
|
"""
|
|
1640
1590
|
|
|
1641
1591
|
:return: The class or default when not found.
|
|
1642
|
-
:rtype: typing.Any
|
|
1643
1592
|
"""
|
|
1644
1593
|
|
|
1645
|
-
def draw_centered(self, context, layout):
|
|
1594
|
+
def draw_centered(self, context, layout) -> None:
|
|
1646
1595
|
"""
|
|
1647
1596
|
|
|
1648
1597
|
:param context:
|
|
@@ -1650,7 +1599,7 @@ class USERPREF_PT_interface_statusbar(
|
|
|
1650
1599
|
"""
|
|
1651
1600
|
|
|
1652
1601
|
class USERPREF_PT_interface_temporary_windows(
|
|
1653
|
-
CenterAlignMixIn, InterfacePanel,
|
|
1602
|
+
CenterAlignMixIn, InterfacePanel, _bpy_types.Panel
|
|
1654
1603
|
):
|
|
1655
1604
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1656
1605
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -1669,24 +1618,22 @@ class USERPREF_PT_interface_temporary_windows(
|
|
|
1669
1618
|
"""
|
|
1670
1619
|
|
|
1671
1620
|
:return: The RNA type or default when not found.
|
|
1672
|
-
:rtype: bpy.types.Struct
|
|
1673
1621
|
"""
|
|
1674
1622
|
|
|
1675
1623
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1676
1624
|
"""
|
|
1677
1625
|
|
|
1678
1626
|
:return: The class or default when not found.
|
|
1679
|
-
:rtype: typing.Any
|
|
1680
1627
|
"""
|
|
1681
1628
|
|
|
1682
|
-
def draw_centered(self, context, layout):
|
|
1629
|
+
def draw_centered(self, context, layout) -> None:
|
|
1683
1630
|
"""
|
|
1684
1631
|
|
|
1685
1632
|
:param context:
|
|
1686
1633
|
:param layout:
|
|
1687
1634
|
"""
|
|
1688
1635
|
|
|
1689
|
-
class USERPREF_PT_interface_text(CenterAlignMixIn, InterfacePanel,
|
|
1636
|
+
class USERPREF_PT_interface_text(CenterAlignMixIn, InterfacePanel, _bpy_types.Panel):
|
|
1690
1637
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1691
1638
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1692
1639
|
"""
|
|
@@ -1703,17 +1650,15 @@ class USERPREF_PT_interface_text(CenterAlignMixIn, InterfacePanel, bpy.types.Pan
|
|
|
1703
1650
|
"""
|
|
1704
1651
|
|
|
1705
1652
|
:return: The RNA type or default when not found.
|
|
1706
|
-
:rtype: bpy.types.Struct
|
|
1707
1653
|
"""
|
|
1708
1654
|
|
|
1709
1655
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1710
1656
|
"""
|
|
1711
1657
|
|
|
1712
1658
|
:return: The class or default when not found.
|
|
1713
|
-
:rtype: typing.Any
|
|
1714
1659
|
"""
|
|
1715
1660
|
|
|
1716
|
-
def draw_centered(self, context, layout):
|
|
1661
|
+
def draw_centered(self, context, layout) -> None:
|
|
1717
1662
|
"""
|
|
1718
1663
|
|
|
1719
1664
|
:param context:
|
|
@@ -1721,7 +1666,7 @@ class USERPREF_PT_interface_text(CenterAlignMixIn, InterfacePanel, bpy.types.Pan
|
|
|
1721
1666
|
"""
|
|
1722
1667
|
|
|
1723
1668
|
class USERPREF_PT_interface_translation(
|
|
1724
|
-
CenterAlignMixIn, InterfacePanel,
|
|
1669
|
+
CenterAlignMixIn, InterfacePanel, _bpy_types.Panel
|
|
1725
1670
|
):
|
|
1726
1671
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1727
1672
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -1739,17 +1684,15 @@ class USERPREF_PT_interface_translation(
|
|
|
1739
1684
|
"""
|
|
1740
1685
|
|
|
1741
1686
|
:return: The RNA type or default when not found.
|
|
1742
|
-
:rtype: bpy.types.Struct
|
|
1743
1687
|
"""
|
|
1744
1688
|
|
|
1745
1689
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1746
1690
|
"""
|
|
1747
1691
|
|
|
1748
1692
|
:return: The class or default when not found.
|
|
1749
|
-
:rtype: typing.Any
|
|
1750
1693
|
"""
|
|
1751
1694
|
|
|
1752
|
-
def draw_centered(self, context, layout):
|
|
1695
|
+
def draw_centered(self, context, layout) -> None:
|
|
1753
1696
|
"""
|
|
1754
1697
|
|
|
1755
1698
|
:param context:
|
|
@@ -1757,13 +1700,13 @@ class USERPREF_PT_interface_translation(
|
|
|
1757
1700
|
"""
|
|
1758
1701
|
|
|
1759
1702
|
@classmethod
|
|
1760
|
-
def poll(cls, _context):
|
|
1703
|
+
def poll(cls, _context) -> None:
|
|
1761
1704
|
"""
|
|
1762
1705
|
|
|
1763
1706
|
:param _context:
|
|
1764
1707
|
"""
|
|
1765
1708
|
|
|
1766
|
-
class USERPREF_PT_keymap(KeymapPanel,
|
|
1709
|
+
class USERPREF_PT_keymap(KeymapPanel, _bpy_types.Panel):
|
|
1767
1710
|
bl_context: typing.Any
|
|
1768
1711
|
bl_label: typing.Any
|
|
1769
1712
|
bl_options: typing.Any
|
|
@@ -1776,23 +1719,22 @@ class USERPREF_PT_keymap(KeymapPanel, bpy.types.Panel):
|
|
|
1776
1719
|
"""
|
|
1777
1720
|
|
|
1778
1721
|
:return: The RNA type or default when not found.
|
|
1779
|
-
:rtype: bpy.types.Struct
|
|
1780
1722
|
"""
|
|
1781
1723
|
|
|
1782
1724
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1783
1725
|
"""
|
|
1784
1726
|
|
|
1785
1727
|
:return: The class or default when not found.
|
|
1786
|
-
:rtype: typing.Any
|
|
1787
1728
|
"""
|
|
1788
1729
|
|
|
1789
|
-
def draw(self, context):
|
|
1730
|
+
def draw(self, context) -> None:
|
|
1790
1731
|
"""
|
|
1791
1732
|
|
|
1792
1733
|
:param context:
|
|
1793
1734
|
"""
|
|
1794
1735
|
|
|
1795
|
-
class USERPREF_PT_navigation_bar(
|
|
1736
|
+
class USERPREF_PT_navigation_bar(_bpy_types.Panel):
|
|
1737
|
+
bl_category: typing.Any
|
|
1796
1738
|
bl_label: typing.Any
|
|
1797
1739
|
bl_options: typing.Any
|
|
1798
1740
|
bl_region_type: typing.Any
|
|
@@ -1804,24 +1746,22 @@ class USERPREF_PT_navigation_bar(bpy.types.Panel):
|
|
|
1804
1746
|
"""
|
|
1805
1747
|
|
|
1806
1748
|
:return: The RNA type or default when not found.
|
|
1807
|
-
:rtype: bpy.types.Struct
|
|
1808
1749
|
"""
|
|
1809
1750
|
|
|
1810
1751
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1811
1752
|
"""
|
|
1812
1753
|
|
|
1813
1754
|
:return: The class or default when not found.
|
|
1814
|
-
:rtype: typing.Any
|
|
1815
1755
|
"""
|
|
1816
1756
|
|
|
1817
|
-
def draw(self, context):
|
|
1757
|
+
def draw(self, context) -> None:
|
|
1818
1758
|
"""
|
|
1819
1759
|
|
|
1820
1760
|
:param context:
|
|
1821
1761
|
"""
|
|
1822
1762
|
|
|
1823
1763
|
class USERPREF_PT_navigation_fly_walk(
|
|
1824
|
-
CenterAlignMixIn, NavigationPanel,
|
|
1764
|
+
CenterAlignMixIn, NavigationPanel, _bpy_types.Panel
|
|
1825
1765
|
):
|
|
1826
1766
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1827
1767
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -1838,17 +1778,15 @@ class USERPREF_PT_navigation_fly_walk(
|
|
|
1838
1778
|
"""
|
|
1839
1779
|
|
|
1840
1780
|
:return: The RNA type or default when not found.
|
|
1841
|
-
:rtype: bpy.types.Struct
|
|
1842
1781
|
"""
|
|
1843
1782
|
|
|
1844
1783
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1845
1784
|
"""
|
|
1846
1785
|
|
|
1847
1786
|
:return: The class or default when not found.
|
|
1848
|
-
:rtype: typing.Any
|
|
1849
1787
|
"""
|
|
1850
1788
|
|
|
1851
|
-
def draw_centered(self, context, layout):
|
|
1789
|
+
def draw_centered(self, context, layout) -> None:
|
|
1852
1790
|
"""
|
|
1853
1791
|
|
|
1854
1792
|
:param context:
|
|
@@ -1856,7 +1794,7 @@ class USERPREF_PT_navigation_fly_walk(
|
|
|
1856
1794
|
"""
|
|
1857
1795
|
|
|
1858
1796
|
class USERPREF_PT_navigation_fly_walk_gravity(
|
|
1859
|
-
CenterAlignMixIn, NavigationPanel,
|
|
1797
|
+
CenterAlignMixIn, NavigationPanel, _bpy_types.Panel
|
|
1860
1798
|
):
|
|
1861
1799
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1862
1800
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -1875,38 +1813,36 @@ class USERPREF_PT_navigation_fly_walk_gravity(
|
|
|
1875
1813
|
"""
|
|
1876
1814
|
|
|
1877
1815
|
:return: The RNA type or default when not found.
|
|
1878
|
-
:rtype: bpy.types.Struct
|
|
1879
1816
|
"""
|
|
1880
1817
|
|
|
1881
1818
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1882
1819
|
"""
|
|
1883
1820
|
|
|
1884
1821
|
:return: The class or default when not found.
|
|
1885
|
-
:rtype: typing.Any
|
|
1886
1822
|
"""
|
|
1887
1823
|
|
|
1888
|
-
def draw_centered(self, context, layout):
|
|
1824
|
+
def draw_centered(self, context, layout) -> None:
|
|
1889
1825
|
"""
|
|
1890
1826
|
|
|
1891
1827
|
:param context:
|
|
1892
1828
|
:param layout:
|
|
1893
1829
|
"""
|
|
1894
1830
|
|
|
1895
|
-
def draw_header(self, context):
|
|
1831
|
+
def draw_header(self, context) -> None:
|
|
1896
1832
|
"""
|
|
1897
1833
|
|
|
1898
1834
|
:param context:
|
|
1899
1835
|
"""
|
|
1900
1836
|
|
|
1901
1837
|
@classmethod
|
|
1902
|
-
def poll(cls, context):
|
|
1838
|
+
def poll(cls, context) -> None:
|
|
1903
1839
|
"""
|
|
1904
1840
|
|
|
1905
1841
|
:param context:
|
|
1906
1842
|
"""
|
|
1907
1843
|
|
|
1908
1844
|
class USERPREF_PT_navigation_fly_walk_navigation(
|
|
1909
|
-
CenterAlignMixIn, NavigationPanel,
|
|
1845
|
+
CenterAlignMixIn, NavigationPanel, _bpy_types.Panel
|
|
1910
1846
|
):
|
|
1911
1847
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1912
1848
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -1925,17 +1861,15 @@ class USERPREF_PT_navigation_fly_walk_navigation(
|
|
|
1925
1861
|
"""
|
|
1926
1862
|
|
|
1927
1863
|
:return: The RNA type or default when not found.
|
|
1928
|
-
:rtype: bpy.types.Struct
|
|
1929
1864
|
"""
|
|
1930
1865
|
|
|
1931
1866
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1932
1867
|
"""
|
|
1933
1868
|
|
|
1934
1869
|
:return: The class or default when not found.
|
|
1935
|
-
:rtype: typing.Any
|
|
1936
1870
|
"""
|
|
1937
1871
|
|
|
1938
|
-
def draw_centered(self, context, layout):
|
|
1872
|
+
def draw_centered(self, context, layout) -> None:
|
|
1939
1873
|
"""
|
|
1940
1874
|
|
|
1941
1875
|
:param context:
|
|
@@ -1943,13 +1877,13 @@ class USERPREF_PT_navigation_fly_walk_navigation(
|
|
|
1943
1877
|
"""
|
|
1944
1878
|
|
|
1945
1879
|
@classmethod
|
|
1946
|
-
def poll(cls, context):
|
|
1880
|
+
def poll(cls, context) -> None:
|
|
1947
1881
|
"""
|
|
1948
1882
|
|
|
1949
1883
|
:param context:
|
|
1950
1884
|
"""
|
|
1951
1885
|
|
|
1952
|
-
class USERPREF_PT_navigation_orbit(CenterAlignMixIn, NavigationPanel,
|
|
1886
|
+
class USERPREF_PT_navigation_orbit(CenterAlignMixIn, NavigationPanel, _bpy_types.Panel):
|
|
1953
1887
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1954
1888
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1955
1889
|
"""
|
|
@@ -1965,24 +1899,22 @@ class USERPREF_PT_navigation_orbit(CenterAlignMixIn, NavigationPanel, bpy.types.
|
|
|
1965
1899
|
"""
|
|
1966
1900
|
|
|
1967
1901
|
:return: The RNA type or default when not found.
|
|
1968
|
-
:rtype: bpy.types.Struct
|
|
1969
1902
|
"""
|
|
1970
1903
|
|
|
1971
1904
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1972
1905
|
"""
|
|
1973
1906
|
|
|
1974
1907
|
:return: The class or default when not found.
|
|
1975
|
-
:rtype: typing.Any
|
|
1976
1908
|
"""
|
|
1977
1909
|
|
|
1978
|
-
def draw_centered(self, context, layout):
|
|
1910
|
+
def draw_centered(self, context, layout) -> None:
|
|
1979
1911
|
"""
|
|
1980
1912
|
|
|
1981
1913
|
:param context:
|
|
1982
1914
|
:param layout:
|
|
1983
1915
|
"""
|
|
1984
1916
|
|
|
1985
|
-
class USERPREF_PT_navigation_zoom(CenterAlignMixIn, NavigationPanel,
|
|
1917
|
+
class USERPREF_PT_navigation_zoom(CenterAlignMixIn, NavigationPanel, _bpy_types.Panel):
|
|
1986
1918
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1987
1919
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1988
1920
|
"""
|
|
@@ -1998,24 +1930,22 @@ class USERPREF_PT_navigation_zoom(CenterAlignMixIn, NavigationPanel, bpy.types.P
|
|
|
1998
1930
|
"""
|
|
1999
1931
|
|
|
2000
1932
|
:return: The RNA type or default when not found.
|
|
2001
|
-
:rtype: bpy.types.Struct
|
|
2002
1933
|
"""
|
|
2003
1934
|
|
|
2004
1935
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2005
1936
|
"""
|
|
2006
1937
|
|
|
2007
1938
|
:return: The class or default when not found.
|
|
2008
|
-
:rtype: typing.Any
|
|
2009
1939
|
"""
|
|
2010
1940
|
|
|
2011
|
-
def draw_centered(self, context, layout):
|
|
1941
|
+
def draw_centered(self, context, layout) -> None:
|
|
2012
1942
|
"""
|
|
2013
1943
|
|
|
2014
1944
|
:param context:
|
|
2015
1945
|
:param layout:
|
|
2016
1946
|
"""
|
|
2017
1947
|
|
|
2018
|
-
class USERPREF_PT_ndof_settings(
|
|
1948
|
+
class USERPREF_PT_ndof_settings(_bpy_types.Panel):
|
|
2019
1949
|
bl_label: typing.Any
|
|
2020
1950
|
bl_region_type: typing.Any
|
|
2021
1951
|
bl_rna: typing.Any
|
|
@@ -2027,24 +1957,22 @@ class USERPREF_PT_ndof_settings(bpy.types.Panel):
|
|
|
2027
1957
|
"""
|
|
2028
1958
|
|
|
2029
1959
|
:return: The RNA type or default when not found.
|
|
2030
|
-
:rtype: bpy.types.Struct
|
|
2031
1960
|
"""
|
|
2032
1961
|
|
|
2033
1962
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2034
1963
|
"""
|
|
2035
1964
|
|
|
2036
1965
|
:return: The class or default when not found.
|
|
2037
|
-
:rtype: typing.Any
|
|
2038
1966
|
"""
|
|
2039
1967
|
|
|
2040
|
-
def draw(self, context):
|
|
1968
|
+
def draw(self, context) -> None:
|
|
2041
1969
|
"""
|
|
2042
1970
|
|
|
2043
1971
|
:param context:
|
|
2044
1972
|
"""
|
|
2045
1973
|
|
|
2046
1974
|
@staticmethod
|
|
2047
|
-
def draw_settings(layout, props, show_3dview_settings=True):
|
|
1975
|
+
def draw_settings(layout, props, show_3dview_settings=True) -> None:
|
|
2048
1976
|
"""
|
|
2049
1977
|
|
|
2050
1978
|
:param layout:
|
|
@@ -2052,7 +1980,7 @@ class USERPREF_PT_ndof_settings(bpy.types.Panel):
|
|
|
2052
1980
|
:param show_3dview_settings:
|
|
2053
1981
|
"""
|
|
2054
1982
|
|
|
2055
|
-
class USERPREF_PT_save_preferences(
|
|
1983
|
+
class USERPREF_PT_save_preferences(_bpy_types.Panel):
|
|
2056
1984
|
bl_label: typing.Any
|
|
2057
1985
|
bl_options: typing.Any
|
|
2058
1986
|
bl_region_type: typing.Any
|
|
@@ -2064,30 +1992,28 @@ class USERPREF_PT_save_preferences(bpy.types.Panel):
|
|
|
2064
1992
|
"""
|
|
2065
1993
|
|
|
2066
1994
|
:return: The RNA type or default when not found.
|
|
2067
|
-
:rtype: bpy.types.Struct
|
|
2068
1995
|
"""
|
|
2069
1996
|
|
|
2070
1997
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2071
1998
|
"""
|
|
2072
1999
|
|
|
2073
2000
|
:return: The class or default when not found.
|
|
2074
|
-
:rtype: typing.Any
|
|
2075
2001
|
"""
|
|
2076
2002
|
|
|
2077
|
-
def draw(self, context):
|
|
2003
|
+
def draw(self, context) -> None:
|
|
2078
2004
|
"""
|
|
2079
2005
|
|
|
2080
2006
|
:param context:
|
|
2081
2007
|
"""
|
|
2082
2008
|
|
|
2083
2009
|
@classmethod
|
|
2084
|
-
def poll(cls, context):
|
|
2010
|
+
def poll(cls, context) -> None:
|
|
2085
2011
|
"""
|
|
2086
2012
|
|
|
2087
2013
|
:param context:
|
|
2088
2014
|
"""
|
|
2089
2015
|
|
|
2090
|
-
class USERPREF_PT_saveload_autorun(FilePathsPanel,
|
|
2016
|
+
class USERPREF_PT_saveload_autorun(FilePathsPanel, _bpy_types.Panel):
|
|
2091
2017
|
bl_context: typing.Any
|
|
2092
2018
|
bl_label: typing.Any
|
|
2093
2019
|
bl_parent_id: typing.Any
|
|
@@ -2100,29 +2026,27 @@ class USERPREF_PT_saveload_autorun(FilePathsPanel, bpy.types.Panel):
|
|
|
2100
2026
|
"""
|
|
2101
2027
|
|
|
2102
2028
|
:return: The RNA type or default when not found.
|
|
2103
|
-
:rtype: bpy.types.Struct
|
|
2104
2029
|
"""
|
|
2105
2030
|
|
|
2106
2031
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2107
2032
|
"""
|
|
2108
2033
|
|
|
2109
2034
|
:return: The class or default when not found.
|
|
2110
|
-
:rtype: typing.Any
|
|
2111
2035
|
"""
|
|
2112
2036
|
|
|
2113
|
-
def draw(self, context):
|
|
2037
|
+
def draw(self, context) -> None:
|
|
2114
2038
|
"""
|
|
2115
2039
|
|
|
2116
2040
|
:param context:
|
|
2117
2041
|
"""
|
|
2118
2042
|
|
|
2119
|
-
def draw_header(self, context):
|
|
2043
|
+
def draw_header(self, context) -> None:
|
|
2120
2044
|
"""
|
|
2121
2045
|
|
|
2122
2046
|
:param context:
|
|
2123
2047
|
"""
|
|
2124
2048
|
|
|
2125
|
-
class USERPREF_PT_saveload_blend(CenterAlignMixIn, SaveLoadPanel,
|
|
2049
|
+
class USERPREF_PT_saveload_blend(CenterAlignMixIn, SaveLoadPanel, _bpy_types.Panel):
|
|
2126
2050
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2127
2051
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2128
2052
|
"""
|
|
@@ -2138,17 +2062,15 @@ class USERPREF_PT_saveload_blend(CenterAlignMixIn, SaveLoadPanel, bpy.types.Pane
|
|
|
2138
2062
|
"""
|
|
2139
2063
|
|
|
2140
2064
|
:return: The RNA type or default when not found.
|
|
2141
|
-
:rtype: bpy.types.Struct
|
|
2142
2065
|
"""
|
|
2143
2066
|
|
|
2144
2067
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2145
2068
|
"""
|
|
2146
2069
|
|
|
2147
2070
|
:return: The class or default when not found.
|
|
2148
|
-
:rtype: typing.Any
|
|
2149
2071
|
"""
|
|
2150
2072
|
|
|
2151
|
-
def draw_centered(self, context, layout):
|
|
2073
|
+
def draw_centered(self, context, layout) -> None:
|
|
2152
2074
|
"""
|
|
2153
2075
|
|
|
2154
2076
|
:param context:
|
|
@@ -2156,7 +2078,7 @@ class USERPREF_PT_saveload_blend(CenterAlignMixIn, SaveLoadPanel, bpy.types.Pane
|
|
|
2156
2078
|
"""
|
|
2157
2079
|
|
|
2158
2080
|
class USERPREF_PT_saveload_file_browser(
|
|
2159
|
-
CenterAlignMixIn, SaveLoadPanel,
|
|
2081
|
+
CenterAlignMixIn, SaveLoadPanel, _bpy_types.Panel
|
|
2160
2082
|
):
|
|
2161
2083
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2162
2084
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -2173,24 +2095,22 @@ class USERPREF_PT_saveload_file_browser(
|
|
|
2173
2095
|
"""
|
|
2174
2096
|
|
|
2175
2097
|
:return: The RNA type or default when not found.
|
|
2176
|
-
:rtype: bpy.types.Struct
|
|
2177
2098
|
"""
|
|
2178
2099
|
|
|
2179
2100
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2180
2101
|
"""
|
|
2181
2102
|
|
|
2182
2103
|
:return: The class or default when not found.
|
|
2183
|
-
:rtype: typing.Any
|
|
2184
2104
|
"""
|
|
2185
2105
|
|
|
2186
|
-
def draw_centered(self, context, layout):
|
|
2106
|
+
def draw_centered(self, context, layout) -> None:
|
|
2187
2107
|
"""
|
|
2188
2108
|
|
|
2189
2109
|
:param context:
|
|
2190
2110
|
:param layout:
|
|
2191
2111
|
"""
|
|
2192
2112
|
|
|
2193
|
-
class USERPREF_PT_studiolight_light_editor(StudioLightPanel,
|
|
2113
|
+
class USERPREF_PT_studiolight_light_editor(StudioLightPanel, _bpy_types.Panel):
|
|
2194
2114
|
bl_context: typing.Any
|
|
2195
2115
|
bl_label: typing.Any
|
|
2196
2116
|
bl_options: typing.Any
|
|
@@ -2204,24 +2124,22 @@ class USERPREF_PT_studiolight_light_editor(StudioLightPanel, bpy.types.Panel):
|
|
|
2204
2124
|
"""
|
|
2205
2125
|
|
|
2206
2126
|
:return: The RNA type or default when not found.
|
|
2207
|
-
:rtype: bpy.types.Struct
|
|
2208
2127
|
"""
|
|
2209
2128
|
|
|
2210
2129
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2211
2130
|
"""
|
|
2212
2131
|
|
|
2213
2132
|
:return: The class or default when not found.
|
|
2214
|
-
:rtype: typing.Any
|
|
2215
2133
|
"""
|
|
2216
2134
|
|
|
2217
|
-
def draw(self, context):
|
|
2135
|
+
def draw(self, context) -> None:
|
|
2218
2136
|
"""
|
|
2219
2137
|
|
|
2220
2138
|
:param context:
|
|
2221
2139
|
"""
|
|
2222
2140
|
|
|
2223
2141
|
@staticmethod
|
|
2224
|
-
def opengl_light_buttons(layout, light):
|
|
2142
|
+
def opengl_light_buttons(layout, light) -> None:
|
|
2225
2143
|
"""
|
|
2226
2144
|
|
|
2227
2145
|
:param layout:
|
|
@@ -2229,7 +2147,7 @@ class USERPREF_PT_studiolight_light_editor(StudioLightPanel, bpy.types.Panel):
|
|
|
2229
2147
|
"""
|
|
2230
2148
|
|
|
2231
2149
|
class USERPREF_PT_studiolight_lights(
|
|
2232
|
-
StudioLightPanelMixin, StudioLightPanel,
|
|
2150
|
+
StudioLightPanelMixin, StudioLightPanel, _bpy_types.Panel
|
|
2233
2151
|
):
|
|
2234
2152
|
bl_context: typing.Any
|
|
2235
2153
|
bl_label: typing.Any
|
|
@@ -2243,26 +2161,24 @@ class USERPREF_PT_studiolight_lights(
|
|
|
2243
2161
|
"""
|
|
2244
2162
|
|
|
2245
2163
|
:return: The RNA type or default when not found.
|
|
2246
|
-
:rtype: bpy.types.Struct
|
|
2247
2164
|
"""
|
|
2248
2165
|
|
|
2249
2166
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2250
2167
|
"""
|
|
2251
2168
|
|
|
2252
2169
|
:return: The class or default when not found.
|
|
2253
|
-
:rtype: typing.Any
|
|
2254
2170
|
"""
|
|
2255
2171
|
|
|
2256
|
-
def draw_header_preset(self, _context):
|
|
2172
|
+
def draw_header_preset(self, _context) -> None:
|
|
2257
2173
|
"""
|
|
2258
2174
|
|
|
2259
2175
|
:param _context:
|
|
2260
2176
|
"""
|
|
2261
2177
|
|
|
2262
|
-
def get_error_message(self): ...
|
|
2178
|
+
def get_error_message(self) -> None: ...
|
|
2263
2179
|
|
|
2264
2180
|
class USERPREF_PT_studiolight_matcaps(
|
|
2265
|
-
StudioLightPanelMixin, StudioLightPanel,
|
|
2181
|
+
StudioLightPanelMixin, StudioLightPanel, _bpy_types.Panel
|
|
2266
2182
|
):
|
|
2267
2183
|
bl_context: typing.Any
|
|
2268
2184
|
bl_label: typing.Any
|
|
@@ -2276,26 +2192,24 @@ class USERPREF_PT_studiolight_matcaps(
|
|
|
2276
2192
|
"""
|
|
2277
2193
|
|
|
2278
2194
|
:return: The RNA type or default when not found.
|
|
2279
|
-
:rtype: bpy.types.Struct
|
|
2280
2195
|
"""
|
|
2281
2196
|
|
|
2282
2197
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2283
2198
|
"""
|
|
2284
2199
|
|
|
2285
2200
|
:return: The class or default when not found.
|
|
2286
|
-
:rtype: typing.Any
|
|
2287
2201
|
"""
|
|
2288
2202
|
|
|
2289
|
-
def draw_header_preset(self, _context):
|
|
2203
|
+
def draw_header_preset(self, _context) -> None:
|
|
2290
2204
|
"""
|
|
2291
2205
|
|
|
2292
2206
|
:param _context:
|
|
2293
2207
|
"""
|
|
2294
2208
|
|
|
2295
|
-
def get_error_message(self): ...
|
|
2209
|
+
def get_error_message(self) -> None: ...
|
|
2296
2210
|
|
|
2297
2211
|
class USERPREF_PT_studiolight_world(
|
|
2298
|
-
StudioLightPanelMixin, StudioLightPanel,
|
|
2212
|
+
StudioLightPanelMixin, StudioLightPanel, _bpy_types.Panel
|
|
2299
2213
|
):
|
|
2300
2214
|
bl_context: typing.Any
|
|
2301
2215
|
bl_label: typing.Any
|
|
@@ -2309,25 +2223,25 @@ class USERPREF_PT_studiolight_world(
|
|
|
2309
2223
|
"""
|
|
2310
2224
|
|
|
2311
2225
|
:return: The RNA type or default when not found.
|
|
2312
|
-
:rtype: bpy.types.Struct
|
|
2313
2226
|
"""
|
|
2314
2227
|
|
|
2315
2228
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2316
2229
|
"""
|
|
2317
2230
|
|
|
2318
2231
|
:return: The class or default when not found.
|
|
2319
|
-
:rtype: typing.Any
|
|
2320
2232
|
"""
|
|
2321
2233
|
|
|
2322
|
-
def draw_header_preset(self, _context):
|
|
2234
|
+
def draw_header_preset(self, _context) -> None:
|
|
2323
2235
|
"""
|
|
2324
2236
|
|
|
2325
2237
|
:param _context:
|
|
2326
2238
|
"""
|
|
2327
2239
|
|
|
2328
|
-
def get_error_message(self): ...
|
|
2240
|
+
def get_error_message(self) -> None: ...
|
|
2329
2241
|
|
|
2330
|
-
class USERPREF_PT_system_cycles_devices(
|
|
2242
|
+
class USERPREF_PT_system_cycles_devices(
|
|
2243
|
+
CenterAlignMixIn, SystemPanel, _bpy_types.Panel
|
|
2244
|
+
):
|
|
2331
2245
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2332
2246
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2333
2247
|
"""
|
|
@@ -2343,17 +2257,15 @@ class USERPREF_PT_system_cycles_devices(CenterAlignMixIn, SystemPanel, bpy.types
|
|
|
2343
2257
|
"""
|
|
2344
2258
|
|
|
2345
2259
|
:return: The RNA type or default when not found.
|
|
2346
|
-
:rtype: bpy.types.Struct
|
|
2347
2260
|
"""
|
|
2348
2261
|
|
|
2349
2262
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2350
2263
|
"""
|
|
2351
2264
|
|
|
2352
2265
|
:return: The class or default when not found.
|
|
2353
|
-
:rtype: typing.Any
|
|
2354
2266
|
"""
|
|
2355
2267
|
|
|
2356
|
-
def draw_centered(self, context, layout):
|
|
2268
|
+
def draw_centered(self, context, layout) -> None:
|
|
2357
2269
|
"""
|
|
2358
2270
|
|
|
2359
2271
|
:param context:
|
|
@@ -2361,7 +2273,7 @@ class USERPREF_PT_system_cycles_devices(CenterAlignMixIn, SystemPanel, bpy.types
|
|
|
2361
2273
|
"""
|
|
2362
2274
|
|
|
2363
2275
|
class USERPREF_PT_system_display_graphics(
|
|
2364
|
-
CenterAlignMixIn, SystemPanel,
|
|
2276
|
+
CenterAlignMixIn, SystemPanel, _bpy_types.Panel
|
|
2365
2277
|
):
|
|
2366
2278
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2367
2279
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -2378,17 +2290,15 @@ class USERPREF_PT_system_display_graphics(
|
|
|
2378
2290
|
"""
|
|
2379
2291
|
|
|
2380
2292
|
:return: The RNA type or default when not found.
|
|
2381
|
-
:rtype: bpy.types.Struct
|
|
2382
2293
|
"""
|
|
2383
2294
|
|
|
2384
2295
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2385
2296
|
"""
|
|
2386
2297
|
|
|
2387
2298
|
:return: The class or default when not found.
|
|
2388
|
-
:rtype: typing.Any
|
|
2389
2299
|
"""
|
|
2390
2300
|
|
|
2391
|
-
def draw_centered(self, context, layout):
|
|
2301
|
+
def draw_centered(self, context, layout) -> None:
|
|
2392
2302
|
"""
|
|
2393
2303
|
|
|
2394
2304
|
:param context:
|
|
@@ -2396,13 +2306,13 @@ class USERPREF_PT_system_display_graphics(
|
|
|
2396
2306
|
"""
|
|
2397
2307
|
|
|
2398
2308
|
@classmethod
|
|
2399
|
-
def poll(cls, _context):
|
|
2309
|
+
def poll(cls, _context) -> None:
|
|
2400
2310
|
"""
|
|
2401
2311
|
|
|
2402
2312
|
:param _context:
|
|
2403
2313
|
"""
|
|
2404
2314
|
|
|
2405
|
-
class USERPREF_PT_system_memory(CenterAlignMixIn, SystemPanel,
|
|
2315
|
+
class USERPREF_PT_system_memory(CenterAlignMixIn, SystemPanel, _bpy_types.Panel):
|
|
2406
2316
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2407
2317
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2408
2318
|
"""
|
|
@@ -2418,24 +2328,22 @@ class USERPREF_PT_system_memory(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
|
|
|
2418
2328
|
"""
|
|
2419
2329
|
|
|
2420
2330
|
:return: The RNA type or default when not found.
|
|
2421
|
-
:rtype: bpy.types.Struct
|
|
2422
2331
|
"""
|
|
2423
2332
|
|
|
2424
2333
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2425
2334
|
"""
|
|
2426
2335
|
|
|
2427
2336
|
:return: The class or default when not found.
|
|
2428
|
-
:rtype: typing.Any
|
|
2429
2337
|
"""
|
|
2430
2338
|
|
|
2431
|
-
def draw_centered(self, context, layout):
|
|
2339
|
+
def draw_centered(self, context, layout) -> None:
|
|
2432
2340
|
"""
|
|
2433
2341
|
|
|
2434
2342
|
:param context:
|
|
2435
2343
|
:param layout:
|
|
2436
2344
|
"""
|
|
2437
2345
|
|
|
2438
|
-
class USERPREF_PT_system_network(CenterAlignMixIn, SystemPanel,
|
|
2346
|
+
class USERPREF_PT_system_network(CenterAlignMixIn, SystemPanel, _bpy_types.Panel):
|
|
2439
2347
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2440
2348
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2441
2349
|
"""
|
|
@@ -2451,24 +2359,22 @@ class USERPREF_PT_system_network(CenterAlignMixIn, SystemPanel, bpy.types.Panel)
|
|
|
2451
2359
|
"""
|
|
2452
2360
|
|
|
2453
2361
|
:return: The RNA type or default when not found.
|
|
2454
|
-
:rtype: bpy.types.Struct
|
|
2455
2362
|
"""
|
|
2456
2363
|
|
|
2457
2364
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2458
2365
|
"""
|
|
2459
2366
|
|
|
2460
2367
|
:return: The class or default when not found.
|
|
2461
|
-
:rtype: typing.Any
|
|
2462
2368
|
"""
|
|
2463
2369
|
|
|
2464
|
-
def draw_centered(self, context, layout):
|
|
2370
|
+
def draw_centered(self, context, layout) -> None:
|
|
2465
2371
|
"""
|
|
2466
2372
|
|
|
2467
2373
|
:param context:
|
|
2468
2374
|
:param layout:
|
|
2469
2375
|
"""
|
|
2470
2376
|
|
|
2471
|
-
class USERPREF_PT_system_os_settings(CenterAlignMixIn, SystemPanel,
|
|
2377
|
+
class USERPREF_PT_system_os_settings(CenterAlignMixIn, SystemPanel, _bpy_types.Panel):
|
|
2472
2378
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2473
2379
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2474
2380
|
"""
|
|
@@ -2484,17 +2390,15 @@ class USERPREF_PT_system_os_settings(CenterAlignMixIn, SystemPanel, bpy.types.Pa
|
|
|
2484
2390
|
"""
|
|
2485
2391
|
|
|
2486
2392
|
:return: The RNA type or default when not found.
|
|
2487
|
-
:rtype: bpy.types.Struct
|
|
2488
2393
|
"""
|
|
2489
2394
|
|
|
2490
2395
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2491
2396
|
"""
|
|
2492
2397
|
|
|
2493
2398
|
:return: The class or default when not found.
|
|
2494
|
-
:rtype: typing.Any
|
|
2495
2399
|
"""
|
|
2496
2400
|
|
|
2497
|
-
def draw_centered(self, context, layout):
|
|
2401
|
+
def draw_centered(self, context, layout) -> None:
|
|
2498
2402
|
"""
|
|
2499
2403
|
|
|
2500
2404
|
:param context:
|
|
@@ -2502,13 +2406,13 @@ class USERPREF_PT_system_os_settings(CenterAlignMixIn, SystemPanel, bpy.types.Pa
|
|
|
2502
2406
|
"""
|
|
2503
2407
|
|
|
2504
2408
|
@classmethod
|
|
2505
|
-
def poll(cls, _context):
|
|
2409
|
+
def poll(cls, _context) -> None:
|
|
2506
2410
|
"""
|
|
2507
2411
|
|
|
2508
2412
|
:param _context:
|
|
2509
2413
|
"""
|
|
2510
2414
|
|
|
2511
|
-
class USERPREF_PT_system_sound(CenterAlignMixIn, SystemPanel,
|
|
2415
|
+
class USERPREF_PT_system_sound(CenterAlignMixIn, SystemPanel, _bpy_types.Panel):
|
|
2512
2416
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2513
2417
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2514
2418
|
"""
|
|
@@ -2525,17 +2429,15 @@ class USERPREF_PT_system_sound(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
|
|
|
2525
2429
|
"""
|
|
2526
2430
|
|
|
2527
2431
|
:return: The RNA type or default when not found.
|
|
2528
|
-
:rtype: bpy.types.Struct
|
|
2529
2432
|
"""
|
|
2530
2433
|
|
|
2531
2434
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2532
2435
|
"""
|
|
2533
2436
|
|
|
2534
2437
|
:return: The class or default when not found.
|
|
2535
|
-
:rtype: typing.Any
|
|
2536
2438
|
"""
|
|
2537
2439
|
|
|
2538
|
-
def draw_centered(self, context, layout):
|
|
2440
|
+
def draw_centered(self, context, layout) -> None:
|
|
2539
2441
|
"""
|
|
2540
2442
|
|
|
2541
2443
|
:param context:
|
|
@@ -2543,7 +2445,7 @@ class USERPREF_PT_system_sound(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
|
|
|
2543
2445
|
"""
|
|
2544
2446
|
|
|
2545
2447
|
class USERPREF_PT_system_video_sequencer(
|
|
2546
|
-
CenterAlignMixIn, SystemPanel,
|
|
2448
|
+
CenterAlignMixIn, SystemPanel, _bpy_types.Panel
|
|
2547
2449
|
):
|
|
2548
2450
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2549
2451
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -2560,24 +2462,22 @@ class USERPREF_PT_system_video_sequencer(
|
|
|
2560
2462
|
"""
|
|
2561
2463
|
|
|
2562
2464
|
:return: The RNA type or default when not found.
|
|
2563
|
-
:rtype: bpy.types.Struct
|
|
2564
2465
|
"""
|
|
2565
2466
|
|
|
2566
2467
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2567
2468
|
"""
|
|
2568
2469
|
|
|
2569
2470
|
:return: The class or default when not found.
|
|
2570
|
-
:rtype: typing.Any
|
|
2571
2471
|
"""
|
|
2572
2472
|
|
|
2573
|
-
def draw_centered(self, context, layout):
|
|
2473
|
+
def draw_centered(self, context, layout) -> None:
|
|
2574
2474
|
"""
|
|
2575
2475
|
|
|
2576
2476
|
:param context:
|
|
2577
2477
|
:param layout:
|
|
2578
2478
|
"""
|
|
2579
2479
|
|
|
2580
|
-
class USERPREF_PT_text_editor(FilePathsPanel,
|
|
2480
|
+
class USERPREF_PT_text_editor(FilePathsPanel, _bpy_types.Panel):
|
|
2581
2481
|
bl_context: typing.Any
|
|
2582
2482
|
bl_label: typing.Any
|
|
2583
2483
|
bl_parent_id: typing.Any
|
|
@@ -2590,29 +2490,27 @@ class USERPREF_PT_text_editor(FilePathsPanel, bpy.types.Panel):
|
|
|
2590
2490
|
"""
|
|
2591
2491
|
|
|
2592
2492
|
:return: The RNA type or default when not found.
|
|
2593
|
-
:rtype: bpy.types.Struct
|
|
2594
2493
|
"""
|
|
2595
2494
|
|
|
2596
2495
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2597
2496
|
"""
|
|
2598
2497
|
|
|
2599
2498
|
:return: The class or default when not found.
|
|
2600
|
-
:rtype: typing.Any
|
|
2601
2499
|
"""
|
|
2602
2500
|
|
|
2603
|
-
def draw(self, context):
|
|
2501
|
+
def draw(self, context) -> None:
|
|
2604
2502
|
"""
|
|
2605
2503
|
|
|
2606
2504
|
:param context:
|
|
2607
2505
|
"""
|
|
2608
2506
|
|
|
2609
|
-
def draw_header_preset(self, _context):
|
|
2507
|
+
def draw_header_preset(self, _context) -> None:
|
|
2610
2508
|
"""
|
|
2611
2509
|
|
|
2612
2510
|
:param _context:
|
|
2613
2511
|
"""
|
|
2614
2512
|
|
|
2615
|
-
class USERPREF_PT_text_editor_presets(bl_ui.utils.PresetPanel,
|
|
2513
|
+
class USERPREF_PT_text_editor_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel):
|
|
2616
2514
|
bl_label: typing.Any
|
|
2617
2515
|
bl_region_type: typing.Any
|
|
2618
2516
|
bl_rna: typing.Any
|
|
@@ -2626,17 +2524,15 @@ class USERPREF_PT_text_editor_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
|
|
|
2626
2524
|
"""
|
|
2627
2525
|
|
|
2628
2526
|
:return: The RNA type or default when not found.
|
|
2629
|
-
:rtype: bpy.types.Struct
|
|
2630
2527
|
"""
|
|
2631
2528
|
|
|
2632
2529
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2633
2530
|
"""
|
|
2634
2531
|
|
|
2635
2532
|
:return: The class or default when not found.
|
|
2636
|
-
:rtype: typing.Any
|
|
2637
2533
|
"""
|
|
2638
2534
|
|
|
2639
|
-
class USERPREF_PT_theme(ThemePanel,
|
|
2535
|
+
class USERPREF_PT_theme(ThemePanel, _bpy_types.Panel):
|
|
2640
2536
|
bl_context: typing.Any
|
|
2641
2537
|
bl_label: typing.Any
|
|
2642
2538
|
bl_options: typing.Any
|
|
@@ -2649,23 +2545,21 @@ class USERPREF_PT_theme(ThemePanel, bpy.types.Panel):
|
|
|
2649
2545
|
"""
|
|
2650
2546
|
|
|
2651
2547
|
:return: The RNA type or default when not found.
|
|
2652
|
-
:rtype: bpy.types.Struct
|
|
2653
2548
|
"""
|
|
2654
2549
|
|
|
2655
2550
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2656
2551
|
"""
|
|
2657
2552
|
|
|
2658
2553
|
:return: The class or default when not found.
|
|
2659
|
-
:rtype: typing.Any
|
|
2660
2554
|
"""
|
|
2661
2555
|
|
|
2662
|
-
def draw(self, context):
|
|
2556
|
+
def draw(self, context) -> None:
|
|
2663
2557
|
"""
|
|
2664
2558
|
|
|
2665
2559
|
:param context:
|
|
2666
2560
|
"""
|
|
2667
2561
|
|
|
2668
|
-
class USERPREF_PT_theme_bone_color_sets(CenterAlignMixIn, ThemePanel,
|
|
2562
|
+
class USERPREF_PT_theme_bone_color_sets(CenterAlignMixIn, ThemePanel, _bpy_types.Panel):
|
|
2669
2563
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2670
2564
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2671
2565
|
"""
|
|
@@ -2682,31 +2576,29 @@ class USERPREF_PT_theme_bone_color_sets(CenterAlignMixIn, ThemePanel, bpy.types.
|
|
|
2682
2576
|
"""
|
|
2683
2577
|
|
|
2684
2578
|
:return: The RNA type or default when not found.
|
|
2685
|
-
:rtype: bpy.types.Struct
|
|
2686
2579
|
"""
|
|
2687
2580
|
|
|
2688
2581
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2689
2582
|
"""
|
|
2690
2583
|
|
|
2691
2584
|
:return: The class or default when not found.
|
|
2692
|
-
:rtype: typing.Any
|
|
2693
2585
|
"""
|
|
2694
2586
|
|
|
2695
|
-
def draw_centered(self, context, layout):
|
|
2587
|
+
def draw_centered(self, context, layout) -> None:
|
|
2696
2588
|
"""
|
|
2697
2589
|
|
|
2698
2590
|
:param context:
|
|
2699
2591
|
:param layout:
|
|
2700
2592
|
"""
|
|
2701
2593
|
|
|
2702
|
-
def draw_header(self, _context):
|
|
2594
|
+
def draw_header(self, _context) -> None:
|
|
2703
2595
|
"""
|
|
2704
2596
|
|
|
2705
2597
|
:param _context:
|
|
2706
2598
|
"""
|
|
2707
2599
|
|
|
2708
2600
|
class USERPREF_PT_theme_collection_colors(
|
|
2709
|
-
CenterAlignMixIn, ThemePanel,
|
|
2601
|
+
CenterAlignMixIn, ThemePanel, _bpy_types.Panel
|
|
2710
2602
|
):
|
|
2711
2603
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2712
2604
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -2724,30 +2616,30 @@ class USERPREF_PT_theme_collection_colors(
|
|
|
2724
2616
|
"""
|
|
2725
2617
|
|
|
2726
2618
|
:return: The RNA type or default when not found.
|
|
2727
|
-
:rtype: bpy.types.Struct
|
|
2728
2619
|
"""
|
|
2729
2620
|
|
|
2730
2621
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2731
2622
|
"""
|
|
2732
2623
|
|
|
2733
2624
|
:return: The class or default when not found.
|
|
2734
|
-
:rtype: typing.Any
|
|
2735
2625
|
"""
|
|
2736
2626
|
|
|
2737
|
-
def draw_centered(self, context, layout):
|
|
2627
|
+
def draw_centered(self, context, layout) -> None:
|
|
2738
2628
|
"""
|
|
2739
2629
|
|
|
2740
2630
|
:param context:
|
|
2741
2631
|
:param layout:
|
|
2742
2632
|
"""
|
|
2743
2633
|
|
|
2744
|
-
def draw_header(self, _context):
|
|
2634
|
+
def draw_header(self, _context) -> None:
|
|
2745
2635
|
"""
|
|
2746
2636
|
|
|
2747
2637
|
:param _context:
|
|
2748
2638
|
"""
|
|
2749
2639
|
|
|
2750
|
-
class USERPREF_PT_theme_interface_gizmos(
|
|
2640
|
+
class USERPREF_PT_theme_interface_gizmos(
|
|
2641
|
+
CenterAlignMixIn, ThemePanel, _bpy_types.Panel
|
|
2642
|
+
):
|
|
2751
2643
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2752
2644
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2753
2645
|
"""
|
|
@@ -2765,24 +2657,22 @@ class USERPREF_PT_theme_interface_gizmos(CenterAlignMixIn, ThemePanel, bpy.types
|
|
|
2765
2657
|
"""
|
|
2766
2658
|
|
|
2767
2659
|
:return: The RNA type or default when not found.
|
|
2768
|
-
:rtype: bpy.types.Struct
|
|
2769
2660
|
"""
|
|
2770
2661
|
|
|
2771
2662
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2772
2663
|
"""
|
|
2773
2664
|
|
|
2774
2665
|
:return: The class or default when not found.
|
|
2775
|
-
:rtype: typing.Any
|
|
2776
2666
|
"""
|
|
2777
2667
|
|
|
2778
|
-
def draw_centered(self, context, layout):
|
|
2668
|
+
def draw_centered(self, context, layout) -> None:
|
|
2779
2669
|
"""
|
|
2780
2670
|
|
|
2781
2671
|
:param context:
|
|
2782
2672
|
:param layout:
|
|
2783
2673
|
"""
|
|
2784
2674
|
|
|
2785
|
-
class USERPREF_PT_theme_interface_icons(CenterAlignMixIn, ThemePanel,
|
|
2675
|
+
class USERPREF_PT_theme_interface_icons(CenterAlignMixIn, ThemePanel, _bpy_types.Panel):
|
|
2786
2676
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2787
2677
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2788
2678
|
"""
|
|
@@ -2800,24 +2690,22 @@ class USERPREF_PT_theme_interface_icons(CenterAlignMixIn, ThemePanel, bpy.types.
|
|
|
2800
2690
|
"""
|
|
2801
2691
|
|
|
2802
2692
|
:return: The RNA type or default when not found.
|
|
2803
|
-
:rtype: bpy.types.Struct
|
|
2804
2693
|
"""
|
|
2805
2694
|
|
|
2806
2695
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2807
2696
|
"""
|
|
2808
2697
|
|
|
2809
2698
|
:return: The class or default when not found.
|
|
2810
|
-
:rtype: typing.Any
|
|
2811
2699
|
"""
|
|
2812
2700
|
|
|
2813
|
-
def draw_centered(self, context, layout):
|
|
2701
|
+
def draw_centered(self, context, layout) -> None:
|
|
2814
2702
|
"""
|
|
2815
2703
|
|
|
2816
2704
|
:param context:
|
|
2817
2705
|
:param layout:
|
|
2818
2706
|
"""
|
|
2819
2707
|
|
|
2820
|
-
class
|
|
2708
|
+
class USERPREF_PT_theme_interface_panel(CenterAlignMixIn, ThemePanel, _bpy_types.Panel):
|
|
2821
2709
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2822
2710
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2823
2711
|
"""
|
|
@@ -2835,24 +2723,22 @@ class USERPREF_PT_theme_interface_state(CenterAlignMixIn, ThemePanel, bpy.types.
|
|
|
2835
2723
|
"""
|
|
2836
2724
|
|
|
2837
2725
|
:return: The RNA type or default when not found.
|
|
2838
|
-
:rtype: bpy.types.Struct
|
|
2839
2726
|
"""
|
|
2840
2727
|
|
|
2841
2728
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2842
2729
|
"""
|
|
2843
2730
|
|
|
2844
2731
|
:return: The class or default when not found.
|
|
2845
|
-
:rtype: typing.Any
|
|
2846
2732
|
"""
|
|
2847
2733
|
|
|
2848
|
-
def draw_centered(self, context, layout):
|
|
2734
|
+
def draw_centered(self, context, layout) -> None:
|
|
2849
2735
|
"""
|
|
2850
2736
|
|
|
2851
2737
|
:param context:
|
|
2852
2738
|
:param layout:
|
|
2853
2739
|
"""
|
|
2854
2740
|
|
|
2855
|
-
class
|
|
2741
|
+
class USERPREF_PT_theme_interface_state(CenterAlignMixIn, ThemePanel, _bpy_types.Panel):
|
|
2856
2742
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2857
2743
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2858
2744
|
"""
|
|
@@ -2870,25 +2756,23 @@ class USERPREF_PT_theme_interface_styles(CenterAlignMixIn, ThemePanel, bpy.types
|
|
|
2870
2756
|
"""
|
|
2871
2757
|
|
|
2872
2758
|
:return: The RNA type or default when not found.
|
|
2873
|
-
:rtype: bpy.types.Struct
|
|
2874
2759
|
"""
|
|
2875
2760
|
|
|
2876
2761
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2877
2762
|
"""
|
|
2878
2763
|
|
|
2879
2764
|
:return: The class or default when not found.
|
|
2880
|
-
:rtype: typing.Any
|
|
2881
2765
|
"""
|
|
2882
2766
|
|
|
2883
|
-
def draw_centered(self, context, layout):
|
|
2767
|
+
def draw_centered(self, context, layout) -> None:
|
|
2884
2768
|
"""
|
|
2885
2769
|
|
|
2886
2770
|
:param context:
|
|
2887
2771
|
:param layout:
|
|
2888
2772
|
"""
|
|
2889
2773
|
|
|
2890
|
-
class
|
|
2891
|
-
CenterAlignMixIn, ThemePanel,
|
|
2774
|
+
class USERPREF_PT_theme_interface_styles(
|
|
2775
|
+
CenterAlignMixIn, ThemePanel, _bpy_types.Panel
|
|
2892
2776
|
):
|
|
2893
2777
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2894
2778
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -2907,24 +2791,24 @@ class USERPREF_PT_theme_interface_transparent_checker(
|
|
|
2907
2791
|
"""
|
|
2908
2792
|
|
|
2909
2793
|
:return: The RNA type or default when not found.
|
|
2910
|
-
:rtype: bpy.types.Struct
|
|
2911
2794
|
"""
|
|
2912
2795
|
|
|
2913
2796
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2914
2797
|
"""
|
|
2915
2798
|
|
|
2916
2799
|
:return: The class or default when not found.
|
|
2917
|
-
:rtype: typing.Any
|
|
2918
2800
|
"""
|
|
2919
2801
|
|
|
2920
|
-
def draw_centered(self, context, layout):
|
|
2802
|
+
def draw_centered(self, context, layout) -> None:
|
|
2921
2803
|
"""
|
|
2922
2804
|
|
|
2923
2805
|
:param context:
|
|
2924
2806
|
:param layout:
|
|
2925
2807
|
"""
|
|
2926
2808
|
|
|
2927
|
-
class
|
|
2809
|
+
class USERPREF_PT_theme_interface_transparent_checker(
|
|
2810
|
+
CenterAlignMixIn, ThemePanel, _bpy_types.Panel
|
|
2811
|
+
):
|
|
2928
2812
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2929
2813
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2930
2814
|
"""
|
|
@@ -2932,6 +2816,7 @@ class USERPREF_PT_theme_strip_colors(CenterAlignMixIn, ThemePanel, bpy.types.Pan
|
|
|
2932
2816
|
bl_context: typing.Any
|
|
2933
2817
|
bl_label: typing.Any
|
|
2934
2818
|
bl_options: typing.Any
|
|
2819
|
+
bl_parent_id: typing.Any
|
|
2935
2820
|
bl_region_type: typing.Any
|
|
2936
2821
|
bl_rna: typing.Any
|
|
2937
2822
|
bl_space_type: typing.Any
|
|
@@ -2941,30 +2826,22 @@ class USERPREF_PT_theme_strip_colors(CenterAlignMixIn, ThemePanel, bpy.types.Pan
|
|
|
2941
2826
|
"""
|
|
2942
2827
|
|
|
2943
2828
|
:return: The RNA type or default when not found.
|
|
2944
|
-
:rtype: bpy.types.Struct
|
|
2945
2829
|
"""
|
|
2946
2830
|
|
|
2947
2831
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2948
2832
|
"""
|
|
2949
2833
|
|
|
2950
2834
|
:return: The class or default when not found.
|
|
2951
|
-
:rtype: typing.Any
|
|
2952
2835
|
"""
|
|
2953
2836
|
|
|
2954
|
-
def draw_centered(self, context, layout):
|
|
2837
|
+
def draw_centered(self, context, layout) -> None:
|
|
2955
2838
|
"""
|
|
2956
2839
|
|
|
2957
2840
|
:param context:
|
|
2958
2841
|
:param layout:
|
|
2959
2842
|
"""
|
|
2960
2843
|
|
|
2961
|
-
|
|
2962
|
-
"""
|
|
2963
|
-
|
|
2964
|
-
:param _context:
|
|
2965
|
-
"""
|
|
2966
|
-
|
|
2967
|
-
class USERPREF_PT_theme_text_style(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
|
|
2844
|
+
class USERPREF_PT_theme_strip_colors(CenterAlignMixIn, ThemePanel, _bpy_types.Panel):
|
|
2968
2845
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
2969
2846
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
2970
2847
|
"""
|
|
@@ -2981,30 +2858,28 @@ class USERPREF_PT_theme_text_style(CenterAlignMixIn, ThemePanel, bpy.types.Panel
|
|
|
2981
2858
|
"""
|
|
2982
2859
|
|
|
2983
2860
|
:return: The RNA type or default when not found.
|
|
2984
|
-
:rtype: bpy.types.Struct
|
|
2985
2861
|
"""
|
|
2986
2862
|
|
|
2987
2863
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2988
2864
|
"""
|
|
2989
2865
|
|
|
2990
2866
|
:return: The class or default when not found.
|
|
2991
|
-
:rtype: typing.Any
|
|
2992
2867
|
"""
|
|
2993
2868
|
|
|
2994
|
-
def draw_centered(self, context, layout):
|
|
2869
|
+
def draw_centered(self, context, layout) -> None:
|
|
2995
2870
|
"""
|
|
2996
2871
|
|
|
2997
2872
|
:param context:
|
|
2998
2873
|
:param layout:
|
|
2999
2874
|
"""
|
|
3000
2875
|
|
|
3001
|
-
def draw_header(self, _context):
|
|
2876
|
+
def draw_header(self, _context) -> None:
|
|
3002
2877
|
"""
|
|
3003
2878
|
|
|
3004
2879
|
:param _context:
|
|
3005
2880
|
"""
|
|
3006
2881
|
|
|
3007
|
-
class
|
|
2882
|
+
class USERPREF_PT_theme_text_style(CenterAlignMixIn, ThemePanel, _bpy_types.Panel):
|
|
3008
2883
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
3009
2884
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
3010
2885
|
"""
|
|
@@ -3021,35 +2896,35 @@ class USERPREF_PT_theme_user_interface(CenterAlignMixIn, ThemePanel, bpy.types.P
|
|
|
3021
2896
|
"""
|
|
3022
2897
|
|
|
3023
2898
|
:return: The RNA type or default when not found.
|
|
3024
|
-
:rtype: bpy.types.Struct
|
|
3025
2899
|
"""
|
|
3026
2900
|
|
|
3027
2901
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3028
2902
|
"""
|
|
3029
2903
|
|
|
3030
2904
|
:return: The class or default when not found.
|
|
3031
|
-
:rtype: typing.Any
|
|
3032
2905
|
"""
|
|
3033
2906
|
|
|
3034
|
-
def
|
|
2907
|
+
def draw_centered(self, context, layout) -> None:
|
|
3035
2908
|
"""
|
|
3036
2909
|
|
|
3037
2910
|
:param context:
|
|
2911
|
+
:param layout:
|
|
3038
2912
|
"""
|
|
3039
2913
|
|
|
3040
|
-
def draw_header(self, _context):
|
|
2914
|
+
def draw_header(self, _context) -> None:
|
|
3041
2915
|
"""
|
|
3042
2916
|
|
|
3043
2917
|
:param _context:
|
|
3044
2918
|
"""
|
|
3045
2919
|
|
|
3046
|
-
class
|
|
2920
|
+
class USERPREF_PT_theme_user_interface(CenterAlignMixIn, ThemePanel, _bpy_types.Panel):
|
|
3047
2921
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
3048
2922
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
3049
2923
|
"""
|
|
3050
2924
|
|
|
3051
2925
|
bl_context: typing.Any
|
|
3052
2926
|
bl_label: typing.Any
|
|
2927
|
+
bl_options: typing.Any
|
|
3053
2928
|
bl_region_type: typing.Any
|
|
3054
2929
|
bl_rna: typing.Any
|
|
3055
2930
|
bl_space_type: typing.Any
|
|
@@ -3059,24 +2934,27 @@ class USERPREF_PT_viewport_display(CenterAlignMixIn, ViewportPanel, bpy.types.Pa
|
|
|
3059
2934
|
"""
|
|
3060
2935
|
|
|
3061
2936
|
:return: The RNA type or default when not found.
|
|
3062
|
-
:rtype: bpy.types.Struct
|
|
3063
2937
|
"""
|
|
3064
2938
|
|
|
3065
2939
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3066
2940
|
"""
|
|
3067
2941
|
|
|
3068
2942
|
:return: The class or default when not found.
|
|
3069
|
-
:rtype: typing.Any
|
|
3070
2943
|
"""
|
|
3071
2944
|
|
|
3072
|
-
def
|
|
2945
|
+
def draw(self, context) -> None:
|
|
3073
2946
|
"""
|
|
3074
2947
|
|
|
3075
2948
|
:param context:
|
|
3076
|
-
:param layout:
|
|
3077
2949
|
"""
|
|
3078
2950
|
|
|
3079
|
-
|
|
2951
|
+
def draw_header(self, _context) -> None:
|
|
2952
|
+
"""
|
|
2953
|
+
|
|
2954
|
+
:param _context:
|
|
2955
|
+
"""
|
|
2956
|
+
|
|
2957
|
+
class USERPREF_PT_viewport_display(CenterAlignMixIn, ViewportPanel, _bpy_types.Panel):
|
|
3080
2958
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
3081
2959
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
3082
2960
|
"""
|
|
@@ -3092,31 +2970,28 @@ class USERPREF_PT_viewport_quality(CenterAlignMixIn, ViewportPanel, bpy.types.Pa
|
|
|
3092
2970
|
"""
|
|
3093
2971
|
|
|
3094
2972
|
:return: The RNA type or default when not found.
|
|
3095
|
-
:rtype: bpy.types.Struct
|
|
3096
2973
|
"""
|
|
3097
2974
|
|
|
3098
2975
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3099
2976
|
"""
|
|
3100
2977
|
|
|
3101
2978
|
:return: The class or default when not found.
|
|
3102
|
-
:rtype: typing.Any
|
|
3103
2979
|
"""
|
|
3104
2980
|
|
|
3105
|
-
def draw_centered(self, context, layout):
|
|
2981
|
+
def draw_centered(self, context, layout) -> None:
|
|
3106
2982
|
"""
|
|
3107
2983
|
|
|
3108
2984
|
:param context:
|
|
3109
2985
|
:param layout:
|
|
3110
2986
|
"""
|
|
3111
2987
|
|
|
3112
|
-
class
|
|
2988
|
+
class USERPREF_PT_viewport_quality(CenterAlignMixIn, ViewportPanel, _bpy_types.Panel):
|
|
3113
2989
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
3114
2990
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
3115
2991
|
"""
|
|
3116
2992
|
|
|
3117
2993
|
bl_context: typing.Any
|
|
3118
2994
|
bl_label: typing.Any
|
|
3119
|
-
bl_options: typing.Any
|
|
3120
2995
|
bl_region_type: typing.Any
|
|
3121
2996
|
bl_rna: typing.Any
|
|
3122
2997
|
bl_space_type: typing.Any
|
|
@@ -3126,17 +3001,15 @@ class USERPREF_PT_viewport_selection(CenterAlignMixIn, ViewportPanel, bpy.types.
|
|
|
3126
3001
|
"""
|
|
3127
3002
|
|
|
3128
3003
|
:return: The RNA type or default when not found.
|
|
3129
|
-
:rtype: bpy.types.Struct
|
|
3130
3004
|
"""
|
|
3131
3005
|
|
|
3132
3006
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3133
3007
|
"""
|
|
3134
3008
|
|
|
3135
3009
|
:return: The class or default when not found.
|
|
3136
|
-
:rtype: typing.Any
|
|
3137
3010
|
"""
|
|
3138
3011
|
|
|
3139
|
-
def draw_centered(self, context, layout):
|
|
3012
|
+
def draw_centered(self, context, layout) -> None:
|
|
3140
3013
|
"""
|
|
3141
3014
|
|
|
3142
3015
|
:param context:
|
|
@@ -3144,7 +3017,7 @@ class USERPREF_PT_viewport_selection(CenterAlignMixIn, ViewportPanel, bpy.types.
|
|
|
3144
3017
|
"""
|
|
3145
3018
|
|
|
3146
3019
|
class USERPREF_PT_viewport_subdivision(
|
|
3147
|
-
CenterAlignMixIn, ViewportPanel,
|
|
3020
|
+
CenterAlignMixIn, ViewportPanel, _bpy_types.Panel
|
|
3148
3021
|
):
|
|
3149
3022
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
3150
3023
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -3162,24 +3035,22 @@ class USERPREF_PT_viewport_subdivision(
|
|
|
3162
3035
|
"""
|
|
3163
3036
|
|
|
3164
3037
|
:return: The RNA type or default when not found.
|
|
3165
|
-
:rtype: bpy.types.Struct
|
|
3166
3038
|
"""
|
|
3167
3039
|
|
|
3168
3040
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3169
3041
|
"""
|
|
3170
3042
|
|
|
3171
3043
|
:return: The class or default when not found.
|
|
3172
|
-
:rtype: typing.Any
|
|
3173
3044
|
"""
|
|
3174
3045
|
|
|
3175
|
-
def draw_centered(self, context, layout):
|
|
3046
|
+
def draw_centered(self, context, layout) -> None:
|
|
3176
3047
|
"""
|
|
3177
3048
|
|
|
3178
3049
|
:param context:
|
|
3179
3050
|
:param layout:
|
|
3180
3051
|
"""
|
|
3181
3052
|
|
|
3182
|
-
class USERPREF_PT_viewport_textures(CenterAlignMixIn, ViewportPanel,
|
|
3053
|
+
class USERPREF_PT_viewport_textures(CenterAlignMixIn, ViewportPanel, _bpy_types.Panel):
|
|
3183
3054
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
3184
3055
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
3185
3056
|
"""
|
|
@@ -3195,24 +3066,22 @@ class USERPREF_PT_viewport_textures(CenterAlignMixIn, ViewportPanel, bpy.types.P
|
|
|
3195
3066
|
"""
|
|
3196
3067
|
|
|
3197
3068
|
:return: The RNA type or default when not found.
|
|
3198
|
-
:rtype: bpy.types.Struct
|
|
3199
3069
|
"""
|
|
3200
3070
|
|
|
3201
3071
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3202
3072
|
"""
|
|
3203
3073
|
|
|
3204
3074
|
:return: The class or default when not found.
|
|
3205
|
-
:rtype: typing.Any
|
|
3206
3075
|
"""
|
|
3207
3076
|
|
|
3208
|
-
def draw_centered(self, context, layout):
|
|
3077
|
+
def draw_centered(self, context, layout) -> None:
|
|
3209
3078
|
"""
|
|
3210
3079
|
|
|
3211
3080
|
:param context:
|
|
3212
3081
|
:param layout:
|
|
3213
3082
|
"""
|
|
3214
3083
|
|
|
3215
|
-
class USERPREF_UL_asset_libraries(
|
|
3084
|
+
class USERPREF_UL_asset_libraries(_bpy_types.UIList):
|
|
3216
3085
|
bl_rna: typing.Any
|
|
3217
3086
|
id_data: typing.Any
|
|
3218
3087
|
|
|
@@ -3220,14 +3089,12 @@ class USERPREF_UL_asset_libraries(bpy.types.UIList):
|
|
|
3220
3089
|
"""
|
|
3221
3090
|
|
|
3222
3091
|
:return: The RNA type or default when not found.
|
|
3223
|
-
:rtype: bpy.types.Struct
|
|
3224
3092
|
"""
|
|
3225
3093
|
|
|
3226
3094
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3227
3095
|
"""
|
|
3228
3096
|
|
|
3229
3097
|
:return: The class or default when not found.
|
|
3230
|
-
:rtype: typing.Any
|
|
3231
3098
|
"""
|
|
3232
3099
|
|
|
3233
3100
|
def draw_item(
|
|
@@ -3236,24 +3103,24 @@ class USERPREF_UL_asset_libraries(bpy.types.UIList):
|
|
|
3236
3103
|
layout,
|
|
3237
3104
|
_data,
|
|
3238
3105
|
item,
|
|
3239
|
-
|
|
3106
|
+
_icon,
|
|
3240
3107
|
_active_data,
|
|
3241
3108
|
_active_propname,
|
|
3242
3109
|
_index,
|
|
3243
|
-
):
|
|
3110
|
+
) -> None:
|
|
3244
3111
|
"""
|
|
3245
3112
|
|
|
3246
3113
|
:param _context:
|
|
3247
3114
|
:param layout:
|
|
3248
3115
|
:param _data:
|
|
3249
3116
|
:param item:
|
|
3250
|
-
:param
|
|
3117
|
+
:param _icon:
|
|
3251
3118
|
:param _active_data:
|
|
3252
3119
|
:param _active_propname:
|
|
3253
3120
|
:param _index:
|
|
3254
3121
|
"""
|
|
3255
3122
|
|
|
3256
|
-
class USERPREF_UL_extension_repos(
|
|
3123
|
+
class USERPREF_UL_extension_repos(_bpy_types.UIList):
|
|
3257
3124
|
bl_rna: typing.Any
|
|
3258
3125
|
id_data: typing.Any
|
|
3259
3126
|
|
|
@@ -3261,14 +3128,12 @@ class USERPREF_UL_extension_repos(bpy.types.UIList):
|
|
|
3261
3128
|
"""
|
|
3262
3129
|
|
|
3263
3130
|
:return: The RNA type or default when not found.
|
|
3264
|
-
:rtype: bpy.types.Struct
|
|
3265
3131
|
"""
|
|
3266
3132
|
|
|
3267
3133
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3268
3134
|
"""
|
|
3269
3135
|
|
|
3270
3136
|
:return: The class or default when not found.
|
|
3271
|
-
:rtype: typing.Any
|
|
3272
3137
|
"""
|
|
3273
3138
|
|
|
3274
3139
|
def draw_item(
|
|
@@ -3281,7 +3146,7 @@ class USERPREF_UL_extension_repos(bpy.types.UIList):
|
|
|
3281
3146
|
_active_data,
|
|
3282
3147
|
_active_propname,
|
|
3283
3148
|
_index,
|
|
3284
|
-
):
|
|
3149
|
+
) -> None:
|
|
3285
3150
|
"""
|
|
3286
3151
|
|
|
3287
3152
|
:param _context:
|
|
@@ -3294,7 +3159,7 @@ class USERPREF_UL_extension_repos(bpy.types.UIList):
|
|
|
3294
3159
|
:param _index:
|
|
3295
3160
|
"""
|
|
3296
3161
|
|
|
3297
|
-
def filter_items(self, _context, data, propname):
|
|
3162
|
+
def filter_items(self, _context, data, propname) -> None:
|
|
3298
3163
|
"""
|
|
3299
3164
|
|
|
3300
3165
|
:param _context:
|