Hi, i got a problem with Apply Modifer (mirror modifer) And Keep Shapekey.
when i Apply Modifer And Keep Shapekey, i lose some of my shapekeys.
i think this addon system work like this,
shapekey are split, then modifier applied for each splitted shapekey , and join it back to be 1 object.
and the lose shapekeys is caused by vertices are not same when it join back.
and why vertices are not same, it because when Mirror modifer applied, mirror modifer are merge vertices by distance (merge the closest vert to be 1).
that what cause vertices are not same then make joining process being fail so some shapekey are not created.
can you do some thing about this ?
i have not experience coding with phyton so things i can do is just telling you the issue.
Hi, i got a problem with Apply Modifer (mirror modifer) And Keep Shapekey.
when i Apply Modifer And Keep Shapekey, i lose some of my shapekeys.
i think this addon system work like this,
shapekey are split, then modifier applied for each splitted shapekey , and join it back to be 1 object.
and the lose shapekeys is caused by vertices are not same when it join back.
and why vertices are not same, it because when Mirror modifer applied, mirror modifer are merge vertices by distance (merge the closest vert to be 1).
that what cause vertices are not same then make joining process being fail so some shapekey are not created.
can you do some thing about this ?
i have not experience coding with phyton so things i can do is just telling you the issue.