X-Git-Url: https://git.pterodactylus.net/?p=synfig.git;a=blobdiff_plain;f=synfig-core%2Fsrc%2Fmodules%2Flyr_std%2Fsphere_distort.cpp;h=f4fa7002f7ec93e51fd2755f86f77ba1a4ed6c1a;hp=5786a46196151b3d9e17eb45192300f702f9a523;hb=42e8f249832b9ca81691bbf76a6668aa4612117f;hpb=761f182dca80197d703d8ad37f74e68b326672d0 diff --git a/synfig-core/src/modules/lyr_std/sphere_distort.cpp b/synfig-core/src/modules/lyr_std/sphere_distort.cpp index 5786a46..f4fa700 100644 --- a/synfig-core/src/modules/lyr_std/sphere_distort.cpp +++ b/synfig-core/src/modules/lyr_std/sphere_distort.cpp @@ -143,21 +143,25 @@ Layer_SphereDistort::get_param_vocab()const ret.push_back(ParamDesc("center") .set_local_name(_("Position")) + .set_description(_("Where the sphere distortion is centered")) ); ret.push_back(ParamDesc("radius") .set_local_name(_("Radius")) .set_origin("center") .set_is_distance() + .set_description(_("The size of the sphere distortion")) ); ret.push_back(ParamDesc("amount") .set_local_name(_("Amount")) .set_is_distance(false) + .set_description(_("The distortion intensity (negative values inverts effect)")) ); ret.push_back(ParamDesc("clip") .set_local_name(_("Clip")) + .set_description(_("When cheked, the area outside the Radius are not distorted")) ); ret.push_back(ParamDesc("type")