From f29625922f61c772e01a9bf2902a41bd4e4e264e Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 28 Jul 2015 14:39:53 +0200 Subject: Cycles: Expose Clip image extension type This type causes pixels outside of 0..1 coordinate range to become transparent. --- source/blender/makesdna/DNA_node_types.h | 1 + 1 file changed, 1 insertion(+) (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 45407d1bcda..1bbd0ab8416 100644 --- a/source/blender/makesdna/DNA_node_types.h +++ b/source/blender/makesdna/DNA_node_types.h @@ -979,6 +979,7 @@ typedef struct NodeSunBeams { #define SHD_IMAGE_EXTENSION_REPEAT 0 #define SHD_IMAGE_EXTENSION_EXTEND 1 +#define SHD_IMAGE_EXTENSION_CLIP 2 /* image texture */ #define SHD_PROJ_FLAT 0 -- cgit v1.2.3