Documentation for nk2dl-gui (aka Nuke to Deadline GUI).
nk2dl python module and its dependenciesFollow the nk2dl Installation Guide to install the nk2dl python module and its dependencies.
nk2dl-gui can be downloaded from source or from a point release.
From the shell:
git clone https://github.com/artandmath/nk2dl-gui.git
cd nk2dl-gui
nk2dl-gui can be installed from a release.From the shell:
cd /path/to/nk2dl-gui-0.1.x-alpha
nk2dl_gui from src into the user’s .nuke folder..nuke folder will contain the following structure~/.nuke/
├─ Deadline/
├─ nk2dl/
├─ nk2dl_gui/
├─ yaml/
├─ init.py
├─ menu.py
│
etc
nk2dl_gui folder from src to a location available to all users.# Use nuke.pluginAddPath()
nuke.pluginAddPath('/path/to/parent/folder/containing/nk2dl_gui')
# Or append/insert to sys.path
import sys
sys.path.insert(0, '/path/to/parent/folder/containing/nk2dl_gui')
Add the following line to your menu.py:
from nk2dl_gui import setup_gui
TODO: Convert Grizmos to Gizmos
Metadata nodes will be available as “Grizmos” (aka Groups) from the nodes menu if the Metadata nodea are not installed as Gizmos.
Submit Nuke to DeadlineSubmit Selected Writes to Deadline