nuketemplate

A toolkit to build Nuke scripts with flexible templates, based on Jinja 2


License
Apache-2.0
Install
pip install nuketemplate==0.1.1

Documentation

nuketemplate

https://readthedocs.org/projects/nuketemplate/badge/?version=latest

A toolkit to build Nuke scripts with flexible templates, based on Jinja 2

Full Documentation

Installation

To install nuketemplate, type:

$ pip install nuketemplate

Open Nuke's init.py file and add:

nuke.pluginAddPath('/path/to/your/local/python/site-packages')

Getting Started

Please see the Getting Started section of the documentation.