X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fsynfigapp%2Factions%2Fvaluedescset.cpp;h=a5610aa73f8d9413e352e606931772bffce3f47c;hb=acb13618841e7cecba6f4c989b7670909f8ac235;hp=7f6f686ae8133a47e107f2e27c46cd2b0fe4e498;hpb=5b6ffb96be7d341a83c92e56c0d4da09a08b1f37;p=synfig.git diff --git a/synfig-studio/trunk/src/synfigapp/actions/valuedescset.cpp b/synfig-studio/trunk/src/synfigapp/actions/valuedescset.cpp index 7f6f686..a5610aa 100644 --- a/synfig-studio/trunk/src/synfigapp/actions/valuedescset.cpp +++ b/synfig-studio/trunk/src/synfigapp/actions/valuedescset.cpp @@ -6,7 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley -** Copyright (c) 2007 Chris Moore +** Copyright (c) 2007, 2008 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -159,8 +159,6 @@ Action::ValueDescSet::prepare() (value_desc.get_index()==4 || value_desc.get_index()==5) && (*value_desc.get_parent_value_node())(time).get(BLinePoint()).get_split_tangent_flag()==false) { - printf("a tangent got changed - #%d\n", value_desc.get_index()-3); - { ValueNode_Composite::Handle parent_value_node; parent_value_node=parent_value_node.cast_dynamic(value_desc.get_parent_value_node()); @@ -168,11 +166,9 @@ Action::ValueDescSet::prepare() Vector t1((*parent_value_node->get_link("t1"))(time)); Vector t2((*parent_value_node->get_link("t2"))(time)); - printf("current values are: t1(%.2f, %2.f) t2(%.2f, %.2f)\n", t1[0], t1[1], t2[0], t2[1]); } if (value_desc.get_index()==4) { - printf("copying change to tangent 2\n"); ValueNode_Composite::Handle parent_value_node; parent_value_node=parent_value_node.cast_dynamic(value_desc.get_parent_value_node());