Forum: Poser Python Scripting


Subject: "Twisting"

Dana_CH_AZ opened this issue on Jun 27, 2010 ยท 9 posts


Dizzi posted Sun, 27 June 2010 at 5:07 PM

IIRC eg. V4 has two twist channels in the chest actor, that's why it does not work.

One solution is to do it like this:

for p in figure.Actor("Chest"):
 if p.Name=="twist": p.SetValue(2)