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/nodes/SHD_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/nodes/SHD_node.h')
-rw-r--r--source/blender/nodes/SHD_node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/nodes/SHD_node.h b/source/blender/nodes/SHD_node.h
index 971ddbe7f06..8064a543ca0 100644
--- a/source/blender/nodes/SHD_node.h
+++ b/source/blender/nodes/SHD_node.h
@@ -60,6 +60,7 @@ extern bNodeType sh_node_material_ext;
extern bNodeType sh_node_invert;
extern bNodeType sh_node_seprgb;
extern bNodeType sh_node_combrgb;
+extern bNodeType sh_node_hue_sat;
#endif