You probably want something that starts the maya.standalone in a sep process on your machine, and keep track of tests left to run in a dynamic file on disk, so you can recover if there is a crash. Often it is good to try that crashing test again before continuing on, there maybe a longform crash coming up.
On Tue, Jan 4, 2011 at 3:13 PM, hapgilmore <[email protected]> wrote: > I'm working on a testing framework which iterates over lists of maya > files: opening each file, running scripts, then closing the file. > > My problem is that if I hit a bad maya file, the maya.standalone > crashes. What is the proper way to re-start a maya standalone > instance so I can continue testing? > > -- > http://groups.google.com/group/python_inside_maya > -- http://groups.google.com/group/python_inside_maya
