nk2dl-gui

Documentation for nk2dl-gui (aka Nuke to Deadline GUI).

View the Project on GitHub artandmath/nk2dl-gui

Installation

System Requirements

1. Install Dependencies

Follow the nk2dl Installation Guide to install the nk2dl python module and its dependencies.

2. Download

nk2dl-gui can be downloaded from source or from a point release.

Download from source

From the shell:

git clone https://github.com/artandmath/nk2dl-gui.git
cd nk2dl-gui

Download from release

From the shell:

cd /path/to/nk2dl-gui-0.1.x-alpha

3. Install for a single user or multiple users in Nuke

Install for single user (.nuke method)

~/.nuke/
 ├─ Deadline/
 ├─ nk2dl/
 ├─ nk2dl_gui/
 ├─ yaml/
 ├─ init.py
 ├─ menu.py
 │
etc

Install for multiple users (init.py method)

# 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')

4. Add nk2dl-gui to menu.py

Add the following line to your menu.py:

from nk2dl_gui import setup_gui

5. Install metadata gizmos (optional)

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.

6. Verify

Screenshot of the render menu containing the new menu entries