Difference between revisions of "Maya Batch Render"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
<pre> | <pre> | ||
"C:\Program Files\Autodesk\Maya2017\bin\Render.exe" -r maxwell -s 1 -e 100 -l RENDER_LAYER K:\YOUR_PROJECT\YOUR_FILE.ma | "C:\Program Files\Autodesk\Maya2017\bin\Render.exe" -r maxwell -s 1 -e 100 -l RENDER_LAYER K:\YOUR_PROJECT\YOUR_FILE.ma | ||
+ | pause() | ||
+ | |||
+ | </pre> | ||
+ | |||
+ | === Arnold Batch Render - Windows === | ||
+ | <pre> | ||
+ | "C:\Program Files\Autodesk\Maya2017\bin\Render.exe" -r arnold -s 1 -e 100 -l RENDER_LAYER K:\YOUR_PROJECT\YOUR_FILE.ma | ||
pause() | pause() | ||
</pre> | </pre> |
Revision as of 17:21, 14 March 2021
Contents
Maya .bat Batch Render Scripts
Redshift Batch Render - Windows
"C:\Program Files\Autodesk\Maya2018\bin\Render.exe" -r redshift -s 1 -e 100 -rl RENDER_LAYER K:\YOUR_PROJECT\YOUR_FILE.ma pause()
Maxwell Batch Render - Windows
"C:\Program Files\Autodesk\Maya2017\bin\Render.exe" -r maxwell -s 1 -e 100 -l RENDER_LAYER K:\YOUR_PROJECT\YOUR_FILE.ma pause()
Arnold Batch Render - Windows
"C:\Program Files\Autodesk\Maya2017\bin\Render.exe" -r arnold -s 1 -e 100 -l RENDER_LAYER K:\YOUR_PROJECT\YOUR_FILE.ma pause()