X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Fsrc%2Fmodules%2Flyr_std%2Fsupersample.cpp;h=e6d9a7d1f3c82aa24b45e56d79031bf2ce7386f6;hb=42e8f249832b9ca81691bbf76a6668aa4612117f;hp=608a242162e1aa3021585561a11e150173c80188;hpb=a095981e18cc37a8ecc7cd237cc22b9c10329264;p=synfig.git diff --git a/synfig-core/src/modules/lyr_std/supersample.cpp b/synfig-core/src/modules/lyr_std/supersample.cpp index 608a242..e6d9a7d 100644 --- a/synfig-core/src/modules/lyr_std/supersample.cpp +++ b/synfig-core/src/modules/lyr_std/supersample.cpp @@ -65,6 +65,8 @@ SuperSample::SuperSample():width(2),height(2) { scanline=false; alpha_aware=true; + Layer::Vocab voc(get_param_vocab()); + Layer::fill_static(voc); } bool @@ -225,6 +227,7 @@ SuperSample::get_param_vocab(void)const ); ret.push_back(ParamDesc("alpha_aware") .set_local_name(_("Be Alpha Safe")) + .set_description(_("Avoid alpha artifacts when checked")) ); return ret;