Summary: | Transform mask causes onion skin to render incorrectly | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | thetwo <thetwo222> |
Component: | Animation | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | emmetoneill.pdx, halla, tamtamy.tymona |
Priority: | NOR | ||
Version: | 5.1.0-beta2 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | https://invent.kde.org/graphics/krita/-/commit/71dc7df73c4f3ef5a1f06d8d0f9196918d4bf554 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | bug |
Description
thetwo
2022-07-25 20:00:14 UTC
Created attachment 150907 [details]
bug
Ok, I've confirmed the issue. Thanks for the bug report, thetwo. There are a number of problems with the current onion skins implementation that we intend to resolve in the future. *** Bug 457135 has been marked as a duplicate of this bug. *** Remove triaged keyword from CONFIRMED bugs Git commit ce7a8c5fcadfc932c15c4dea43f69865de97bf14 by Dmitry Kazakov. Committed on 16/09/2024 at 13:42. Pushed by dkazakov into branch 'master'. Fix onion skins rendering on layers with a transform masks When calculating the final static image of a transform mask we should use layer's exact bounds, not its original's. The latter doesn't include the bounds of the onion skins. M +5 -1 libs/image/kis_transform_mask.cpp https://invent.kde.org/graphics/krita/-/commit/ce7a8c5fcadfc932c15c4dea43f69865de97bf14 Git commit 71dc7df73c4f3ef5a1f06d8d0f9196918d4bf554 by Dmitry Kazakov. Committed on 16/09/2024 at 13:42. Pushed by dkazakov into branch 'krita/5.2'. Fix onion skins rendering on layers with a transform masks When calculating the final static image of a transform mask we should use layer's exact bounds, not its original's. The latter doesn't include the bounds of the onion skins. M +5 -1 libs/image/kis_transform_mask.cpp https://invent.kde.org/graphics/krita/-/commit/71dc7df73c4f3ef5a1f06d8d0f9196918d4bf554 |