|
I was wondering if anyone knew the way to shutdown maya that has been invoked through the following code:
import maya.standalone
maya.standalone.initialize(name='python')
Looking at the documentation there does not seem to be a way of disabling the standalone version once it has been initialized: http://download.autodesk.com/global/docs/maya2012/en_us/index.html
I have tried calling cmds.quit() which looks like it shuts down Maya, but was wondering if there was a way to revert the standalone initialization?
Game Programmer/Technical Artist: http://michaelhubbard.ca
|
|
|