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-11-28 15:32:25 +0300
committerTon Roosendaal <ton@blender.org>2007-11-28 15:32:25 +0300
commit7154e84ee1d5a6086eb47b499712d4bbc8a05a8f (patch)
treed74b4fa38173d4b3d0f325f63f279ba331d5a46b /source/blender/makesdna/DNA_image_types.h
parent36f7da70466603643ec28b47e4ec0b082fa5226a (diff)
Images now have option to be tagged "convert to premul".
Option available in the Image (properties) panel.
Diffstat (limited to 'source/blender/makesdna/DNA_image_types.h')
-rw-r--r--source/blender/makesdna/DNA_image_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_image_types.h b/source/blender/makesdna/DNA_image_types.h
index 8a5a7ce4a4c..d5e4b7a1142 100644
--- a/source/blender/makesdna/DNA_image_types.h
+++ b/source/blender/makesdna/DNA_image_types.h
@@ -108,7 +108,7 @@ typedef struct Image {
#define IMA_REFLECT 16
#define IMA_NOCOLLECT 32
#define IMA_ANTIALI 64
-
+#define IMA_DO_PREMUL 128
/* tpageflag */
#define IMA_TILES 1