Skip to content

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

@tetsuoanimation

Description

@tetsuoanimation

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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

5.0.7

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions