secondaryColourTools

Secondary Colour Grading and matte separation tools

Updated: 2 July 2012

Author: mrhowardjones

Compatible Nuke versions: 5.2 or later

Compatibility: Linux, Mac, Windows

These are updated versions of the secondary colour tools which have been on CreativeCrash for about 6 years, and I've been meaning to move to Nukepedia.

They split an image into RGB, CMY, and BNW (black neutrals, whites) - (or primaries, secondaries and tertiaries).

Secondary Colour gives you colour grading controls on each tool. Secondary Mattes splits the image into these channels for use how you like, and vibrancy is an internal dependency for secondary colour as well as another separate grading tool.

These can also be used for seperating ID passes.

Code example for loading

1
2
3
4
5
6
7
toolbar = nuke.menu("Nodes")
m = toolbar.addMenu("Color/artistTools", "ToolbarColor.png")
 
m.addCommand('secondaryColour', 'nuke.createNode("secondaryColour2")', icon='secondaryGrade.png')
m.addCommand('secondaryMattes', 'nuke.createNode("secondaryMattes")', icon='secondaryGrade.png')
m.addCommand("vibrancy", "nuke.createNode(\"vibrancy\")", icon="secondaryGrade.png")
 

 

 

Released with no warranty, and entirely at user's risk

Sign in or register to download or rate.