maya_zen_tools.install
This module modifies your userSetup.py script to add startup procedures needed to use ZenTools.
install
install() -> None
Add the line "from maya_zen_tools import startup" to userSetup.py, if it isn't already in the script.
Source code in src/maya_zen_tools/install.py
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
|