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>2012-06-10 21:41:04 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-06-10 21:41:04 +0400
commitecbd2842dce7e8cd058f9c7088de902cc791041d (patch)
tree3b949d1487eb01523f4b69b2a44311b4baa5822b /source/blender/makesdna/DNA_node_types.h
parent37f702addd43c4247357877d199690a47d665d69 (diff)
Add screen balance into interface
Could be helpful to be played around. Default value is 0.5, Most probably this default value should be set manually for older files.
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 a441936e054..cfc8ba526fa 100644
--- a/source/blender/makesdna/DNA_node_types.h
+++ b/source/blender/makesdna/DNA_node_types.h
@@ -633,6 +633,7 @@ typedef struct NodeKeyingScreenData {
} NodeKeyingScreenData;
typedef struct NodeKeyingData {
+ float screen_balance;
float despill_factor;
float clip_black, clip_white;
int dilate_distance;