fake-bpy-module 20240516__py3-none-any.whl → 20240518__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- _bpy_internal/freedesktop/__init__.pyi +17 -84
- addon_utils/__init__.pyi +44 -38
- animsys_refactor/__init__.pyi +7 -27
- aud/__init__.pyi +8 -11
- bgl/__init__.pyi +121 -1812
- bl_app_override/__init__.pyi +8 -19
- bl_app_override/helpers/__init__.pyi +5 -23
- bl_app_template_utils/__init__.pyi +5 -17
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +48 -10
- bl_console_utils/autocomplete/complete_import/__init__.pyi +27 -6
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +40 -8
- bl_console_utils/autocomplete/intellisense/__init__.pyi +31 -4
- bl_i18n_utils/bl_extract_messages/__init__.pyi +16 -67
- bl_i18n_utils/merge_po/__init__.pyi +1 -4
- bl_i18n_utils/settings/__init__.pyi +6 -24
- bl_i18n_utils/utils/__init__.pyi +93 -122
- bl_i18n_utils/utils_cli/__init__.pyi +6 -29
- bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -4
- bl_i18n_utils/utils_rtl/__init__.pyi +8 -2
- bl_keymap_utils/io/__init__.pyi +9 -40
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -2
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -4
- bl_keymap_utils/platform_helpers/__init__.pyi +2 -6
- bl_keymap_utils/versioning/__init__.pyi +1 -4
- bl_operators/__init__.pyi +2 -9
- bl_operators/add_mesh_torus/__init__.pyi +128 -59
- bl_operators/anim/__init__.pyi +1001 -398
- bl_operators/assets/__init__.pyi +376 -152
- bl_operators/bmesh/find_adjacent/__init__.pyi +10 -37
- bl_operators/clip/__init__.pyi +1264 -532
- bl_operators/console/__init__.pyi +626 -242
- bl_operators/constraint/__init__.pyi +502 -201
- bl_operators/file/__init__.pyi +376 -150
- bl_operators/freestyle/__init__.pyi +501 -200
- bl_operators/geometry_nodes/__init__.pyi +514 -266
- bl_operators/image/__init__.pyi +621 -251
- bl_operators/mesh/__init__.pyi +376 -150
- bl_operators/node/__init__.pyi +1253 -516
- bl_operators/object/__init__.pyi +1879 -755
- bl_operators/object_align/__init__.pyi +129 -64
- bl_operators/object_quick_effects/__init__.pyi +504 -213
- bl_operators/object_randomize_transform/__init__.pyi +129 -54
- bl_operators/presets/__init__.pyi +3072 -1403
- bl_operators/rigidbody/__init__.pyi +376 -150
- bl_operators/screen_play_rendered_anim/__init__.pyi +127 -54
- bl_operators/sequencer/__init__.pyi +1010 -434
- bl_operators/spreadsheet/__init__.pyi +126 -50
- bl_operators/userpref/__init__.pyi +3253 -1267
- bl_operators/uvcalc_follow_active/__init__.pyi +128 -59
- bl_operators/uvcalc_lightmap/__init__.pyi +139 -80
- bl_operators/uvcalc_transform/__init__.pyi +297 -159
- bl_operators/vertexpaint_dirt/__init__.pyi +128 -59
- bl_operators/view3d/__init__.pyi +868 -342
- bl_operators/wm/__init__.pyi +5795 -2388
- bl_operators/world/__init__.pyi +126 -50
- bl_previews_utils/bl_previews_render/__init__.pyi +7 -34
- bl_rna_utils/data_path/__init__.pyi +8 -4
- bl_text_utils/external_editor/__init__.pyi +1 -4
- bl_ui/__init__.pyi +366 -269
- bl_ui/anim/__init__.pyi +164 -74
- bl_ui/asset_shelf/__init__.pyi +129 -56
- bl_ui/generic_ui_list/__init__.pyi +412 -163
- bl_ui/node_add_menu/__init__.pyi +171 -94
- bl_ui/node_add_menu_compositor/__init__.pyi +2918 -1353
- bl_ui/node_add_menu_geometry/__init__.pyi +7789 -3616
- bl_ui/node_add_menu_shader/__init__.pyi +1630 -790
- bl_ui/node_add_menu_texture/__init__.pyi +1459 -675
- bl_ui/properties_animviz/__init__.pyi +2 -16
- bl_ui/properties_collection/__init__.pyi +807 -379
- bl_ui/properties_constraint/__init__.pyi +10292 -4941
- bl_ui/properties_data_armature/__init__.pyi +1615 -753
- bl_ui/properties_data_bone/__init__.pyi +1284 -608
- bl_ui/properties_data_camera/__init__.pyi +1854 -927
- bl_ui/properties_data_curve/__init__.pyi +1927 -937
- bl_ui/properties_data_curves/__init__.pyi +806 -375
- bl_ui/properties_data_empty/__init__.pyi +257 -125
- bl_ui/properties_data_gpencil/__init__.pyi +2376 -1130
- bl_ui/properties_data_grease_pencil/__init__.pyi +1898 -894
- bl_ui/properties_data_lattice/__init__.pyi +388 -188
- bl_ui/properties_data_light/__init__.pyi +1540 -756
- bl_ui/properties_data_lightprobe/__init__.pyi +1666 -810
- bl_ui/properties_data_mesh/__init__.pyi +2707 -1235
- bl_ui/properties_data_metaball/__init__.pyi +644 -308
- bl_ui/properties_data_modifier/__init__.pyi +1353 -671
- bl_ui/properties_data_pointcloud/__init__.pyi +679 -316
- bl_ui/properties_data_shaderfx/__init__.pyi +129 -67
- bl_ui/properties_data_speaker/__init__.pyi +644 -316
- bl_ui/properties_data_volume/__init__.pyi +1028 -484
- bl_ui/properties_freestyle/__init__.pyi +3112 -1619
- bl_ui/properties_grease_pencil_common/__init__.pyi +2454 -1123
- bl_ui/properties_mask_common/__init__.pyi +1102 -523
- bl_ui/properties_material/__init__.pyi +2089 -1009
- bl_ui/properties_material_gpencil/__init__.pyi +1348 -635
- bl_ui/properties_object/__init__.pyi +1832 -873
- bl_ui/properties_output/__init__.pyi +2405 -1173
- bl_ui/properties_paint_common/__init__.pyi +416 -386
- bl_ui/properties_particle/__init__.pyi +6740 -3346
- bl_ui/properties_physics_cloth/__init__.pyi +1822 -907
- bl_ui/properties_physics_common/__init__.pyi +135 -98
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +2817 -1391
- bl_ui/properties_physics_field/__init__.pyi +1282 -627
- bl_ui/properties_physics_fluid/__init__.pyi +3614 -1794
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +129 -60
- bl_ui/properties_physics_rigidbody/__init__.pyi +1026 -515
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1665 -811
- bl_ui/properties_physics_softbody/__init__.pyi +1922 -967
- bl_ui/properties_render/__init__.pyi +6843 -3367
- bl_ui/properties_scene/__init__.pyi +1924 -913
- bl_ui/properties_texture/__init__.pyi +3371 -1667
- bl_ui/properties_view_layer/__init__.pyi +2344 -1107
- bl_ui/properties_workspace/__init__.pyi +516 -244
- bl_ui/properties_world/__init__.pyi +1284 -630
- bl_ui/space_clip/__init__.pyi +10172 -4695
- bl_ui/space_console/__init__.pyi +940 -423
- bl_ui/space_dopesheet/__init__.pyi +4325 -2013
- bl_ui/space_filebrowser/__init__.pyi +4172 -1903
- bl_ui/space_graph/__init__.pyi +3107 -1394
- bl_ui/space_image/__init__.pyi +9764 -4614
- bl_ui/space_info/__init__.pyi +939 -421
- bl_ui/space_nla/__init__.pyi +2623 -1183
- bl_ui/space_node/__init__.pyi +3995 -1840
- bl_ui/space_outliner/__init__.pyi +2203 -991
- bl_ui/space_properties/__init__.pyi +386 -165
- bl_ui/space_sequencer/__init__.pyi +10809 -4978
- bl_ui/space_spreadsheet/__init__.pyi +130 -53
- bl_ui/space_statusbar/__init__.pyi +129 -52
- bl_ui/space_text/__init__.pyi +2457 -1100
- bl_ui/space_time/__init__.pyi +1034 -481
- bl_ui/space_toolsystem_common/__init__.pyi +56 -211
- bl_ui/space_toolsystem_toolbar/__init__.pyi +153 -882
- bl_ui/space_topbar/__init__.pyi +3982 -1805
- bl_ui/space_userpref/__init__.pyi +11383 -5290
- bl_ui/space_view3d/__init__.pyi +40873 -18532
- bl_ui/space_view3d_toolbar/__init__.pyi +12570 -6502
- bl_ui/temp_anim_layers/__init__.pyi +130 -62
- bl_ui/utils/__init__.pyi +28 -27
- bl_ui_utils/bug_report_url/__init__.pyi +1 -4
- bl_ui_utils/layout/__init__.pyi +1 -1
- blend_render_info/__init__.pyi +3 -10
- blf/__init__.pyi +4 -4
- bmesh/geometry/__init__.pyi +2 -3
- bmesh/ops/__init__.pyi +372 -419
- bmesh/types/__init__.pyi +39 -56
- bmesh/utils/__init__.pyi +10 -13
- bpy/app/__init__.pyi +4 -4
- bpy/app/handlers/__init__.pyi +36 -36
- bpy/app/icons/__init__.pyi +8 -8
- bpy/app/timers/__init__.pyi +10 -10
- bpy/app/translations/__init__.pyi +20 -22
- bpy/msgbus/__init__.pyi +2 -4
- bpy/ops/action/__init__.pyi +316 -394
- bpy/ops/anim/__init__.pyi +442 -548
- bpy/ops/armature/__init__.pyi +374 -470
- bpy/ops/asset/__init__.pyi +152 -184
- bpy/ops/bl_pkg/__init__.pyi +221 -272
- bpy/ops/boid/__init__.pyi +50 -66
- bpy/ops/brush/__init__.pyi +72 -90
- bpy/ops/buttons/__init__.pyi +132 -144
- bpy/ops/cachefile/__init__.pyi +128 -138
- bpy/ops/camera/__init__.pyi +26 -30
- bpy/ops/clip/__init__.pyi +777 -964
- bpy/ops/cloth/__init__.pyi +12 -14
- bpy/ops/collection/__init__.pyi +68 -86
- bpy/ops/console/__init__.pyi +158 -200
- bpy/ops/constraint/__init__.pyi +178 -214
- bpy/ops/curve/__init__.pyi +473 -576
- bpy/ops/curves/__init__.pyi +247 -302
- bpy/ops/cycles/__init__.pyi +28 -34
- bpy/ops/dpaint/__init__.pyi +34 -44
- bpy/ops/ed/__init__.pyi +126 -150
- bpy/ops/export_anim/__init__.pyi +22 -24
- bpy/ops/export_scene/__init__.pyi +302 -336
- bpy/ops/file/__init__.pyi +352 -432
- bpy/ops/fluid/__init__.pyi +90 -118
- bpy/ops/font/__init__.pyi +258 -304
- bpy/ops/geometry/__init__.pyi +100 -120
- bpy/ops/gizmogroup/__init__.pyi +22 -26
- bpy/ops/gpencil/__init__.pyi +1469 -1778
- bpy/ops/graph/__init__.pyi +644 -776
- bpy/ops/grease_pencil/__init__.pyi +597 -748
- bpy/ops/image/__init__.pyi +648 -744
- bpy/ops/import_anim/__init__.pyi +30 -32
- bpy/ops/import_curve/__init__.pyi +10 -12
- bpy/ops/import_scene/__init__.pyi +88 -96
- bpy/ops/info/__init__.pyi +60 -74
- bpy/ops/lattice/__init__.pyi +64 -80
- bpy/ops/marker/__init__.pyi +108 -130
- bpy/ops/mask/__init__.pyi +322 -402
- bpy/ops/material/__init__.pyi +18 -24
- bpy/ops/mball/__init__.pyi +70 -86
- bpy/ops/mesh/__init__.pyi +1986 -2322
- bpy/ops/nla/__init__.pyi +333 -411
- bpy/ops/node/__init__.pyi +886 -1100
- bpy/ops/object/__init__.pyi +2585 -3078
- bpy/ops/outliner/__init__.pyi +498 -636
- bpy/ops/paint/__init__.pyi +565 -680
- bpy/ops/paintcurve/__init__.pyi +64 -80
- bpy/ops/palette/__init__.pyi +50 -64
- bpy/ops/particle/__init__.pyi +267 -340
- bpy/ops/pose/__init__.pyi +336 -414
- bpy/ops/poselib/__init__.pyi +72 -90
- bpy/ops/preferences/__init__.pyi +386 -463
- bpy/ops/ptcache/__init__.pyi +46 -60
- bpy/ops/render/__init__.pyi +130 -154
- bpy/ops/rigidbody/__init__.pyi +102 -128
- bpy/ops/scene/__init__.pyi +280 -358
- bpy/ops/screen/__init__.pyi +382 -460
- bpy/ops/script/__init__.pyi +24 -30
- bpy/ops/sculpt/__init__.pyi +458 -532
- bpy/ops/sculpt_curves/__init__.pyi +41 -50
- bpy/ops/sequencer/__init__.pyi +1066 -1244
- bpy/ops/sound/__init__.pyi +216 -230
- bpy/ops/spreadsheet/__init__.pyi +30 -38
- bpy/ops/surface/__init__.pyi +108 -120
- bpy/ops/text/__init__.pyi +390 -476
- bpy/ops/text_editor/__init__.pyi +12 -14
- bpy/ops/texture/__init__.pyi +26 -34
- bpy/ops/transform/__init__.pyi +792 -878
- bpy/ops/ui/__init__.pyi +228 -294
- bpy/ops/uilist/__init__.pyi +32 -38
- bpy/ops/uv/__init__.pyi +602 -704
- bpy/ops/view2d/__init__.pyi +156 -184
- bpy/ops/view3d/__init__.pyi +582 -718
- bpy/ops/wm/__init__.pyi +2683 -2928
- bpy/ops/workspace/__init__.pyi +46 -60
- bpy/ops/world/__init__.pyi +12 -16
- bpy/path/__init__.pyi +179 -75
- bpy/props/__init__.pyi +261 -263
- bpy/types/__init__.pyi +17058 -26311
- bpy/utils/__init__.pyi +247 -179
- bpy/utils/previews/__init__.pyi +58 -28
- bpy/utils/units/__init__.pyi +20 -20
- bpy_extras/anim_utils/__init__.pyi +68 -29
- bpy_extras/asset_utils/__init__.pyi +0 -10
- bpy_extras/bmesh_utils/__init__.pyi +9 -6
- bpy_extras/extensions/junction_module/__init__.pyi +6 -8
- bpy_extras/id_map_utils/__init__.pyi +3 -3
- bpy_extras/image_utils/__init__.pyi +44 -11
- bpy_extras/io_utils/__init__.pyi +116 -41
- bpy_extras/keyconfig_utils/__init__.pyi +4 -11
- bpy_extras/mesh_utils/__init__.pyi +71 -19
- bpy_extras/node_shader_utils/__init__.pyi +52 -288
- bpy_extras/node_utils/__init__.pyi +10 -10
- bpy_extras/object_utils/__init__.pyi +71 -14
- bpy_extras/view3d_utils/__init__.pyi +80 -10
- bpy_extras/wm_utils/progress_report/__init__.pyi +15 -38
- bpy_restrict_state/__init__.pyi +1 -14
- bpy_types/__init__.pyi +4203 -1605
- console_python/__init__.pyi +12 -37
- console_shell/__init__.pyi +5 -24
- {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240518.dist-info}/METADATA +1 -1
- fake_bpy_module-20240518.dist-info/RECORD +353 -0
- freestyle/chainingiterators/__init__.pyi +14 -44
- freestyle/functions/__init__.pyi +7 -33
- freestyle/predicates/__init__.pyi +44 -217
- freestyle/shaders/__init__.pyi +2 -12
- freestyle/types/__init__.pyi +84 -96
- freestyle/utils/ContextFunctions/__init__.pyi +2 -2
- freestyle/utils/__init__.pyi +6 -18
- gpu/matrix/__init__.pyi +6 -8
- gpu/state/__init__.pyi +2 -2
- gpu/types/__init__.pyi +12 -12
- gpu_extras/presets/__init__.pyi +2 -5
- graphviz_export/__init__.pyi +4 -9
- idprop/types/__init__.pyi +8 -35
- imbuf/__init__.pyi +4 -4
- imbuf/types/__init__.pyi +0 -2
- keyingsets_builtins/__init__.pyi +2692 -997
- keyingsets_utils/__init__.pyi +14 -69
- mathutils/__init__.pyi +194 -238
- mathutils/bvhtree/__init__.pyi +4 -6
- mathutils/geometry/__init__.pyi +153 -155
- mathutils/kdtree/__init__.pyi +8 -12
- mathutils/noise/__init__.pyi +26 -26
- nodeitems_builtins/__init__.pyi +5 -30
- nodeitems_utils/__init__.pyi +8 -45
- rna_info/__init__.pyi +39 -215
- rna_keymap_ui/__init__.pyi +6 -29
- rna_prop_ui/__init__.pyi +24 -62
- rna_xml/__init__.pyi +16 -39
- sys_info/__init__.pyi +1 -4
- _bpy_internal/freedesktop/py.typed +0 -0
- bl_app_override/helpers/py.typed +0 -0
- bl_console_utils/autocomplete/complete_calltip/py.typed +0 -0
- bl_console_utils/autocomplete/complete_import/py.typed +0 -0
- bl_console_utils/autocomplete/complete_namespace/py.typed +0 -0
- bl_console_utils/autocomplete/intellisense/py.typed +0 -0
- bl_console_utils/autocomplete/py.typed +0 -0
- bl_i18n_utils/bl_extract_messages/py.typed +0 -0
- bl_i18n_utils/merge_po/py.typed +0 -0
- bl_i18n_utils/settings/py.typed +0 -0
- bl_i18n_utils/utils/py.typed +0 -0
- bl_i18n_utils/utils_cli/py.typed +0 -0
- bl_i18n_utils/utils_languages_menu/py.typed +0 -0
- bl_i18n_utils/utils_rtl/py.typed +0 -0
- bl_keymap_utils/io/py.typed +0 -0
- bl_keymap_utils/keymap_from_toolbar/py.typed +0 -0
- bl_keymap_utils/keymap_hierarchy/py.typed +0 -0
- bl_keymap_utils/platform_helpers/py.typed +0 -0
- bl_keymap_utils/versioning/py.typed +0 -0
- bl_operators/add_mesh_torus/py.typed +0 -0
- bl_operators/anim/py.typed +0 -0
- bl_operators/assets/py.typed +0 -0
- bl_operators/bmesh/find_adjacent/py.typed +0 -0
- bl_operators/bmesh/py.typed +0 -0
- bl_operators/clip/py.typed +0 -0
- bl_operators/console/py.typed +0 -0
- bl_operators/constraint/py.typed +0 -0
- bl_operators/file/py.typed +0 -0
- bl_operators/freestyle/py.typed +0 -0
- bl_operators/geometry_nodes/py.typed +0 -0
- bl_operators/image/py.typed +0 -0
- bl_operators/mesh/py.typed +0 -0
- bl_operators/node/py.typed +0 -0
- bl_operators/object/py.typed +0 -0
- bl_operators/object_align/py.typed +0 -0
- bl_operators/object_quick_effects/py.typed +0 -0
- bl_operators/object_randomize_transform/py.typed +0 -0
- bl_operators/presets/py.typed +0 -0
- bl_operators/rigidbody/py.typed +0 -0
- bl_operators/screen_play_rendered_anim/py.typed +0 -0
- bl_operators/sequencer/py.typed +0 -0
- bl_operators/spreadsheet/py.typed +0 -0
- bl_operators/userpref/py.typed +0 -0
- bl_operators/uvcalc_follow_active/py.typed +0 -0
- bl_operators/uvcalc_lightmap/py.typed +0 -0
- bl_operators/uvcalc_transform/py.typed +0 -0
- bl_operators/vertexpaint_dirt/py.typed +0 -0
- bl_operators/view3d/py.typed +0 -0
- bl_operators/wm/py.typed +0 -0
- bl_operators/world/py.typed +0 -0
- bl_previews_utils/bl_previews_render/py.typed +0 -0
- bl_rna_utils/data_path/py.typed +0 -0
- bl_text_utils/external_editor/py.typed +0 -0
- bl_ui/anim/py.typed +0 -0
- bl_ui/asset_shelf/py.typed +0 -0
- bl_ui/generic_ui_list/py.typed +0 -0
- bl_ui/node_add_menu/py.typed +0 -0
- bl_ui/node_add_menu_compositor/py.typed +0 -0
- bl_ui/node_add_menu_geometry/py.typed +0 -0
- bl_ui/node_add_menu_shader/py.typed +0 -0
- bl_ui/node_add_menu_texture/py.typed +0 -0
- bl_ui/properties_animviz/py.typed +0 -0
- bl_ui/properties_collection/py.typed +0 -0
- bl_ui/properties_constraint/py.typed +0 -0
- bl_ui/properties_data_armature/py.typed +0 -0
- bl_ui/properties_data_bone/py.typed +0 -0
- bl_ui/properties_data_camera/py.typed +0 -0
- bl_ui/properties_data_curve/py.typed +0 -0
- bl_ui/properties_data_curves/py.typed +0 -0
- bl_ui/properties_data_empty/py.typed +0 -0
- bl_ui/properties_data_gpencil/py.typed +0 -0
- bl_ui/properties_data_grease_pencil/py.typed +0 -0
- bl_ui/properties_data_lattice/py.typed +0 -0
- bl_ui/properties_data_light/py.typed +0 -0
- bl_ui/properties_data_lightprobe/py.typed +0 -0
- bl_ui/properties_data_mesh/py.typed +0 -0
- bl_ui/properties_data_metaball/py.typed +0 -0
- bl_ui/properties_data_modifier/py.typed +0 -0
- bl_ui/properties_data_pointcloud/py.typed +0 -0
- bl_ui/properties_data_shaderfx/py.typed +0 -0
- bl_ui/properties_data_speaker/py.typed +0 -0
- bl_ui/properties_data_volume/py.typed +0 -0
- bl_ui/properties_freestyle/py.typed +0 -0
- bl_ui/properties_grease_pencil_common/py.typed +0 -0
- bl_ui/properties_mask_common/py.typed +0 -0
- bl_ui/properties_material/py.typed +0 -0
- bl_ui/properties_material_gpencil/py.typed +0 -0
- bl_ui/properties_object/py.typed +0 -0
- bl_ui/properties_output/py.typed +0 -0
- bl_ui/properties_paint_common/py.typed +0 -0
- bl_ui/properties_particle/py.typed +0 -0
- bl_ui/properties_physics_cloth/py.typed +0 -0
- bl_ui/properties_physics_common/py.typed +0 -0
- bl_ui/properties_physics_dynamicpaint/py.typed +0 -0
- bl_ui/properties_physics_field/py.typed +0 -0
- bl_ui/properties_physics_fluid/py.typed +0 -0
- bl_ui/properties_physics_geometry_nodes/py.typed +0 -0
- bl_ui/properties_physics_rigidbody/py.typed +0 -0
- bl_ui/properties_physics_rigidbody_constraint/py.typed +0 -0
- bl_ui/properties_physics_softbody/py.typed +0 -0
- bl_ui/properties_render/py.typed +0 -0
- bl_ui/properties_scene/py.typed +0 -0
- bl_ui/properties_texture/py.typed +0 -0
- bl_ui/properties_view_layer/py.typed +0 -0
- bl_ui/properties_workspace/py.typed +0 -0
- bl_ui/properties_world/py.typed +0 -0
- bl_ui/space_clip/py.typed +0 -0
- bl_ui/space_console/py.typed +0 -0
- bl_ui/space_dopesheet/py.typed +0 -0
- bl_ui/space_filebrowser/py.typed +0 -0
- bl_ui/space_graph/py.typed +0 -0
- bl_ui/space_image/py.typed +0 -0
- bl_ui/space_info/py.typed +0 -0
- bl_ui/space_nla/py.typed +0 -0
- bl_ui/space_node/py.typed +0 -0
- bl_ui/space_outliner/py.typed +0 -0
- bl_ui/space_properties/py.typed +0 -0
- bl_ui/space_sequencer/py.typed +0 -0
- bl_ui/space_spreadsheet/py.typed +0 -0
- bl_ui/space_statusbar/py.typed +0 -0
- bl_ui/space_text/py.typed +0 -0
- bl_ui/space_time/py.typed +0 -0
- bl_ui/space_toolsystem_common/py.typed +0 -0
- bl_ui/space_toolsystem_toolbar/py.typed +0 -0
- bl_ui/space_topbar/py.typed +0 -0
- bl_ui/space_userpref/py.typed +0 -0
- bl_ui/space_view3d/py.typed +0 -0
- bl_ui/space_view3d_toolbar/py.typed +0 -0
- bl_ui/temp_anim_layers/py.typed +0 -0
- bl_ui/utils/py.typed +0 -0
- bl_ui_utils/bug_report_url/py.typed +0 -0
- bl_ui_utils/layout/py.typed +0 -0
- bmesh/geometry/py.typed +0 -0
- bmesh/ops/py.typed +0 -0
- bmesh/types/py.typed +0 -0
- bmesh/utils/py.typed +0 -0
- bpy/app/handlers/py.typed +0 -0
- bpy/app/icons/py.typed +0 -0
- bpy/app/py.typed +0 -0
- bpy/app/timers/py.typed +0 -0
- bpy/app/translations/py.typed +0 -0
- bpy/msgbus/py.typed +0 -0
- bpy/ops/action/py.typed +0 -0
- bpy/ops/anim/py.typed +0 -0
- bpy/ops/armature/py.typed +0 -0
- bpy/ops/asset/py.typed +0 -0
- bpy/ops/bl_pkg/py.typed +0 -0
- bpy/ops/boid/py.typed +0 -0
- bpy/ops/brush/py.typed +0 -0
- bpy/ops/buttons/py.typed +0 -0
- bpy/ops/cachefile/py.typed +0 -0
- bpy/ops/camera/py.typed +0 -0
- bpy/ops/clip/py.typed +0 -0
- bpy/ops/cloth/py.typed +0 -0
- bpy/ops/collection/py.typed +0 -0
- bpy/ops/console/py.typed +0 -0
- bpy/ops/constraint/py.typed +0 -0
- bpy/ops/curve/py.typed +0 -0
- bpy/ops/curves/py.typed +0 -0
- bpy/ops/cycles/py.typed +0 -0
- bpy/ops/dpaint/py.typed +0 -0
- bpy/ops/ed/py.typed +0 -0
- bpy/ops/export_anim/py.typed +0 -0
- bpy/ops/export_scene/py.typed +0 -0
- bpy/ops/file/py.typed +0 -0
- bpy/ops/fluid/py.typed +0 -0
- bpy/ops/font/py.typed +0 -0
- bpy/ops/geometry/py.typed +0 -0
- bpy/ops/gizmogroup/py.typed +0 -0
- bpy/ops/gpencil/py.typed +0 -0
- bpy/ops/graph/py.typed +0 -0
- bpy/ops/grease_pencil/py.typed +0 -0
- bpy/ops/image/py.typed +0 -0
- bpy/ops/import_anim/py.typed +0 -0
- bpy/ops/import_curve/py.typed +0 -0
- bpy/ops/import_scene/py.typed +0 -0
- bpy/ops/info/py.typed +0 -0
- bpy/ops/lattice/py.typed +0 -0
- bpy/ops/marker/py.typed +0 -0
- bpy/ops/mask/py.typed +0 -0
- bpy/ops/material/py.typed +0 -0
- bpy/ops/mball/py.typed +0 -0
- bpy/ops/mesh/py.typed +0 -0
- bpy/ops/nla/py.typed +0 -0
- bpy/ops/node/py.typed +0 -0
- bpy/ops/object/py.typed +0 -0
- bpy/ops/outliner/py.typed +0 -0
- bpy/ops/paint/py.typed +0 -0
- bpy/ops/paintcurve/py.typed +0 -0
- bpy/ops/palette/py.typed +0 -0
- bpy/ops/particle/py.typed +0 -0
- bpy/ops/pose/py.typed +0 -0
- bpy/ops/poselib/py.typed +0 -0
- bpy/ops/preferences/py.typed +0 -0
- bpy/ops/ptcache/py.typed +0 -0
- bpy/ops/py.typed +0 -0
- bpy/ops/render/py.typed +0 -0
- bpy/ops/rigidbody/py.typed +0 -0
- bpy/ops/scene/py.typed +0 -0
- bpy/ops/screen/py.typed +0 -0
- bpy/ops/script/py.typed +0 -0
- bpy/ops/sculpt/py.typed +0 -0
- bpy/ops/sculpt_curves/py.typed +0 -0
- bpy/ops/sequencer/py.typed +0 -0
- bpy/ops/sound/py.typed +0 -0
- bpy/ops/spreadsheet/py.typed +0 -0
- bpy/ops/surface/py.typed +0 -0
- bpy/ops/text/py.typed +0 -0
- bpy/ops/text_editor/py.typed +0 -0
- bpy/ops/texture/py.typed +0 -0
- bpy/ops/transform/py.typed +0 -0
- bpy/ops/ui/py.typed +0 -0
- bpy/ops/uilist/py.typed +0 -0
- bpy/ops/uv/py.typed +0 -0
- bpy/ops/view2d/py.typed +0 -0
- bpy/ops/view3d/py.typed +0 -0
- bpy/ops/wm/py.typed +0 -0
- bpy/ops/workspace/py.typed +0 -0
- bpy/ops/world/py.typed +0 -0
- bpy/path/py.typed +0 -0
- bpy/props/py.typed +0 -0
- bpy/types/py.typed +0 -0
- bpy/utils/previews/py.typed +0 -0
- bpy/utils/py.typed +0 -0
- bpy/utils/units/py.typed +0 -0
- bpy_extras/anim_utils/py.typed +0 -0
- bpy_extras/asset_utils/py.typed +0 -0
- bpy_extras/bmesh_utils/py.typed +0 -0
- bpy_extras/extensions/junction_module/py.typed +0 -0
- bpy_extras/extensions/py.typed +0 -0
- bpy_extras/id_map_utils/py.typed +0 -0
- bpy_extras/image_utils/py.typed +0 -0
- bpy_extras/io_utils/py.typed +0 -0
- bpy_extras/keyconfig_utils/py.typed +0 -0
- bpy_extras/mesh_utils/py.typed +0 -0
- bpy_extras/node_shader_utils/py.typed +0 -0
- bpy_extras/node_utils/py.typed +0 -0
- bpy_extras/object_utils/py.typed +0 -0
- bpy_extras/view3d_utils/py.typed +0 -0
- bpy_extras/wm_utils/progress_report/py.typed +0 -0
- bpy_extras/wm_utils/py.typed +0 -0
- fake_bpy_module-20240516.dist-info/RECORD +0 -618
- freestyle/chainingiterators/py.typed +0 -0
- freestyle/functions/py.typed +0 -0
- freestyle/predicates/py.typed +0 -0
- freestyle/shaders/py.typed +0 -0
- freestyle/types/py.typed +0 -0
- freestyle/utils/ContextFunctions/py.typed +0 -0
- freestyle/utils/py.typed +0 -0
- gpu/capabilities/py.typed +0 -0
- gpu/matrix/py.typed +0 -0
- gpu/platform/py.typed +0 -0
- gpu/select/py.typed +0 -0
- gpu/shader/py.typed +0 -0
- gpu/state/py.typed +0 -0
- gpu/texture/py.typed +0 -0
- gpu/types/py.typed +0 -0
- gpu_extras/batch/py.typed +0 -0
- gpu_extras/presets/py.typed +0 -0
- idprop/types/py.typed +0 -0
- imbuf/types/py.typed +0 -0
- mathutils/bvhtree/py.typed +0 -0
- mathutils/geometry/py.typed +0 -0
- mathutils/interpolate/py.typed +0 -0
- mathutils/kdtree/py.typed +0 -0
- mathutils/noise/py.typed +0 -0
- {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240518.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240518.dist-info}/top_level.txt +0 -0
bpy/ops/armature/__init__.pyi
CHANGED
|
@@ -5,56 +5,50 @@ import bpy.types
|
|
|
5
5
|
GenericType = typing.TypeVar("GenericType")
|
|
6
6
|
|
|
7
7
|
def align(
|
|
8
|
-
override_context: typing.
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
12
|
-
undo: typing.Optional[bool] = None,
|
|
8
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
9
|
+
execution_context: str | int | None = None,
|
|
10
|
+
undo: bool | None = None,
|
|
13
11
|
):
|
|
14
12
|
"""Align selected bones to the active bone (or to their parent)
|
|
15
13
|
|
|
16
|
-
:type override_context:
|
|
17
|
-
:type execution_context:
|
|
18
|
-
:type undo:
|
|
14
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
15
|
+
:type execution_context: str | int | None
|
|
16
|
+
:type undo: bool | None
|
|
19
17
|
"""
|
|
20
18
|
|
|
21
19
|
...
|
|
22
20
|
|
|
23
21
|
def assign_to_collection(
|
|
24
|
-
override_context: typing.
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
collection_index: typing.Optional[typing.Any] = -1,
|
|
30
|
-
new_collection_name: typing.Union[str, typing.Any] = "",
|
|
22
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
23
|
+
execution_context: str | int | None = None,
|
|
24
|
+
undo: bool | None = None,
|
|
25
|
+
collection_index: typing.Any | None = -1,
|
|
26
|
+
new_collection_name: str | typing.Any = "",
|
|
31
27
|
):
|
|
32
28
|
"""Assign all selected bones to a collection, or unassign them, depending on whether the active bone is already assigned or not
|
|
33
29
|
|
|
34
|
-
:type override_context:
|
|
35
|
-
:type execution_context:
|
|
36
|
-
:type undo:
|
|
30
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
31
|
+
:type execution_context: str | int | None
|
|
32
|
+
:type undo: bool | None
|
|
37
33
|
:param collection_index: Collection Index, Index of the collection to assign selected bones to. When the operator should create a new bone collection, use new_collection_name to define the collection name, and set this parameter to the parent index of the new bone collection
|
|
38
|
-
:type collection_index: typing.
|
|
34
|
+
:type collection_index: typing.Any | None
|
|
39
35
|
:param new_collection_name: Name, Name of a to-be-added bone collection. Only pass this if you want to create a new bone collection and assign the selected bones to it. To assign to an existing collection, do not include this parameter and use collection_index
|
|
40
|
-
:type new_collection_name:
|
|
36
|
+
:type new_collection_name: str | typing.Any
|
|
41
37
|
"""
|
|
42
38
|
|
|
43
39
|
...
|
|
44
40
|
|
|
45
41
|
def autoside_names(
|
|
46
|
-
override_context: typing.
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
undo: typing.Optional[bool] = None,
|
|
51
|
-
type: typing.Optional[typing.Any] = "XAXIS",
|
|
42
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
43
|
+
execution_context: str | int | None = None,
|
|
44
|
+
undo: bool | None = None,
|
|
45
|
+
type: typing.Any | None = "XAXIS",
|
|
52
46
|
):
|
|
53
47
|
"""Automatically renames the selected bones according to which side of the target axis they fall on
|
|
54
48
|
|
|
55
|
-
:type override_context:
|
|
56
|
-
:type execution_context:
|
|
57
|
-
:type undo:
|
|
49
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
50
|
+
:type execution_context: str | int | None
|
|
51
|
+
:type undo: bool | None
|
|
58
52
|
:param type: Axis, Axis to tag names with
|
|
59
53
|
|
|
60
54
|
XAXIS
|
|
@@ -65,294 +59,262 @@ def autoside_names(
|
|
|
65
59
|
|
|
66
60
|
ZAXIS
|
|
67
61
|
Z-Axis -- Top/Bottom.
|
|
68
|
-
:type type: typing.
|
|
62
|
+
:type type: typing.Any | None
|
|
69
63
|
"""
|
|
70
64
|
|
|
71
65
|
...
|
|
72
66
|
|
|
73
67
|
def bone_primitive_add(
|
|
74
|
-
override_context: typing.
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
undo: typing.Optional[bool] = None,
|
|
79
|
-
name: typing.Union[str, typing.Any] = "",
|
|
68
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
69
|
+
execution_context: str | int | None = None,
|
|
70
|
+
undo: bool | None = None,
|
|
71
|
+
name: str | typing.Any = "",
|
|
80
72
|
):
|
|
81
73
|
"""Add a new bone located at the 3D cursor
|
|
82
74
|
|
|
83
|
-
:type override_context:
|
|
84
|
-
:type execution_context:
|
|
85
|
-
:type undo:
|
|
75
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
76
|
+
:type execution_context: str | int | None
|
|
77
|
+
:type undo: bool | None
|
|
86
78
|
:param name: Name, Name of the newly created bone
|
|
87
|
-
:type name:
|
|
79
|
+
:type name: str | typing.Any
|
|
88
80
|
"""
|
|
89
81
|
|
|
90
82
|
...
|
|
91
83
|
|
|
92
84
|
def calculate_roll(
|
|
93
|
-
override_context: typing.
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
axis_flip: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
100
|
-
axis_only: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
85
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
86
|
+
execution_context: str | int | None = None,
|
|
87
|
+
undo: bool | None = None,
|
|
88
|
+
type: typing.Any | None = "POS_X",
|
|
89
|
+
axis_flip: bool | typing.Any | None = False,
|
|
90
|
+
axis_only: bool | typing.Any | None = False,
|
|
101
91
|
):
|
|
102
92
|
"""Automatically fix alignment of select bones' axes
|
|
103
93
|
|
|
104
|
-
:type override_context:
|
|
105
|
-
:type execution_context:
|
|
106
|
-
:type undo:
|
|
94
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
95
|
+
:type execution_context: str | int | None
|
|
96
|
+
:type undo: bool | None
|
|
107
97
|
:param type: Type
|
|
108
|
-
:type type: typing.
|
|
98
|
+
:type type: typing.Any | None
|
|
109
99
|
:param axis_flip: Flip Axis, Negate the alignment axis
|
|
110
|
-
:type axis_flip:
|
|
100
|
+
:type axis_flip: bool | typing.Any | None
|
|
111
101
|
:param axis_only: Shortest Rotation, Ignore the axis direction, use the shortest rotation to align
|
|
112
|
-
:type axis_only:
|
|
102
|
+
:type axis_only: bool | typing.Any | None
|
|
113
103
|
"""
|
|
114
104
|
|
|
115
105
|
...
|
|
116
106
|
|
|
117
107
|
def click_extrude(
|
|
118
|
-
override_context: typing.
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
122
|
-
undo: typing.Optional[bool] = None,
|
|
108
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
109
|
+
execution_context: str | int | None = None,
|
|
110
|
+
undo: bool | None = None,
|
|
123
111
|
):
|
|
124
112
|
"""Create a new bone going from the last selected joint to the mouse position
|
|
125
113
|
|
|
126
|
-
:type override_context:
|
|
127
|
-
:type execution_context:
|
|
128
|
-
:type undo:
|
|
114
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
115
|
+
:type execution_context: str | int | None
|
|
116
|
+
:type undo: bool | None
|
|
129
117
|
"""
|
|
130
118
|
|
|
131
119
|
...
|
|
132
120
|
|
|
133
121
|
def collection_add(
|
|
134
|
-
override_context: typing.
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
138
|
-
undo: typing.Optional[bool] = None,
|
|
122
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
123
|
+
execution_context: str | int | None = None,
|
|
124
|
+
undo: bool | None = None,
|
|
139
125
|
):
|
|
140
126
|
"""Add a new bone collection
|
|
141
127
|
|
|
142
|
-
:type override_context:
|
|
143
|
-
:type execution_context:
|
|
144
|
-
:type undo:
|
|
128
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
129
|
+
:type execution_context: str | int | None
|
|
130
|
+
:type undo: bool | None
|
|
145
131
|
"""
|
|
146
132
|
|
|
147
133
|
...
|
|
148
134
|
|
|
149
135
|
def collection_assign(
|
|
150
|
-
override_context: typing.
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
undo: typing.Optional[bool] = None,
|
|
155
|
-
name: typing.Union[str, typing.Any] = "",
|
|
136
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
137
|
+
execution_context: str | int | None = None,
|
|
138
|
+
undo: bool | None = None,
|
|
139
|
+
name: str | typing.Any = "",
|
|
156
140
|
):
|
|
157
141
|
"""Add selected bones to the chosen bone collection
|
|
158
142
|
|
|
159
|
-
:type override_context:
|
|
160
|
-
:type execution_context:
|
|
161
|
-
:type undo:
|
|
143
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
144
|
+
:type execution_context: str | int | None
|
|
145
|
+
:type undo: bool | None
|
|
162
146
|
:param name: Bone Collection, Name of the bone collection to assign this bone to; empty to assign to the active bone collection
|
|
163
|
-
:type name:
|
|
147
|
+
:type name: str | typing.Any
|
|
164
148
|
"""
|
|
165
149
|
|
|
166
150
|
...
|
|
167
151
|
|
|
168
152
|
def collection_create_and_assign(
|
|
169
|
-
override_context: typing.
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
undo: typing.Optional[bool] = None,
|
|
174
|
-
name: typing.Union[str, typing.Any] = "",
|
|
153
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
154
|
+
execution_context: str | int | None = None,
|
|
155
|
+
undo: bool | None = None,
|
|
156
|
+
name: str | typing.Any = "",
|
|
175
157
|
):
|
|
176
158
|
"""Create a new bone collection and assign all selected bones
|
|
177
159
|
|
|
178
|
-
:type override_context:
|
|
179
|
-
:type execution_context:
|
|
180
|
-
:type undo:
|
|
160
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
161
|
+
:type execution_context: str | int | None
|
|
162
|
+
:type undo: bool | None
|
|
181
163
|
:param name: Bone Collection, Name of the bone collection to create
|
|
182
|
-
:type name:
|
|
164
|
+
:type name: str | typing.Any
|
|
183
165
|
"""
|
|
184
166
|
|
|
185
167
|
...
|
|
186
168
|
|
|
187
169
|
def collection_deselect(
|
|
188
|
-
override_context: typing.
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
192
|
-
undo: typing.Optional[bool] = None,
|
|
170
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
171
|
+
execution_context: str | int | None = None,
|
|
172
|
+
undo: bool | None = None,
|
|
193
173
|
):
|
|
194
174
|
"""Deselect bones of active Bone Collection
|
|
195
175
|
|
|
196
|
-
:type override_context:
|
|
197
|
-
:type execution_context:
|
|
198
|
-
:type undo:
|
|
176
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
177
|
+
:type execution_context: str | int | None
|
|
178
|
+
:type undo: bool | None
|
|
199
179
|
"""
|
|
200
180
|
|
|
201
181
|
...
|
|
202
182
|
|
|
203
183
|
def collection_move(
|
|
204
|
-
override_context: typing.
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
undo: typing.Optional[bool] = None,
|
|
209
|
-
direction: typing.Optional[typing.Any] = "UP",
|
|
184
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
185
|
+
execution_context: str | int | None = None,
|
|
186
|
+
undo: bool | None = None,
|
|
187
|
+
direction: typing.Any | None = "UP",
|
|
210
188
|
):
|
|
211
189
|
"""Change position of active Bone Collection in list of Bone collections
|
|
212
190
|
|
|
213
|
-
:type override_context:
|
|
214
|
-
:type execution_context:
|
|
215
|
-
:type undo:
|
|
191
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
192
|
+
:type execution_context: str | int | None
|
|
193
|
+
:type undo: bool | None
|
|
216
194
|
:param direction: Direction, Direction to move the active Bone Collection towards
|
|
217
|
-
:type direction: typing.
|
|
195
|
+
:type direction: typing.Any | None
|
|
218
196
|
"""
|
|
219
197
|
|
|
220
198
|
...
|
|
221
199
|
|
|
222
200
|
def collection_remove(
|
|
223
|
-
override_context: typing.
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
227
|
-
undo: typing.Optional[bool] = None,
|
|
201
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
202
|
+
execution_context: str | int | None = None,
|
|
203
|
+
undo: bool | None = None,
|
|
228
204
|
):
|
|
229
205
|
"""Remove the active bone collection
|
|
230
206
|
|
|
231
|
-
:type override_context:
|
|
232
|
-
:type execution_context:
|
|
233
|
-
:type undo:
|
|
207
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
208
|
+
:type execution_context: str | int | None
|
|
209
|
+
:type undo: bool | None
|
|
234
210
|
"""
|
|
235
211
|
|
|
236
212
|
...
|
|
237
213
|
|
|
238
214
|
def collection_remove_unused(
|
|
239
|
-
override_context: typing.
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
243
|
-
undo: typing.Optional[bool] = None,
|
|
215
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
216
|
+
execution_context: str | int | None = None,
|
|
217
|
+
undo: bool | None = None,
|
|
244
218
|
):
|
|
245
219
|
"""Remove all bone collections that have neither bones nor children. This is done recursively, so bone collections that only have unused children are also removed
|
|
246
220
|
|
|
247
|
-
:type override_context:
|
|
248
|
-
:type execution_context:
|
|
249
|
-
:type undo:
|
|
221
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
222
|
+
:type execution_context: str | int | None
|
|
223
|
+
:type undo: bool | None
|
|
250
224
|
"""
|
|
251
225
|
|
|
252
226
|
...
|
|
253
227
|
|
|
254
228
|
def collection_select(
|
|
255
|
-
override_context: typing.
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
259
|
-
undo: typing.Optional[bool] = None,
|
|
229
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
230
|
+
execution_context: str | int | None = None,
|
|
231
|
+
undo: bool | None = None,
|
|
260
232
|
):
|
|
261
233
|
"""Select bones in active Bone Collection
|
|
262
234
|
|
|
263
|
-
:type override_context:
|
|
264
|
-
:type execution_context:
|
|
265
|
-
:type undo:
|
|
235
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
236
|
+
:type execution_context: str | int | None
|
|
237
|
+
:type undo: bool | None
|
|
266
238
|
"""
|
|
267
239
|
|
|
268
240
|
...
|
|
269
241
|
|
|
270
242
|
def collection_show_all(
|
|
271
|
-
override_context: typing.
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
275
|
-
undo: typing.Optional[bool] = None,
|
|
243
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
244
|
+
execution_context: str | int | None = None,
|
|
245
|
+
undo: bool | None = None,
|
|
276
246
|
):
|
|
277
247
|
"""Show all bone collections
|
|
278
248
|
|
|
279
|
-
:type override_context:
|
|
280
|
-
:type execution_context:
|
|
281
|
-
:type undo:
|
|
249
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
250
|
+
:type execution_context: str | int | None
|
|
251
|
+
:type undo: bool | None
|
|
282
252
|
"""
|
|
283
253
|
|
|
284
254
|
...
|
|
285
255
|
|
|
286
256
|
def collection_unassign(
|
|
287
|
-
override_context: typing.
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
undo: typing.Optional[bool] = None,
|
|
292
|
-
name: typing.Union[str, typing.Any] = "",
|
|
257
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
258
|
+
execution_context: str | int | None = None,
|
|
259
|
+
undo: bool | None = None,
|
|
260
|
+
name: str | typing.Any = "",
|
|
293
261
|
):
|
|
294
262
|
"""Remove selected bones from the active bone collection
|
|
295
263
|
|
|
296
|
-
:type override_context:
|
|
297
|
-
:type execution_context:
|
|
298
|
-
:type undo:
|
|
264
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
265
|
+
:type execution_context: str | int | None
|
|
266
|
+
:type undo: bool | None
|
|
299
267
|
:param name: Bone Collection, Name of the bone collection to unassign this bone from; empty to unassign from the active bone collection
|
|
300
|
-
:type name:
|
|
268
|
+
:type name: str | typing.Any
|
|
301
269
|
"""
|
|
302
270
|
|
|
303
271
|
...
|
|
304
272
|
|
|
305
273
|
def collection_unassign_named(
|
|
306
|
-
override_context: typing.
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
name: typing.Union[str, typing.Any] = "",
|
|
312
|
-
bone_name: typing.Union[str, typing.Any] = "",
|
|
274
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
275
|
+
execution_context: str | int | None = None,
|
|
276
|
+
undo: bool | None = None,
|
|
277
|
+
name: str | typing.Any = "",
|
|
278
|
+
bone_name: str | typing.Any = "",
|
|
313
279
|
):
|
|
314
280
|
"""Unassign the named bone from this bone collection
|
|
315
281
|
|
|
316
|
-
:type override_context:
|
|
317
|
-
:type execution_context:
|
|
318
|
-
:type undo:
|
|
282
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
283
|
+
:type execution_context: str | int | None
|
|
284
|
+
:type undo: bool | None
|
|
319
285
|
:param name: Bone Collection, Name of the bone collection to unassign this bone from; empty to unassign from the active bone collection
|
|
320
|
-
:type name:
|
|
286
|
+
:type name: str | typing.Any
|
|
321
287
|
:param bone_name: Bone Name, Name of the bone to unassign from the collection; empty to use the active bone
|
|
322
|
-
:type bone_name:
|
|
288
|
+
:type bone_name: str | typing.Any
|
|
323
289
|
"""
|
|
324
290
|
|
|
325
291
|
...
|
|
326
292
|
|
|
327
293
|
def collection_unsolo_all(
|
|
328
|
-
override_context: typing.
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
332
|
-
undo: typing.Optional[bool] = None,
|
|
294
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
295
|
+
execution_context: str | int | None = None,
|
|
296
|
+
undo: bool | None = None,
|
|
333
297
|
):
|
|
334
298
|
"""Clear the 'solo' setting on all bone collections
|
|
335
299
|
|
|
336
|
-
:type override_context:
|
|
337
|
-
:type execution_context:
|
|
338
|
-
:type undo:
|
|
300
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
301
|
+
:type execution_context: str | int | None
|
|
302
|
+
:type undo: bool | None
|
|
339
303
|
"""
|
|
340
304
|
|
|
341
305
|
...
|
|
342
306
|
|
|
343
307
|
def copy_bone_color_to_selected(
|
|
344
|
-
override_context: typing.
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
undo: typing.Optional[bool] = None,
|
|
349
|
-
bone_type: typing.Optional[typing.Any] = "EDIT",
|
|
308
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
309
|
+
execution_context: str | int | None = None,
|
|
310
|
+
undo: bool | None = None,
|
|
311
|
+
bone_type: typing.Any | None = "EDIT",
|
|
350
312
|
):
|
|
351
313
|
"""Copy the bone color of the active bone to all selected bones
|
|
352
314
|
|
|
353
|
-
:type override_context:
|
|
354
|
-
:type execution_context:
|
|
355
|
-
:type undo:
|
|
315
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
316
|
+
:type execution_context: str | int | None
|
|
317
|
+
:type undo: bool | None
|
|
356
318
|
:param bone_type: Type
|
|
357
319
|
|
|
358
320
|
EDIT
|
|
@@ -360,315 +322,283 @@ def copy_bone_color_to_selected(
|
|
|
360
322
|
|
|
361
323
|
POSE
|
|
362
324
|
Pose Bone -- Copy Pose Bone colors from the active pose bone to all selected pose bones.
|
|
363
|
-
:type bone_type: typing.
|
|
325
|
+
:type bone_type: typing.Any | None
|
|
364
326
|
"""
|
|
365
327
|
|
|
366
328
|
...
|
|
367
329
|
|
|
368
330
|
def delete(
|
|
369
|
-
override_context: typing.
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
undo: typing.Optional[bool] = None,
|
|
374
|
-
confirm: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
331
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
332
|
+
execution_context: str | int | None = None,
|
|
333
|
+
undo: bool | None = None,
|
|
334
|
+
confirm: bool | typing.Any | None = True,
|
|
375
335
|
):
|
|
376
336
|
"""Remove selected bones from the armature
|
|
377
337
|
|
|
378
|
-
:type override_context:
|
|
379
|
-
:type execution_context:
|
|
380
|
-
:type undo:
|
|
338
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
339
|
+
:type execution_context: str | int | None
|
|
340
|
+
:type undo: bool | None
|
|
381
341
|
:param confirm: Confirm, Prompt for confirmation
|
|
382
|
-
:type confirm:
|
|
342
|
+
:type confirm: bool | typing.Any | None
|
|
383
343
|
"""
|
|
384
344
|
|
|
385
345
|
...
|
|
386
346
|
|
|
387
347
|
def dissolve(
|
|
388
|
-
override_context: typing.
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
392
|
-
undo: typing.Optional[bool] = None,
|
|
348
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
349
|
+
execution_context: str | int | None = None,
|
|
350
|
+
undo: bool | None = None,
|
|
393
351
|
):
|
|
394
352
|
"""Dissolve selected bones from the armature
|
|
395
353
|
|
|
396
|
-
:type override_context:
|
|
397
|
-
:type execution_context:
|
|
398
|
-
:type undo:
|
|
354
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
355
|
+
:type execution_context: str | int | None
|
|
356
|
+
:type undo: bool | None
|
|
399
357
|
"""
|
|
400
358
|
|
|
401
359
|
...
|
|
402
360
|
|
|
403
361
|
def duplicate(
|
|
404
|
-
override_context: typing.
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
undo: typing.Optional[bool] = None,
|
|
409
|
-
do_flip_names: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
362
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
363
|
+
execution_context: str | int | None = None,
|
|
364
|
+
undo: bool | None = None,
|
|
365
|
+
do_flip_names: bool | typing.Any | None = False,
|
|
410
366
|
):
|
|
411
367
|
"""Make copies of the selected bones within the same armature
|
|
412
368
|
|
|
413
|
-
:type override_context:
|
|
414
|
-
:type execution_context:
|
|
415
|
-
:type undo:
|
|
369
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
370
|
+
:type execution_context: str | int | None
|
|
371
|
+
:type undo: bool | None
|
|
416
372
|
:param do_flip_names: Flip Names, Try to flip names of the bones, if possible, instead of adding a number extension
|
|
417
|
-
:type do_flip_names:
|
|
373
|
+
:type do_flip_names: bool | typing.Any | None
|
|
418
374
|
"""
|
|
419
375
|
|
|
420
376
|
...
|
|
421
377
|
|
|
422
378
|
def duplicate_move(
|
|
423
|
-
override_context: typing.
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
ARMATURE_OT_duplicate: typing.Optional[duplicate] = None,
|
|
429
|
-
TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate] = None,
|
|
379
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
380
|
+
execution_context: str | int | None = None,
|
|
381
|
+
undo: bool | None = None,
|
|
382
|
+
ARMATURE_OT_duplicate: duplicate | None = None,
|
|
383
|
+
TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
|
|
430
384
|
):
|
|
431
385
|
"""Make copies of the selected bones within the same armature and move them
|
|
432
386
|
|
|
433
|
-
:type override_context:
|
|
434
|
-
:type execution_context:
|
|
435
|
-
:type undo:
|
|
387
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
388
|
+
:type execution_context: str | int | None
|
|
389
|
+
:type undo: bool | None
|
|
436
390
|
:param ARMATURE_OT_duplicate: Duplicate Selected Bone(s), Make copies of the selected bones within the same armature
|
|
437
|
-
:type ARMATURE_OT_duplicate:
|
|
391
|
+
:type ARMATURE_OT_duplicate: duplicate | None
|
|
438
392
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
439
|
-
:type TRANSFORM_OT_translate:
|
|
393
|
+
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
440
394
|
"""
|
|
441
395
|
|
|
442
396
|
...
|
|
443
397
|
|
|
444
398
|
def extrude(
|
|
445
|
-
override_context: typing.
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
undo: typing.Optional[bool] = None,
|
|
450
|
-
forked: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
399
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
400
|
+
execution_context: str | int | None = None,
|
|
401
|
+
undo: bool | None = None,
|
|
402
|
+
forked: bool | typing.Any | None = False,
|
|
451
403
|
):
|
|
452
404
|
"""Create new bones from the selected joints
|
|
453
405
|
|
|
454
|
-
:type override_context:
|
|
455
|
-
:type execution_context:
|
|
456
|
-
:type undo:
|
|
406
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
407
|
+
:type execution_context: str | int | None
|
|
408
|
+
:type undo: bool | None
|
|
457
409
|
:param forked: Forked
|
|
458
|
-
:type forked:
|
|
410
|
+
:type forked: bool | typing.Any | None
|
|
459
411
|
"""
|
|
460
412
|
|
|
461
413
|
...
|
|
462
414
|
|
|
463
415
|
def extrude_forked(
|
|
464
|
-
override_context: typing.
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
ARMATURE_OT_extrude: typing.Optional[extrude] = None,
|
|
470
|
-
TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate] = None,
|
|
416
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
417
|
+
execution_context: str | int | None = None,
|
|
418
|
+
undo: bool | None = None,
|
|
419
|
+
ARMATURE_OT_extrude: extrude | None = None,
|
|
420
|
+
TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
|
|
471
421
|
):
|
|
472
422
|
"""Create new bones from the selected joints and move them
|
|
473
423
|
|
|
474
|
-
:type override_context:
|
|
475
|
-
:type execution_context:
|
|
476
|
-
:type undo:
|
|
424
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
425
|
+
:type execution_context: str | int | None
|
|
426
|
+
:type undo: bool | None
|
|
477
427
|
:param ARMATURE_OT_extrude: Extrude, Create new bones from the selected joints
|
|
478
|
-
:type ARMATURE_OT_extrude:
|
|
428
|
+
:type ARMATURE_OT_extrude: extrude | None
|
|
479
429
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
480
|
-
:type TRANSFORM_OT_translate:
|
|
430
|
+
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
481
431
|
"""
|
|
482
432
|
|
|
483
433
|
...
|
|
484
434
|
|
|
485
435
|
def extrude_move(
|
|
486
|
-
override_context: typing.
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
ARMATURE_OT_extrude: typing.Optional[extrude] = None,
|
|
492
|
-
TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate] = None,
|
|
436
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
437
|
+
execution_context: str | int | None = None,
|
|
438
|
+
undo: bool | None = None,
|
|
439
|
+
ARMATURE_OT_extrude: extrude | None = None,
|
|
440
|
+
TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
|
|
493
441
|
):
|
|
494
442
|
"""Create new bones from the selected joints and move them
|
|
495
443
|
|
|
496
|
-
:type override_context:
|
|
497
|
-
:type execution_context:
|
|
498
|
-
:type undo:
|
|
444
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
445
|
+
:type execution_context: str | int | None
|
|
446
|
+
:type undo: bool | None
|
|
499
447
|
:param ARMATURE_OT_extrude: Extrude, Create new bones from the selected joints
|
|
500
|
-
:type ARMATURE_OT_extrude:
|
|
448
|
+
:type ARMATURE_OT_extrude: extrude | None
|
|
501
449
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
502
|
-
:type TRANSFORM_OT_translate:
|
|
450
|
+
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
503
451
|
"""
|
|
504
452
|
|
|
505
453
|
...
|
|
506
454
|
|
|
507
455
|
def fill(
|
|
508
|
-
override_context: typing.
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
512
|
-
undo: typing.Optional[bool] = None,
|
|
456
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
457
|
+
execution_context: str | int | None = None,
|
|
458
|
+
undo: bool | None = None,
|
|
513
459
|
):
|
|
514
460
|
"""Add bone between selected joint(s) and/or 3D cursor
|
|
515
461
|
|
|
516
|
-
:type override_context:
|
|
517
|
-
:type execution_context:
|
|
518
|
-
:type undo:
|
|
462
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
463
|
+
:type execution_context: str | int | None
|
|
464
|
+
:type undo: bool | None
|
|
519
465
|
"""
|
|
520
466
|
|
|
521
467
|
...
|
|
522
468
|
|
|
523
469
|
def flip_names(
|
|
524
|
-
override_context: typing.
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
undo: typing.Optional[bool] = None,
|
|
529
|
-
do_strip_numbers: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
470
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
471
|
+
execution_context: str | int | None = None,
|
|
472
|
+
undo: bool | None = None,
|
|
473
|
+
do_strip_numbers: bool | typing.Any | None = False,
|
|
530
474
|
):
|
|
531
475
|
"""Flips (and corrects) the axis suffixes of the names of selected bones
|
|
532
476
|
|
|
533
|
-
:type override_context:
|
|
534
|
-
:type execution_context:
|
|
535
|
-
:type undo:
|
|
477
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
478
|
+
:type execution_context: str | int | None
|
|
479
|
+
:type undo: bool | None
|
|
536
480
|
:param do_strip_numbers: Strip Numbers, Try to remove right-most dot-number from flipped names.Warning: May result in incoherent naming in some cases
|
|
537
|
-
:type do_strip_numbers:
|
|
481
|
+
:type do_strip_numbers: bool | typing.Any | None
|
|
538
482
|
"""
|
|
539
483
|
|
|
540
484
|
...
|
|
541
485
|
|
|
542
486
|
def hide(
|
|
543
|
-
override_context: typing.
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
undo: typing.Optional[bool] = None,
|
|
548
|
-
unselected: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
487
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
488
|
+
execution_context: str | int | None = None,
|
|
489
|
+
undo: bool | None = None,
|
|
490
|
+
unselected: bool | typing.Any | None = False,
|
|
549
491
|
):
|
|
550
492
|
"""Tag selected bones to not be visible in Edit Mode
|
|
551
493
|
|
|
552
|
-
:type override_context:
|
|
553
|
-
:type execution_context:
|
|
554
|
-
:type undo:
|
|
494
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
495
|
+
:type execution_context: str | int | None
|
|
496
|
+
:type undo: bool | None
|
|
555
497
|
:param unselected: Unselected, Hide unselected rather than selected
|
|
556
|
-
:type unselected:
|
|
498
|
+
:type unselected: bool | typing.Any | None
|
|
557
499
|
"""
|
|
558
500
|
|
|
559
501
|
...
|
|
560
502
|
|
|
561
503
|
def move_to_collection(
|
|
562
|
-
override_context: typing.
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
collection_index: typing.Optional[typing.Any] = -1,
|
|
568
|
-
new_collection_name: typing.Union[str, typing.Any] = "",
|
|
504
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
505
|
+
execution_context: str | int | None = None,
|
|
506
|
+
undo: bool | None = None,
|
|
507
|
+
collection_index: typing.Any | None = -1,
|
|
508
|
+
new_collection_name: str | typing.Any = "",
|
|
569
509
|
):
|
|
570
510
|
"""Move bones to a collection
|
|
571
511
|
|
|
572
|
-
:type override_context:
|
|
573
|
-
:type execution_context:
|
|
574
|
-
:type undo:
|
|
512
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
513
|
+
:type execution_context: str | int | None
|
|
514
|
+
:type undo: bool | None
|
|
575
515
|
:param collection_index: Collection Index, Index of the collection to move selected bones to. When the operator should create a new bone collection, do not include this parameter and pass new_collection_name
|
|
576
|
-
:type collection_index: typing.
|
|
516
|
+
:type collection_index: typing.Any | None
|
|
577
517
|
:param new_collection_name: Name, Name of a to-be-added bone collection. Only pass this if you want to create a new bone collection and move the selected bones to it. To move to an existing collection, do not include this parameter and use collection_index
|
|
578
|
-
:type new_collection_name:
|
|
518
|
+
:type new_collection_name: str | typing.Any
|
|
579
519
|
"""
|
|
580
520
|
|
|
581
521
|
...
|
|
582
522
|
|
|
583
523
|
def parent_clear(
|
|
584
|
-
override_context: typing.
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
undo: typing.Optional[bool] = None,
|
|
589
|
-
type: typing.Optional[typing.Any] = "CLEAR",
|
|
524
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
525
|
+
execution_context: str | int | None = None,
|
|
526
|
+
undo: bool | None = None,
|
|
527
|
+
type: typing.Any | None = "CLEAR",
|
|
590
528
|
):
|
|
591
529
|
"""Remove the parent-child relationship between selected bones and their parents
|
|
592
530
|
|
|
593
|
-
:type override_context:
|
|
594
|
-
:type execution_context:
|
|
595
|
-
:type undo:
|
|
531
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
532
|
+
:type execution_context: str | int | None
|
|
533
|
+
:type undo: bool | None
|
|
596
534
|
:param type: Clear Type, What way to clear parenting
|
|
597
|
-
:type type: typing.
|
|
535
|
+
:type type: typing.Any | None
|
|
598
536
|
"""
|
|
599
537
|
|
|
600
538
|
...
|
|
601
539
|
|
|
602
540
|
def parent_set(
|
|
603
|
-
override_context: typing.
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
undo: typing.Optional[bool] = None,
|
|
608
|
-
type: typing.Optional[typing.Any] = "CONNECTED",
|
|
541
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
542
|
+
execution_context: str | int | None = None,
|
|
543
|
+
undo: bool | None = None,
|
|
544
|
+
type: typing.Any | None = "CONNECTED",
|
|
609
545
|
):
|
|
610
546
|
"""Set the active bone as the parent of the selected bones
|
|
611
547
|
|
|
612
|
-
:type override_context:
|
|
613
|
-
:type execution_context:
|
|
614
|
-
:type undo:
|
|
548
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
549
|
+
:type execution_context: str | int | None
|
|
550
|
+
:type undo: bool | None
|
|
615
551
|
:param type: Parent Type, Type of parenting
|
|
616
|
-
:type type: typing.
|
|
552
|
+
:type type: typing.Any | None
|
|
617
553
|
"""
|
|
618
554
|
|
|
619
555
|
...
|
|
620
556
|
|
|
621
557
|
def reveal(
|
|
622
|
-
override_context: typing.
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
undo: typing.Optional[bool] = None,
|
|
627
|
-
select: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
558
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
559
|
+
execution_context: str | int | None = None,
|
|
560
|
+
undo: bool | None = None,
|
|
561
|
+
select: bool | typing.Any | None = True,
|
|
628
562
|
):
|
|
629
563
|
"""Reveal all bones hidden in Edit Mode
|
|
630
564
|
|
|
631
|
-
:type override_context:
|
|
632
|
-
:type execution_context:
|
|
633
|
-
:type undo:
|
|
565
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
566
|
+
:type execution_context: str | int | None
|
|
567
|
+
:type undo: bool | None
|
|
634
568
|
:param select: Select
|
|
635
|
-
:type select:
|
|
569
|
+
:type select: bool | typing.Any | None
|
|
636
570
|
"""
|
|
637
571
|
|
|
638
572
|
...
|
|
639
573
|
|
|
640
574
|
def roll_clear(
|
|
641
|
-
override_context: typing.
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
undo: typing.Optional[bool] = None,
|
|
646
|
-
roll: typing.Optional[typing.Any] = 0.0,
|
|
575
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
576
|
+
execution_context: str | int | None = None,
|
|
577
|
+
undo: bool | None = None,
|
|
578
|
+
roll: typing.Any | None = 0.0,
|
|
647
579
|
):
|
|
648
580
|
"""Clear roll for selected bones
|
|
649
581
|
|
|
650
|
-
:type override_context:
|
|
651
|
-
:type execution_context:
|
|
652
|
-
:type undo:
|
|
582
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
583
|
+
:type execution_context: str | int | None
|
|
584
|
+
:type undo: bool | None
|
|
653
585
|
:param roll: Roll
|
|
654
|
-
:type roll: typing.
|
|
586
|
+
:type roll: typing.Any | None
|
|
655
587
|
"""
|
|
656
588
|
|
|
657
589
|
...
|
|
658
590
|
|
|
659
591
|
def select_all(
|
|
660
|
-
override_context: typing.
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
undo: typing.Optional[bool] = None,
|
|
665
|
-
action: typing.Optional[typing.Any] = "TOGGLE",
|
|
592
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
593
|
+
execution_context: str | int | None = None,
|
|
594
|
+
undo: bool | None = None,
|
|
595
|
+
action: typing.Any | None = "TOGGLE",
|
|
666
596
|
):
|
|
667
597
|
"""Toggle selection status of all bones
|
|
668
598
|
|
|
669
|
-
:type override_context:
|
|
670
|
-
:type execution_context:
|
|
671
|
-
:type undo:
|
|
599
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
600
|
+
:type execution_context: str | int | None
|
|
601
|
+
:type undo: bool | None
|
|
672
602
|
:param action: Action, Selection action to execute
|
|
673
603
|
|
|
674
604
|
TOGGLE
|
|
@@ -682,248 +612,222 @@ def select_all(
|
|
|
682
612
|
|
|
683
613
|
INVERT
|
|
684
614
|
Invert -- Invert selection of all elements.
|
|
685
|
-
:type action: typing.
|
|
615
|
+
:type action: typing.Any | None
|
|
686
616
|
"""
|
|
687
617
|
|
|
688
618
|
...
|
|
689
619
|
|
|
690
620
|
def select_hierarchy(
|
|
691
|
-
override_context: typing.
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
direction: typing.Optional[typing.Any] = "PARENT",
|
|
697
|
-
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
621
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
622
|
+
execution_context: str | int | None = None,
|
|
623
|
+
undo: bool | None = None,
|
|
624
|
+
direction: typing.Any | None = "PARENT",
|
|
625
|
+
extend: bool | typing.Any | None = False,
|
|
698
626
|
):
|
|
699
627
|
"""Select immediate parent/children of selected bones
|
|
700
628
|
|
|
701
|
-
:type override_context:
|
|
702
|
-
:type execution_context:
|
|
703
|
-
:type undo:
|
|
629
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
630
|
+
:type execution_context: str | int | None
|
|
631
|
+
:type undo: bool | None
|
|
704
632
|
:param direction: Direction
|
|
705
|
-
:type direction: typing.
|
|
633
|
+
:type direction: typing.Any | None
|
|
706
634
|
:param extend: Extend, Extend the selection
|
|
707
|
-
:type extend:
|
|
635
|
+
:type extend: bool | typing.Any | None
|
|
708
636
|
"""
|
|
709
637
|
|
|
710
638
|
...
|
|
711
639
|
|
|
712
640
|
def select_less(
|
|
713
|
-
override_context: typing.
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
717
|
-
undo: typing.Optional[bool] = None,
|
|
641
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
642
|
+
execution_context: str | int | None = None,
|
|
643
|
+
undo: bool | None = None,
|
|
718
644
|
):
|
|
719
645
|
"""Deselect those bones at the boundary of each selection region
|
|
720
646
|
|
|
721
|
-
:type override_context:
|
|
722
|
-
:type execution_context:
|
|
723
|
-
:type undo:
|
|
647
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
648
|
+
:type execution_context: str | int | None
|
|
649
|
+
:type undo: bool | None
|
|
724
650
|
"""
|
|
725
651
|
|
|
726
652
|
...
|
|
727
653
|
|
|
728
654
|
def select_linked(
|
|
729
|
-
override_context: typing.
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
undo: typing.Optional[bool] = None,
|
|
734
|
-
all_forks: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
655
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
656
|
+
execution_context: str | int | None = None,
|
|
657
|
+
undo: bool | None = None,
|
|
658
|
+
all_forks: bool | typing.Any | None = False,
|
|
735
659
|
):
|
|
736
660
|
"""Select all bones linked by parent/child connections to the current selection
|
|
737
661
|
|
|
738
|
-
:type override_context:
|
|
739
|
-
:type execution_context:
|
|
740
|
-
:type undo:
|
|
662
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
663
|
+
:type execution_context: str | int | None
|
|
664
|
+
:type undo: bool | None
|
|
741
665
|
:param all_forks: All Forks, Follow forks in the parents chain
|
|
742
|
-
:type all_forks:
|
|
666
|
+
:type all_forks: bool | typing.Any | None
|
|
743
667
|
"""
|
|
744
668
|
|
|
745
669
|
...
|
|
746
670
|
|
|
747
671
|
def select_linked_pick(
|
|
748
|
-
override_context: typing.
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
deselect: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
754
|
-
all_forks: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
672
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
673
|
+
execution_context: str | int | None = None,
|
|
674
|
+
undo: bool | None = None,
|
|
675
|
+
deselect: bool | typing.Any | None = False,
|
|
676
|
+
all_forks: bool | typing.Any | None = False,
|
|
755
677
|
):
|
|
756
678
|
"""(De)select bones linked by parent/child connections under the mouse cursor
|
|
757
679
|
|
|
758
|
-
:type override_context:
|
|
759
|
-
:type execution_context:
|
|
760
|
-
:type undo:
|
|
680
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
681
|
+
:type execution_context: str | int | None
|
|
682
|
+
:type undo: bool | None
|
|
761
683
|
:param deselect: Deselect
|
|
762
|
-
:type deselect:
|
|
684
|
+
:type deselect: bool | typing.Any | None
|
|
763
685
|
:param all_forks: All Forks, Follow forks in the parents chain
|
|
764
|
-
:type all_forks:
|
|
686
|
+
:type all_forks: bool | typing.Any | None
|
|
765
687
|
"""
|
|
766
688
|
|
|
767
689
|
...
|
|
768
690
|
|
|
769
691
|
def select_mirror(
|
|
770
|
-
override_context: typing.
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
only_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
776
|
-
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
692
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
693
|
+
execution_context: str | int | None = None,
|
|
694
|
+
undo: bool | None = None,
|
|
695
|
+
only_active: bool | typing.Any | None = False,
|
|
696
|
+
extend: bool | typing.Any | None = False,
|
|
777
697
|
):
|
|
778
698
|
"""Mirror the bone selection
|
|
779
699
|
|
|
780
|
-
:type override_context:
|
|
781
|
-
:type execution_context:
|
|
782
|
-
:type undo:
|
|
700
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
701
|
+
:type execution_context: str | int | None
|
|
702
|
+
:type undo: bool | None
|
|
783
703
|
:param only_active: Active Only, Only operate on the active bone
|
|
784
|
-
:type only_active:
|
|
704
|
+
:type only_active: bool | typing.Any | None
|
|
785
705
|
:param extend: Extend, Extend the selection
|
|
786
|
-
:type extend:
|
|
706
|
+
:type extend: bool | typing.Any | None
|
|
787
707
|
"""
|
|
788
708
|
|
|
789
709
|
...
|
|
790
710
|
|
|
791
711
|
def select_more(
|
|
792
|
-
override_context: typing.
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
796
|
-
undo: typing.Optional[bool] = None,
|
|
712
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
713
|
+
execution_context: str | int | None = None,
|
|
714
|
+
undo: bool | None = None,
|
|
797
715
|
):
|
|
798
716
|
"""Select those bones connected to the initial selection
|
|
799
717
|
|
|
800
|
-
:type override_context:
|
|
801
|
-
:type execution_context:
|
|
802
|
-
:type undo:
|
|
718
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
719
|
+
:type execution_context: str | int | None
|
|
720
|
+
:type undo: bool | None
|
|
803
721
|
"""
|
|
804
722
|
|
|
805
723
|
...
|
|
806
724
|
|
|
807
725
|
def select_similar(
|
|
808
|
-
override_context: typing.
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
type: typing.Optional[typing.Any] = "LENGTH",
|
|
814
|
-
threshold: typing.Optional[typing.Any] = 0.1,
|
|
726
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
727
|
+
execution_context: str | int | None = None,
|
|
728
|
+
undo: bool | None = None,
|
|
729
|
+
type: typing.Any | None = "LENGTH",
|
|
730
|
+
threshold: typing.Any | None = 0.1,
|
|
815
731
|
):
|
|
816
732
|
"""Select similar bones by property types
|
|
817
733
|
|
|
818
|
-
:type override_context:
|
|
819
|
-
:type execution_context:
|
|
820
|
-
:type undo:
|
|
734
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
735
|
+
:type execution_context: str | int | None
|
|
736
|
+
:type undo: bool | None
|
|
821
737
|
:param type: Type
|
|
822
|
-
:type type: typing.
|
|
738
|
+
:type type: typing.Any | None
|
|
823
739
|
:param threshold: Threshold
|
|
824
|
-
:type threshold: typing.
|
|
740
|
+
:type threshold: typing.Any | None
|
|
825
741
|
"""
|
|
826
742
|
|
|
827
743
|
...
|
|
828
744
|
|
|
829
745
|
def separate(
|
|
830
|
-
override_context: typing.
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
834
|
-
undo: typing.Optional[bool] = None,
|
|
746
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
747
|
+
execution_context: str | int | None = None,
|
|
748
|
+
undo: bool | None = None,
|
|
835
749
|
):
|
|
836
750
|
"""Isolate selected bones into a separate armature
|
|
837
751
|
|
|
838
|
-
:type override_context:
|
|
839
|
-
:type execution_context:
|
|
840
|
-
:type undo:
|
|
752
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
753
|
+
:type execution_context: str | int | None
|
|
754
|
+
:type undo: bool | None
|
|
841
755
|
"""
|
|
842
756
|
|
|
843
757
|
...
|
|
844
758
|
|
|
845
759
|
def shortest_path_pick(
|
|
846
|
-
override_context: typing.
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
850
|
-
undo: typing.Optional[bool] = None,
|
|
760
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
761
|
+
execution_context: str | int | None = None,
|
|
762
|
+
undo: bool | None = None,
|
|
851
763
|
):
|
|
852
764
|
"""Select shortest path between two bones
|
|
853
765
|
|
|
854
|
-
:type override_context:
|
|
855
|
-
:type execution_context:
|
|
856
|
-
:type undo:
|
|
766
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
767
|
+
:type execution_context: str | int | None
|
|
768
|
+
:type undo: bool | None
|
|
857
769
|
"""
|
|
858
770
|
|
|
859
771
|
...
|
|
860
772
|
|
|
861
773
|
def split(
|
|
862
|
-
override_context: typing.
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
866
|
-
undo: typing.Optional[bool] = None,
|
|
774
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
775
|
+
execution_context: str | int | None = None,
|
|
776
|
+
undo: bool | None = None,
|
|
867
777
|
):
|
|
868
778
|
"""Split off selected bones from connected unselected bones
|
|
869
779
|
|
|
870
|
-
:type override_context:
|
|
871
|
-
:type execution_context:
|
|
872
|
-
:type undo:
|
|
780
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
781
|
+
:type execution_context: str | int | None
|
|
782
|
+
:type undo: bool | None
|
|
873
783
|
"""
|
|
874
784
|
|
|
875
785
|
...
|
|
876
786
|
|
|
877
787
|
def subdivide(
|
|
878
|
-
override_context: typing.
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
undo: typing.Optional[bool] = None,
|
|
883
|
-
number_cuts: typing.Optional[typing.Any] = 1,
|
|
788
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
789
|
+
execution_context: str | int | None = None,
|
|
790
|
+
undo: bool | None = None,
|
|
791
|
+
number_cuts: typing.Any | None = 1,
|
|
884
792
|
):
|
|
885
793
|
"""Break selected bones into chains of smaller bones
|
|
886
794
|
|
|
887
|
-
:type override_context:
|
|
888
|
-
:type execution_context:
|
|
889
|
-
:type undo:
|
|
795
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
796
|
+
:type execution_context: str | int | None
|
|
797
|
+
:type undo: bool | None
|
|
890
798
|
:param number_cuts: Number of Cuts
|
|
891
|
-
:type number_cuts: typing.
|
|
799
|
+
:type number_cuts: typing.Any | None
|
|
892
800
|
"""
|
|
893
801
|
|
|
894
802
|
...
|
|
895
803
|
|
|
896
804
|
def switch_direction(
|
|
897
|
-
override_context: typing.
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
901
|
-
undo: typing.Optional[bool] = None,
|
|
805
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
806
|
+
execution_context: str | int | None = None,
|
|
807
|
+
undo: bool | None = None,
|
|
902
808
|
):
|
|
903
809
|
"""Change the direction that a chain of bones points in (head and tail swap)
|
|
904
810
|
|
|
905
|
-
:type override_context:
|
|
906
|
-
:type execution_context:
|
|
907
|
-
:type undo:
|
|
811
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
812
|
+
:type execution_context: str | int | None
|
|
813
|
+
:type undo: bool | None
|
|
908
814
|
"""
|
|
909
815
|
|
|
910
816
|
...
|
|
911
817
|
|
|
912
818
|
def symmetrize(
|
|
913
|
-
override_context: typing.
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
undo: typing.Optional[bool] = None,
|
|
918
|
-
direction: typing.Optional[typing.Any] = "NEGATIVE_X",
|
|
819
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
820
|
+
execution_context: str | int | None = None,
|
|
821
|
+
undo: bool | None = None,
|
|
822
|
+
direction: typing.Any | None = "NEGATIVE_X",
|
|
919
823
|
):
|
|
920
824
|
"""Enforce symmetry, make copies of the selection or use existing
|
|
921
825
|
|
|
922
|
-
:type override_context:
|
|
923
|
-
:type execution_context:
|
|
924
|
-
:type undo:
|
|
826
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
827
|
+
:type execution_context: str | int | None
|
|
828
|
+
:type undo: bool | None
|
|
925
829
|
:param direction: Direction, Which sides to copy from and to (when both are selected)
|
|
926
|
-
:type direction: typing.
|
|
830
|
+
:type direction: typing.Any | None
|
|
927
831
|
"""
|
|
928
832
|
|
|
929
833
|
...
|