Flame Viewer v1.0
This location is for Registered Users Only.
Perhaps you need to login or register.
8.0, 7.1, 7.0 or later
Useful for quickly exploring a node Graph, this Viewer script lets you view all the different inputs of a node as well as it's result without having to assign viewers to it.
Usage (With default keys):
Press F1 to view the A input of the selected Node. Press F1 again to shuffle through the different A inputs if more than one.
Press F2 to view the B input of a node.
Press F3 to view a Mask input (Will show nothing if no mask connected).
Press F4 to view the selected Node.
This will connect to your viewer as input 11 so it won't affect any of your other views.
Installation:
Copy into menu.py:
import fviewer as fv
fvlayer = ('rgba','none')
nuke.addOnCreate(fv.init, nodeClass='Preferences')
nuke.addOnCreate(fv.init, nodeClass='Root')
Works in nuke 7, 8 and 9, although the preferences are not available in nuke 9.
Last update: December 2013
Comments
RSS feed for comments to this post