MayaWindowSwitcher
MayaWindowSwitcher copied to clipboard
Switch between open windows on Maya(like Alt+Tab in windows)
MayaWindowSwitcher

Switch between open windows on Maya(like Alt+Tab in windows)
Installation
Hotkey
Drag and drop the install_hotkey.mel file into the Maya viewport.
Press Ctrl+Shift+T to launch the tool.
Shelf
Drag and drop the install_shelf.mel file into the Maya viewport.
Option
Change to simple mode.(disable create thumbnail previews)
from window_switcher import settings
settings.enable_simple_mode()
Return to normal mode.
from window_switcher import settings
settings.disable_simple_mode()
License
Author
tm8r (https://github.com/tm8r)