Maya Python
notes on Python in Autodesk Maya
Backlinks¶
- Maya plugin
- Maya console autocomplete
- Maya module
- Maya quick launcher
- usersetup
- Any file named
usersetup.py
will be run by Maya Python interpreter on Maya startup.
- Any file named
- Maya runTimeCommand from menu
- Maya hard reload
- Maya script editor syntax highlight
- Maya run on startup
- Maya dockable widget
- Maya add QWidget to menu
- Maya get version
- Maya hidden commands
- Maya mainwindow qt
- Maya print menus
- unimenu uses the build-in methods
- Maya print paths
- Maya qt window
- Maya resource browser
- Maya run code on close
- Maya save data to scene
- Python remote debug Pycharm
- keystone
- A pipeline shim that compiles a Maya Python project into a single executable mel file
Great for simple distribution
- A pipeline shim that compiles a Maya Python project into a single executable mel file