MP: Relocate Maya window that has gone off-screen

w= 1000;

h= 500;

for item in cmds.lsUI(windows=True):

    if item=="MayaWindow":

        cmds.window(item,e=True,te=10,le=10,wh=[w,h]);

Comments

Popular posts from this blog

HIK: Getting current character and current source.