如何在 MEL 中设定批渲染目录?

 
 
 

workspace命令可控制项目相关的设置。可以使用它来设定各种文件的目标目录:“深度”、“图像”、“iprImage”、“灯光”、“renderScene”、“sourceImage”和“纹理”

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