Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.21 KB

README.rst

File metadata and controls

40 lines (27 loc) · 1.21 KB

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.