lsalzman / iqm

Inter-Quake Model format development kit
MIT License
240 stars 73 forks source link

Modifiers not applied on export #15

Open shakesoda opened 9 years ago

shakesoda commented 9 years ago

Pretty much what it says on the tin. Every other exporter has an option for this.

Most models I make have a modifier stack of some sort (mirror, lattice deform, etc), some half of my exports end up broken because I forgot to apply modifiers on one or all of my meshes.

airstruck commented 8 years ago

:+1:

shakesoda commented 5 years ago

fix for this is setting (and resetting after mesh export) armature.data.pose_position = 'REST' and setting the use modifiers flag on obj.to_mesh in collectMeshes