Render RSS
1.58 Kb
This Script Shutdowns the computer after render completed
48.42 Kb
This is a Nuke 11 updated version of a script by Jep Hill (tested on windows). v2.2 - Updated to work on Nuke 11 v2.1 - This updates the default 'render selected' behavior to render all write nodes in the selection and ignore the others (rather than fail). v2.1 - Now works properly with EXRs when autocrop is selected. (Hat tip to Marty Blumen for finding this bug) v2.0 - Now adds very efficient and selective output directory verification and creation to interactive and background renders. v1.0 - 'skip existing frames' functionality only works for interactive renders still however, the dialoge box behavior has been improved so it won't show as an option for background renders.
9.40 Kb
Python script to create windows Batch file that launches Nuke renders by command line
18.87 Kb
The RecentRedners tool displays all recently rendered shots.
4.74 Kb
RenderMultiFrame script splits frame ranges across parallel jobs for efficient, multi-threaded rendering in Nuke, ideal for complex scenes and workflows.
1.60 Kb
In this code, a new directory called 'rendered_script' will be created within the output folder, and the Nuke script will be saved in that directory as a separate file with the same name. The code handles the creation of the directory if it doesn't exist. Please replace the previous code with this in your menu.py file. The 'Render and Save Script' button will now save the Nuke script as a separate file in the 'rendered_script' directory within the output folder.
0.82 Kb
This script allows you to render to a not yet existing path. It runs a check and if the path doesn't exist it creates the folder structure for you.
0.43 Kb
Automtically create left and right view with write nodes.
18.02 Kb
snapShot render your current frames result (which ever your seeing your viewer) as a .jpg file and re-load it automatically. Its using your scripts name, version and your current nodes ( means selected node) name. Updated with new icon and custom input gizmo. Place the image gizmo, icon and snapShot.py on your custom nuke DIR. Replace menu.py line to make it work.
0.74 Kb
ReadFromWrite automatically imports your current render from selected write node as soon as render is finished.