A simple tool to easily access nodes in a selected viewer.
SelectViewerNode
Updated: 17 October 2017
Author: [email protected]
Compatible Nuke versions: 9.0 or later
Compatibility: Linux, Mac, Windows
Main Description
A simple tool to easily access node/s in a selected viewer's input and show its/their parameters.
The first node on the list will always be the current active viewer.
If the selected viewer is active, only active nodes will be selected.
If the selected viewer is not active, all viewer nodes will be selected.
Screenshots
How to Install
1.copy the script to your nuke scripts / plugin folder
2.and add these lines to your menu.py
import SelectViewerNode
menubar=nuke.menu('Nuke')
m=menubar.addMenu('CUSTOM')
m.addCommand('Select Node in Viewer','SelectViewerNode.Launcher()')
It will be accesible through the created 'CUSTOM' menu