przemir / ApplyModifierForObjectWithShapeKeys

Blender script
MIT License
248 stars 34 forks source link

Drivers on shape keys disappear! #19

Closed AwkwardFerret closed 2 years ago

AwkwardFerret commented 2 years ago

Incredibly useful addon! Though much to my dismay I found that all the drivers on my shape keys disappear if I ever use it. Would it be a possibility to fix this?

przemir commented 2 years ago

Sorry for late response. The problem with drivers is I don't see a reliable way to transfer animation data block for shape keys from one object to another. There is a method to copy driver by script (bpy.ops.anim.copy_driver_button) but it won't work because it requires mouse position (or focus) to identify value widget. There is a warning if object contains drivers or keyframes.

AwkwardFerret commented 2 years ago

Darn! Really sucks it's not possible. Appreciate the response!