I've been reading the pymel docs and have some basic questions about
UI creation. How do you go about testing if a window is all ready
created then delete it? Traditionally I'm using
if cmds.window('myWin'm ex=True):
cmds.deleteUI('myWin')
Reading the tutorial information and don't know how to specify a
control name:
button = cmds.button('myButton', l='Sone Damn Button')
what would be the equivalent in pyMel?
I'm basically going to transition all our new tools into pyMel. Three
cheers for learning curves!
Cheers,
Shawn
--
http://groups.google.com/group/python_inside_maya
To unsubscribe, reply using "remove me" as the subject.