Summary: | Scale to new size in animation make some image layers with transform mask gone, but I still see that in timeline | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | lizard_olmighty <harrynft> |
Component: | Animation | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | emmetoneill.pdx, marmaladeplan3t |
Priority: | NOR | ||
Version First Reported In: | 5.2.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
lizard_olmighty
2023-10-07 19:07:55 UTC
Hello, I'm not here to help, I'm just moving between my 2 bug reports 1 by 1. This is the 2nd Krita report I have found, however it is rather funny that it is about animating and transforms, as both my bugs are due to animations and transform masks conflicting. I wish you well. This appears to be the same problem as described in 469881, and I'm working towards a solution now. *** This bug has been marked as a duplicate of bug 469881 *** Git commit 1d04a5f2f4cb8924b35d73cae448e86aefbb5e75 by Emmet O'Neill. Committed on 11/06/2025 at 22:52. Pushed by emmetoneill into branch 'master'. BUGFIX: Fixed incorrect scaling of animated transform mask values. It seems that when scaling a canvas that contains an animated transform mask, the transform parameter scaling function was creating new keyframes out of the previously interpolated in-between values, which was causing the transform mask to act in an unpredictable and undesirable way. Now we simply scale the scalar keyframes as needed. Related: bug 469881 M +0 -2 plugins/tools/tool_transform2/KisAnimatedTransformMaskParamsHolder.cpp https://invent.kde.org/graphics/krita/-/commit/1d04a5f2f4cb8924b35d73cae448e86aefbb5e75 Git commit 1c04b47b35a188bb073740b1ff399767a523d41e by Emmet O'Neill. Committed on 18/06/2025 at 23:53. Pushed by emmetoneill into branch 'krita/5.2'. BUGFIX: Fixed incorrect scaling of animated transform mask values. It seems that when scaling a canvas that contains an animated transform mask, the transform parameter scaling function was creating new keyframes out of the previously interpolated in-between values, which was causing the transform mask to act in an unpredictable and undesirable way. Now we simply scale the scalar keyframes as needed. Related: bug 469881 (cherry picked from commit 1d04a5f2f4cb8924b35d73cae448e86aefbb5e75) M +0 -2 plugins/tools/tool_transform2/KisAnimatedTransformMaskParamsHolder.cpp https://invent.kde.org/graphics/krita/-/commit/1c04b47b35a188bb073740b1ff399767a523d41e |