Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 766 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 766 Bytes

PythonEditor

A Script Editor for Foundry's NUKE with more features.

build

Installation:

Download. Copy the "PythonEditor" folder from the .zip file into your user .nuke folder.

Create a menu.py file in the .nuke folder and add the following code to it:

import PythonEditor
PythonEditor.nuke_menu_setup(nuke_menu=True, node_menu=True, pane_menu=True)