https://bugs.kde.org/show_bug.cgi?id=434309

Tiar <tamtamy.tym...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |RESOLVED
         Resolution|---                         |FIXED
      Latest Commit|                            |https://invent.kde.org/grap
                   |                            |hics/krita/commit/fef5d652f
                   |                            |b62ff36ebb82a721853428c1e15
                   |                            |4486

--- Comment #1 from Tiar <tamtamy.tym...@gmail.com> ---
Git commit fef5d652fb62ff36ebb82a721853428c1e154486 by Agata Cacko.
Committed on 19/04/2021 at 22:16.
Pushed by tymond into branch 'master'.

Fix MyPaint default brush to be a brush that paints

Before this commit, if the user created a new MyPaint brush
using the + button in the left panel of the Brush Editor,
it would by default create a brush that doesn't have an ability
to make marks on the canvas (the dab-per-second and dabs-per-radius
are both 0, the opacity is 0, the diameter is very small as well).

This commit adds a default preset for MyPaint that can paint,
and changes the code to make use of that preset.

Note: right now Krita ignores MyPaint's default settings for the brush.
Since all other paintop engines have their default presets in the
.qrc file, it was the easiest way to make MyPaint brush engine work as
well.

M  +32   -1    libs/ui/kis_paintop_box.cc
M  +1    -0    plugins/paintops/defaultpresets/defaultpresets.qrc
A  +245  -0    plugins/paintops/defaultpresets/mypaintbrush.myb
A  +-    --    plugins/paintops/defaultpresets/mypaintbrush_prev.png

https://invent.kde.org/graphics/krita/commit/fef5d652fb62ff36ebb82a721853428c1e154486

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to