Module: synfig/synfig Branch: genete_smart_link Commit: 427a0c586f95523b477df4346394f639368298c0 URL: http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=427a0c586f95523b477df4346394f639368298c0
Author: Carlos Lopez <[email protected]> Date: Mon Sep 13 19:01:24 2010 +0200 Remove Smart Link action code, add a new action for Link Opposite and document a bit the code. Now things works like this: Link: All tangents of same colour, straight link Link: Some tangents of different colour, smart link (scale by -1 when needed) Link Opposite: two tangents of the same colour, scale by -1 before link Link Opposite: two tangents of different colour, straight link Link Opposite: more than two tangents, action is not candidate. --- synfig-studio/src/synfigapp/Makefile.am | 2 - synfig-studio/src/synfigapp/action.cpp | 3 +- .../src/synfigapp/actions/valuedesclink.cpp | 94 ++++- .../src/synfigapp/actions/valuedesclink.h | 34 ++- .../src/synfigapp/actions/valuedescsmartlink.cpp | 421 -------------------- .../src/synfigapp/actions/valuedescsmartlink.h | 81 ---- 6 files changed, 119 insertions(+), 516 deletions(-) Diff: http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commitdiff;h=427a0c586f95523b477df4346394f639368298c0 ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Synfig-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synfig-devl
