You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Or try reaching out to maekern (https://github.com/maekern) and cyaoeu (https://github.com/cyaoeu), who contributed to the addon in the past - I don't know if they are working on it anymore, but they both know a lot more about coding in Python than me.
In case anyone else runs into this - it seems like the only time it happens is when a shapekey moves a vertex from somewhere it would merge to somewhere it wouldn't. It's important that all the vertices on the mirror line stay stable - in my case there was a stray vertex moving towards and away from it in a shapekey, which kept everything from working.
This can also happen when you have a subdivision surface modifier with "Realtime" display (the small display icon) turned off. In that case the object the shapekeys try to merge into doesn't have the subdivision applied, but the shapekey objects do for some reason.
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.
The text was updated successfully, but these errors were encountered: