Skip to content

A stubs generator for Foundry Nuke to provide IDE autocomplete support

License

Notifications You must be signed in to change notification settings

Tody190/Nuke-Stubs-Generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nuke-Stubs-Generator

A stubs generator for Nuke to provide stubs for IDE autocomplete support.

Usage

import nukeStubs
nukeStubs.generate()

By default, generate will output a nuke.py file to your home directory under a stubs folder, but it takes an optional argument like, and will write the file there instead.

nukeStubs.generate('your/output/directory')

Setting up your IDE

Simply add your stubs folder to your IDE's pythonpath so that it can index this stubs file.

Authors

This script was written by Dhruv Govil, loosely based on the work done by Sebastien Elsner (http://www.nukepedia.com/python/misc/nukepydummy).

About

A stubs generator for Foundry Nuke to provide IDE autocomplete support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%