Axis node with noise control
Axis_My
Updated: 25 August 2011
Author: lamakaha
Compatible Nuke versions: 6.2 or later
Compatibility: Linux, Mac, Windows
This script adding Noise functionality to your Axis node.
You can animate your Axis, than you should press button Noise and you will have noise control separated for xyz directions. By default all set to 0.
add those lines to menu.py:
import Axis_My
m=nuke.menu('Nuke')
n=m.addMenu('adds')
n.addCommand('Axis_My', 'Axis_My.Axis_My()',"a",icon = "Axis.png")