Summary: | Transform Mask in Group Layer with Pass Through make Krita crash | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Protoniv <ss93078> |
Component: | Layer Stack | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | dimula73, info |
Priority: | NOR | ||
Version: | 5.0.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/3e1dde3d6f080b0f7d9d43a0af7a06245c9e5e77 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | ^ Backtrace of the crash |
Description
Protoniv
2021-12-25 11:45:22 UTC
Created attachment 144856 [details]
^ Backtrace of the crash
Hi, thanks for the steps; I could reproduce on krita-5.0.0-x86_64.appimage on Kubuntu 20.04.
I attach a backtrace to the crash and switch the ticket to 'confirmed'.
(Note: the transform mask layer name was grayed out, and the text was decorated with striked letter, before starting the transformation.)
(In reply to David REVOY from comment #1) > I attach a backtrace to the crash and switch the ticket to 'confirmed'. > > (Note: the transform mask layer name was grayed out, and the text was > decorated with striked letter, before starting the transformation.) Thank you David! I didn't notice the strike, seems my monitor is just too dim in my daily use. Git commit 0edcc3bc9e5753a43e8ff90024ad66a48b019674 by Dmitry Kazakov. Committed on 27/12/2021 at 15:17. Pushed by dkazakov into branch 'master'. Quick workaround a crash in transform mask applied to a passthrough group Jus deslare the assert as "safe". The proper fix is coming. M +1 -1 libs/image/kis_layer.cc https://invent.kde.org/graphics/krita/commit/0edcc3bc9e5753a43e8ff90024ad66a48b019674 Git commit 369915fe1b1c4fdb09459ffa99d805b071e41751 by Dmitry Kazakov. Committed on 27/12/2021 at 15:17. Pushed by dkazakov into branch 'krita/5.0.0'. Quick workaround a crash in transform mask applied to a passthrough group Jus deslare the assert as "safe". The proper fix is coming. M +1 -1 libs/image/kis_layer.cc https://invent.kde.org/graphics/krita/commit/369915fe1b1c4fdb09459ffa99d805b071e41751 Git commit 603a2f6ca4c7117dcd919984e2e2b95856b674db by Dmitry Kazakov. Committed on 27/12/2021 at 15:18. Pushed by dkazakov into branch 'krita/5.0'. Quick workaround a crash in transform mask applied to a passthrough group Jus deslare the assert as "safe". The proper fix is coming. M +1 -1 libs/image/kis_layer.cc https://invent.kde.org/graphics/krita/commit/603a2f6ca4c7117dcd919984e2e2b95856b674db Git commit 04a7131f0a7c06a0bcd87f297fc6e05c6924bd8f by Dmitry Kazakov. Committed on 05/01/2022 at 13:08. Pushed by dkazakov into branch 'master'. Make sure transform tool cannot be triggered for a dropped transform mask When a mask is applied to a pass-through group, it is dropped from the rendering tree. So it is not possible to trigger transform tool for that. M +9 -0 plugins/tools/tool_transform2/strokes/inplace_transform_stroke_strategy.cpp M +9 -0 plugins/tools/tool_transform2/strokes/transform_stroke_strategy.cpp https://invent.kde.org/graphics/krita/commit/04a7131f0a7c06a0bcd87f297fc6e05c6924bd8f Git commit 3e1dde3d6f080b0f7d9d43a0af7a06245c9e5e77 by Dmitry Kazakov. Committed on 05/01/2022 at 13:08. Pushed by dkazakov into branch 'krita/5.0'. Make sure transform tool cannot be triggered for a dropped transform mask When a mask is applied to a pass-through group, it is dropped from the rendering tree. So it is not possible to trigger transform tool for that. (cherry picked from commit 04a7131f0a7c06a0bcd87f297fc6e05c6924bd8f) M +9 -0 plugins/tools/tool_transform2/strokes/inplace_transform_stroke_strategy.cpp M +9 -0 plugins/tools/tool_transform2/strokes/transform_stroke_strategy.cpp https://invent.kde.org/graphics/krita/commit/3e1dde3d6f080b0f7d9d43a0af7a06245c9e5e77 |