Summary: | Instant preview interferes with making quick, short strokes with a small pen | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | rabcor1 |
Component: | Instant Preview | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | dimula73, halla |
Priority: | NOR | ||
Version: | 3.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
rabcor1
2016-07-24 00:31:14 UTC
I have seen something like this, though for me it was just stuttering when trying to hatch with instant preview on. Instant preview is more meant for when one is doing big strokes with big brushes, and I'm not sure that this is even fixable. What helps a little is disabling progress reporting. When I'm making strokes like this, I just disable instant preview. Git commit a45686584349c43e2712cc515fa38db7b6618e37 by Dmitry Kazakov. Committed on 30/07/2020 at 08:10. Pushed by dkazakov into branch 'krita/4.3'. Fix Overview Docker resetting Instant Preview caches Basically, each generation of Overview thumbnail used to reset the Instant Preview caches, which could cause some minor delays when painting. M +15 -0 plugins/dockers/overview/OverviewThumbnailStrokeStrategy.cpp M +2 -0 plugins/dockers/overview/OverviewThumbnailStrokeStrategy.h https://invent.kde.org/graphics/krita/commit/a45686584349c43e2712cc515fa38db7b6618e37 Git commit bbe18fad05e5b1796b80dccde901405b1369a8d8 by Dmitry Kazakov. Committed on 30/07/2020 at 14:06. Pushed by dkazakov into branch 'master'. Fix Overview Docker resetting Instant Preview caches Basically, each generation of Overview thumbnail used to reset the Instant Preview caches, which could cause some minor delays when painting. M +15 -0 plugins/dockers/overview/OverviewThumbnailStrokeStrategy.cpp M +2 -0 plugins/dockers/overview/OverviewThumbnailStrokeStrategy.h https://invent.kde.org/graphics/krita/commit/bbe18fad05e5b1796b80dccde901405b1369a8d8 I cannot reproduce this anymore since we have placed limits on instant preview for certain brush sizes. |