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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2012-03-26 16:45:14 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2012-03-26 16:45:14 +0400
commitbbc3d820f44ca62810c1800cf7caa3905b6116a6 (patch)
tree3cb45928cc5e8e758b3cabd18ebe79a763f162d5 /intern/cycles/kernel/svm/svm_types.h
parent56baed13da0e3cf1206afd17f65bba00ec4a287c (diff)
Cycles: add ColorRamp node.
Diffstat (limited to 'intern/cycles/kernel/svm/svm_types.h')
-rw-r--r--intern/cycles/kernel/svm/svm_types.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/intern/cycles/kernel/svm/svm_types.h b/intern/cycles/kernel/svm/svm_types.h
index 533a2944557..13d72307765 100644
--- a/intern/cycles/kernel/svm/svm_types.h
+++ b/intern/cycles/kernel/svm/svm_types.h
@@ -88,7 +88,9 @@ typedef enum NodeType {
NODE_NORMAL = 5500,
NODE_GAMMA = 5600,
NODE_TEX_CHECKER = 5700,
- NODE_BRIGHTCONTRAST = 5800
+ NODE_BRIGHTCONTRAST = 5800,
+ NODE_RGB_RAMP = 5900,
+ NODE_RGB_CURVES = 6000
} NodeType;
typedef enum NodeAttributeType {