Forum: Poser Python Scripting


Subject: Bug? PP2010 run script from pz2?

grichter opened this issue on Feb 10, 2011 · 12 posts


semidieu posted Fri, 11 February 2011 at 6:58 AM

Pose (pz2) file run the script twice.

Use the following code in a pz2 file:

 

{
        version
        {
        number 6
        }
}
{
        version
        {
                number 6
                runPythonScript "FILENAME.py"
        }
}