layingback opened this issue on Dec 03, 2003 ยท 6 posts
layingback posted Wed, 03 December 2003 at 3:34 PM
There's a python script poserStartup.py that gets executed when Poser first starts. Anybody happen to know if there is a python script that gets run automatically as Poser is closing down, or someway to get one to run at that time? And a different but related question: Is there any way to handle exceptions - in the Python sense - from poser.Execfile()? It appears from my testing to just push it's Warning dialog directly to the screen in the event of an error such as missing file, and abends your python script - so you get no chance to try-except it. Am I missing something? FWIW, I'm trying to load a program when Poser starts, and ideally end it when Poser closes. Thanks.