A Maya python based noise tool for animators.
This tool requires the following python packages: dcc and mpy.
The following plug-ins are also required: Shake and ComposeTransform.
Run the following python code from the script editor or from a shelf button:
from noiseeditor.ui import qnoiseeditor
window = qnoiseeditor.QNoiseEditor()
window.show()