Skip to content

Instantly share code, notes, and snippets.

@JFlynnXYZ
Last active November 11, 2015 14:57
Show Gist options
  • Save JFlynnXYZ/e6569ad2f19e3ab6572b to your computer and use it in GitHub Desktop.
Save JFlynnXYZ/e6569ad2f19e3ab6572b to your computer and use it in GitHub Desktop.
import maya.cmds as cmds
for win in cmds.lsUI(windows=True):
cmds.window(win, e=True, tlc=[0,0])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment