Nuke Batch Render

From Antoine Vienne | Wiki
Jump to navigation Jump to search

Nuke .bat Batch Render Scripts=

Writes Render - Windows

// Set frame range at the end of the line
// Add a line for each comp you want to render
// If you have multi Writes nodes in each comp, check "limit to range" in the node, specify your range in the node and specify a largest range in the .bat.

@echo off

"C:\NUKE_PATH\NUKE_FOLDER\NUKE.exe" -x -i "D:\YOUR_PROJECT\Your_comp.nk" 1,100

pause()