-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
armature.saveBindPose() corrupts model #2383
Copy link
Copy link
Open
Labels
bugSomething that is supposed to work, but doesn't. More severe than a "defect".Something that is supposed to work, but doesn't. More severe than a "defect".
Milestone
Metadata
Metadata
Assignees
Labels
bugSomething that is supposed to work, but doesn't. More severe than a "defect".Something that is supposed to work, but doesn't. More severe than a "defect".
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
No status
As reported here: https://hub.jmonkeyengine.org/t/issue-calling-armature-savebindpose/48046
Essentially, calling saveBindPose() many times will eventually corrupt/distort the model's bind pose.
My best guess so far is that the inverseModelBindMatrix value in this class at this line ends up corrupted from repeatedly being modified one way or another: SeparateJointModelTransform.java#L33