Random number generator with frequency, min, max, and offset controls.
RandomWave
Updated: 29 November 2013
Author: rsgca
Compatible Nuke versions: 6.0 or later
Compatibility:
Similar 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')')