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-12 21:47:35 +0300
committerRobert Holcomb <bob_holcomb@hotmail.com>2010-03-12 21:47:35 +0300
commit85066b5e05c0a770db357b67682431f357c05ad4 (patch)
treeaeda4d3f4d2bc901df170afa1170d47bfa3d5d29 /source/blender/makesdna
parent0249d26ca790b9b5a44c83313b0d2afb42931f3f (diff)
updated despill node to incorperate changes from Xavier Thomas's patch #18012
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_node_types.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_node_types.h b/source/blender/makesdna/DNA_node_types.h
index 4dd089949e9..c178176048a 100644
--- a/source/blender/makesdna/DNA_node_types.h
+++ b/source/blender/makesdna/DNA_node_types.h
@@ -22,7 +22,7 @@
*
* The Original Code is: all of this file.
*
- * Contributor(s): none yet.
+ * Contributor(s): Bob Holcomb, Xavier Thomas
*
* ***** END GPL LICENSE BLOCK *****
*/
@@ -312,6 +312,12 @@ typedef struct NodeColorBalance {
float gain[3];
} NodeColorBalance;
+typedef struct NodeColorspill {
+ short limchan, unspill;
+ float limscale;
+ float uspillr, uspillg, uspillb;
+}NodeColorspill;
+
/* TEX_output */
typedef struct TexNodeOutput {
char name[32];