Forum: Poser Python Scripting


Subject: Ockham's NoPoke script

destro75 opened this issue on May 01, 2005 ยท 2 posts


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

I just posted this to the Wish List thread, but figured I would post it here too just in case people don't check there.

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.