Downloads
Github Project Page:
Installation
To install, unzip the file and place the “NSP” folder inside your .nuke folder. You will then need to add the following line to your .nuke/init.py file:
nuke.pluginAddPath(‘NSP’)
If you don’t know how to find your .nuke folder, check out this guide:
https://support.foundry.com/hc/en-us/articles/207271649-Q100048-Locating-the-default-nuke-directory
What is Nuke Simple Pipeline?
Nuke Simple Pipeline (NSP) is a collection of python tools that aim to replicate the workflow of a studio environment for Nuke artists. To establish a more streamlined workflow, NSP adds several automations and features that compositors typically find in a studio pipeline while requiring minimal user input. Key features of these tools include:
1- Automatic and consistent naming convention and folder structure of scripts.
2- More streamlined creation of read/write nodes with consistent names and versions.
3- All elements use relative paths to enable extreme portability for the entire project.
4- Automatic versioning of write nodes to match current script version.
5- Setting “Show” and “User” contexts that enables preferences to be modular and optional.
As a result of these helpful additions, you will be able to copy and paste the project folder into a completely different system, and every script will seamlessly run as expected. Even the project directory is procedurally generated relative to the script location.
