Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2024 Dec 02 3:16 pm)
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
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.