2.3 patch: setting the pressure size option for smudge

JL VT pentalis at gmail.com
Sat Dec 11 22:13:18 CET 2010


That's the solution that makes the most sense for now, it doesn't remove any
functionality from the brush, it only prevents users from encountering buggy
behavior by default. If they come from Photoshop or Gimp, they will already
expect the smudge brush to not change size based on pressure, so they're not
seeing anything out of the usual.

On Sat, Dec 11, 2010 at 8:22 AM, Boudewijn Rempt <boud at valdyas.org> wrote:

> I want to commit this patch to 2.3: it set the pressure size option to off
> by default for smudge, which solves the added-black bug when smudging with
> the tablet. I did not remove the entire option, since users might still want
> to use it.
>
> Index: kis_smudgeop_settings_widget.cpp
> ===================================================================
> --- kis_smudgeop_settings_widget.cpp    (revision 1205503)
> +++ kis_smudgeop_settings_widget.cpp    (working copy)
> @@ -36,7 +36,9 @@
>  {
>     setObjectName("brush option widget");
>
> -    addPaintOpOption(new KisCurveOptionWidget(new
> KisPressureSizeOption()));
> +    KisPressureSizeOption *sizeOption = new KisPressureSizeOption();
> +    sizeOption->setChecked(false);
> +    addPaintOpOption(new KisCurveOptionWidget(sizeOption));
>     addPaintOpOption(new KisCurveOptionWidget(new
> KisPressureOpacityOption()));
>     addPaintOpOption(new KisCurveOptionWidget(new
> KisPressureDarkenOption));
>     addPaintOpOption(new KisPressureRateOptionWidget());
> boud at valdis:~/kde/src/svn/branches/2.3/koffice/krita/plugi
> --
> Boudewijn Rempt | http://www.valdyas.org, http://www.krita.org
> _______________________________________________
> kimageshop mailing list
> kimageshop at kde.org
> https://mail.kde.org/mailman/listinfo/kimageshop
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/kimageshop/attachments/20101211/c1a010b1/attachment.htm 


More information about the kimageshop mailing list