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:
authorClément Foucault <foucault.clem@gmail.com>2017-07-10 15:42:43 +0300
committerClément Foucault <foucault.clem@gmail.com>2017-07-11 13:39:35 +0300
commitad7458d00c2833cfcc99dc54280c52b2e5a17cf2 (patch)
tree5c7ff46004af57508b452fb783d757f5e8fc607e /source/blender/makesdna/DNA_material_types.h
parentd6b46f9ea5f0084513f06d6bfe31f514666a389b (diff)
Eevee: Transparency: Add Alpha Blend mode.
Diffstat (limited to 'source/blender/makesdna/DNA_material_types.h')
-rw-r--r--source/blender/makesdna/DNA_material_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_material_types.h b/source/blender/makesdna/DNA_material_types.h
index fc0f4df4170..c7d7ff1e5db 100644
--- a/source/blender/makesdna/DNA_material_types.h
+++ b/source/blender/makesdna/DNA_material_types.h
@@ -502,6 +502,7 @@ enum {
MA_BM_MULTIPLY,
MA_BM_CLIP,
MA_BM_HASHED,
+ MA_BM_BLEND,
};
#endif