Poser morph import export, just a preview

I’m currently working on a script for poser morph import/export. I have tested my script on V3 and A3 and there’s no problems, on V4 I get errors because V4 uses some other elements in cr2 that I still have to studie…

To do list:

  1. Morph back (Currently script works directly on a mesh and there is no undo for morphs, that is I cant set morph to 1.0 and then back to 0.5, only undo available is model is reimporting)
  2. Full body morphs
  3. Morph export (as obj or pz2)
  4. Script UI (This one on images is only for morph testing)

Here are the previews of Aiko morphs (As I’ve said in to do list there is no morph back, so for every morph I’ve had to import the mesh again):

Unmorphed Aiko
http://img162.imagevenue.com/loc305/th_63365_unmorphed_122_305lo.jpg
Mouth yell, Morph Strength = 1.00
http://img159.imagevenue.com/loc540/th_63369_MouthYell_10_122_540lo.jpg
Mouth O, Morph Strength = 0.50
http://img140.imagevenue.com/loc475/th_63375_MouthO_050_122_475lo.jpg
Lips Pucker, Morph Strength = 1.00
http://img155.imagevenue.com/loc541/th_63380_LipsPucker_10_122_541lo.jpg
Brow Worry L and Brow Worry R, Morph Strength = 0.50
http://img155.imagevenue.com/loc428/th_63385_BrowWorryLBrowWorryL_050_122_428lo.jpg
Blink Left, Morph Strength = 1.00
http://img169.imagevenue.com/loc542/th_63390_BlinkLeft_10_122_542lo.jpg

Hope that there will be people interested in this script so that my work wasn’t for nothing :slight_smile:
I will publish it for beta testing as soon as I finish all planned parts of my script.

Cheers,

Damir

Hey Damir, I cant find a link to the pyscripts or any other images, (looking forward to getting less complaints about OBJ import export not keeping vert/face order)

Edit: Ups, I have been very fast so I haven’t pasted IMG and URL code before posting :slight_smile:

Sorry ideasman42, there’s no link to the script because I haven’t finished script jet. But there will be one as soon as I finish all things from to do list :slight_smile:
And yes, my script does preserve vert/face order because it doesn’t split mesh by any groups unlike Blender’s standard import script. On the other hand my script doesn’t import any materials or UV maps so it’s not suitable for anything except creation of morphs.

Cheers!

Darn,
I like the idea, but without UVs, what good is it?
I can render what I am seeing in the screen shots inside poser.

This script is intended for morph creation only, not rendering in Blender. Well, at least for now. Currently Blender has that silly limitation of 16 materials/object and to get all materials for most of Poser models I must split mesh to several objects and that’s a big no-no for a full body morph creation. Well, to be honest, I could implement UV importing but that I’ll put in “Maybe List”. But hey, wait until I finish my “To do List” and publish my script to see what exactly does :slight_smile:

Can we hope see this project completed ? I’ve got poser 4 and when I re-import the modified morph, I’ve got an error message box that says modifier has not the same number of point than the target. This could be great if it work.