Dither a single channel
Dithering
Updated: 4 May 2022
Author: Eyal
Compatible Nuke versions: 11.3 or later
Compatibility: Linux 64
Even though Nuke have a dither node, I decided to play with dithering and build my own one.
The current node only dither one channel at a time, so if you wanna create a colorful image, you can give each channel of RGB a different type of dither.
Installation:
Place it inside the '.nuke' folder, Nuke will load it on startup.
In addtion, add those lines to the menu.py for a unique toolbar:
toolbar = nuke.toolbar('Nodes')
MyPluging = toolbar.addMenu('MyPlugins')
MyPluging.addCommand( 'Dithering', 'nuke.createNode('Dithering')', '' )