RandomWave

Random number generator with frequency, min, max, and offset controls.

Updated: 29 November 2013

Author: rsgca

Compatible Nuke versions: 6.0 or later

Compatibility:

randomWave-properties.pngSimilar to CurveFactory or NoiseCurve with the exception of max and min controls replacing amplitude and offest.

Installation

menubar=nuke.menu('Nodes')
m=menubar.addMenu('Tools')
n=m.addMenu('Generate')
n.addCommand('RandomWave', 'nuke.createNode('RandomWave')')

Sign in or register to download or rate.