smokejohn / SKkeeper

Blender Addon to automate the process of applying subdivision surface modifiers to models with multiple shapekeys
GNU General Public License v3.0
202 stars 9 forks source link

New shapekeys are not animated #4

Closed methusalah closed 2 years ago

methusalah commented 2 years ago

I tried the plugin in a scene where shapekeys values are changed during the animation. After applying modifiers, the shapekeys are still there with the correct names, but they are not animated anymore.

My best guess is that the shapekeys present after the plugin applies are new ones, and the original shapekeys used in the keyframes are gone.

Would it be possible for the plugin to preserve animations? Or maybe it is possible to solve that issue another way?

methusalah commented 2 years ago

I realized that the faulty shape keys were in fact using a driver. So the problem is that SKKeeper does not reproduce the drivers of the shape keys I suppose.

smokejohn commented 2 years ago

duplicate of #2