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:
authorJuho Vepsalainen <bebraw@gmail.com>2007-08-31 11:42:06 +0400
committerJuho Vepsalainen <bebraw@gmail.com>2007-08-31 11:42:06 +0400
commitc1e9ad9c8006afe3d4259be21a824a5fd3c437d0 (patch)
tree7417ee951ca7e00aaa09448aad6d71b3e7aced19 /source/blender/blenkernel/BKE_node.h
parentca5c21e1805a5c38e60c13916ba08ebb2b020706 (diff)
Hue Saturation Value node - port to material node system
This commit ports Hue Saturation Value node to the material node system. Unlike in composite version, each value is an input. Composite node version will be updated later to use the same scheme.
Diffstat (limited to 'source/blender/blenkernel/BKE_node.h')
-rw-r--r--source/blender/blenkernel/BKE_node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_node.h b/source/blender/blenkernel/BKE_node.h
index 3623b5c2605..2b244656f75 100644
--- a/source/blender/blenkernel/BKE_node.h
+++ b/source/blender/blenkernel/BKE_node.h
@@ -208,6 +208,7 @@ struct ShadeResult;
#define SH_NODE_INVERT 119
#define SH_NODE_SEPRGB 120
#define SH_NODE_COMBRGB 121
+#define SH_NODE_HUE_SAT 122
/* custom defines options for Material node */