https://bugs.kde.org/show_bug.cgi?id=431937
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/2f2f5722c | |bcd4323bb5f6ee77bc3945fc7b5 | |9274 --- Comment #6 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 2f2f5722cbcd4323bb5f6ee77bc3945fc7b59274 by Dmitry Kazakov. Committed on 05/02/2021 at 17:39. Pushed by dkazakov into branch 'master'. Fix opening brushes created during incomplete lightness feature implementation We had a period of time, when the presence or absence of **color** in the brush (not transparency) was used to decide whether to use useColorAsAlpha. Basically, absence of color in the brush would switch mask mode even when useColorAsAlpha was false. In the new versions of Krita 'useColorAsAlpha' tag is completely removed, and 'brushApplication' tag is used instead, which does allow such ambiguity. M +12 -2 libs/brush/KisColorfulBrush.cpp M +5 -1 libs/brush/KisColorfulBrush.h M +9 -2 libs/brush/kis_brushes_pipe.h M +6 -3 libs/brush/kis_gbr_brush.cpp M +2 -1 libs/brush/kis_imagepipe_brush.cpp M +6 -2 libs/brush/kis_png_brush.cpp M +2 -2 libs/brush/kis_predefined_brush_factory.cpp M +4 -4 libs/brush/tests/kis_imagepipe_brush_test.cpp M +2 -2 plugins/impex/brush/kis_brush_import.cpp M +1 -1 plugins/paintops/libpaintop/kis_brush_chooser.cpp https://invent.kde.org/graphics/krita/commit/2f2f5722cbcd4323bb5f6ee77bc3945fc7b59274 -- You are receiving this mail because: You are watching all bug changes.