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:
authorDalai Felinto <dfelinto@gmail.com>2011-12-02 20:57:37 +0400
committerDalai Felinto <dfelinto@gmail.com>2011-12-02 20:57:37 +0400
commit4fd273648767a736f79acd3edc3d7f332129b46f (patch)
tree4f37b89622cd0e422c7b1579197b838ab852ce32 /intern/cycles/kernel/CMakeLists.txt
parentf96aad6688a695c692e9f784314d8eb4e169e6da (diff)
HSV Color Node for Cycles
......................... note, the OSL code has a problem. In the original node the input and output nodes have the same name (Color). So this will be fixed here once Brecht come up with a nice autorenaming (or we do a doversion patch) for that.
Diffstat (limited to 'intern/cycles/kernel/CMakeLists.txt')
-rw-r--r--intern/cycles/kernel/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/kernel/CMakeLists.txt b/intern/cycles/kernel/CMakeLists.txt
index abe81103d80..a09fe1d726e 100644
--- a/intern/cycles/kernel/CMakeLists.txt
+++ b/intern/cycles/kernel/CMakeLists.txt
@@ -60,6 +60,7 @@ set(SRC_SVM_HEADERS
svm/svm_fresnel.h
svm/svm_geometry.h
svm/svm_gradient.h
+ svm/svm_hsv.h
svm/svm_image.h
svm/svm_light_path.h
svm/svm_magic.h