-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Labels
bugSomething isn't workingSomething isn't working
Description
🐞 Bug Report
Description
Trying to switch from FK to IK with a 3 joint leg fails with error
Steps to Reproduce
build a 3 joint leg component
start in FK mode and attempt to match into IK, both single frame and range mode
Maya Version
- Maya Version: 2024
- OS: Win11
mGear Version
- mGear Version: 5.1.0
# Error: too many values to unpack (expected 3)
# # Traceback (most recent call last):
# # File "\release\thirdparty\mgear\5.1.0\release\scripts\mgear\core\dagmenu.py", line 399, in __switch_fkik_callback
# # ikFkMatch_with_namespace(
# # File "\release\thirdparty\mgear\5.1.0\release\scripts\mgear\core\anim_utils.py", line 1254, in ikFkMatch_with_namespace
# # match_fk_to_ik_arbitrary_lengths(fk_ctrls, ui_node,
# # File "\release\thirdparty\mgear\5.1.0\release\scripts\mgear\core\anim_utils.py", line 2760, in match_fk_to_ik_arbitrary_lengths
# # arm_str, fore_str, hand_str = names
# # ValueError: too many values to unpack (expected 3)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working