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-06-13 12:55:51 +0400
committerThomas Dinges <blender@dingto.org>2013-06-13 12:55:51 +0400
commitd523d27e621f92c2fd9cb53f9dbbb62750bacc2c (patch)
tree9233a7d9810a1877958433d4771e50c8e2692d13 /intern/cycles/kernel/svm/svm_types.h
parent182914873a13485a7b8d7b85884c655fccdefa48 (diff)
Cycles / Blackbody node:
* First step towards a Blackbody to RGB converter. You can specify a color in Kelvin inside the node. * Only implemented for OSL atm, SVM will follow.
Diffstat (limited to 'intern/cycles/kernel/svm/svm_types.h')
-rw-r--r--intern/cycles/kernel/svm/svm_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/kernel/svm/svm_types.h b/intern/cycles/kernel/svm/svm_types.h
index e5b3e2b972f..e4bc7efd272 100644
--- a/intern/cycles/kernel/svm/svm_types.h
+++ b/intern/cycles/kernel/svm/svm_types.h
@@ -53,6 +53,7 @@ typedef enum NodeType {
NODE_FRESNEL,
NODE_WIREFRAME,
NODE_WAVELENGTH,
+ NODE_BLACKBODY,
NODE_EMISSION_WEIGHT,
NODE_TEX_GRADIENT,
NODE_TEX_VORONOI,