https://bugs.kde.org/show_bug.cgi?id=446088
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/821d5fc83 | |bc5eb93426c40324ebf98e89b75 | |d85d --- Comment #3 from Dmitry Kazakov <[email protected]> --- Git commit 821d5fc83bc5eb93426c40324ebf98e89b75d85d by Dmitry Kazakov. Committed on 30/11/2021 at 14:34. Pushed by dkazakov into branch 'master'. Fix brushes working in Gradient Map mode The problem was introduced by the brush caching patchset. The problem is that the cache may be dependent on the canvas resources, so it should either be reset when cloning into the "fully defined state" or set to the pre-generated one. M +20 -1 libs/image/brushengine/kis_paintop_preset.cpp M +8 -1 libs/image/brushengine/kis_paintop_preset.h M +37 -0 libs/image/brushengine/kis_paintop_settings.cpp M +2 -0 libs/image/brushengine/kis_paintop_settings.h M +1 -0 libs/resources/KoCanvasResourcesIds.h M +10 -0 libs/resources/KoResourceCacheInterface.cpp M +25 -0 libs/resources/KoResourceCacheInterface.h M +14 -3 libs/ui/KisPresetShadowUpdater.cpp M +10 -2 libs/ui/tool/kis_resources_snapshot.cpp https://invent.kde.org/graphics/krita/commit/821d5fc83bc5eb93426c40324ebf98e89b75d85d -- You are receiving this mail because: You are watching all bug changes.
