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:
Diffstat (limited to 'intern/cycles/kernel/svm/svm_types.h')
-rw-r--r--intern/cycles/kernel/svm/svm_types.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/intern/cycles/kernel/svm/svm_types.h b/intern/cycles/kernel/svm/svm_types.h
index c1eeeb55268..fe8a9269a2f 100644
--- a/intern/cycles/kernel/svm/svm_types.h
+++ b/intern/cycles/kernel/svm/svm_types.h
@@ -89,7 +89,8 @@ typedef enum NodeType {
NODE_MIN_MAX,
NODE_LIGHT_FALLOFF,
NODE_OBJECT_INFO,
- NODE_PARTICLE_INFO
+ NODE_PARTICLE_INFO,
+ NODE_SMOKE_DENSITY
} NodeType;
typedef enum NodeAttributeType {
@@ -118,6 +119,10 @@ typedef enum NodeParticleInfo {
NODE_INFO_PAR_LIFETIME
} NodeParticleInfo;
+typedef enum NodeSmokeDensity {
+ NODE_INFO_SMO_DEN
+} NodeSmokeDensity;
+
typedef enum NodeLightPath {
NODE_LP_camera = 0,
NODE_LP_shadow,