https://bugs.kde.org/show_bug.cgi?id=426234
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/commit/fb017c989 |hics/krita/commit/b63f52805 |88028cc985017a24a43fddeac60 |828da6f2db6928037d3e9f9c77d |2b71 |9fe1 --- Comment #3 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit b63f52805828da6f2db6928037d3e9f9c77d9fe1 by Dmitry Kazakov. Committed on 22/09/2020 at 09:14. Pushed by dkazakov into branch 'krita/4.3'. Fix PressureIn sensor PixelBrush is multithreaded, therefore sensors should not store any internal state. We have KisDistanceInformation exactly for this purpose. M +14 -0 libs/image/brushengine/kis_paint_information.cc M +8 -0 libs/image/brushengine/kis_paint_information.h M +9 -0 libs/image/kis_distance_information.cpp M +2 -0 libs/image/kis_distance_information.h M +2 -13 plugins/paintops/libpaintop/sensors/kis_dynamic_sensors.cc M +1 -16 plugins/paintops/libpaintop/sensors/kis_dynamic_sensors.h https://invent.kde.org/graphics/krita/commit/b63f52805828da6f2db6928037d3e9f9c77d9fe1 -- You are receiving this mail because: You are watching all bug changes.