X-Git-Url: https://git.pterodactylus.net/?p=synfig.git;a=blobdiff_plain;f=synfig-core%2Fsrc%2Fmodules%2Fmod_geometry%2Foutline.cpp;fp=synfig-core%2Fsrc%2Fmodules%2Fmod_geometry%2Foutline.cpp;h=b57d8550a637f70fb25a10f1171a560c25f171f1;hp=17e7867829f78d7f3f040f989de75de50045ecc2;hb=d243d7ecee75cc386a751c79ce7085e92afcbf27;hpb=42e8f249832b9ca81691bbf76a6668aa4612117f diff --git a/synfig-core/src/modules/mod_geometry/outline.cpp b/synfig-core/src/modules/mod_geometry/outline.cpp index 17e7867..b57d855 100644 --- a/synfig-core/src/modules/mod_geometry/outline.cpp +++ b/synfig-core/src/modules/mod_geometry/outline.cpp @@ -825,11 +825,13 @@ Outline::get_param_vocab()const ret.push_back(ParamDesc("width") .set_is_distance() .set_local_name(_("Outline Width")) + .set_description(_("Global width of the outline")) ); ret.push_back(ParamDesc("expand") .set_is_distance() .set_local_name(_("Expand")) + .set_description(_("Value to add to the global width")) ); ret.push_back(ParamDesc("sharp_cusps") @@ -851,6 +853,7 @@ Outline::get_param_vocab()const ); ret.push_back(ParamDesc("homogeneous_width") .set_local_name(_("Homogeneous")) + .set_description(_("When checked the width takes the length of the spline to interpolate")) ); return ret;