Forum: Poser - OFFICIAL


Subject: Animating Using Python

Enivob opened this issue on Jun 10, 2004 ยท 11 posts


stewer posted Thu, 10 June 2004 at 1:11 PM

oh, and one more thing: Try to use the "internal" names of the actors in your script, that'll make your scripts compatible with localized versions of Poser. In this case, you'd replace

theHip = theFigure.Actor("Hip")

with theHip = theFigure.ActorByInternalName("hip")

You can find the internal names of the actors in P5 in the right tab of the Parm dial palette.