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";