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:
authorTon Roosendaal <ton@blender.org>2008-01-10 14:26:17 +0300
committerTon Roosendaal <ton@blender.org>2008-01-10 14:26:17 +0300
commitcd02005fe446eed724745a4073d7df8b4654a1f7 (patch)
tree7ca092ebea06d9831ef970e1d2cda143454d16ac /source/blender/makesdna/DNA_texture_types.h
parent8aee3ae449c1d6d74ef17345da14dd2233560662 (diff)
Adding the colorband Hue, Saturation, Value, Color blending modes
to the Material Texture blending as well.
Diffstat (limited to 'source/blender/makesdna/DNA_texture_types.h')
-rw-r--r--source/blender/makesdna/DNA_texture_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_texture_types.h b/source/blender/makesdna/DNA_texture_types.h
index 88f37dcfd53..bc2b0521d4f 100644
--- a/source/blender/makesdna/DNA_texture_types.h
+++ b/source/blender/makesdna/DNA_texture_types.h
@@ -365,6 +365,10 @@ typedef struct TexMapping {
#define MTEX_LIGHT 7
#define MTEX_SCREEN 8
#define MTEX_OVERLAY 9
+#define MTEX_BLEND_HUE 10
+#define MTEX_BLEND_SAT 11
+#define MTEX_BLEND_VAL 12
+#define MTEX_BLEND_COLOR 13
/* **************** EnvMap ********************* */