Create a Python Driven Render Manager for Nuke

Maurizio Di Vitto posts a look at creating a render manager for Nuke. Using python you can easily script a render manager that can render Nuke projects without having to actually launch Nuke. The render manager will be able to render single Nuke projects or multiple projects at once.

Learn how to write a custom render manager for Nuke using Python, allowing you to render one or more Nuke projects without needing to open the softwareMaurizio Di Vitto – Cgtuts.com

In the end, the render manager for Nuke can queue Nuke comps for render, without having to launch Nuke for the renders. This can save on computer resources without the overhead of Nuke’s application interface.

Check out the tutorial for Write a Render Manager for Nuke using Python here.