| Summary: | Density and Randomness auto brush options generate equal dabs when precision is low | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | Dmitry Kazakov <dimula73> |
| Component: | Brush engines | Assignee: | Dmitry Kazakov <dimula73> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | halla |
| Priority: | NOR | ||
| Version First Reported In: | 4.4.1 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/graphics/krita/commit/ec421e0c22f19cb39a07ed5db58001718ceaf602 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Dmitry Kazakov
2020-11-06 20:00:20 UTC
Git commit 026d181381735e7801966c356a45f261479814eb by Dmitry Kazakov. Committed on 11/12/2020 at 11:31. Pushed by dkazakov into branch 'krita/4.3'. Fix caching problems of low-precision auto brushes with randomness Random brushes cannot use caching. Well, theoretically, we can do that as a post-processing, but we'd better just disable caching for such brushes for now. M +5 -0 libs/brush/kis_auto_brush.cpp M +2 -0 libs/brush/kis_auto_brush.h M +5 -0 libs/brush/kis_brush.cpp M +2 -0 libs/brush/kis_brush.h M +2 -1 plugins/paintops/libpaintop/kis_dab_cache_base.cpp https://invent.kde.org/graphics/krita/commit/026d181381735e7801966c356a45f261479814eb Git commit ec421e0c22f19cb39a07ed5db58001718ceaf602 by Dmitry Kazakov. Committed on 11/12/2020 at 11:34. Pushed by dkazakov into branch 'master'. Fix caching problems of low-precision auto brushes with randomness Random brushes cannot use caching. Well, theoretically, we can do that as a post-processing, but we'd better just disable caching for such brushes for now. M +5 -0 libs/brush/kis_auto_brush.cpp M +2 -0 libs/brush/kis_auto_brush.h M +5 -0 libs/brush/kis_brush.cpp M +2 -0 libs/brush/kis_brush.h M +2 -1 plugins/paintops/libpaintop/kis_dab_cache_base.cpp https://invent.kde.org/graphics/krita/commit/ec421e0c22f19cb39a07ed5db58001718ceaf602 |