Flame Viewer

Imitates the behavior of the viewer in Flame, without affecting the behavior of the original Viewer. Tested in nuke 7, 8, 9 (Preferences inaccessible in 9)

Updated: 12 April 2015

Author: ErwanL

Compatible Nuke versions: 7.0 or later

Compatibility:

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

Sign in or register to download or rate.