nukePyDummy

A python script to generate a dummy nuke.py module for use with external editors.

Updated: 8 June 2010

Author: sebastian

Compatible Nuke versions: 5.1 or later

Compatibility: Linux, Mac, Windows

This script generates a dummy nuke.py module, which defines all python classes, methods and functions, nuke provides (and are accessible via the inspect module). This nuke.py module does not have any direct practical use because all definitions are virtual. However, they can the be used for auto completion in external editors like Eclipse, JEdit or Notepad++. On how to set this up see the article "Using Nuke with Eclipse".

Note: It is likely that some classes (especially nuke.nodes.x) are not defined in the generated nuke.py this is because they are not seen by the inspect module. Perhaps this can be changed by the Foundry.

 

Tested on Windows. Linux and Mac should work though.

Sign in or register to download or rate.