Forum: Poser - OFFICIAL


Subject: How would I get a list of all morph settings?

Prometheus273 opened this issue on Mar 28, 2010 · 6 posts


Prometheus273 posted Mon, 29 March 2010 at 12:10 AM

Quote - Is this so that you can apply those settings to a base figure so that you can recreate the character?

If so save a pose and include the morph settings option.

Otherwise:-

import poser<br></br>
scene = poser.Scene()<br></br>
fig = scene.CurrentFigure()<br></br>
for actor in fig.Actors():<br></br>
    for parm in actor.Parameters():<br></br>
        if
parm.IsMorphTarget():<br></br>
           
print actor.Name(),parm.Name(),parm.Value()

Thanks Phil.  No, this is for plain ol' safekeeping.  As I said, I have my data backed up twice, but last month one of my backup hard drives crashed just as I was about to do a new backup.  The thought occurred to me that if I didn't have the second backup, all characters and some 3D files (some saved since 1998) would be totally lost.  Should something bizarre happen like that, I'd sleep better if I knew I had a hard copy of all the morph settings (even magnet positions) should I need to start from scratch
It's a bad, bad feeling to think for a moment that the creations that have given you such joy are gone, and such a relief to know a copy is safe somewhere.