An offline Nuke python API searcher inside Nuke
Nuke API Searcher
Updated: 30 June 2020
Author: robowar
Compatible Nuke versions: 10.5 or later
Compatibility: Linux, Mac, Windows
A Pyside2 made python API searcher inside Nuke with Autocompleter.
Can search for any modules, classes or functions.
Usage:
- Type in the keyword you want to search and press Enter.
- You can check 'filter_startswith' to enable searching keywords starting with words you type.
- You can also open the link for corresponding keyword by clicking 'Open in browser'
How to Install
Unzip NukeSearcher.zip and put 'NukeSearcher' folder in .nuke folder
Add this to init.py in .nuke folder
nuke.pluginAddPath('./NukeSearcher')
Open Nuke