A toolkit to build Nuke scripts with flexible templates, based on Jinja 2
To install nuketemplate
, type:
$ pip install nuketemplate
Open Nuke's init.py
file and add:
nuke.pluginAddPath('/path/to/your/local/python/site-packages')
Please see the Getting Started section of the documentation.