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>2007-01-14 14:51:52 +0300
committerTon Roosendaal <ton@blender.org>2007-01-14 14:51:52 +0300
commitbd0f9a59f08889c1e79c5adeb7b9cbcac5ba4436 (patch)
tree3c472b8e662d3869b4732139ccb9ddba410df131 /source/blender/makesdna/DNA_texture_types.h
parent444246d016e3be6d943707f5a01db20040c35afa (diff)
Important bugfix: Image mapping "repeat" didn't support mirrored tiling
yet: http://www.blender.org/bf/rep1.jpg Psst psst... to solve this bug I had to add the buttons for the option too!
Diffstat (limited to 'source/blender/makesdna/DNA_texture_types.h')
-rw-r--r--source/blender/makesdna/DNA_texture_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_texture_types.h b/source/blender/makesdna/DNA_texture_types.h
index 3fbe85818c2..a5a2e36125f 100644
--- a/source/blender/makesdna/DNA_texture_types.h
+++ b/source/blender/makesdna/DNA_texture_types.h
@@ -262,6 +262,8 @@ typedef struct TexMapping {
#define TEX_CHECKER_EVEN 16
#define TEX_PRV_ALPHA 32
#define TEX_PRV_NOR 64
+#define TEX_REPEAT_XMIR 128
+#define TEX_REPEAT_YMIR 256
/* extend (starts with 1 because of backward comp.) */
#define TEX_EXTEND 1