From cf3b3a1ba2159792fad7cc0c8ccb98a855534823 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 14 Mar 2013 10:15:10 +0000 Subject: Code cleanup: replace magic constant used for alpha ignore flag with a define. --- source/blender/makesdna/DNA_node_types.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/makesdna/DNA_node_types.h') diff --git a/source/blender/makesdna/DNA_node_types.h b/source/blender/makesdna/DNA_node_types.h index b2b23828cee..2e24b6ed78d 100644 --- a/source/blender/makesdna/DNA_node_types.h +++ b/source/blender/makesdna/DNA_node_types.h @@ -860,4 +860,7 @@ typedef struct NodeShaderNormalMap { /* image */ #define CMP_NODE_IMAGE_USE_STRAIGHT_OUTPUT 1 +/* viewer and cmposite output */ +#define CMP_NODE_OUTPUT_IGNORE_ALPHA 1 + #endif -- cgit v1.2.3