Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Holcomb <bob_holcomb@hotmail.com>2007-04-13 08:22:32 +0400
committerRobert Holcomb <bob_holcomb@hotmail.com>2007-04-13 08:22:32 +0400
commit26735a66708885b1f461cde9f1c03307c9d91115 (patch)
treebeaea5ccb912bd431af15cf9a596b8fcd609910f /source/blender/nodes/CMP_node.h
parentf7738575c94eaf215a95a1169ff3ea16d96862e6 (diff)
Added gamma, fixed typos in brightness
Diffstat (limited to 'source/blender/nodes/CMP_node.h')
-rw-r--r--source/blender/nodes/CMP_node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/nodes/CMP_node.h b/source/blender/nodes/CMP_node.h
index 77e70a3c126..ea15d4dbe73 100644
--- a/source/blender/nodes/CMP_node.h
+++ b/source/blender/nodes/CMP_node.h
@@ -94,6 +94,7 @@ extern bNodeType cmp_node_displace;
extern bNodeType cmp_node_mapuv;
extern bNodeType cmp_node_brightcontrast;
+extern bNodeType cmp_node_gamma;
#endif