From 1755a0ada6a16f41a492739edbfc6c9ff8e51bc6 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 25 Jun 2012 10:50:24 +0000 Subject: Added feather control to keying node Behaves in the same way as feather dilate/erode node, applies after dilate/erode in node. Also use distance dilate/erode instead of size. --- source/blender/makesdna/DNA_node_types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/makesdna/DNA_node_types.h') diff --git a/source/blender/makesdna/DNA_node_types.h b/source/blender/makesdna/DNA_node_types.h index bd9b0a4585e..15641d97709 100644 --- a/source/blender/makesdna/DNA_node_types.h +++ b/source/blender/makesdna/DNA_node_types.h @@ -655,6 +655,8 @@ typedef struct NodeKeyingData { float edge_kernel_tolerance; float clip_black, clip_white; int dilate_distance; + int feather_distance; + int feather_falloff; int blur_pre, blur_post; } NodeKeyingData; -- cgit v1.2.3