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-08-25 06:18:37 +0400
committerRobert Holcomb <bob_holcomb@hotmail.com>2010-08-25 06:18:37 +0400
commita42c490a04ff06c4baeb3fb43c96767a17e4d960 (patch)
tree5435e456d34853a1f4068ad41e957a4cae4fbada /source/blender/makesdna/DNA_node_types.h
parent86ad6837c5b9dd1f61942e8c9644749354d12a02 (diff)
Applied patch #23379. Does not change existing .blend files and looks
good.
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 e3ac90bf881..fe422bfa689 100644
--- a/source/blender/makesdna/DNA_node_types.h
+++ b/source/blender/makesdna/DNA_node_types.h
@@ -255,6 +255,7 @@ typedef struct NodeChroma {
typedef struct NodeTwoXYs {
short x1, x2, y1, y2;
+ float fac_x1, fac_x2, fac_y1, fac_y2;
} NodeTwoXYs;
typedef struct NodeTwoFloats {