Tool which produces noise to roughen up the edges of a perfect mask. Works well on hard masks.
edgeNoise
Updated: 15 March 2016
Author: Phil333
Compatible Nuke versions: 7.0 or later
Compatibility: Windows
Produces noise to roughen up the edges of a perfect mask. It works well on hard masks.
Options:
channels: define which channels are affected
size: determines the width of noise in the edge
noise scale: deteremines the scale of the noise
mix: dissolves the noise in the edge
How to Install
To add the node to your interface, add the following lines to your menu.py and add the node to your plugin folder (NukeX.XvX\plugins\)
toolbar = nuke.toolbar('Nodes')
AddedNodes = toolbar.addMenu('AddedNodes', icon='MENU ICON.png')
AddedNodes.addCommand('edgeNoise', 'nuke.createNode(\'edgeNoise\')')
No license. Please leave a comment if you like the gizmo