Nuke RenderThreads Enables Easy Per-Frame Command-Line Multithreaded Rendering

Technical Artist Timm Wagener shares a Nuke Tool he created for Nuke, that will allow you to enable per-frame command line multithreaded rendering easily.

enables per-frame easy command-line multithreaded rendering for Nuke

The RenderThreads Python package divides the sequence into render jobs that are one frame each. It then sends them off to be processed – each job is computed within a different thread on the command line.

RenderThreads is a handy tool that can speed up your renderings by taking advantage of command line rendering. RenderThreads will allow the flexibility to monitor and adjust the render jobs after you have sent them. this includes pausing, disabling, or reducing jobs on the fly as you see fit.

The python tool provides an easy command line configuration interface, and is complete with online documentation and a quick start guide to get you going.

You can download and try out RenderThreads, check out the documentation, or learn more about the author Timm Wagener here.