Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 365 Bytes

installation.rst

File metadata and controls

23 lines (13 loc) · 365 Bytes

Installation

To install the_silo, type:

$ pip install the_silo

Open Nuke's init.py file and add:

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

import the_silo
the_silo.init()

Open Nuke's menu.py file and add:

the_silo.build()