Forum: Blender


Subject: A small preview of python script that I'm making for Blender (no source availabl

damir_prebeg opened this issue on Jan 22, 2007 ยท 29 posts


damir_prebeg posted Mon, 22 January 2007 at 3:16 PM

This same text is posted on blenderartists python forum :)

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 study...

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

Mouth yell, Morph Strength = 1.00

Mouth O, Morph Strength = 0.50

Lips Pucker, Morph Strength = 1.00

Brow Worry L and Brow Worry R, Morph Strength = 0.50

Blink Left, Morph Strength = 1.00

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

Cheers,

Damir