Forum: Poser Python Scripting


Subject: Drop to Floor Problems

grichter opened this issue on Jan 09, 2012 · 10 posts


grichter posted Mon, 09 January 2012 at 3:39 PM

When I run the following pz2 which calls a script since the upgrade to PP2012 SR1, V4 which is the only character that seems to have the problem (V3. M3, M4 all work as expected) goes negative y -10320000.000000. Same occours if I run just the drop to floor script from the scripts menu.

Anybody got a clue why this is haywire all of a sudden?

Thanks in advance for any assitance.

 

{
version
    {
    number 6
    }

actor BODY
    {
    channels
        {
        valueParm SCLS4Short
            {
            keys
                {
                k 0 0.400
                }
            }
        }
    }
runPythonScript ":Runtime:Python:poserScripts:ScriptsMenu:Utility:dropFigToFloor.py"    
}

which calls this script

scene = poser.Scene()

actor = scene.CurrentActor()
actor.DropToFloor()

Gary

"Those who lose themselves in a passion lose less than those who lose their passion"