Forum: Poser Python Scripting


Subject: Send in the Clones

jjoyner opened this issue on Sep 02, 2020 ยท 14 posts


adp001 posted Thu, 03 September 2020 at 5:34 PM

AVFix has its job done if the script starts. It tries to return another Poser version to the script. That's it.

You can do the same (what AVFix does) manually in your Poser Shell:

poser.AppLocation = lambda: 11.123456789

where "11.123456789" is any number you like (your script to start needs). As long as you don't close Poser, this new "version number" stays active.