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:
authorThomas Dinges <blender@dingto.org>2013-08-01 01:27:48 +0400
committerThomas Dinges <blender@dingto.org>2013-08-01 01:27:48 +0400
commit2a2f0319bc1e9c16331f356730a1edb837f4056b (patch)
treec306be867a197ad2201ec158865111a7fc65f962 /intern/cycles/kernel/svm/svm_types.h
parent34009da32efcea87e80c6205c9a152ad3f30bbb7 (diff)
parent285ef99931447646b20ec968ec87f7c68939a104 (diff)
Cycles / HSV Separator and Combine node:
* Added nodes to separate and combine hsv colors. Part of my GSoC 2013 project, SVN merge of r57981.
Diffstat (limited to 'intern/cycles/kernel/svm/svm_types.h')
-rw-r--r--intern/cycles/kernel/svm/svm_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/cycles/kernel/svm/svm_types.h b/intern/cycles/kernel/svm/svm_types.h
index 41788903e21..dbfb8d48fbf 100644
--- a/intern/cycles/kernel/svm/svm_types.h
+++ b/intern/cycles/kernel/svm/svm_types.h
@@ -83,6 +83,8 @@ typedef enum NodeType {
NODE_CLOSURE_VOLUME,
NODE_SEPARATE_RGB,
NODE_COMBINE_RGB,
+ NODE_SEPARATE_HSV,
+ NODE_COMBINE_HSV,
NODE_HSV,
NODE_CAMERA,
NODE_INVERT,