Forum: Poser Python Scripting


Subject: Poser Python Wish List

Mason opened this issue on Mar 23, 2001 ยท 138 posts


destro75 posted Sun, 01 May 2005 at 12:49 AM

I think I figured out where the errors are coming from in the NoPoke script.

On lines 195, and 289, there are only 1 set of parens. You need to double them up. Like so:

195: InnerAngles.append((Dist,bi,dX,dY,dZ)) # need the body index here!
289: OldMorphs.append((OneParm.Name(),OneParm.Value()))

I added the extra parens and now it works.