A free alternative to Ocula's color match to correct colour disparities in a stereo plate
A_ColourMatch
Updated: 1 October 2014
Author: AdrianLCP
Compatible Nuke versions: 6.3 or later
Compatibility: Linux, Mac, Windows
A free alternative to Ocula's color match to correct colour disparities in a stereo plate. Used in conjuction with the A_DisparityGenerator to correct colour disparities inherent to the stereo filming process.
To install, drop the A_ColourMatch.gizmo file into your .nuke directory and add the following code to your menu.py:
import nuke
m = nuke.menu('Nodes')
n = m.addMenu('A_Tools')
m.addCommand('A_Tools/A_ColourMatch', 'nuke.createNode('A_ColourMatch')')