secondaryColourTools v2.0


 
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Howard Jones
Secondary Colour Grading and matte separation tools
Requirements:
5.2, 6.0, 6.1, 6.2, 6.3, 7.0 or later
02 Jul 2012
959

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
Please login in order to download these files.

You have no rights to post comments

We have 3892 guests and 104 members online