Blender Git Loki
Git Commits -> Revision 271fd73
Revision 271fd73 by Jeroen Bakker (tile) February 20, 2012, 12:18 (GMT) |
Tile Branch * added the color correction node back. Node was only merged for a part from the git branch With the color correction node ("Color/Color correction" in the compositor node editor) colors can be manipulated using the most common color operations. Even color channels can be enabled/disabled and fine-tuning on highlights, midtones and shadows can be tweaked. - At Mind - |
Commit Details:
Full Hash: 271fd73c44e8cb21f61b6a64fd714bc58ceda8a5
SVN Revision: 44276
Parent Commit: ad734a3
Lines Changed: +362, -1
1 Added Path:
/source/blender/nodes/composite/nodes/node_composite_colorcorrection.c (+89, -0) (View)
6 Modified Paths:
/source/blender/blenkernel/intern/node.c (+1, -0) (Diff)
/source/blender/editors/space_node/drawnode.c (+90, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+178, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree_types.h (+2, -1) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -0) (Diff)
/source/blender/nodes/NOD_composite.h (+1, -0) (Diff)
/source/blender/editors/space_node/drawnode.c (+90, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+178, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree_types.h (+2, -1) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -0) (Diff)
/source/blender/nodes/NOD_composite.h (+1, -0) (Diff)