sowwic / MayaWindowSwitcher

Switch between open windows on Maya(like Alt+Tab in windows)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MayaWindowSwitcher

window_switcher

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

MIT

Author

tm8r (https://github.com/tm8r)

About

Switch between open windows on Maya(like Alt+Tab in windows)

License:MIT License


Languages

Language:Python 94.0%Language:CSS 6.0%