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>2006-04-01 18:08:57 +0400
committerTon Roosendaal <ton@blender.org>2006-04-01 18:08:57 +0400
commit5468351d6e322893aea514d206f136952713d77a (patch)
treef3f80643618dcdda3f84b5932432a77d044a6e21 /source/blender/makesdna/DNA_texture_types.h
parent766e6fe32184eaa51ce299dbf3082dc1aee78b4f (diff)
Texture button preview:
- now draws intensity value correct (black/white was inversed) - added option to show texture alpha 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 47e89dbd1c0..ca77a04bd22 100644
--- a/source/blender/makesdna/DNA_texture_types.h
+++ b/source/blender/makesdna/DNA_texture_types.h
@@ -249,6 +249,8 @@ typedef struct TexMapping {
#define TEX_NEGALPHA 4
#define TEX_CHECKER_ODD 8
#define TEX_CHECKER_EVEN 16
+#define TEX_PRV_ALPHA 32
+#define TEX_PRV_NOR 64
/* extend (starts with 1 because of backward comp.) */
#define TEX_EXTEND 1