Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Maya.env我想在不更改文件的情况下从非标准位置加载一组自定义架子。这可能吗?理想情况下,解决方案是 Python,但 mel 也很好。
Maya.env
在script本地maya配置文件或startup目录中的目录中{MAYA_INSTALL_DIR}\scripts添加一个文件my_custom_script.mel,其中包含:
script
maya
startup
{MAYA_INSTALL_DIR}\scripts
my_custom_script.mel
source "/path/to/custom/shelves/script/in/non/standard/location.mel";