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 07:23:39 +0400
committerRobert Holcomb <bob_holcomb@hotmail.com>2007-04-13 07:23:39 +0400
commitf7738575c94eaf215a95a1169ff3ea16d96862e6 (patch)
treeb28ffd6bd4d61b6cab7b24077856ce08595bbab5 /source/blender/nodes/CMP_node.h
parent6ec705e54b17de42d3297f48bb0fbfb23074d310 (diff)
Added brightness/contrast node
Diffstat (limited to 'source/blender/nodes/CMP_node.h')
-rw-r--r--source/blender/nodes/CMP_node.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/nodes/CMP_node.h b/source/blender/nodes/CMP_node.h
index 8335538e448..77e70a3c126 100644
--- a/source/blender/nodes/CMP_node.h
+++ b/source/blender/nodes/CMP_node.h
@@ -93,6 +93,8 @@ extern bNodeType cmp_node_flip;
extern bNodeType cmp_node_displace;
extern bNodeType cmp_node_mapuv;
+extern bNodeType cmp_node_brightcontrast;
+
#endif