MEL でバッチ レンダリング ディレクトリを設定するにはどうすればいいですか?
 
 
 

workspace コマンドはプロジェクト関連の設定を制御します。これを使用して、depthimagesiprImageslightsrenderScenessourceImagestextures タイプのファイルに対する目的のディレクトリを設定することができます。

// This will change the directory where
// batchRender-ed images go:
workspace -renderType "images" "c:/temp";
//Save the change into the workspace.mel afterwards:
workspace -saveWorkspace ;