Summary: | When you first try to apply the halftone filter, the screentone shape is set to 'Round' (on the filter window), but it's 'diamond' on the canvas. | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | acc4commissions |
Component: | Filters | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dimula73 |
Priority: | NOR | ||
Version First Reported In: | nightly build (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | All | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/0339b6fa67c98a5287dbe55a991217695db84c30 | Version Fixed In: | |
Sentry Crash Report: |
Description
acc4commissions
2020-12-11 23:00:37 UTC
The problem I mentioned in the ADDITIONAL INFORMATION section was this case, technically not a bug : https://krita-artists.org/t/halftone-filter-request/15563 A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/977 Git commit 0339b6fa67c98a5287dbe55a991217695db84c30 by Dmitry Kazakov. Committed on 28/07/2021 at 06:02. Pushed by dkazakov into branch 'master'. Make default configuration of the Halftone filter correspond to global defaults It basically switches default interpolation from 'sine' to 'linear'. The bug in question is not really correct. The default halftone shape is **not** diamond. Instead, it is round with sine interpolation. But when the user switches to any other shape and returns back to round, then the interpolation automatically resets into linear. That is extremely confusing. This patch just ensures that linear mode is used as default all the time. M +4 -2 plugins/filters/halftone/KisHalftoneFilter.cpp https://invent.kde.org/graphics/krita/commit/0339b6fa67c98a5287dbe55a991217695db84c30 |