jancory opened this issue on Apr 04, 2010 · 6 posts
PhilC posted Sun, 04 April 2010 at 6:11 PM
Here you go :)
# script to list out all morph targets in current actor<br></br>
import poser<br></br>
scene = poser.Scene()<br></br>
actor = scene.CurrentActor()<br></br>
for parm in actor.Parameters():<br></br>
if parm.IsMorphTarget():<br></br>
print parm.Name()