Forum: Poser Python Scripting


Subject: creaseAngle Method?

karibousboutique opened this issue on Feb 28, 2009 ยท 14 posts


PhilC posted Sun, 01 March 2009 at 3:54 AM

Cool you are apparently putting my Python manual to good use :)

However if you open temp.pz2 in a text editor you'll see where you are not quite right yet.

Change line 23 to:-
for actor in figure.Actors():

and in line 29 change currentActorName to actor.InternalName()

Hope that helps.