Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When using anim_utils.IkFkTransfer.execute(), only baking to FK works correctly ( includes possible fix ) #406

Open
tetsuoanimation opened this issue Apr 30, 2024 · 1 comment
Assignees

Comments

@tetsuoanimation
Copy link

mgear.core.anim_utils.IkFkTransfer.execute() is called with a hard-coded switchTo value instead of the parameter given to the function.

mgear.core.anim_utils.IkFkTransfer Line 2170:
ui.transfer(startFrame, endFrame, onlyKeyframes, ikRot, switchTo='fk')
should probably read
ui.transfer(startFrame, endFrame, onlyKeyframes, ikRot, switchTo=switchTo)

@miquelcampos
Copy link
Member

Thanks for the feedback @tetsuoanimation
I will check it ASAP

@miquelcampos miquelcampos self-assigned this Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To Do
Development

No branches or pull requests

2 participants