Added a new valuenode conversion type called 'Add'. It's like 'Subtract', only it...
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sun, 23 Sep 2007 00:08:23 +0000 (00:08 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sun, 23 Sep 2007 00:08:23 +0000 (00:08 +0000)
commit19814e54d027ea1a98c532218966212298b9b555
treed6e51dd075badebff20c8b48a65b08ab491f28f9
parent0313f3153df081c11ff8a57d1ded6864142b21e2
Added a new valuenode conversion type called 'Add'.  It's like 'Subtract', only it adds...  Previously addition was only possible by first scaling the RHS by -1 and then subtracting, which seems a bit silly.

git-svn-id: http://svn.voria.com/code@742 1f10aa63-cdf2-0310-b900-c93c546f37ac
synfig-core/trunk/src/synfig/Makefile.am
synfig-core/trunk/src/synfig/valuenode.cpp
synfig-core/trunk/src/synfig/valuenode_add.cpp [new file with mode: 0644]
synfig-core/trunk/src/synfig/valuenode_add.h [new file with mode: 0644]