First stab at adding genete's suggested 'Curve Warp' layer. It's pretty slow at...
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 7 Nov 2008 16:53:52 +0000 (16:53 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 7 Nov 2008 16:53:52 +0000 (16:53 +0000)
commit5ae346e017651b10ea2b2b6e1391db5d4bc4243f
tree6d853524206792e5221a5d62330adcd0494aaef9
parentbd4b3d17e246ddb8c76b8aa30367b26bddee3bc1
First stab at adding genete's suggested 'Curve Warp' layer.  It's pretty slow at the moment, because it uses get_color() to render the context pixel by pixel rather than using accelerated_render() to render a block at once.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2164 1f10aa63-cdf2-0310-b900-c93c546f37ac
synfig-core/trunk/src/modules/lyr_std/Makefile.am
synfig-core/trunk/src/modules/lyr_std/curvewarp.cpp [new file with mode: 0644]
synfig-core/trunk/src/modules/lyr_std/curvewarp.h [new file with mode: 0644]
synfig-core/trunk/src/modules/lyr_std/main.cpp