The plant layer has used the "width" parameter of the vertices in its bline, but...
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 15 Feb 2008 13:56:05 +0000 (13:56 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 15 Feb 2008 13:56:05 +0000 (13:56 +0000)
git-svn-id: http://svn.voria.com/code@1699 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/modules/mod_particle/plant.cpp

index e1758f1..1cc6dc0 100644 (file)
@@ -377,7 +377,7 @@ Plant::get_param_vocab()const
                .set_local_name(_("Vertices"))
                .set_description(_("A list of BLine Points"))
                .set_origin("offset")
-               //.set_hint("width")
+               .set_hint("width")
        );
 
        ret.push_back(ParamDesc("offset")