Summary: | [Color Smudge Brush] problem in stroke rendering, jump of values during the stroke | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | David REVOY <info> |
Component: | Brush engines | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.8 Pre-Alpha | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/f57b2d9247068f26b90dd756ed2243195fdfb6e9 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | screenshot of the bug |
Description
David REVOY
2014-01-03 12:04:30 UTC
Git commit 1daaebc792ccad1a05f1a036c154e31a8be17879 by Dmitry Kazakov. Committed on 05/01/2014 at 14:36. Pushed by dkazakov into branch 'master'. Fix Color Smudge op in Dulling mode We must not store reading random accessors when someone else in writing to the same device, because the cache of the random accessor will become outdated. M +13 -0 krita/image/kis_cross_device_color_picker.h M +6 -3 krita/plugins/paintops/colorsmudge/kis_colorsmudgeop.cpp M +0 -2 krita/plugins/paintops/colorsmudge/kis_colorsmudgeop.h http://commits.kde.org/calligra/1daaebc792ccad1a05f1a036c154e31a8be17879 Git commit f57b2d9247068f26b90dd756ed2243195fdfb6e9 by Dmitry Kazakov. Committed on 05/01/2014 at 14:36. Pushed by dkazakov into branch 'calligra/2.8'. Fix Color Smudge op in Dulling mode We must not store reading random accessors when someone else in writing to the same device, because the cache of the random accessor will become outdated. M +13 -0 krita/image/kis_cross_device_color_picker.h M +6 -3 krita/plugins/paintops/colorsmudge/kis_colorsmudgeop.cpp M +0 -2 krita/plugins/paintops/colorsmudge/kis_colorsmudgeop.h http://commits.kde.org/calligra/f57b2d9247068f26b90dd756ed2243195fdfb6e9 Thanks ! It does fix it perfectly, and make all the smudge brush engine predictible. Really super fix for 2.8. |