iBrushC / animextras

An open source Blender addon that adds extra animation functionality.
MIT License
167 stars 24 forks source link

Update doesn't work after change in animation #3

Closed Dene33 closed 3 years ago

Dene33 commented 3 years ago

I have some animated character with rig, I create onion skinning for its mesh and draw the result. Everything works fine but if I change some bone rotation (and click Update button) - onion skinning is not updated.

iBrushC commented 3 years ago

This is because you need to keyframe it. Right now, there is no (efficient) way to get the exact state that a rigged object is in without having a keyframe, so you need to place one before updating.

Dene33 commented 3 years ago

Actually I've keyframed it and it doesn't update.