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:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-07-28 15:39:53 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-07-28 15:39:53 +0300
commitf29625922f61c772e01a9bf2902a41bd4e4e264e (patch)
treee4f53d49acec057f08f8b6c02960927d477ea7cd /source/blender/makesdna/DNA_node_types.h
parent4690281b17a9b302bd86484703b2389e371c8f07 (diff)
Cycles: Expose Clip image extension type
This type causes pixels outside of 0..1 coordinate range to become transparent.
Diffstat (limited to 'source/blender/makesdna/DNA_node_types.h')
-rw-r--r--source/blender/makesdna/DNA_node_types.h1
1 files changed, 1 insertions, 0 deletions
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