[Synfig-devl] Carlos Lopez : Circle Layer: add full support for feathered circles. It needs some improvement on the number of stops in the gradients. Sigmoind and Cosine feathers doesn't have good res

2012-08-11 Thread root
Author: Carlos Lopez Date: Sat Aug 11 19:33:03 2012 +0200 Circle Layer: add full support for feathered circles. It needs some improvement on the number of stops in the gradients. Sigmoind and Cosine feathers doesn't have good result though. Probable optimization for linear feather. --- syn

[Synfig-devl] Carlos Lopez : Circle Layer: simplify code

2012-08-11 Thread root
Author: Carlos Lopez Date: Sat Aug 11 17:56:27 2012 +0200 Circle Layer: simplify code --- synfig-core/src/modules/mod_geometry/circle.cpp | 57 +++ 1 files changed, 7 insertions(+), 50 deletions(-) diff --git a/synfig-core/src/modules/mod_geometry/circle.cpp b/synfig-

[Synfig-devl] Carlos Lopez : Circle Layer: Add support for feathered circles. Only falloff linear at the moment.

2012-08-11 Thread root
Author: Carlos Lopez Date: Sat Aug 11 17:50:02 2012 +0200 Circle Layer: Add support for feathered circles. Only falloff linear at the moment. --- synfig-core/src/modules/mod_geometry/circle.cpp | 159 +- 1 files changed, 151 insertions(+), 8 deletions(-) diff --git a/s

[Synfig-devl] Carlos Lopez : Circle Layer: initial support for straight blend inverted linear feathered circles

2012-08-11 Thread root
Author: Carlos Lopez Date: Sat Aug 11 09:24:46 2012 +0200 Circle Layer: initial support for straight blend inverted linear feathered circles --- synfig-core/src/modules/mod_geometry/circle.cpp | 32 ++- 1 files changed, 31 insertions(+), 1 deletions(-) diff --git a/sy