In MEL, to invoke a window, I use the command:
global proc windowNAMEinvoke (){
if (`window -ex "windowNAME"`)
deleteUI "windowNAME";
would be like this in python?
--
http://groups.google.com/group/python_inside_maya
In MEL, to invoke a window, I use the command:
global proc windowNAMEinvoke (){
if (`window -ex "windowNAME"`)
deleteUI "windowNAME";
would be like this in python?
--
http://groups.google.com/group/python_inside_maya