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:
authorRobert Holcomb <bob_holcomb@hotmail.com>2010-03-13 17:47:26 +0300
committerRobert Holcomb <bob_holcomb@hotmail.com>2010-03-13 17:47:26 +0300
commitdfb59dbaa52d413068197176654f76cc84fceab8 (patch)
tree78f25fe9fc7454644a341ee404c332a8db9c309a /source/blender/makesdna/DNA_node_types.h
parent975cf38d6a78b60b0db899abd5a7dc950df133c5 (diff)
added method to change algorithm used in channel matte node. Limit a channel by another channel or limit by max of remaining channels.
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 c178176048a..c587b2106ff 100644
--- a/source/blender/makesdna/DNA_node_types.h
+++ b/source/blender/makesdna/DNA_node_types.h
@@ -250,6 +250,7 @@ typedef struct NodeChroma {
float t1,t2,t3;
float fsize,fstrength,falpha;
float key[4];
+ short algorithm, channel;
} NodeChroma;
typedef struct NodeTwoXYs {