View Single Post
Old 29th October 2012, 11:56 AM   #2
jentron
Senior Member
Professional user
 
Join Date: Nov 2007
Posts: 139
Default Re: PLUGIN: Poser Morph Target support

I modified the code a bit and got it to compile under Linux.

I noticed a couple of problems with pmt:

1. It crashes if the import obj contains normals. Poser sometimes adds them to the morph target it spawns. I have a work-around sed one-liner to delete the normals:

sed '/^vn/d /^f/ s|\([0-9]*\)/\([0-9]*\)/\([0-9]*\)|\1/\2|g'

2. It would be great if it wrote out textures (vt), too, so I could continue working on a textured model on re-import, or so I could remap parts.

3. I have one model that loads fine normally, and in other programs, but pmt collapses one group (third of 3) into 0,0,0
jentron is offline   Reply With Quote