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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2012-01-08 18:55:43 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2012-01-08 18:55:43 +0400
commit8bfa48384d3604cfc5fd265e89bf86f129242542 (patch)
tree4591aa40eade90ffe306b50b5d650d8cbd7efbdb /source/blender/makesdna
parent4487103e61ba1277027d8d4a9105a3f1b29e204c (diff)
Cycles: checker texture node, patch by Thomas.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_node_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_node_types.h b/source/blender/makesdna/DNA_node_types.h
index e2d612169e7..01ffbb44c13 100644
--- a/source/blender/makesdna/DNA_node_types.h
+++ b/source/blender/makesdna/DNA_node_types.h
@@ -448,6 +448,10 @@ typedef struct NodeTexImage {
int color_space, pad;
} NodeTexImage;
+typedef struct NodeTexChecker {
+ NodeTexBase base;
+} NodeTexChecker;
+
typedef struct NodeTexEnvironment {
NodeTexBase base;
int color_space, pad;