install as a new pane option¶
-
Copy localorender.py
to your local nuke path (
~/.nuke) - At the same location, open the
menu.pyfile (or create it) and add the following content inside:
import localorender
localorender.register_as_panel()
You can open the panel in Nuke by clicking the
icon
then Windows > Custom > Localorender
optional configuration¶
You can also optionally add the following lines:
localorender.configure_logging()