| Previous Topic (NukeConfiguration) | Up (Nuke) | Next Topic (NukeErrorMessages) |
Nuke Integrated Submission Gizmo Setup
The following procedure describes how to install the integrated Nuke submission script. The integrated submission script allows for submitting Nuke render jobs to Deadline directly from within the Nuke editing GUI. Note that this has only been tested with Nuke version 4.x and 5.x.
- Step 1: Copy [Deadline Repository]/ClientSetup/Nuke/SubmitToDeadline.tcl to [Nuke Install Directory]/plugins.
- Step 2: Create a menu item in the Nuke UI
- Nuke 4: Add the following line to the menu.tcl file in the plugins folder:
menu "Frantic Films/Submit To Deadline" SubmitToDeadline
- Nuke 5: Add the following lines to the menu.py file in the plugins folder:
m.addCommand("-", "", "")
m.addCommand("Submit To Deadline", "nuke.tcl( \"SubmitToDeadline\" )" , "")