Module: synfig/synfig Branch: genete_width_outline Commit: 90bee875735fc717fce5c4e9971752aaee36fa0c URL: http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=90bee875735fc717fce5c4e9971752aaee36fa0c
Author: Carlos Lopez <[email protected]> Date: Fri Jan 14 14:23:28 2011 +0100 Don't add width ducks from the bline of an advanced outline. --- .../src/modules/mod_geometry/advanced_outline.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/synfig-core/src/modules/mod_geometry/advanced_outline.cpp b/synfig-core/src/modules/mod_geometry/advanced_outline.cpp index 8cc35da..6ee39cd 100644 --- a/synfig-core/src/modules/mod_geometry/advanced_outline.cpp +++ b/synfig-core/src/modules/mod_geometry/advanced_outline.cpp @@ -423,7 +423,6 @@ Advanced_Outline::get_param_vocab()const ret.push_back(ParamDesc("bline") .set_local_name(_("Vertices")) .set_origin("origin") - .set_hint("width") .set_description(_("A list of BLine Points")) ); @@ -462,6 +461,7 @@ Advanced_Outline::get_param_vocab()const ); ret.push_back(ParamDesc("wplist") .set_local_name(_("Width Point List")) + .set_hint("width") .set_description(_("List of width Points that defines the variable width")) ); ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Synfig-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synfig-devl
