Nuke Batch Render

From Antoine Vienne | Wiki
Revision as of 00:14, 12 November 2021 by Walter (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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()