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,10 +1,12 @@
|
|
|
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 bpy.types
|
|
5
7
|
|
|
6
8
|
class BONE_PT_bActionConstraint(
|
|
7
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
9
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
8
10
|
):
|
|
9
11
|
bl_context: typing.Any
|
|
10
12
|
bl_label: typing.Any
|
|
@@ -18,24 +20,22 @@ class BONE_PT_bActionConstraint(
|
|
|
18
20
|
"""
|
|
19
21
|
|
|
20
22
|
:return: The RNA type or default when not found.
|
|
21
|
-
:rtype: bpy.types.Struct
|
|
22
23
|
"""
|
|
23
24
|
|
|
24
25
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
25
26
|
"""
|
|
26
27
|
|
|
27
28
|
:return: The class or default when not found.
|
|
28
|
-
:rtype: typing.Any
|
|
29
29
|
"""
|
|
30
30
|
|
|
31
|
-
def draw(self, context):
|
|
31
|
+
def draw(self, context) -> None:
|
|
32
32
|
"""
|
|
33
33
|
|
|
34
34
|
:param context:
|
|
35
35
|
"""
|
|
36
36
|
|
|
37
37
|
class BONE_PT_bActionConstraint_action(
|
|
38
|
-
ConstraintButtonsSubPanel, BoneConstraintPanel,
|
|
38
|
+
ConstraintButtonsSubPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
39
39
|
):
|
|
40
40
|
bl_context: typing.Any
|
|
41
41
|
bl_label: typing.Any
|
|
@@ -49,24 +49,22 @@ class BONE_PT_bActionConstraint_action(
|
|
|
49
49
|
"""
|
|
50
50
|
|
|
51
51
|
:return: The RNA type or default when not found.
|
|
52
|
-
:rtype: bpy.types.Struct
|
|
53
52
|
"""
|
|
54
53
|
|
|
55
54
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
56
55
|
"""
|
|
57
56
|
|
|
58
57
|
:return: The class or default when not found.
|
|
59
|
-
:rtype: typing.Any
|
|
60
58
|
"""
|
|
61
59
|
|
|
62
|
-
def draw(self, context):
|
|
60
|
+
def draw(self, context) -> None:
|
|
63
61
|
"""
|
|
64
62
|
|
|
65
63
|
:param context:
|
|
66
64
|
"""
|
|
67
65
|
|
|
68
66
|
class BONE_PT_bActionConstraint_target(
|
|
69
|
-
ConstraintButtonsSubPanel, BoneConstraintPanel,
|
|
67
|
+
ConstraintButtonsSubPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
70
68
|
):
|
|
71
69
|
bl_context: typing.Any
|
|
72
70
|
bl_label: typing.Any
|
|
@@ -80,24 +78,22 @@ class BONE_PT_bActionConstraint_target(
|
|
|
80
78
|
"""
|
|
81
79
|
|
|
82
80
|
:return: The RNA type or default when not found.
|
|
83
|
-
:rtype: bpy.types.Struct
|
|
84
81
|
"""
|
|
85
82
|
|
|
86
83
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
87
84
|
"""
|
|
88
85
|
|
|
89
86
|
:return: The class or default when not found.
|
|
90
|
-
:rtype: typing.Any
|
|
91
87
|
"""
|
|
92
88
|
|
|
93
|
-
def draw(self, context):
|
|
89
|
+
def draw(self, context) -> None:
|
|
94
90
|
"""
|
|
95
91
|
|
|
96
92
|
:param context:
|
|
97
93
|
"""
|
|
98
94
|
|
|
99
95
|
class BONE_PT_bArmatureConstraint(
|
|
100
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
96
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
101
97
|
):
|
|
102
98
|
bl_context: typing.Any
|
|
103
99
|
bl_label: typing.Any
|
|
@@ -111,24 +107,22 @@ class BONE_PT_bArmatureConstraint(
|
|
|
111
107
|
"""
|
|
112
108
|
|
|
113
109
|
:return: The RNA type or default when not found.
|
|
114
|
-
:rtype: bpy.types.Struct
|
|
115
110
|
"""
|
|
116
111
|
|
|
117
112
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
118
113
|
"""
|
|
119
114
|
|
|
120
115
|
:return: The class or default when not found.
|
|
121
|
-
:rtype: typing.Any
|
|
122
116
|
"""
|
|
123
117
|
|
|
124
|
-
def draw(self, context):
|
|
118
|
+
def draw(self, context) -> None:
|
|
125
119
|
"""
|
|
126
120
|
|
|
127
121
|
:param context:
|
|
128
122
|
"""
|
|
129
123
|
|
|
130
124
|
class BONE_PT_bArmatureConstraint_bones(
|
|
131
|
-
ConstraintButtonsSubPanel, BoneConstraintPanel,
|
|
125
|
+
ConstraintButtonsSubPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
132
126
|
):
|
|
133
127
|
bl_context: typing.Any
|
|
134
128
|
bl_label: typing.Any
|
|
@@ -142,24 +136,22 @@ class BONE_PT_bArmatureConstraint_bones(
|
|
|
142
136
|
"""
|
|
143
137
|
|
|
144
138
|
:return: The RNA type or default when not found.
|
|
145
|
-
:rtype: bpy.types.Struct
|
|
146
139
|
"""
|
|
147
140
|
|
|
148
141
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
149
142
|
"""
|
|
150
143
|
|
|
151
144
|
:return: The class or default when not found.
|
|
152
|
-
:rtype: typing.Any
|
|
153
145
|
"""
|
|
154
146
|
|
|
155
|
-
def draw(self, context):
|
|
147
|
+
def draw(self, context) -> None:
|
|
156
148
|
"""
|
|
157
149
|
|
|
158
150
|
:param context:
|
|
159
151
|
"""
|
|
160
152
|
|
|
161
153
|
class BONE_PT_bCameraSolverConstraint(
|
|
162
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
154
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
163
155
|
):
|
|
164
156
|
bl_context: typing.Any
|
|
165
157
|
bl_label: typing.Any
|
|
@@ -173,24 +165,22 @@ class BONE_PT_bCameraSolverConstraint(
|
|
|
173
165
|
"""
|
|
174
166
|
|
|
175
167
|
:return: The RNA type or default when not found.
|
|
176
|
-
:rtype: bpy.types.Struct
|
|
177
168
|
"""
|
|
178
169
|
|
|
179
170
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
180
171
|
"""
|
|
181
172
|
|
|
182
173
|
:return: The class or default when not found.
|
|
183
|
-
:rtype: typing.Any
|
|
184
174
|
"""
|
|
185
175
|
|
|
186
|
-
def draw(self, context):
|
|
176
|
+
def draw(self, context) -> None:
|
|
187
177
|
"""
|
|
188
178
|
|
|
189
179
|
:param context:
|
|
190
180
|
"""
|
|
191
181
|
|
|
192
182
|
class BONE_PT_bChildOfConstraint(
|
|
193
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
183
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
194
184
|
):
|
|
195
185
|
bl_context: typing.Any
|
|
196
186
|
bl_label: typing.Any
|
|
@@ -204,24 +194,22 @@ class BONE_PT_bChildOfConstraint(
|
|
|
204
194
|
"""
|
|
205
195
|
|
|
206
196
|
:return: The RNA type or default when not found.
|
|
207
|
-
:rtype: bpy.types.Struct
|
|
208
197
|
"""
|
|
209
198
|
|
|
210
199
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
211
200
|
"""
|
|
212
201
|
|
|
213
202
|
:return: The class or default when not found.
|
|
214
|
-
:rtype: typing.Any
|
|
215
203
|
"""
|
|
216
204
|
|
|
217
|
-
def draw(self, context):
|
|
205
|
+
def draw(self, context) -> None:
|
|
218
206
|
"""
|
|
219
207
|
|
|
220
208
|
:param context:
|
|
221
209
|
"""
|
|
222
210
|
|
|
223
211
|
class BONE_PT_bClampToConstraint(
|
|
224
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
212
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
225
213
|
):
|
|
226
214
|
bl_context: typing.Any
|
|
227
215
|
bl_label: typing.Any
|
|
@@ -235,24 +223,22 @@ class BONE_PT_bClampToConstraint(
|
|
|
235
223
|
"""
|
|
236
224
|
|
|
237
225
|
:return: The RNA type or default when not found.
|
|
238
|
-
:rtype: bpy.types.Struct
|
|
239
226
|
"""
|
|
240
227
|
|
|
241
228
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
242
229
|
"""
|
|
243
230
|
|
|
244
231
|
:return: The class or default when not found.
|
|
245
|
-
:rtype: typing.Any
|
|
246
232
|
"""
|
|
247
233
|
|
|
248
|
-
def draw(self, context):
|
|
234
|
+
def draw(self, context) -> None:
|
|
249
235
|
"""
|
|
250
236
|
|
|
251
237
|
:param context:
|
|
252
238
|
"""
|
|
253
239
|
|
|
254
240
|
class BONE_PT_bDampTrackConstraint(
|
|
255
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
241
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
256
242
|
):
|
|
257
243
|
bl_context: typing.Any
|
|
258
244
|
bl_label: typing.Any
|
|
@@ -266,24 +252,22 @@ class BONE_PT_bDampTrackConstraint(
|
|
|
266
252
|
"""
|
|
267
253
|
|
|
268
254
|
:return: The RNA type or default when not found.
|
|
269
|
-
:rtype: bpy.types.Struct
|
|
270
255
|
"""
|
|
271
256
|
|
|
272
257
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
273
258
|
"""
|
|
274
259
|
|
|
275
260
|
:return: The class or default when not found.
|
|
276
|
-
:rtype: typing.Any
|
|
277
261
|
"""
|
|
278
262
|
|
|
279
|
-
def draw(self, context):
|
|
263
|
+
def draw(self, context) -> None:
|
|
280
264
|
"""
|
|
281
265
|
|
|
282
266
|
:param context:
|
|
283
267
|
"""
|
|
284
268
|
|
|
285
269
|
class BONE_PT_bDistLimitConstraint(
|
|
286
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
270
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
287
271
|
):
|
|
288
272
|
bl_context: typing.Any
|
|
289
273
|
bl_label: typing.Any
|
|
@@ -297,24 +281,22 @@ class BONE_PT_bDistLimitConstraint(
|
|
|
297
281
|
"""
|
|
298
282
|
|
|
299
283
|
:return: The RNA type or default when not found.
|
|
300
|
-
:rtype: bpy.types.Struct
|
|
301
284
|
"""
|
|
302
285
|
|
|
303
286
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
304
287
|
"""
|
|
305
288
|
|
|
306
289
|
:return: The class or default when not found.
|
|
307
|
-
:rtype: typing.Any
|
|
308
290
|
"""
|
|
309
291
|
|
|
310
|
-
def draw(self, context):
|
|
292
|
+
def draw(self, context) -> None:
|
|
311
293
|
"""
|
|
312
294
|
|
|
313
295
|
:param context:
|
|
314
296
|
"""
|
|
315
297
|
|
|
316
298
|
class BONE_PT_bFollowPathConstraint(
|
|
317
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
299
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
318
300
|
):
|
|
319
301
|
bl_context: typing.Any
|
|
320
302
|
bl_label: typing.Any
|
|
@@ -328,24 +310,22 @@ class BONE_PT_bFollowPathConstraint(
|
|
|
328
310
|
"""
|
|
329
311
|
|
|
330
312
|
:return: The RNA type or default when not found.
|
|
331
|
-
:rtype: bpy.types.Struct
|
|
332
313
|
"""
|
|
333
314
|
|
|
334
315
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
335
316
|
"""
|
|
336
317
|
|
|
337
318
|
:return: The class or default when not found.
|
|
338
|
-
:rtype: typing.Any
|
|
339
319
|
"""
|
|
340
320
|
|
|
341
|
-
def draw(self, context):
|
|
321
|
+
def draw(self, context) -> None:
|
|
342
322
|
"""
|
|
343
323
|
|
|
344
324
|
:param context:
|
|
345
325
|
"""
|
|
346
326
|
|
|
347
327
|
class BONE_PT_bFollowTrackConstraint(
|
|
348
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
328
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
349
329
|
):
|
|
350
330
|
bl_context: typing.Any
|
|
351
331
|
bl_label: typing.Any
|
|
@@ -359,24 +339,22 @@ class BONE_PT_bFollowTrackConstraint(
|
|
|
359
339
|
"""
|
|
360
340
|
|
|
361
341
|
:return: The RNA type or default when not found.
|
|
362
|
-
:rtype: bpy.types.Struct
|
|
363
342
|
"""
|
|
364
343
|
|
|
365
344
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
366
345
|
"""
|
|
367
346
|
|
|
368
347
|
:return: The class or default when not found.
|
|
369
|
-
:rtype: typing.Any
|
|
370
348
|
"""
|
|
371
349
|
|
|
372
|
-
def draw(self, context):
|
|
350
|
+
def draw(self, context) -> None:
|
|
373
351
|
"""
|
|
374
352
|
|
|
375
353
|
:param context:
|
|
376
354
|
"""
|
|
377
355
|
|
|
378
|
-
class
|
|
379
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
356
|
+
class BONE_PT_bGeometryAttributeConstraint(
|
|
357
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
380
358
|
):
|
|
381
359
|
bl_context: typing.Any
|
|
382
360
|
bl_label: typing.Any
|
|
@@ -390,24 +368,22 @@ class BONE_PT_bKinematicConstraint(
|
|
|
390
368
|
"""
|
|
391
369
|
|
|
392
370
|
:return: The RNA type or default when not found.
|
|
393
|
-
:rtype: bpy.types.Struct
|
|
394
371
|
"""
|
|
395
372
|
|
|
396
373
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
397
374
|
"""
|
|
398
375
|
|
|
399
376
|
:return: The class or default when not found.
|
|
400
|
-
:rtype: typing.Any
|
|
401
377
|
"""
|
|
402
378
|
|
|
403
|
-
def draw(self, context):
|
|
379
|
+
def draw(self, context) -> None:
|
|
404
380
|
"""
|
|
405
381
|
|
|
406
382
|
:param context:
|
|
407
383
|
"""
|
|
408
384
|
|
|
409
|
-
class
|
|
410
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
385
|
+
class BONE_PT_bKinematicConstraint(
|
|
386
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
411
387
|
):
|
|
412
388
|
bl_context: typing.Any
|
|
413
389
|
bl_label: typing.Any
|
|
@@ -421,24 +397,22 @@ class BONE_PT_bLocLimitConstraint(
|
|
|
421
397
|
"""
|
|
422
398
|
|
|
423
399
|
:return: The RNA type or default when not found.
|
|
424
|
-
:rtype: bpy.types.Struct
|
|
425
400
|
"""
|
|
426
401
|
|
|
427
402
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
428
403
|
"""
|
|
429
404
|
|
|
430
405
|
:return: The class or default when not found.
|
|
431
|
-
:rtype: typing.Any
|
|
432
406
|
"""
|
|
433
407
|
|
|
434
|
-
def draw(self, context):
|
|
408
|
+
def draw(self, context) -> None:
|
|
435
409
|
"""
|
|
436
410
|
|
|
437
411
|
:param context:
|
|
438
412
|
"""
|
|
439
413
|
|
|
440
|
-
class
|
|
441
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
414
|
+
class BONE_PT_bLocLimitConstraint(
|
|
415
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
442
416
|
):
|
|
443
417
|
bl_context: typing.Any
|
|
444
418
|
bl_label: typing.Any
|
|
@@ -452,24 +426,22 @@ class BONE_PT_bLocateLikeConstraint(
|
|
|
452
426
|
"""
|
|
453
427
|
|
|
454
428
|
:return: The RNA type or default when not found.
|
|
455
|
-
:rtype: bpy.types.Struct
|
|
456
429
|
"""
|
|
457
430
|
|
|
458
431
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
459
432
|
"""
|
|
460
433
|
|
|
461
434
|
:return: The class or default when not found.
|
|
462
|
-
:rtype: typing.Any
|
|
463
435
|
"""
|
|
464
436
|
|
|
465
|
-
def draw(self, context):
|
|
437
|
+
def draw(self, context) -> None:
|
|
466
438
|
"""
|
|
467
439
|
|
|
468
440
|
:param context:
|
|
469
441
|
"""
|
|
470
442
|
|
|
471
|
-
class
|
|
472
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
443
|
+
class BONE_PT_bLocateLikeConstraint(
|
|
444
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
473
445
|
):
|
|
474
446
|
bl_context: typing.Any
|
|
475
447
|
bl_label: typing.Any
|
|
@@ -483,24 +455,22 @@ class BONE_PT_bLockTrackConstraint(
|
|
|
483
455
|
"""
|
|
484
456
|
|
|
485
457
|
:return: The RNA type or default when not found.
|
|
486
|
-
:rtype: bpy.types.Struct
|
|
487
458
|
"""
|
|
488
459
|
|
|
489
460
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
490
461
|
"""
|
|
491
462
|
|
|
492
463
|
:return: The class or default when not found.
|
|
493
|
-
:rtype: typing.Any
|
|
494
464
|
"""
|
|
495
465
|
|
|
496
|
-
def draw(self, context):
|
|
466
|
+
def draw(self, context) -> None:
|
|
497
467
|
"""
|
|
498
468
|
|
|
499
469
|
:param context:
|
|
500
470
|
"""
|
|
501
471
|
|
|
502
|
-
class
|
|
503
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
472
|
+
class BONE_PT_bLockTrackConstraint(
|
|
473
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
504
474
|
):
|
|
505
475
|
bl_context: typing.Any
|
|
506
476
|
bl_label: typing.Any
|
|
@@ -514,24 +484,22 @@ class BONE_PT_bMinMaxConstraint(
|
|
|
514
484
|
"""
|
|
515
485
|
|
|
516
486
|
:return: The RNA type or default when not found.
|
|
517
|
-
:rtype: bpy.types.Struct
|
|
518
487
|
"""
|
|
519
488
|
|
|
520
489
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
521
490
|
"""
|
|
522
491
|
|
|
523
492
|
:return: The class or default when not found.
|
|
524
|
-
:rtype: typing.Any
|
|
525
493
|
"""
|
|
526
494
|
|
|
527
|
-
def draw(self, context):
|
|
495
|
+
def draw(self, context) -> None:
|
|
528
496
|
"""
|
|
529
497
|
|
|
530
498
|
:param context:
|
|
531
499
|
"""
|
|
532
500
|
|
|
533
|
-
class
|
|
534
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
501
|
+
class BONE_PT_bMinMaxConstraint(
|
|
502
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
535
503
|
):
|
|
536
504
|
bl_context: typing.Any
|
|
537
505
|
bl_label: typing.Any
|
|
@@ -545,24 +513,22 @@ class BONE_PT_bObjectSolverConstraint(
|
|
|
545
513
|
"""
|
|
546
514
|
|
|
547
515
|
:return: The RNA type or default when not found.
|
|
548
|
-
:rtype: bpy.types.Struct
|
|
549
516
|
"""
|
|
550
517
|
|
|
551
518
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
552
519
|
"""
|
|
553
520
|
|
|
554
521
|
:return: The class or default when not found.
|
|
555
|
-
:rtype: typing.Any
|
|
556
522
|
"""
|
|
557
523
|
|
|
558
|
-
def draw(self, context):
|
|
524
|
+
def draw(self, context) -> None:
|
|
559
525
|
"""
|
|
560
526
|
|
|
561
527
|
:param context:
|
|
562
528
|
"""
|
|
563
529
|
|
|
564
|
-
class
|
|
565
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
530
|
+
class BONE_PT_bObjectSolverConstraint(
|
|
531
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
566
532
|
):
|
|
567
533
|
bl_context: typing.Any
|
|
568
534
|
bl_label: typing.Any
|
|
@@ -576,24 +542,22 @@ class BONE_PT_bPivotConstraint(
|
|
|
576
542
|
"""
|
|
577
543
|
|
|
578
544
|
:return: The RNA type or default when not found.
|
|
579
|
-
:rtype: bpy.types.Struct
|
|
580
545
|
"""
|
|
581
546
|
|
|
582
547
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
583
548
|
"""
|
|
584
549
|
|
|
585
550
|
:return: The class or default when not found.
|
|
586
|
-
:rtype: typing.Any
|
|
587
551
|
"""
|
|
588
552
|
|
|
589
|
-
def draw(self, context):
|
|
553
|
+
def draw(self, context) -> None:
|
|
590
554
|
"""
|
|
591
555
|
|
|
592
556
|
:param context:
|
|
593
557
|
"""
|
|
594
558
|
|
|
595
|
-
class
|
|
596
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
559
|
+
class BONE_PT_bPivotConstraint(
|
|
560
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
597
561
|
):
|
|
598
562
|
bl_context: typing.Any
|
|
599
563
|
bl_label: typing.Any
|
|
@@ -607,24 +571,22 @@ class BONE_PT_bPythonConstraint(
|
|
|
607
571
|
"""
|
|
608
572
|
|
|
609
573
|
:return: The RNA type or default when not found.
|
|
610
|
-
:rtype: bpy.types.Struct
|
|
611
574
|
"""
|
|
612
575
|
|
|
613
576
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
614
577
|
"""
|
|
615
578
|
|
|
616
579
|
:return: The class or default when not found.
|
|
617
|
-
:rtype: typing.Any
|
|
618
580
|
"""
|
|
619
581
|
|
|
620
|
-
def draw(self, context):
|
|
582
|
+
def draw(self, context) -> None:
|
|
621
583
|
"""
|
|
622
584
|
|
|
623
585
|
:param context:
|
|
624
586
|
"""
|
|
625
587
|
|
|
626
588
|
class BONE_PT_bRotLimitConstraint(
|
|
627
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
589
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
628
590
|
):
|
|
629
591
|
bl_context: typing.Any
|
|
630
592
|
bl_label: typing.Any
|
|
@@ -638,24 +600,22 @@ class BONE_PT_bRotLimitConstraint(
|
|
|
638
600
|
"""
|
|
639
601
|
|
|
640
602
|
:return: The RNA type or default when not found.
|
|
641
|
-
:rtype: bpy.types.Struct
|
|
642
603
|
"""
|
|
643
604
|
|
|
644
605
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
645
606
|
"""
|
|
646
607
|
|
|
647
608
|
:return: The class or default when not found.
|
|
648
|
-
:rtype: typing.Any
|
|
649
609
|
"""
|
|
650
610
|
|
|
651
|
-
def draw(self, context):
|
|
611
|
+
def draw(self, context) -> None:
|
|
652
612
|
"""
|
|
653
613
|
|
|
654
614
|
:param context:
|
|
655
615
|
"""
|
|
656
616
|
|
|
657
617
|
class BONE_PT_bRotateLikeConstraint(
|
|
658
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
618
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
659
619
|
):
|
|
660
620
|
bl_context: typing.Any
|
|
661
621
|
bl_label: typing.Any
|
|
@@ -669,24 +629,22 @@ class BONE_PT_bRotateLikeConstraint(
|
|
|
669
629
|
"""
|
|
670
630
|
|
|
671
631
|
:return: The RNA type or default when not found.
|
|
672
|
-
:rtype: bpy.types.Struct
|
|
673
632
|
"""
|
|
674
633
|
|
|
675
634
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
676
635
|
"""
|
|
677
636
|
|
|
678
637
|
:return: The class or default when not found.
|
|
679
|
-
:rtype: typing.Any
|
|
680
638
|
"""
|
|
681
639
|
|
|
682
|
-
def draw(self, context):
|
|
640
|
+
def draw(self, context) -> None:
|
|
683
641
|
"""
|
|
684
642
|
|
|
685
643
|
:param context:
|
|
686
644
|
"""
|
|
687
645
|
|
|
688
646
|
class BONE_PT_bSameVolumeConstraint(
|
|
689
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
647
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
690
648
|
):
|
|
691
649
|
bl_context: typing.Any
|
|
692
650
|
bl_label: typing.Any
|
|
@@ -700,24 +658,22 @@ class BONE_PT_bSameVolumeConstraint(
|
|
|
700
658
|
"""
|
|
701
659
|
|
|
702
660
|
:return: The RNA type or default when not found.
|
|
703
|
-
:rtype: bpy.types.Struct
|
|
704
661
|
"""
|
|
705
662
|
|
|
706
663
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
707
664
|
"""
|
|
708
665
|
|
|
709
666
|
:return: The class or default when not found.
|
|
710
|
-
:rtype: typing.Any
|
|
711
667
|
"""
|
|
712
668
|
|
|
713
|
-
def draw(self, context):
|
|
669
|
+
def draw(self, context) -> None:
|
|
714
670
|
"""
|
|
715
671
|
|
|
716
672
|
:param context:
|
|
717
673
|
"""
|
|
718
674
|
|
|
719
675
|
class BONE_PT_bShrinkwrapConstraint(
|
|
720
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
676
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
721
677
|
):
|
|
722
678
|
bl_context: typing.Any
|
|
723
679
|
bl_label: typing.Any
|
|
@@ -731,24 +687,22 @@ class BONE_PT_bShrinkwrapConstraint(
|
|
|
731
687
|
"""
|
|
732
688
|
|
|
733
689
|
:return: The RNA type or default when not found.
|
|
734
|
-
:rtype: bpy.types.Struct
|
|
735
690
|
"""
|
|
736
691
|
|
|
737
692
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
738
693
|
"""
|
|
739
694
|
|
|
740
695
|
:return: The class or default when not found.
|
|
741
|
-
:rtype: typing.Any
|
|
742
696
|
"""
|
|
743
697
|
|
|
744
|
-
def draw(self, context):
|
|
698
|
+
def draw(self, context) -> None:
|
|
745
699
|
"""
|
|
746
700
|
|
|
747
701
|
:param context:
|
|
748
702
|
"""
|
|
749
703
|
|
|
750
704
|
class BONE_PT_bSizeLikeConstraint(
|
|
751
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
705
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
752
706
|
):
|
|
753
707
|
bl_context: typing.Any
|
|
754
708
|
bl_label: typing.Any
|
|
@@ -762,24 +716,22 @@ class BONE_PT_bSizeLikeConstraint(
|
|
|
762
716
|
"""
|
|
763
717
|
|
|
764
718
|
:return: The RNA type or default when not found.
|
|
765
|
-
:rtype: bpy.types.Struct
|
|
766
719
|
"""
|
|
767
720
|
|
|
768
721
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
769
722
|
"""
|
|
770
723
|
|
|
771
724
|
:return: The class or default when not found.
|
|
772
|
-
:rtype: typing.Any
|
|
773
725
|
"""
|
|
774
726
|
|
|
775
|
-
def draw(self, context):
|
|
727
|
+
def draw(self, context) -> None:
|
|
776
728
|
"""
|
|
777
729
|
|
|
778
730
|
:param context:
|
|
779
731
|
"""
|
|
780
732
|
|
|
781
733
|
class BONE_PT_bSizeLimitConstraint(
|
|
782
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
734
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
783
735
|
):
|
|
784
736
|
bl_context: typing.Any
|
|
785
737
|
bl_label: typing.Any
|
|
@@ -793,24 +745,22 @@ class BONE_PT_bSizeLimitConstraint(
|
|
|
793
745
|
"""
|
|
794
746
|
|
|
795
747
|
:return: The RNA type or default when not found.
|
|
796
|
-
:rtype: bpy.types.Struct
|
|
797
748
|
"""
|
|
798
749
|
|
|
799
750
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
800
751
|
"""
|
|
801
752
|
|
|
802
753
|
:return: The class or default when not found.
|
|
803
|
-
:rtype: typing.Any
|
|
804
754
|
"""
|
|
805
755
|
|
|
806
|
-
def draw(self, context):
|
|
756
|
+
def draw(self, context) -> None:
|
|
807
757
|
"""
|
|
808
758
|
|
|
809
759
|
:param context:
|
|
810
760
|
"""
|
|
811
761
|
|
|
812
762
|
class BONE_PT_bSplineIKConstraint(
|
|
813
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
763
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
814
764
|
):
|
|
815
765
|
bl_context: typing.Any
|
|
816
766
|
bl_label: typing.Any
|
|
@@ -824,24 +774,22 @@ class BONE_PT_bSplineIKConstraint(
|
|
|
824
774
|
"""
|
|
825
775
|
|
|
826
776
|
:return: The RNA type or default when not found.
|
|
827
|
-
:rtype: bpy.types.Struct
|
|
828
777
|
"""
|
|
829
778
|
|
|
830
779
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
831
780
|
"""
|
|
832
781
|
|
|
833
782
|
:return: The class or default when not found.
|
|
834
|
-
:rtype: typing.Any
|
|
835
783
|
"""
|
|
836
784
|
|
|
837
|
-
def draw(self, context):
|
|
785
|
+
def draw(self, context) -> None:
|
|
838
786
|
"""
|
|
839
787
|
|
|
840
788
|
:param context:
|
|
841
789
|
"""
|
|
842
790
|
|
|
843
791
|
class BONE_PT_bSplineIKConstraint_chain_scaling(
|
|
844
|
-
ConstraintButtonsSubPanel, BoneConstraintPanel,
|
|
792
|
+
ConstraintButtonsSubPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
845
793
|
):
|
|
846
794
|
bl_context: typing.Any
|
|
847
795
|
bl_label: typing.Any
|
|
@@ -855,24 +803,22 @@ class BONE_PT_bSplineIKConstraint_chain_scaling(
|
|
|
855
803
|
"""
|
|
856
804
|
|
|
857
805
|
:return: The RNA type or default when not found.
|
|
858
|
-
:rtype: bpy.types.Struct
|
|
859
806
|
"""
|
|
860
807
|
|
|
861
808
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
862
809
|
"""
|
|
863
810
|
|
|
864
811
|
:return: The class or default when not found.
|
|
865
|
-
:rtype: typing.Any
|
|
866
812
|
"""
|
|
867
813
|
|
|
868
|
-
def draw(self, context):
|
|
814
|
+
def draw(self, context) -> None:
|
|
869
815
|
"""
|
|
870
816
|
|
|
871
817
|
:param context:
|
|
872
818
|
"""
|
|
873
819
|
|
|
874
820
|
class BONE_PT_bSplineIKConstraint_fitting(
|
|
875
|
-
ConstraintButtonsSubPanel, BoneConstraintPanel,
|
|
821
|
+
ConstraintButtonsSubPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
876
822
|
):
|
|
877
823
|
bl_context: typing.Any
|
|
878
824
|
bl_label: typing.Any
|
|
@@ -886,24 +832,22 @@ class BONE_PT_bSplineIKConstraint_fitting(
|
|
|
886
832
|
"""
|
|
887
833
|
|
|
888
834
|
:return: The RNA type or default when not found.
|
|
889
|
-
:rtype: bpy.types.Struct
|
|
890
835
|
"""
|
|
891
836
|
|
|
892
837
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
893
838
|
"""
|
|
894
839
|
|
|
895
840
|
:return: The class or default when not found.
|
|
896
|
-
:rtype: typing.Any
|
|
897
841
|
"""
|
|
898
842
|
|
|
899
|
-
def draw(self, context):
|
|
843
|
+
def draw(self, context) -> None:
|
|
900
844
|
"""
|
|
901
845
|
|
|
902
846
|
:param context:
|
|
903
847
|
"""
|
|
904
848
|
|
|
905
849
|
class BONE_PT_bStretchToConstraint(
|
|
906
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
850
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
907
851
|
):
|
|
908
852
|
bl_context: typing.Any
|
|
909
853
|
bl_label: typing.Any
|
|
@@ -917,24 +861,22 @@ class BONE_PT_bStretchToConstraint(
|
|
|
917
861
|
"""
|
|
918
862
|
|
|
919
863
|
:return: The RNA type or default when not found.
|
|
920
|
-
:rtype: bpy.types.Struct
|
|
921
864
|
"""
|
|
922
865
|
|
|
923
866
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
924
867
|
"""
|
|
925
868
|
|
|
926
869
|
:return: The class or default when not found.
|
|
927
|
-
:rtype: typing.Any
|
|
928
870
|
"""
|
|
929
871
|
|
|
930
|
-
def draw(self, context):
|
|
872
|
+
def draw(self, context) -> None:
|
|
931
873
|
"""
|
|
932
874
|
|
|
933
875
|
:param context:
|
|
934
876
|
"""
|
|
935
877
|
|
|
936
878
|
class BONE_PT_bTrackToConstraint(
|
|
937
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
879
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
938
880
|
):
|
|
939
881
|
bl_context: typing.Any
|
|
940
882
|
bl_label: typing.Any
|
|
@@ -948,24 +890,22 @@ class BONE_PT_bTrackToConstraint(
|
|
|
948
890
|
"""
|
|
949
891
|
|
|
950
892
|
:return: The RNA type or default when not found.
|
|
951
|
-
:rtype: bpy.types.Struct
|
|
952
893
|
"""
|
|
953
894
|
|
|
954
895
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
955
896
|
"""
|
|
956
897
|
|
|
957
898
|
:return: The class or default when not found.
|
|
958
|
-
:rtype: typing.Any
|
|
959
899
|
"""
|
|
960
900
|
|
|
961
|
-
def draw(self, context):
|
|
901
|
+
def draw(self, context) -> None:
|
|
962
902
|
"""
|
|
963
903
|
|
|
964
904
|
:param context:
|
|
965
905
|
"""
|
|
966
906
|
|
|
967
907
|
class BONE_PT_bTransLikeConstraint(
|
|
968
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
908
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
969
909
|
):
|
|
970
910
|
bl_context: typing.Any
|
|
971
911
|
bl_label: typing.Any
|
|
@@ -979,24 +919,22 @@ class BONE_PT_bTransLikeConstraint(
|
|
|
979
919
|
"""
|
|
980
920
|
|
|
981
921
|
:return: The RNA type or default when not found.
|
|
982
|
-
:rtype: bpy.types.Struct
|
|
983
922
|
"""
|
|
984
923
|
|
|
985
924
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
986
925
|
"""
|
|
987
926
|
|
|
988
927
|
:return: The class or default when not found.
|
|
989
|
-
:rtype: typing.Any
|
|
990
928
|
"""
|
|
991
929
|
|
|
992
|
-
def draw(self, context):
|
|
930
|
+
def draw(self, context) -> None:
|
|
993
931
|
"""
|
|
994
932
|
|
|
995
933
|
:param context:
|
|
996
934
|
"""
|
|
997
935
|
|
|
998
936
|
class BONE_PT_bTransformCacheConstraint(
|
|
999
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
937
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
1000
938
|
):
|
|
1001
939
|
bl_context: typing.Any
|
|
1002
940
|
bl_label: typing.Any
|
|
@@ -1010,55 +948,22 @@ class BONE_PT_bTransformCacheConstraint(
|
|
|
1010
948
|
"""
|
|
1011
949
|
|
|
1012
950
|
:return: The RNA type or default when not found.
|
|
1013
|
-
:rtype: bpy.types.Struct
|
|
1014
951
|
"""
|
|
1015
952
|
|
|
1016
953
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1017
954
|
"""
|
|
1018
955
|
|
|
1019
956
|
:return: The class or default when not found.
|
|
1020
|
-
:rtype: typing.Any
|
|
1021
957
|
"""
|
|
1022
958
|
|
|
1023
|
-
def draw(self, context):
|
|
959
|
+
def draw(self, context) -> None:
|
|
1024
960
|
"""
|
|
1025
961
|
|
|
1026
962
|
:param context:
|
|
1027
963
|
"""
|
|
1028
964
|
|
|
1029
965
|
class BONE_PT_bTransformCacheConstraint_layers(
|
|
1030
|
-
ConstraintButtonsSubPanel, BoneConstraintPanel,
|
|
1031
|
-
):
|
|
1032
|
-
bl_context: typing.Any
|
|
1033
|
-
bl_label: typing.Any
|
|
1034
|
-
bl_parent_id: typing.Any
|
|
1035
|
-
bl_region_type: typing.Any
|
|
1036
|
-
bl_rna: typing.Any
|
|
1037
|
-
bl_space_type: typing.Any
|
|
1038
|
-
id_data: typing.Any
|
|
1039
|
-
|
|
1040
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1041
|
-
"""
|
|
1042
|
-
|
|
1043
|
-
:return: The RNA type or default when not found.
|
|
1044
|
-
:rtype: bpy.types.Struct
|
|
1045
|
-
"""
|
|
1046
|
-
|
|
1047
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1048
|
-
"""
|
|
1049
|
-
|
|
1050
|
-
:return: The class or default when not found.
|
|
1051
|
-
:rtype: typing.Any
|
|
1052
|
-
"""
|
|
1053
|
-
|
|
1054
|
-
def draw(self, context):
|
|
1055
|
-
"""
|
|
1056
|
-
|
|
1057
|
-
:param context:
|
|
1058
|
-
"""
|
|
1059
|
-
|
|
1060
|
-
class BONE_PT_bTransformCacheConstraint_procedural(
|
|
1061
|
-
ConstraintButtonsSubPanel, BoneConstraintPanel, bpy.types.Panel
|
|
966
|
+
ConstraintButtonsSubPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
1062
967
|
):
|
|
1063
968
|
bl_context: typing.Any
|
|
1064
969
|
bl_label: typing.Any
|
|
@@ -1072,24 +977,22 @@ class BONE_PT_bTransformCacheConstraint_procedural(
|
|
|
1072
977
|
"""
|
|
1073
978
|
|
|
1074
979
|
:return: The RNA type or default when not found.
|
|
1075
|
-
:rtype: bpy.types.Struct
|
|
1076
980
|
"""
|
|
1077
981
|
|
|
1078
982
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1079
983
|
"""
|
|
1080
984
|
|
|
1081
985
|
:return: The class or default when not found.
|
|
1082
|
-
:rtype: typing.Any
|
|
1083
986
|
"""
|
|
1084
987
|
|
|
1085
|
-
def draw(self, context):
|
|
988
|
+
def draw(self, context) -> None:
|
|
1086
989
|
"""
|
|
1087
990
|
|
|
1088
991
|
:param context:
|
|
1089
992
|
"""
|
|
1090
993
|
|
|
1091
994
|
class BONE_PT_bTransformCacheConstraint_time(
|
|
1092
|
-
ConstraintButtonsSubPanel, BoneConstraintPanel,
|
|
995
|
+
ConstraintButtonsSubPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
1093
996
|
):
|
|
1094
997
|
bl_context: typing.Any
|
|
1095
998
|
bl_label: typing.Any
|
|
@@ -1103,24 +1006,22 @@ class BONE_PT_bTransformCacheConstraint_time(
|
|
|
1103
1006
|
"""
|
|
1104
1007
|
|
|
1105
1008
|
:return: The RNA type or default when not found.
|
|
1106
|
-
:rtype: bpy.types.Struct
|
|
1107
1009
|
"""
|
|
1108
1010
|
|
|
1109
1011
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1110
1012
|
"""
|
|
1111
1013
|
|
|
1112
1014
|
:return: The class or default when not found.
|
|
1113
|
-
:rtype: typing.Any
|
|
1114
1015
|
"""
|
|
1115
1016
|
|
|
1116
|
-
def draw(self, context):
|
|
1017
|
+
def draw(self, context) -> None:
|
|
1117
1018
|
"""
|
|
1118
1019
|
|
|
1119
1020
|
:param context:
|
|
1120
1021
|
"""
|
|
1121
1022
|
|
|
1122
1023
|
class BONE_PT_bTransformCacheConstraint_velocity(
|
|
1123
|
-
ConstraintButtonsSubPanel, BoneConstraintPanel,
|
|
1024
|
+
ConstraintButtonsSubPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
1124
1025
|
):
|
|
1125
1026
|
bl_context: typing.Any
|
|
1126
1027
|
bl_label: typing.Any
|
|
@@ -1134,24 +1035,22 @@ class BONE_PT_bTransformCacheConstraint_velocity(
|
|
|
1134
1035
|
"""
|
|
1135
1036
|
|
|
1136
1037
|
:return: The RNA type or default when not found.
|
|
1137
|
-
:rtype: bpy.types.Struct
|
|
1138
1038
|
"""
|
|
1139
1039
|
|
|
1140
1040
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1141
1041
|
"""
|
|
1142
1042
|
|
|
1143
1043
|
:return: The class or default when not found.
|
|
1144
|
-
:rtype: typing.Any
|
|
1145
1044
|
"""
|
|
1146
1045
|
|
|
1147
|
-
def draw(self, context):
|
|
1046
|
+
def draw(self, context) -> None:
|
|
1148
1047
|
"""
|
|
1149
1048
|
|
|
1150
1049
|
:param context:
|
|
1151
1050
|
"""
|
|
1152
1051
|
|
|
1153
1052
|
class BONE_PT_bTransformConstraint(
|
|
1154
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
1053
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
1155
1054
|
):
|
|
1156
1055
|
bl_context: typing.Any
|
|
1157
1056
|
bl_label: typing.Any
|
|
@@ -1165,24 +1064,22 @@ class BONE_PT_bTransformConstraint(
|
|
|
1165
1064
|
"""
|
|
1166
1065
|
|
|
1167
1066
|
:return: The RNA type or default when not found.
|
|
1168
|
-
:rtype: bpy.types.Struct
|
|
1169
1067
|
"""
|
|
1170
1068
|
|
|
1171
1069
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1172
1070
|
"""
|
|
1173
1071
|
|
|
1174
1072
|
:return: The class or default when not found.
|
|
1175
|
-
:rtype: typing.Any
|
|
1176
1073
|
"""
|
|
1177
1074
|
|
|
1178
|
-
def draw(self, context):
|
|
1075
|
+
def draw(self, context) -> None:
|
|
1179
1076
|
"""
|
|
1180
1077
|
|
|
1181
1078
|
:param context:
|
|
1182
1079
|
"""
|
|
1183
1080
|
|
|
1184
1081
|
class BONE_PT_bTransformConstraint_from(
|
|
1185
|
-
ConstraintButtonsSubPanel, BoneConstraintPanel,
|
|
1082
|
+
ConstraintButtonsSubPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
1186
1083
|
):
|
|
1187
1084
|
bl_context: typing.Any
|
|
1188
1085
|
bl_label: typing.Any
|
|
@@ -1196,24 +1093,22 @@ class BONE_PT_bTransformConstraint_from(
|
|
|
1196
1093
|
"""
|
|
1197
1094
|
|
|
1198
1095
|
:return: The RNA type or default when not found.
|
|
1199
|
-
:rtype: bpy.types.Struct
|
|
1200
1096
|
"""
|
|
1201
1097
|
|
|
1202
1098
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1203
1099
|
"""
|
|
1204
1100
|
|
|
1205
1101
|
:return: The class or default when not found.
|
|
1206
|
-
:rtype: typing.Any
|
|
1207
1102
|
"""
|
|
1208
1103
|
|
|
1209
|
-
def draw(self, context):
|
|
1104
|
+
def draw(self, context) -> None:
|
|
1210
1105
|
"""
|
|
1211
1106
|
|
|
1212
1107
|
:param context:
|
|
1213
1108
|
"""
|
|
1214
1109
|
|
|
1215
1110
|
class BONE_PT_bTransformConstraint_to(
|
|
1216
|
-
ConstraintButtonsSubPanel, BoneConstraintPanel,
|
|
1111
|
+
ConstraintButtonsSubPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
1217
1112
|
):
|
|
1218
1113
|
bl_context: typing.Any
|
|
1219
1114
|
bl_label: typing.Any
|
|
@@ -1227,23 +1122,21 @@ class BONE_PT_bTransformConstraint_to(
|
|
|
1227
1122
|
"""
|
|
1228
1123
|
|
|
1229
1124
|
:return: The RNA type or default when not found.
|
|
1230
|
-
:rtype: bpy.types.Struct
|
|
1231
1125
|
"""
|
|
1232
1126
|
|
|
1233
1127
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1234
1128
|
"""
|
|
1235
1129
|
|
|
1236
1130
|
:return: The class or default when not found.
|
|
1237
|
-
:rtype: typing.Any
|
|
1238
1131
|
"""
|
|
1239
1132
|
|
|
1240
|
-
def draw(self, context):
|
|
1133
|
+
def draw(self, context) -> None:
|
|
1241
1134
|
"""
|
|
1242
1135
|
|
|
1243
1136
|
:param context:
|
|
1244
1137
|
"""
|
|
1245
1138
|
|
|
1246
|
-
class BONE_PT_constraints(BoneConstraintPanel,
|
|
1139
|
+
class BONE_PT_constraints(BoneConstraintPanel, _bpy_types.Panel):
|
|
1247
1140
|
bl_context: typing.Any
|
|
1248
1141
|
bl_label: typing.Any
|
|
1249
1142
|
bl_options: typing.Any
|
|
@@ -1256,17 +1149,15 @@ class BONE_PT_constraints(BoneConstraintPanel, bpy.types.Panel):
|
|
|
1256
1149
|
"""
|
|
1257
1150
|
|
|
1258
1151
|
:return: The RNA type or default when not found.
|
|
1259
|
-
:rtype: bpy.types.Struct
|
|
1260
1152
|
"""
|
|
1261
1153
|
|
|
1262
1154
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1263
1155
|
"""
|
|
1264
1156
|
|
|
1265
1157
|
:return: The class or default when not found.
|
|
1266
|
-
:rtype: typing.Any
|
|
1267
1158
|
"""
|
|
1268
1159
|
|
|
1269
|
-
def draw(self, _context):
|
|
1160
|
+
def draw(self, _context) -> None:
|
|
1270
1161
|
"""
|
|
1271
1162
|
|
|
1272
1163
|
:param _context:
|
|
@@ -1276,7 +1167,7 @@ class BoneConstraintPanel:
|
|
|
1276
1167
|
bl_context: typing.Any
|
|
1277
1168
|
|
|
1278
1169
|
@classmethod
|
|
1279
|
-
def poll(cls, context):
|
|
1170
|
+
def poll(cls, context) -> None:
|
|
1280
1171
|
"""
|
|
1281
1172
|
|
|
1282
1173
|
:param context:
|
|
@@ -1288,208 +1179,208 @@ class ConstraintButtonsPanel:
|
|
|
1288
1179
|
bl_region_type: typing.Any
|
|
1289
1180
|
bl_space_type: typing.Any
|
|
1290
1181
|
|
|
1291
|
-
def draw_action(self, context):
|
|
1182
|
+
def draw_action(self, context) -> None:
|
|
1292
1183
|
"""
|
|
1293
1184
|
|
|
1294
1185
|
:param context:
|
|
1295
1186
|
"""
|
|
1296
1187
|
|
|
1297
|
-
def draw_armature(self, context):
|
|
1188
|
+
def draw_armature(self, context) -> None:
|
|
1298
1189
|
"""
|
|
1299
1190
|
|
|
1300
1191
|
:param context:
|
|
1301
1192
|
"""
|
|
1302
1193
|
|
|
1303
|
-
def draw_camera_solver(self, context):
|
|
1194
|
+
def draw_camera_solver(self, context) -> None:
|
|
1304
1195
|
"""
|
|
1305
1196
|
|
|
1306
1197
|
:param context:
|
|
1307
1198
|
"""
|
|
1308
1199
|
|
|
1309
|
-
def draw_childof(self, context):
|
|
1200
|
+
def draw_childof(self, context) -> None:
|
|
1310
1201
|
"""
|
|
1311
1202
|
|
|
1312
1203
|
:param context:
|
|
1313
1204
|
"""
|
|
1314
1205
|
|
|
1315
|
-
def draw_clamp_to(self, context):
|
|
1206
|
+
def draw_clamp_to(self, context) -> None:
|
|
1316
1207
|
"""
|
|
1317
1208
|
|
|
1318
1209
|
:param context:
|
|
1319
1210
|
"""
|
|
1320
1211
|
|
|
1321
|
-
def draw_damp_track(self, context):
|
|
1212
|
+
def draw_damp_track(self, context) -> None:
|
|
1322
1213
|
"""
|
|
1323
1214
|
|
|
1324
1215
|
:param context:
|
|
1325
1216
|
"""
|
|
1326
1217
|
|
|
1327
|
-
def draw_dist_limit(self, context):
|
|
1218
|
+
def draw_dist_limit(self, context) -> None:
|
|
1328
1219
|
"""
|
|
1329
1220
|
|
|
1330
1221
|
:param context:
|
|
1331
1222
|
"""
|
|
1332
1223
|
|
|
1333
|
-
def draw_follow_path(self, context):
|
|
1224
|
+
def draw_follow_path(self, context) -> None:
|
|
1334
1225
|
"""
|
|
1335
1226
|
|
|
1336
1227
|
:param context:
|
|
1337
1228
|
"""
|
|
1338
1229
|
|
|
1339
|
-
def draw_follow_track(self, context):
|
|
1230
|
+
def draw_follow_track(self, context) -> None:
|
|
1340
1231
|
"""
|
|
1341
1232
|
|
|
1342
1233
|
:param context:
|
|
1343
1234
|
"""
|
|
1344
1235
|
|
|
1345
|
-
def
|
|
1236
|
+
def draw_geometry_attribute(self, context) -> None:
|
|
1346
1237
|
"""
|
|
1347
1238
|
|
|
1348
1239
|
:param context:
|
|
1349
1240
|
"""
|
|
1350
1241
|
|
|
1351
|
-
|
|
1352
|
-
def draw_influence(layout, con):
|
|
1242
|
+
def draw_header(self, context) -> None:
|
|
1353
1243
|
"""
|
|
1354
1244
|
|
|
1355
|
-
:param
|
|
1356
|
-
:param con:
|
|
1245
|
+
:param context:
|
|
1357
1246
|
"""
|
|
1358
1247
|
|
|
1359
|
-
|
|
1248
|
+
@staticmethod
|
|
1249
|
+
def draw_influence(layout, con) -> None:
|
|
1360
1250
|
"""
|
|
1361
1251
|
|
|
1362
|
-
:param
|
|
1252
|
+
:param layout:
|
|
1253
|
+
:param con:
|
|
1363
1254
|
"""
|
|
1364
1255
|
|
|
1365
|
-
def
|
|
1256
|
+
def draw_kinematic(self, context) -> None:
|
|
1366
1257
|
"""
|
|
1367
1258
|
|
|
1368
1259
|
:param context:
|
|
1369
1260
|
"""
|
|
1370
1261
|
|
|
1371
|
-
def
|
|
1262
|
+
def draw_loc_limit(self, context) -> None:
|
|
1372
1263
|
"""
|
|
1373
1264
|
|
|
1374
1265
|
:param context:
|
|
1375
1266
|
"""
|
|
1376
1267
|
|
|
1377
|
-
def
|
|
1268
|
+
def draw_locate_like(self, context) -> None:
|
|
1378
1269
|
"""
|
|
1379
1270
|
|
|
1380
1271
|
:param context:
|
|
1381
1272
|
"""
|
|
1382
1273
|
|
|
1383
|
-
def
|
|
1274
|
+
def draw_lock_track(self, context) -> None:
|
|
1384
1275
|
"""
|
|
1385
1276
|
|
|
1386
1277
|
:param context:
|
|
1387
1278
|
"""
|
|
1388
1279
|
|
|
1389
|
-
def
|
|
1280
|
+
def draw_min_max(self, context) -> None:
|
|
1390
1281
|
"""
|
|
1391
1282
|
|
|
1392
1283
|
:param context:
|
|
1393
1284
|
"""
|
|
1394
1285
|
|
|
1395
|
-
def
|
|
1286
|
+
def draw_object_solver(self, context) -> None:
|
|
1396
1287
|
"""
|
|
1397
1288
|
|
|
1398
1289
|
:param context:
|
|
1399
1290
|
"""
|
|
1400
1291
|
|
|
1401
|
-
def
|
|
1292
|
+
def draw_pivot(self, context) -> None:
|
|
1402
1293
|
"""
|
|
1403
1294
|
|
|
1404
|
-
:param
|
|
1295
|
+
:param context:
|
|
1405
1296
|
"""
|
|
1406
1297
|
|
|
1407
|
-
def draw_rigid_body_joint(self, context):
|
|
1298
|
+
def draw_rigid_body_joint(self, context) -> None:
|
|
1408
1299
|
"""
|
|
1409
1300
|
|
|
1410
1301
|
:param context:
|
|
1411
1302
|
"""
|
|
1412
1303
|
|
|
1413
|
-
def draw_rot_limit(self, context):
|
|
1304
|
+
def draw_rot_limit(self, context) -> None:
|
|
1414
1305
|
"""
|
|
1415
1306
|
|
|
1416
1307
|
:param context:
|
|
1417
1308
|
"""
|
|
1418
1309
|
|
|
1419
|
-
def draw_rotate_like(self, context):
|
|
1310
|
+
def draw_rotate_like(self, context) -> None:
|
|
1420
1311
|
"""
|
|
1421
1312
|
|
|
1422
1313
|
:param context:
|
|
1423
1314
|
"""
|
|
1424
1315
|
|
|
1425
|
-
def draw_same_volume(self, context):
|
|
1316
|
+
def draw_same_volume(self, context) -> None:
|
|
1426
1317
|
"""
|
|
1427
1318
|
|
|
1428
1319
|
:param context:
|
|
1429
1320
|
"""
|
|
1430
1321
|
|
|
1431
|
-
def draw_shrinkwrap(self, context):
|
|
1322
|
+
def draw_shrinkwrap(self, context) -> None:
|
|
1432
1323
|
"""
|
|
1433
1324
|
|
|
1434
1325
|
:param context:
|
|
1435
1326
|
"""
|
|
1436
1327
|
|
|
1437
|
-
def draw_size_like(self, context):
|
|
1328
|
+
def draw_size_like(self, context) -> None:
|
|
1438
1329
|
"""
|
|
1439
1330
|
|
|
1440
1331
|
:param context:
|
|
1441
1332
|
"""
|
|
1442
1333
|
|
|
1443
|
-
def draw_size_limit(self, context):
|
|
1334
|
+
def draw_size_limit(self, context) -> None:
|
|
1444
1335
|
"""
|
|
1445
1336
|
|
|
1446
1337
|
:param context:
|
|
1447
1338
|
"""
|
|
1448
1339
|
|
|
1449
|
-
def draw_spline_ik(self, context):
|
|
1340
|
+
def draw_spline_ik(self, context) -> None:
|
|
1450
1341
|
"""
|
|
1451
1342
|
|
|
1452
1343
|
:param context:
|
|
1453
1344
|
"""
|
|
1454
1345
|
|
|
1455
|
-
def draw_stretch_to(self, context):
|
|
1346
|
+
def draw_stretch_to(self, context) -> None:
|
|
1456
1347
|
"""
|
|
1457
1348
|
|
|
1458
1349
|
:param context:
|
|
1459
1350
|
"""
|
|
1460
1351
|
|
|
1461
|
-
def draw_trackto(self, context):
|
|
1352
|
+
def draw_trackto(self, context) -> None:
|
|
1462
1353
|
"""
|
|
1463
1354
|
|
|
1464
1355
|
:param context:
|
|
1465
1356
|
"""
|
|
1466
1357
|
|
|
1467
|
-
def draw_trans_like(self, context):
|
|
1358
|
+
def draw_trans_like(self, context) -> None:
|
|
1468
1359
|
"""
|
|
1469
1360
|
|
|
1470
1361
|
:param context:
|
|
1471
1362
|
"""
|
|
1472
1363
|
|
|
1473
|
-
def draw_transform(self, context):
|
|
1364
|
+
def draw_transform(self, context) -> None:
|
|
1474
1365
|
"""
|
|
1475
1366
|
|
|
1476
1367
|
:param context:
|
|
1477
1368
|
"""
|
|
1478
1369
|
|
|
1479
|
-
def draw_transform_cache(self, context):
|
|
1370
|
+
def draw_transform_cache(self, context) -> None:
|
|
1480
1371
|
"""
|
|
1481
1372
|
|
|
1482
1373
|
:param context:
|
|
1483
1374
|
"""
|
|
1484
1375
|
|
|
1485
|
-
def get_constraint(self, _context):
|
|
1376
|
+
def get_constraint(self, _context) -> None:
|
|
1486
1377
|
"""
|
|
1487
1378
|
|
|
1488
1379
|
:param _context:
|
|
1489
1380
|
"""
|
|
1490
1381
|
|
|
1491
1382
|
@staticmethod
|
|
1492
|
-
def space_template(layout, con, target=True, owner=True, separator=True):
|
|
1383
|
+
def space_template(layout, con, target=True, owner=True, separator=True) -> None:
|
|
1493
1384
|
"""
|
|
1494
1385
|
|
|
1495
1386
|
:param layout:
|
|
@@ -1500,7 +1391,7 @@ class ConstraintButtonsPanel:
|
|
|
1500
1391
|
"""
|
|
1501
1392
|
|
|
1502
1393
|
@staticmethod
|
|
1503
|
-
def target_template(layout, con, subtargets=True):
|
|
1394
|
+
def target_template(layout, con, subtargets=True) -> None:
|
|
1504
1395
|
"""
|
|
1505
1396
|
|
|
1506
1397
|
:param layout:
|
|
@@ -1513,87 +1404,81 @@ class ConstraintButtonsSubPanel:
|
|
|
1513
1404
|
bl_region_type: typing.Any
|
|
1514
1405
|
bl_space_type: typing.Any
|
|
1515
1406
|
|
|
1516
|
-
def draw_action_action(self, context):
|
|
1517
|
-
"""
|
|
1518
|
-
|
|
1519
|
-
:param context:
|
|
1520
|
-
"""
|
|
1521
|
-
|
|
1522
|
-
def draw_action_target(self, context):
|
|
1407
|
+
def draw_action_action(self, context) -> None:
|
|
1523
1408
|
"""
|
|
1524
1409
|
|
|
1525
1410
|
:param context:
|
|
1526
1411
|
"""
|
|
1527
1412
|
|
|
1528
|
-
def
|
|
1413
|
+
def draw_action_target(self, context) -> None:
|
|
1529
1414
|
"""
|
|
1530
1415
|
|
|
1531
1416
|
:param context:
|
|
1532
1417
|
"""
|
|
1533
1418
|
|
|
1534
|
-
def
|
|
1419
|
+
def draw_armature_bones(self, context) -> None:
|
|
1535
1420
|
"""
|
|
1536
1421
|
|
|
1537
1422
|
:param context:
|
|
1538
1423
|
"""
|
|
1539
1424
|
|
|
1540
|
-
def
|
|
1425
|
+
def draw_spline_ik_chain_scaling(self, context) -> None:
|
|
1541
1426
|
"""
|
|
1542
1427
|
|
|
1543
1428
|
:param context:
|
|
1544
1429
|
"""
|
|
1545
1430
|
|
|
1546
|
-
def
|
|
1431
|
+
def draw_spline_ik_fitting(self, context) -> None:
|
|
1547
1432
|
"""
|
|
1548
1433
|
|
|
1549
1434
|
:param context:
|
|
1550
1435
|
"""
|
|
1551
1436
|
|
|
1552
|
-
def
|
|
1437
|
+
def draw_transform_cache_layers(self, context) -> None:
|
|
1553
1438
|
"""
|
|
1554
1439
|
|
|
1555
1440
|
:param context:
|
|
1556
1441
|
"""
|
|
1557
1442
|
|
|
1558
|
-
def draw_transform_cache_subpanel(self, context, template_func):
|
|
1443
|
+
def draw_transform_cache_subpanel(self, context, template_func) -> None:
|
|
1559
1444
|
"""
|
|
1560
1445
|
|
|
1561
1446
|
:param context:
|
|
1562
1447
|
:param template_func:
|
|
1563
1448
|
"""
|
|
1564
1449
|
|
|
1565
|
-
def draw_transform_cache_time(self, context):
|
|
1450
|
+
def draw_transform_cache_time(self, context) -> None:
|
|
1566
1451
|
"""
|
|
1567
1452
|
|
|
1568
1453
|
:param context:
|
|
1569
1454
|
"""
|
|
1570
1455
|
|
|
1571
|
-
def draw_transform_cache_velocity(self, context):
|
|
1456
|
+
def draw_transform_cache_velocity(self, context) -> None:
|
|
1572
1457
|
"""
|
|
1573
1458
|
|
|
1574
1459
|
:param context:
|
|
1575
1460
|
"""
|
|
1576
1461
|
|
|
1577
|
-
def draw_transform_from(self, context):
|
|
1462
|
+
def draw_transform_from(self, context) -> None:
|
|
1578
1463
|
"""
|
|
1579
1464
|
|
|
1580
1465
|
:param context:
|
|
1581
1466
|
"""
|
|
1582
1467
|
|
|
1583
|
-
def draw_transform_to(self, context):
|
|
1468
|
+
def draw_transform_to(self, context) -> None:
|
|
1584
1469
|
"""
|
|
1585
1470
|
|
|
1586
1471
|
:param context:
|
|
1587
1472
|
"""
|
|
1588
1473
|
|
|
1589
|
-
def get_constraint(self, _context):
|
|
1474
|
+
def get_constraint(self, _context) -> None:
|
|
1590
1475
|
"""
|
|
1591
1476
|
|
|
1592
1477
|
:param _context:
|
|
1593
1478
|
"""
|
|
1594
1479
|
|
|
1595
1480
|
class OBJECT_PT_bActionConstraint(
|
|
1596
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
1481
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1597
1482
|
):
|
|
1598
1483
|
bl_context: typing.Any
|
|
1599
1484
|
bl_label: typing.Any
|
|
@@ -1607,24 +1492,22 @@ class OBJECT_PT_bActionConstraint(
|
|
|
1607
1492
|
"""
|
|
1608
1493
|
|
|
1609
1494
|
:return: The RNA type or default when not found.
|
|
1610
|
-
:rtype: bpy.types.Struct
|
|
1611
1495
|
"""
|
|
1612
1496
|
|
|
1613
1497
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1614
1498
|
"""
|
|
1615
1499
|
|
|
1616
1500
|
:return: The class or default when not found.
|
|
1617
|
-
:rtype: typing.Any
|
|
1618
1501
|
"""
|
|
1619
1502
|
|
|
1620
|
-
def draw(self, context):
|
|
1503
|
+
def draw(self, context) -> None:
|
|
1621
1504
|
"""
|
|
1622
1505
|
|
|
1623
1506
|
:param context:
|
|
1624
1507
|
"""
|
|
1625
1508
|
|
|
1626
1509
|
class OBJECT_PT_bActionConstraint_action(
|
|
1627
|
-
ConstraintButtonsSubPanel, ObjectConstraintPanel,
|
|
1510
|
+
ConstraintButtonsSubPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1628
1511
|
):
|
|
1629
1512
|
bl_context: typing.Any
|
|
1630
1513
|
bl_label: typing.Any
|
|
@@ -1638,24 +1521,22 @@ class OBJECT_PT_bActionConstraint_action(
|
|
|
1638
1521
|
"""
|
|
1639
1522
|
|
|
1640
1523
|
:return: The RNA type or default when not found.
|
|
1641
|
-
:rtype: bpy.types.Struct
|
|
1642
1524
|
"""
|
|
1643
1525
|
|
|
1644
1526
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1645
1527
|
"""
|
|
1646
1528
|
|
|
1647
1529
|
:return: The class or default when not found.
|
|
1648
|
-
:rtype: typing.Any
|
|
1649
1530
|
"""
|
|
1650
1531
|
|
|
1651
|
-
def draw(self, context):
|
|
1532
|
+
def draw(self, context) -> None:
|
|
1652
1533
|
"""
|
|
1653
1534
|
|
|
1654
1535
|
:param context:
|
|
1655
1536
|
"""
|
|
1656
1537
|
|
|
1657
1538
|
class OBJECT_PT_bActionConstraint_target(
|
|
1658
|
-
ConstraintButtonsSubPanel, ObjectConstraintPanel,
|
|
1539
|
+
ConstraintButtonsSubPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1659
1540
|
):
|
|
1660
1541
|
bl_context: typing.Any
|
|
1661
1542
|
bl_label: typing.Any
|
|
@@ -1669,24 +1550,22 @@ class OBJECT_PT_bActionConstraint_target(
|
|
|
1669
1550
|
"""
|
|
1670
1551
|
|
|
1671
1552
|
:return: The RNA type or default when not found.
|
|
1672
|
-
:rtype: bpy.types.Struct
|
|
1673
1553
|
"""
|
|
1674
1554
|
|
|
1675
1555
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1676
1556
|
"""
|
|
1677
1557
|
|
|
1678
1558
|
:return: The class or default when not found.
|
|
1679
|
-
:rtype: typing.Any
|
|
1680
1559
|
"""
|
|
1681
1560
|
|
|
1682
|
-
def draw(self, context):
|
|
1561
|
+
def draw(self, context) -> None:
|
|
1683
1562
|
"""
|
|
1684
1563
|
|
|
1685
1564
|
:param context:
|
|
1686
1565
|
"""
|
|
1687
1566
|
|
|
1688
1567
|
class OBJECT_PT_bArmatureConstraint(
|
|
1689
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
1568
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1690
1569
|
):
|
|
1691
1570
|
bl_context: typing.Any
|
|
1692
1571
|
bl_label: typing.Any
|
|
@@ -1700,24 +1579,22 @@ class OBJECT_PT_bArmatureConstraint(
|
|
|
1700
1579
|
"""
|
|
1701
1580
|
|
|
1702
1581
|
:return: The RNA type or default when not found.
|
|
1703
|
-
:rtype: bpy.types.Struct
|
|
1704
1582
|
"""
|
|
1705
1583
|
|
|
1706
1584
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1707
1585
|
"""
|
|
1708
1586
|
|
|
1709
1587
|
:return: The class or default when not found.
|
|
1710
|
-
:rtype: typing.Any
|
|
1711
1588
|
"""
|
|
1712
1589
|
|
|
1713
|
-
def draw(self, context):
|
|
1590
|
+
def draw(self, context) -> None:
|
|
1714
1591
|
"""
|
|
1715
1592
|
|
|
1716
1593
|
:param context:
|
|
1717
1594
|
"""
|
|
1718
1595
|
|
|
1719
1596
|
class OBJECT_PT_bArmatureConstraint_bones(
|
|
1720
|
-
ConstraintButtonsSubPanel, ObjectConstraintPanel,
|
|
1597
|
+
ConstraintButtonsSubPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1721
1598
|
):
|
|
1722
1599
|
bl_context: typing.Any
|
|
1723
1600
|
bl_label: typing.Any
|
|
@@ -1731,24 +1608,22 @@ class OBJECT_PT_bArmatureConstraint_bones(
|
|
|
1731
1608
|
"""
|
|
1732
1609
|
|
|
1733
1610
|
:return: The RNA type or default when not found.
|
|
1734
|
-
:rtype: bpy.types.Struct
|
|
1735
1611
|
"""
|
|
1736
1612
|
|
|
1737
1613
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1738
1614
|
"""
|
|
1739
1615
|
|
|
1740
1616
|
:return: The class or default when not found.
|
|
1741
|
-
:rtype: typing.Any
|
|
1742
1617
|
"""
|
|
1743
1618
|
|
|
1744
|
-
def draw(self, context):
|
|
1619
|
+
def draw(self, context) -> None:
|
|
1745
1620
|
"""
|
|
1746
1621
|
|
|
1747
1622
|
:param context:
|
|
1748
1623
|
"""
|
|
1749
1624
|
|
|
1750
1625
|
class OBJECT_PT_bCameraSolverConstraint(
|
|
1751
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
1626
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1752
1627
|
):
|
|
1753
1628
|
bl_context: typing.Any
|
|
1754
1629
|
bl_label: typing.Any
|
|
@@ -1762,24 +1637,22 @@ class OBJECT_PT_bCameraSolverConstraint(
|
|
|
1762
1637
|
"""
|
|
1763
1638
|
|
|
1764
1639
|
:return: The RNA type or default when not found.
|
|
1765
|
-
:rtype: bpy.types.Struct
|
|
1766
1640
|
"""
|
|
1767
1641
|
|
|
1768
1642
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1769
1643
|
"""
|
|
1770
1644
|
|
|
1771
1645
|
:return: The class or default when not found.
|
|
1772
|
-
:rtype: typing.Any
|
|
1773
1646
|
"""
|
|
1774
1647
|
|
|
1775
|
-
def draw(self, context):
|
|
1648
|
+
def draw(self, context) -> None:
|
|
1776
1649
|
"""
|
|
1777
1650
|
|
|
1778
1651
|
:param context:
|
|
1779
1652
|
"""
|
|
1780
1653
|
|
|
1781
1654
|
class OBJECT_PT_bChildOfConstraint(
|
|
1782
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
1655
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1783
1656
|
):
|
|
1784
1657
|
bl_context: typing.Any
|
|
1785
1658
|
bl_label: typing.Any
|
|
@@ -1793,24 +1666,22 @@ class OBJECT_PT_bChildOfConstraint(
|
|
|
1793
1666
|
"""
|
|
1794
1667
|
|
|
1795
1668
|
:return: The RNA type or default when not found.
|
|
1796
|
-
:rtype: bpy.types.Struct
|
|
1797
1669
|
"""
|
|
1798
1670
|
|
|
1799
1671
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1800
1672
|
"""
|
|
1801
1673
|
|
|
1802
1674
|
:return: The class or default when not found.
|
|
1803
|
-
:rtype: typing.Any
|
|
1804
1675
|
"""
|
|
1805
1676
|
|
|
1806
|
-
def draw(self, context):
|
|
1677
|
+
def draw(self, context) -> None:
|
|
1807
1678
|
"""
|
|
1808
1679
|
|
|
1809
1680
|
:param context:
|
|
1810
1681
|
"""
|
|
1811
1682
|
|
|
1812
1683
|
class OBJECT_PT_bClampToConstraint(
|
|
1813
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
1684
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1814
1685
|
):
|
|
1815
1686
|
bl_context: typing.Any
|
|
1816
1687
|
bl_label: typing.Any
|
|
@@ -1824,24 +1695,22 @@ class OBJECT_PT_bClampToConstraint(
|
|
|
1824
1695
|
"""
|
|
1825
1696
|
|
|
1826
1697
|
:return: The RNA type or default when not found.
|
|
1827
|
-
:rtype: bpy.types.Struct
|
|
1828
1698
|
"""
|
|
1829
1699
|
|
|
1830
1700
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1831
1701
|
"""
|
|
1832
1702
|
|
|
1833
1703
|
:return: The class or default when not found.
|
|
1834
|
-
:rtype: typing.Any
|
|
1835
1704
|
"""
|
|
1836
1705
|
|
|
1837
|
-
def draw(self, context):
|
|
1706
|
+
def draw(self, context) -> None:
|
|
1838
1707
|
"""
|
|
1839
1708
|
|
|
1840
1709
|
:param context:
|
|
1841
1710
|
"""
|
|
1842
1711
|
|
|
1843
1712
|
class OBJECT_PT_bDampTrackConstraint(
|
|
1844
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
1713
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1845
1714
|
):
|
|
1846
1715
|
bl_context: typing.Any
|
|
1847
1716
|
bl_label: typing.Any
|
|
@@ -1855,24 +1724,22 @@ class OBJECT_PT_bDampTrackConstraint(
|
|
|
1855
1724
|
"""
|
|
1856
1725
|
|
|
1857
1726
|
:return: The RNA type or default when not found.
|
|
1858
|
-
:rtype: bpy.types.Struct
|
|
1859
1727
|
"""
|
|
1860
1728
|
|
|
1861
1729
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1862
1730
|
"""
|
|
1863
1731
|
|
|
1864
1732
|
:return: The class or default when not found.
|
|
1865
|
-
:rtype: typing.Any
|
|
1866
1733
|
"""
|
|
1867
1734
|
|
|
1868
|
-
def draw(self, context):
|
|
1735
|
+
def draw(self, context) -> None:
|
|
1869
1736
|
"""
|
|
1870
1737
|
|
|
1871
1738
|
:param context:
|
|
1872
1739
|
"""
|
|
1873
1740
|
|
|
1874
1741
|
class OBJECT_PT_bDistLimitConstraint(
|
|
1875
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
1742
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1876
1743
|
):
|
|
1877
1744
|
bl_context: typing.Any
|
|
1878
1745
|
bl_label: typing.Any
|
|
@@ -1886,24 +1753,22 @@ class OBJECT_PT_bDistLimitConstraint(
|
|
|
1886
1753
|
"""
|
|
1887
1754
|
|
|
1888
1755
|
:return: The RNA type or default when not found.
|
|
1889
|
-
:rtype: bpy.types.Struct
|
|
1890
1756
|
"""
|
|
1891
1757
|
|
|
1892
1758
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1893
1759
|
"""
|
|
1894
1760
|
|
|
1895
1761
|
:return: The class or default when not found.
|
|
1896
|
-
:rtype: typing.Any
|
|
1897
1762
|
"""
|
|
1898
1763
|
|
|
1899
|
-
def draw(self, context):
|
|
1764
|
+
def draw(self, context) -> None:
|
|
1900
1765
|
"""
|
|
1901
1766
|
|
|
1902
1767
|
:param context:
|
|
1903
1768
|
"""
|
|
1904
1769
|
|
|
1905
1770
|
class OBJECT_PT_bFollowPathConstraint(
|
|
1906
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
1771
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1907
1772
|
):
|
|
1908
1773
|
bl_context: typing.Any
|
|
1909
1774
|
bl_label: typing.Any
|
|
@@ -1917,24 +1782,22 @@ class OBJECT_PT_bFollowPathConstraint(
|
|
|
1917
1782
|
"""
|
|
1918
1783
|
|
|
1919
1784
|
:return: The RNA type or default when not found.
|
|
1920
|
-
:rtype: bpy.types.Struct
|
|
1921
1785
|
"""
|
|
1922
1786
|
|
|
1923
1787
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1924
1788
|
"""
|
|
1925
1789
|
|
|
1926
1790
|
:return: The class or default when not found.
|
|
1927
|
-
:rtype: typing.Any
|
|
1928
1791
|
"""
|
|
1929
1792
|
|
|
1930
|
-
def draw(self, context):
|
|
1793
|
+
def draw(self, context) -> None:
|
|
1931
1794
|
"""
|
|
1932
1795
|
|
|
1933
1796
|
:param context:
|
|
1934
1797
|
"""
|
|
1935
1798
|
|
|
1936
1799
|
class OBJECT_PT_bFollowTrackConstraint(
|
|
1937
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
1800
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1938
1801
|
):
|
|
1939
1802
|
bl_context: typing.Any
|
|
1940
1803
|
bl_label: typing.Any
|
|
@@ -1948,24 +1811,22 @@ class OBJECT_PT_bFollowTrackConstraint(
|
|
|
1948
1811
|
"""
|
|
1949
1812
|
|
|
1950
1813
|
:return: The RNA type or default when not found.
|
|
1951
|
-
:rtype: bpy.types.Struct
|
|
1952
1814
|
"""
|
|
1953
1815
|
|
|
1954
1816
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1955
1817
|
"""
|
|
1956
1818
|
|
|
1957
1819
|
:return: The class or default when not found.
|
|
1958
|
-
:rtype: typing.Any
|
|
1959
1820
|
"""
|
|
1960
1821
|
|
|
1961
|
-
def draw(self, context):
|
|
1822
|
+
def draw(self, context) -> None:
|
|
1962
1823
|
"""
|
|
1963
1824
|
|
|
1964
1825
|
:param context:
|
|
1965
1826
|
"""
|
|
1966
1827
|
|
|
1967
|
-
class
|
|
1968
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
1828
|
+
class OBJECT_PT_bGeometryAttributeConstraint(
|
|
1829
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1969
1830
|
):
|
|
1970
1831
|
bl_context: typing.Any
|
|
1971
1832
|
bl_label: typing.Any
|
|
@@ -1979,24 +1840,22 @@ class OBJECT_PT_bKinematicConstraint(
|
|
|
1979
1840
|
"""
|
|
1980
1841
|
|
|
1981
1842
|
:return: The RNA type or default when not found.
|
|
1982
|
-
:rtype: bpy.types.Struct
|
|
1983
1843
|
"""
|
|
1984
1844
|
|
|
1985
1845
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1986
1846
|
"""
|
|
1987
1847
|
|
|
1988
1848
|
:return: The class or default when not found.
|
|
1989
|
-
:rtype: typing.Any
|
|
1990
1849
|
"""
|
|
1991
1850
|
|
|
1992
|
-
def draw(self, context):
|
|
1851
|
+
def draw(self, context) -> None:
|
|
1993
1852
|
"""
|
|
1994
1853
|
|
|
1995
1854
|
:param context:
|
|
1996
1855
|
"""
|
|
1997
1856
|
|
|
1998
|
-
class
|
|
1999
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
1857
|
+
class OBJECT_PT_bKinematicConstraint(
|
|
1858
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2000
1859
|
):
|
|
2001
1860
|
bl_context: typing.Any
|
|
2002
1861
|
bl_label: typing.Any
|
|
@@ -2010,24 +1869,22 @@ class OBJECT_PT_bLocLimitConstraint(
|
|
|
2010
1869
|
"""
|
|
2011
1870
|
|
|
2012
1871
|
:return: The RNA type or default when not found.
|
|
2013
|
-
:rtype: bpy.types.Struct
|
|
2014
1872
|
"""
|
|
2015
1873
|
|
|
2016
1874
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2017
1875
|
"""
|
|
2018
1876
|
|
|
2019
1877
|
:return: The class or default when not found.
|
|
2020
|
-
:rtype: typing.Any
|
|
2021
1878
|
"""
|
|
2022
1879
|
|
|
2023
|
-
def draw(self, context):
|
|
1880
|
+
def draw(self, context) -> None:
|
|
2024
1881
|
"""
|
|
2025
1882
|
|
|
2026
1883
|
:param context:
|
|
2027
1884
|
"""
|
|
2028
1885
|
|
|
2029
|
-
class
|
|
2030
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
1886
|
+
class OBJECT_PT_bLocLimitConstraint(
|
|
1887
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2031
1888
|
):
|
|
2032
1889
|
bl_context: typing.Any
|
|
2033
1890
|
bl_label: typing.Any
|
|
@@ -2041,24 +1898,22 @@ class OBJECT_PT_bLocateLikeConstraint(
|
|
|
2041
1898
|
"""
|
|
2042
1899
|
|
|
2043
1900
|
:return: The RNA type or default when not found.
|
|
2044
|
-
:rtype: bpy.types.Struct
|
|
2045
1901
|
"""
|
|
2046
1902
|
|
|
2047
1903
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2048
1904
|
"""
|
|
2049
1905
|
|
|
2050
1906
|
:return: The class or default when not found.
|
|
2051
|
-
:rtype: typing.Any
|
|
2052
1907
|
"""
|
|
2053
1908
|
|
|
2054
|
-
def draw(self, context):
|
|
1909
|
+
def draw(self, context) -> None:
|
|
2055
1910
|
"""
|
|
2056
1911
|
|
|
2057
1912
|
:param context:
|
|
2058
1913
|
"""
|
|
2059
1914
|
|
|
2060
|
-
class
|
|
2061
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
1915
|
+
class OBJECT_PT_bLocateLikeConstraint(
|
|
1916
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2062
1917
|
):
|
|
2063
1918
|
bl_context: typing.Any
|
|
2064
1919
|
bl_label: typing.Any
|
|
@@ -2072,24 +1927,22 @@ class OBJECT_PT_bLockTrackConstraint(
|
|
|
2072
1927
|
"""
|
|
2073
1928
|
|
|
2074
1929
|
:return: The RNA type or default when not found.
|
|
2075
|
-
:rtype: bpy.types.Struct
|
|
2076
1930
|
"""
|
|
2077
1931
|
|
|
2078
1932
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2079
1933
|
"""
|
|
2080
1934
|
|
|
2081
1935
|
:return: The class or default when not found.
|
|
2082
|
-
:rtype: typing.Any
|
|
2083
1936
|
"""
|
|
2084
1937
|
|
|
2085
|
-
def draw(self, context):
|
|
1938
|
+
def draw(self, context) -> None:
|
|
2086
1939
|
"""
|
|
2087
1940
|
|
|
2088
1941
|
:param context:
|
|
2089
1942
|
"""
|
|
2090
1943
|
|
|
2091
|
-
class
|
|
2092
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
1944
|
+
class OBJECT_PT_bLockTrackConstraint(
|
|
1945
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2093
1946
|
):
|
|
2094
1947
|
bl_context: typing.Any
|
|
2095
1948
|
bl_label: typing.Any
|
|
@@ -2103,24 +1956,22 @@ class OBJECT_PT_bMinMaxConstraint(
|
|
|
2103
1956
|
"""
|
|
2104
1957
|
|
|
2105
1958
|
:return: The RNA type or default when not found.
|
|
2106
|
-
:rtype: bpy.types.Struct
|
|
2107
1959
|
"""
|
|
2108
1960
|
|
|
2109
1961
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2110
1962
|
"""
|
|
2111
1963
|
|
|
2112
1964
|
:return: The class or default when not found.
|
|
2113
|
-
:rtype: typing.Any
|
|
2114
1965
|
"""
|
|
2115
1966
|
|
|
2116
|
-
def draw(self, context):
|
|
1967
|
+
def draw(self, context) -> None:
|
|
2117
1968
|
"""
|
|
2118
1969
|
|
|
2119
1970
|
:param context:
|
|
2120
1971
|
"""
|
|
2121
1972
|
|
|
2122
|
-
class
|
|
2123
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
1973
|
+
class OBJECT_PT_bMinMaxConstraint(
|
|
1974
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2124
1975
|
):
|
|
2125
1976
|
bl_context: typing.Any
|
|
2126
1977
|
bl_label: typing.Any
|
|
@@ -2134,24 +1985,22 @@ class OBJECT_PT_bObjectSolverConstraint(
|
|
|
2134
1985
|
"""
|
|
2135
1986
|
|
|
2136
1987
|
:return: The RNA type or default when not found.
|
|
2137
|
-
:rtype: bpy.types.Struct
|
|
2138
1988
|
"""
|
|
2139
1989
|
|
|
2140
1990
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2141
1991
|
"""
|
|
2142
1992
|
|
|
2143
1993
|
:return: The class or default when not found.
|
|
2144
|
-
:rtype: typing.Any
|
|
2145
1994
|
"""
|
|
2146
1995
|
|
|
2147
|
-
def draw(self, context):
|
|
1996
|
+
def draw(self, context) -> None:
|
|
2148
1997
|
"""
|
|
2149
1998
|
|
|
2150
1999
|
:param context:
|
|
2151
2000
|
"""
|
|
2152
2001
|
|
|
2153
|
-
class
|
|
2154
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
2002
|
+
class OBJECT_PT_bObjectSolverConstraint(
|
|
2003
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2155
2004
|
):
|
|
2156
2005
|
bl_context: typing.Any
|
|
2157
2006
|
bl_label: typing.Any
|
|
@@ -2165,24 +2014,22 @@ class OBJECT_PT_bPivotConstraint(
|
|
|
2165
2014
|
"""
|
|
2166
2015
|
|
|
2167
2016
|
:return: The RNA type or default when not found.
|
|
2168
|
-
:rtype: bpy.types.Struct
|
|
2169
2017
|
"""
|
|
2170
2018
|
|
|
2171
2019
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2172
2020
|
"""
|
|
2173
2021
|
|
|
2174
2022
|
:return: The class or default when not found.
|
|
2175
|
-
:rtype: typing.Any
|
|
2176
2023
|
"""
|
|
2177
2024
|
|
|
2178
|
-
def draw(self, context):
|
|
2025
|
+
def draw(self, context) -> None:
|
|
2179
2026
|
"""
|
|
2180
2027
|
|
|
2181
2028
|
:param context:
|
|
2182
2029
|
"""
|
|
2183
2030
|
|
|
2184
|
-
class
|
|
2185
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
2031
|
+
class OBJECT_PT_bPivotConstraint(
|
|
2032
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2186
2033
|
):
|
|
2187
2034
|
bl_context: typing.Any
|
|
2188
2035
|
bl_label: typing.Any
|
|
@@ -2196,24 +2043,22 @@ class OBJECT_PT_bPythonConstraint(
|
|
|
2196
2043
|
"""
|
|
2197
2044
|
|
|
2198
2045
|
:return: The RNA type or default when not found.
|
|
2199
|
-
:rtype: bpy.types.Struct
|
|
2200
2046
|
"""
|
|
2201
2047
|
|
|
2202
2048
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2203
2049
|
"""
|
|
2204
2050
|
|
|
2205
2051
|
:return: The class or default when not found.
|
|
2206
|
-
:rtype: typing.Any
|
|
2207
2052
|
"""
|
|
2208
2053
|
|
|
2209
|
-
def draw(self, context):
|
|
2054
|
+
def draw(self, context) -> None:
|
|
2210
2055
|
"""
|
|
2211
2056
|
|
|
2212
2057
|
:param context:
|
|
2213
2058
|
"""
|
|
2214
2059
|
|
|
2215
2060
|
class OBJECT_PT_bRigidBodyJointConstraint(
|
|
2216
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
2061
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2217
2062
|
):
|
|
2218
2063
|
bl_context: typing.Any
|
|
2219
2064
|
bl_label: typing.Any
|
|
@@ -2227,24 +2072,22 @@ class OBJECT_PT_bRigidBodyJointConstraint(
|
|
|
2227
2072
|
"""
|
|
2228
2073
|
|
|
2229
2074
|
:return: The RNA type or default when not found.
|
|
2230
|
-
:rtype: bpy.types.Struct
|
|
2231
2075
|
"""
|
|
2232
2076
|
|
|
2233
2077
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2234
2078
|
"""
|
|
2235
2079
|
|
|
2236
2080
|
:return: The class or default when not found.
|
|
2237
|
-
:rtype: typing.Any
|
|
2238
2081
|
"""
|
|
2239
2082
|
|
|
2240
|
-
def draw(self, context):
|
|
2083
|
+
def draw(self, context) -> None:
|
|
2241
2084
|
"""
|
|
2242
2085
|
|
|
2243
2086
|
:param context:
|
|
2244
2087
|
"""
|
|
2245
2088
|
|
|
2246
2089
|
class OBJECT_PT_bRotLimitConstraint(
|
|
2247
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
2090
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2248
2091
|
):
|
|
2249
2092
|
bl_context: typing.Any
|
|
2250
2093
|
bl_label: typing.Any
|
|
@@ -2258,24 +2101,22 @@ class OBJECT_PT_bRotLimitConstraint(
|
|
|
2258
2101
|
"""
|
|
2259
2102
|
|
|
2260
2103
|
:return: The RNA type or default when not found.
|
|
2261
|
-
:rtype: bpy.types.Struct
|
|
2262
2104
|
"""
|
|
2263
2105
|
|
|
2264
2106
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2265
2107
|
"""
|
|
2266
2108
|
|
|
2267
2109
|
:return: The class or default when not found.
|
|
2268
|
-
:rtype: typing.Any
|
|
2269
2110
|
"""
|
|
2270
2111
|
|
|
2271
|
-
def draw(self, context):
|
|
2112
|
+
def draw(self, context) -> None:
|
|
2272
2113
|
"""
|
|
2273
2114
|
|
|
2274
2115
|
:param context:
|
|
2275
2116
|
"""
|
|
2276
2117
|
|
|
2277
2118
|
class OBJECT_PT_bRotateLikeConstraint(
|
|
2278
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
2119
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2279
2120
|
):
|
|
2280
2121
|
bl_context: typing.Any
|
|
2281
2122
|
bl_label: typing.Any
|
|
@@ -2289,24 +2130,22 @@ class OBJECT_PT_bRotateLikeConstraint(
|
|
|
2289
2130
|
"""
|
|
2290
2131
|
|
|
2291
2132
|
:return: The RNA type or default when not found.
|
|
2292
|
-
:rtype: bpy.types.Struct
|
|
2293
2133
|
"""
|
|
2294
2134
|
|
|
2295
2135
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2296
2136
|
"""
|
|
2297
2137
|
|
|
2298
2138
|
:return: The class or default when not found.
|
|
2299
|
-
:rtype: typing.Any
|
|
2300
2139
|
"""
|
|
2301
2140
|
|
|
2302
|
-
def draw(self, context):
|
|
2141
|
+
def draw(self, context) -> None:
|
|
2303
2142
|
"""
|
|
2304
2143
|
|
|
2305
2144
|
:param context:
|
|
2306
2145
|
"""
|
|
2307
2146
|
|
|
2308
2147
|
class OBJECT_PT_bSameVolumeConstraint(
|
|
2309
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
2148
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2310
2149
|
):
|
|
2311
2150
|
bl_context: typing.Any
|
|
2312
2151
|
bl_label: typing.Any
|
|
@@ -2320,24 +2159,22 @@ class OBJECT_PT_bSameVolumeConstraint(
|
|
|
2320
2159
|
"""
|
|
2321
2160
|
|
|
2322
2161
|
:return: The RNA type or default when not found.
|
|
2323
|
-
:rtype: bpy.types.Struct
|
|
2324
2162
|
"""
|
|
2325
2163
|
|
|
2326
2164
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2327
2165
|
"""
|
|
2328
2166
|
|
|
2329
2167
|
:return: The class or default when not found.
|
|
2330
|
-
:rtype: typing.Any
|
|
2331
2168
|
"""
|
|
2332
2169
|
|
|
2333
|
-
def draw(self, context):
|
|
2170
|
+
def draw(self, context) -> None:
|
|
2334
2171
|
"""
|
|
2335
2172
|
|
|
2336
2173
|
:param context:
|
|
2337
2174
|
"""
|
|
2338
2175
|
|
|
2339
2176
|
class OBJECT_PT_bShrinkwrapConstraint(
|
|
2340
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
2177
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2341
2178
|
):
|
|
2342
2179
|
bl_context: typing.Any
|
|
2343
2180
|
bl_label: typing.Any
|
|
@@ -2351,24 +2188,22 @@ class OBJECT_PT_bShrinkwrapConstraint(
|
|
|
2351
2188
|
"""
|
|
2352
2189
|
|
|
2353
2190
|
:return: The RNA type or default when not found.
|
|
2354
|
-
:rtype: bpy.types.Struct
|
|
2355
2191
|
"""
|
|
2356
2192
|
|
|
2357
2193
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2358
2194
|
"""
|
|
2359
2195
|
|
|
2360
2196
|
:return: The class or default when not found.
|
|
2361
|
-
:rtype: typing.Any
|
|
2362
2197
|
"""
|
|
2363
2198
|
|
|
2364
|
-
def draw(self, context):
|
|
2199
|
+
def draw(self, context) -> None:
|
|
2365
2200
|
"""
|
|
2366
2201
|
|
|
2367
2202
|
:param context:
|
|
2368
2203
|
"""
|
|
2369
2204
|
|
|
2370
2205
|
class OBJECT_PT_bSizeLikeConstraint(
|
|
2371
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
2206
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2372
2207
|
):
|
|
2373
2208
|
bl_context: typing.Any
|
|
2374
2209
|
bl_label: typing.Any
|
|
@@ -2382,24 +2217,22 @@ class OBJECT_PT_bSizeLikeConstraint(
|
|
|
2382
2217
|
"""
|
|
2383
2218
|
|
|
2384
2219
|
:return: The RNA type or default when not found.
|
|
2385
|
-
:rtype: bpy.types.Struct
|
|
2386
2220
|
"""
|
|
2387
2221
|
|
|
2388
2222
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2389
2223
|
"""
|
|
2390
2224
|
|
|
2391
2225
|
:return: The class or default when not found.
|
|
2392
|
-
:rtype: typing.Any
|
|
2393
2226
|
"""
|
|
2394
2227
|
|
|
2395
|
-
def draw(self, context):
|
|
2228
|
+
def draw(self, context) -> None:
|
|
2396
2229
|
"""
|
|
2397
2230
|
|
|
2398
2231
|
:param context:
|
|
2399
2232
|
"""
|
|
2400
2233
|
|
|
2401
2234
|
class OBJECT_PT_bSizeLimitConstraint(
|
|
2402
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
2235
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2403
2236
|
):
|
|
2404
2237
|
bl_context: typing.Any
|
|
2405
2238
|
bl_label: typing.Any
|
|
@@ -2413,24 +2246,22 @@ class OBJECT_PT_bSizeLimitConstraint(
|
|
|
2413
2246
|
"""
|
|
2414
2247
|
|
|
2415
2248
|
:return: The RNA type or default when not found.
|
|
2416
|
-
:rtype: bpy.types.Struct
|
|
2417
2249
|
"""
|
|
2418
2250
|
|
|
2419
2251
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2420
2252
|
"""
|
|
2421
2253
|
|
|
2422
2254
|
:return: The class or default when not found.
|
|
2423
|
-
:rtype: typing.Any
|
|
2424
2255
|
"""
|
|
2425
2256
|
|
|
2426
|
-
def draw(self, context):
|
|
2257
|
+
def draw(self, context) -> None:
|
|
2427
2258
|
"""
|
|
2428
2259
|
|
|
2429
2260
|
:param context:
|
|
2430
2261
|
"""
|
|
2431
2262
|
|
|
2432
2263
|
class OBJECT_PT_bStretchToConstraint(
|
|
2433
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
2264
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2434
2265
|
):
|
|
2435
2266
|
bl_context: typing.Any
|
|
2436
2267
|
bl_label: typing.Any
|
|
@@ -2444,24 +2275,22 @@ class OBJECT_PT_bStretchToConstraint(
|
|
|
2444
2275
|
"""
|
|
2445
2276
|
|
|
2446
2277
|
:return: The RNA type or default when not found.
|
|
2447
|
-
:rtype: bpy.types.Struct
|
|
2448
2278
|
"""
|
|
2449
2279
|
|
|
2450
2280
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2451
2281
|
"""
|
|
2452
2282
|
|
|
2453
2283
|
:return: The class or default when not found.
|
|
2454
|
-
:rtype: typing.Any
|
|
2455
2284
|
"""
|
|
2456
2285
|
|
|
2457
|
-
def draw(self, context):
|
|
2286
|
+
def draw(self, context) -> None:
|
|
2458
2287
|
"""
|
|
2459
2288
|
|
|
2460
2289
|
:param context:
|
|
2461
2290
|
"""
|
|
2462
2291
|
|
|
2463
2292
|
class OBJECT_PT_bTrackToConstraint(
|
|
2464
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
2293
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2465
2294
|
):
|
|
2466
2295
|
bl_context: typing.Any
|
|
2467
2296
|
bl_label: typing.Any
|
|
@@ -2475,24 +2304,22 @@ class OBJECT_PT_bTrackToConstraint(
|
|
|
2475
2304
|
"""
|
|
2476
2305
|
|
|
2477
2306
|
:return: The RNA type or default when not found.
|
|
2478
|
-
:rtype: bpy.types.Struct
|
|
2479
2307
|
"""
|
|
2480
2308
|
|
|
2481
2309
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2482
2310
|
"""
|
|
2483
2311
|
|
|
2484
2312
|
:return: The class or default when not found.
|
|
2485
|
-
:rtype: typing.Any
|
|
2486
2313
|
"""
|
|
2487
2314
|
|
|
2488
|
-
def draw(self, context):
|
|
2315
|
+
def draw(self, context) -> None:
|
|
2489
2316
|
"""
|
|
2490
2317
|
|
|
2491
2318
|
:param context:
|
|
2492
2319
|
"""
|
|
2493
2320
|
|
|
2494
2321
|
class OBJECT_PT_bTransLikeConstraint(
|
|
2495
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
2322
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2496
2323
|
):
|
|
2497
2324
|
bl_context: typing.Any
|
|
2498
2325
|
bl_label: typing.Any
|
|
@@ -2506,24 +2333,22 @@ class OBJECT_PT_bTransLikeConstraint(
|
|
|
2506
2333
|
"""
|
|
2507
2334
|
|
|
2508
2335
|
:return: The RNA type or default when not found.
|
|
2509
|
-
:rtype: bpy.types.Struct
|
|
2510
2336
|
"""
|
|
2511
2337
|
|
|
2512
2338
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2513
2339
|
"""
|
|
2514
2340
|
|
|
2515
2341
|
:return: The class or default when not found.
|
|
2516
|
-
:rtype: typing.Any
|
|
2517
2342
|
"""
|
|
2518
2343
|
|
|
2519
|
-
def draw(self, context):
|
|
2344
|
+
def draw(self, context) -> None:
|
|
2520
2345
|
"""
|
|
2521
2346
|
|
|
2522
2347
|
:param context:
|
|
2523
2348
|
"""
|
|
2524
2349
|
|
|
2525
2350
|
class OBJECT_PT_bTransformCacheConstraint(
|
|
2526
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
2351
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2527
2352
|
):
|
|
2528
2353
|
bl_context: typing.Any
|
|
2529
2354
|
bl_label: typing.Any
|
|
@@ -2537,55 +2362,22 @@ class OBJECT_PT_bTransformCacheConstraint(
|
|
|
2537
2362
|
"""
|
|
2538
2363
|
|
|
2539
2364
|
:return: The RNA type or default when not found.
|
|
2540
|
-
:rtype: bpy.types.Struct
|
|
2541
2365
|
"""
|
|
2542
2366
|
|
|
2543
2367
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2544
2368
|
"""
|
|
2545
2369
|
|
|
2546
2370
|
:return: The class or default when not found.
|
|
2547
|
-
:rtype: typing.Any
|
|
2548
2371
|
"""
|
|
2549
2372
|
|
|
2550
|
-
def draw(self, context):
|
|
2373
|
+
def draw(self, context) -> None:
|
|
2551
2374
|
"""
|
|
2552
2375
|
|
|
2553
2376
|
:param context:
|
|
2554
2377
|
"""
|
|
2555
2378
|
|
|
2556
2379
|
class OBJECT_PT_bTransformCacheConstraint_layers(
|
|
2557
|
-
ConstraintButtonsSubPanel, ObjectConstraintPanel,
|
|
2558
|
-
):
|
|
2559
|
-
bl_context: typing.Any
|
|
2560
|
-
bl_label: typing.Any
|
|
2561
|
-
bl_parent_id: typing.Any
|
|
2562
|
-
bl_region_type: typing.Any
|
|
2563
|
-
bl_rna: typing.Any
|
|
2564
|
-
bl_space_type: typing.Any
|
|
2565
|
-
id_data: typing.Any
|
|
2566
|
-
|
|
2567
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
2568
|
-
"""
|
|
2569
|
-
|
|
2570
|
-
:return: The RNA type or default when not found.
|
|
2571
|
-
:rtype: bpy.types.Struct
|
|
2572
|
-
"""
|
|
2573
|
-
|
|
2574
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2575
|
-
"""
|
|
2576
|
-
|
|
2577
|
-
:return: The class or default when not found.
|
|
2578
|
-
:rtype: typing.Any
|
|
2579
|
-
"""
|
|
2580
|
-
|
|
2581
|
-
def draw(self, context):
|
|
2582
|
-
"""
|
|
2583
|
-
|
|
2584
|
-
:param context:
|
|
2585
|
-
"""
|
|
2586
|
-
|
|
2587
|
-
class OBJECT_PT_bTransformCacheConstraint_procedural(
|
|
2588
|
-
ConstraintButtonsSubPanel, ObjectConstraintPanel, bpy.types.Panel
|
|
2380
|
+
ConstraintButtonsSubPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2589
2381
|
):
|
|
2590
2382
|
bl_context: typing.Any
|
|
2591
2383
|
bl_label: typing.Any
|
|
@@ -2599,24 +2391,22 @@ class OBJECT_PT_bTransformCacheConstraint_procedural(
|
|
|
2599
2391
|
"""
|
|
2600
2392
|
|
|
2601
2393
|
:return: The RNA type or default when not found.
|
|
2602
|
-
:rtype: bpy.types.Struct
|
|
2603
2394
|
"""
|
|
2604
2395
|
|
|
2605
2396
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2606
2397
|
"""
|
|
2607
2398
|
|
|
2608
2399
|
:return: The class or default when not found.
|
|
2609
|
-
:rtype: typing.Any
|
|
2610
2400
|
"""
|
|
2611
2401
|
|
|
2612
|
-
def draw(self, context):
|
|
2402
|
+
def draw(self, context) -> None:
|
|
2613
2403
|
"""
|
|
2614
2404
|
|
|
2615
2405
|
:param context:
|
|
2616
2406
|
"""
|
|
2617
2407
|
|
|
2618
2408
|
class OBJECT_PT_bTransformCacheConstraint_time(
|
|
2619
|
-
ConstraintButtonsSubPanel, ObjectConstraintPanel,
|
|
2409
|
+
ConstraintButtonsSubPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2620
2410
|
):
|
|
2621
2411
|
bl_context: typing.Any
|
|
2622
2412
|
bl_label: typing.Any
|
|
@@ -2630,24 +2420,22 @@ class OBJECT_PT_bTransformCacheConstraint_time(
|
|
|
2630
2420
|
"""
|
|
2631
2421
|
|
|
2632
2422
|
:return: The RNA type or default when not found.
|
|
2633
|
-
:rtype: bpy.types.Struct
|
|
2634
2423
|
"""
|
|
2635
2424
|
|
|
2636
2425
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2637
2426
|
"""
|
|
2638
2427
|
|
|
2639
2428
|
:return: The class or default when not found.
|
|
2640
|
-
:rtype: typing.Any
|
|
2641
2429
|
"""
|
|
2642
2430
|
|
|
2643
|
-
def draw(self, context):
|
|
2431
|
+
def draw(self, context) -> None:
|
|
2644
2432
|
"""
|
|
2645
2433
|
|
|
2646
2434
|
:param context:
|
|
2647
2435
|
"""
|
|
2648
2436
|
|
|
2649
2437
|
class OBJECT_PT_bTransformCacheConstraint_velocity(
|
|
2650
|
-
ConstraintButtonsSubPanel, ObjectConstraintPanel,
|
|
2438
|
+
ConstraintButtonsSubPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2651
2439
|
):
|
|
2652
2440
|
bl_context: typing.Any
|
|
2653
2441
|
bl_label: typing.Any
|
|
@@ -2661,24 +2449,22 @@ class OBJECT_PT_bTransformCacheConstraint_velocity(
|
|
|
2661
2449
|
"""
|
|
2662
2450
|
|
|
2663
2451
|
:return: The RNA type or default when not found.
|
|
2664
|
-
:rtype: bpy.types.Struct
|
|
2665
2452
|
"""
|
|
2666
2453
|
|
|
2667
2454
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2668
2455
|
"""
|
|
2669
2456
|
|
|
2670
2457
|
:return: The class or default when not found.
|
|
2671
|
-
:rtype: typing.Any
|
|
2672
2458
|
"""
|
|
2673
2459
|
|
|
2674
|
-
def draw(self, context):
|
|
2460
|
+
def draw(self, context) -> None:
|
|
2675
2461
|
"""
|
|
2676
2462
|
|
|
2677
2463
|
:param context:
|
|
2678
2464
|
"""
|
|
2679
2465
|
|
|
2680
2466
|
class OBJECT_PT_bTransformConstraint(
|
|
2681
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
2467
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2682
2468
|
):
|
|
2683
2469
|
bl_context: typing.Any
|
|
2684
2470
|
bl_label: typing.Any
|
|
@@ -2692,24 +2478,22 @@ class OBJECT_PT_bTransformConstraint(
|
|
|
2692
2478
|
"""
|
|
2693
2479
|
|
|
2694
2480
|
:return: The RNA type or default when not found.
|
|
2695
|
-
:rtype: bpy.types.Struct
|
|
2696
2481
|
"""
|
|
2697
2482
|
|
|
2698
2483
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2699
2484
|
"""
|
|
2700
2485
|
|
|
2701
2486
|
:return: The class or default when not found.
|
|
2702
|
-
:rtype: typing.Any
|
|
2703
2487
|
"""
|
|
2704
2488
|
|
|
2705
|
-
def draw(self, context):
|
|
2489
|
+
def draw(self, context) -> None:
|
|
2706
2490
|
"""
|
|
2707
2491
|
|
|
2708
2492
|
:param context:
|
|
2709
2493
|
"""
|
|
2710
2494
|
|
|
2711
2495
|
class OBJECT_PT_bTransformConstraint_destination(
|
|
2712
|
-
ConstraintButtonsSubPanel, ObjectConstraintPanel,
|
|
2496
|
+
ConstraintButtonsSubPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2713
2497
|
):
|
|
2714
2498
|
bl_context: typing.Any
|
|
2715
2499
|
bl_label: typing.Any
|
|
@@ -2723,24 +2507,22 @@ class OBJECT_PT_bTransformConstraint_destination(
|
|
|
2723
2507
|
"""
|
|
2724
2508
|
|
|
2725
2509
|
:return: The RNA type or default when not found.
|
|
2726
|
-
:rtype: bpy.types.Struct
|
|
2727
2510
|
"""
|
|
2728
2511
|
|
|
2729
2512
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2730
2513
|
"""
|
|
2731
2514
|
|
|
2732
2515
|
:return: The class or default when not found.
|
|
2733
|
-
:rtype: typing.Any
|
|
2734
2516
|
"""
|
|
2735
2517
|
|
|
2736
|
-
def draw(self, context):
|
|
2518
|
+
def draw(self, context) -> None:
|
|
2737
2519
|
"""
|
|
2738
2520
|
|
|
2739
2521
|
:param context:
|
|
2740
2522
|
"""
|
|
2741
2523
|
|
|
2742
2524
|
class OBJECT_PT_bTransformConstraint_source(
|
|
2743
|
-
ConstraintButtonsSubPanel, ObjectConstraintPanel,
|
|
2525
|
+
ConstraintButtonsSubPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2744
2526
|
):
|
|
2745
2527
|
bl_context: typing.Any
|
|
2746
2528
|
bl_label: typing.Any
|
|
@@ -2754,23 +2536,21 @@ class OBJECT_PT_bTransformConstraint_source(
|
|
|
2754
2536
|
"""
|
|
2755
2537
|
|
|
2756
2538
|
:return: The RNA type or default when not found.
|
|
2757
|
-
:rtype: bpy.types.Struct
|
|
2758
2539
|
"""
|
|
2759
2540
|
|
|
2760
2541
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2761
2542
|
"""
|
|
2762
2543
|
|
|
2763
2544
|
:return: The class or default when not found.
|
|
2764
|
-
:rtype: typing.Any
|
|
2765
2545
|
"""
|
|
2766
2546
|
|
|
2767
|
-
def draw(self, context):
|
|
2547
|
+
def draw(self, context) -> None:
|
|
2768
2548
|
"""
|
|
2769
2549
|
|
|
2770
2550
|
:param context:
|
|
2771
2551
|
"""
|
|
2772
2552
|
|
|
2773
|
-
class OBJECT_PT_constraints(ObjectConstraintPanel,
|
|
2553
|
+
class OBJECT_PT_constraints(ObjectConstraintPanel, _bpy_types.Panel):
|
|
2774
2554
|
bl_context: typing.Any
|
|
2775
2555
|
bl_label: typing.Any
|
|
2776
2556
|
bl_options: typing.Any
|
|
@@ -2783,17 +2563,15 @@ class OBJECT_PT_constraints(ObjectConstraintPanel, bpy.types.Panel):
|
|
|
2783
2563
|
"""
|
|
2784
2564
|
|
|
2785
2565
|
:return: The RNA type or default when not found.
|
|
2786
|
-
:rtype: bpy.types.Struct
|
|
2787
2566
|
"""
|
|
2788
2567
|
|
|
2789
2568
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2790
2569
|
"""
|
|
2791
2570
|
|
|
2792
2571
|
:return: The class or default when not found.
|
|
2793
|
-
:rtype: typing.Any
|
|
2794
2572
|
"""
|
|
2795
2573
|
|
|
2796
|
-
def draw(self, _context):
|
|
2574
|
+
def draw(self, _context) -> None:
|
|
2797
2575
|
"""
|
|
2798
2576
|
|
|
2799
2577
|
:param _context:
|
|
@@ -2803,7 +2581,7 @@ class ObjectConstraintPanel:
|
|
|
2803
2581
|
bl_context: typing.Any
|
|
2804
2582
|
|
|
2805
2583
|
@classmethod
|
|
2806
|
-
def poll(cls, context):
|
|
2584
|
+
def poll(cls, context) -> None:
|
|
2807
2585
|
"""
|
|
2808
2586
|
|
|
2809
2587
|
:param context:
|