przemir / ApplyModifierForObjectWithShapeKeys

Blender script
MIT License
248 stars 34 forks source link

Doesn't work with mirror modifier #3

Closed seanking2919 closed 5 years ago

seanking2919 commented 5 years ago

I tried doing to apply a mirror modifier while the object I was working on still had shape keys. And apparently, it still gives me the error.

przemir commented 5 years ago

What about "Merge" and "Clipping" options inside Mirror modifier? Are they disabled? Merge option can create meshes with different number of vertices (for example in one shape two vertices are in the same position, but in the other one their location differ), and those meshes cannot be added as shapes later.

seanking2919 commented 5 years ago

Merge is on and clipping is off. My apologies for the delay in the response @przemir

przemir commented 5 years ago

If different shapes end up with different number of vertices they cannot be joined together. Thats what is causing problem here. Try disabling the merge option and then apply mirror modifier.

seanking2919 commented 5 years ago

Tried disabling the merge option, but it didn't work.

przemir commented 5 years ago

I completely forgot to write how to use this addon. I updated readme file and added some screen. Did you press 'Apply' button in modifiers tab? I didn't change behaviour of this button. To use this addon, press 'space' and choose 'Apply modifier for object with shape keys' action.

seanking2919 commented 5 years ago

Ah, got it. Didn't understand that. My bad.