Skip to content

[BUG] fk match fails on 3 joint leg #585

@Extent421

Description

@Extent421

🐞 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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions