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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2008-09-04 04:27:05 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2008-09-04 04:27:05 +0400
commita7348dd43ee764d11cb0db66ca054c979c3b6bfe (patch)
tree3db0dc26033e349238563bf73d04580b7cc0e58d /source/blender/makesdna/DNA_texture_types.h
parent961a26d50058de81ca27a9465320c0177e5eeeb4 (diff)
Bugfix: yafray export crash if new hsv texture blend types were
used, the code here needed to be updated.
Diffstat (limited to 'source/blender/makesdna/DNA_texture_types.h')
-rw-r--r--source/blender/makesdna/DNA_texture_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_texture_types.h b/source/blender/makesdna/DNA_texture_types.h
index 8a79ce845d7..111dc08ee02 100644
--- a/source/blender/makesdna/DNA_texture_types.h
+++ b/source/blender/makesdna/DNA_texture_types.h
@@ -367,6 +367,7 @@ typedef struct TexMapping {
#define MTEX_BLEND_SAT 11
#define MTEX_BLEND_VAL 12
#define MTEX_BLEND_COLOR 13
+#define MTEX_NUM_BLENDTYPES 14
/* **************** EnvMap ********************* */