Forum: Poser Python Scripting


Subject: ockham: Is there Gravity in them thar Jiggles?

Tguyus opened this issue on Feb 10, 2005 ยท 58 posts


ockham posted Sat, 12 February 2005 at 2:17 PM

Problem is that Python just can't spot the "affects" connection, and any magnet could actually be set up to affect any part. So the analysis has to check for effects. Maybe I should give a little dead-band on the check, to eliminate tiny effects. Since you have the magnets, could you test it? Change each of these lines: if Denom == 0.0: continue # just go on to next morph to something like if Denom < 0.0001: continue

My python page
My ShareCG freebies