Summary: | Flattening an animation with transform mask results in crash or artefacts | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Bollebib <kwadraatnope> |
Component: | Animation | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | dimula73, halla |
Priority: | NOR | ||
Version First Reported In: | 3.0.2 Alpha | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://commits.kde.org/krita/f14e1f3555e3b60091b129e24701f9a02d56d90f | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | there is a layer with transform to flatten. Also a layer with an EXAMPLE, to show what happens on my system |
Description
Bollebib
2016-12-10 10:40:21 UTC
Can you make the file available, or else try to get a backtrace with the latest release candidate (https://docs.krita.org/Dr._Mingw_debugger)? Created attachment 102724 [details]
there is a layer with transform to flatten. Also a layer with an EXAMPLE, to show what happens on my system
Confirmed. Added to phabricator: https://phabricator.kde.org/T4877 Git commit f14e1f3555e3b60091b129e24701f9a02d56d90f by Dmitry Kazakov. Committed on 06/04/2017 at 18:40. Pushed by dkazakov into branch 'master'. Update delayed (shape and transform mask) layer before merging Fixes T4877 M +1 -0 libs/image/CMakeLists.txt A +24 -0 libs/image/KisDelayedUpdateNodeInterface.cpp [License: GPL (v2+)] A +42 -0 libs/image/KisDelayedUpdateNodeInterface.h [License: GPL (v2+)] M +25 -0 libs/image/kis_layer_utils.cpp M +12 -1 libs/image/kis_transform_mask.cpp M +5 -1 libs/image/kis_transform_mask.h M +1 -1 libs/ui/flake/kis_shape_layer.cc M +5 -3 libs/ui/flake/kis_shape_layer.h M +22 -17 plugins/tools/tool_transform2/kis_tool_transform.cc M +1 -1 plugins/tools/tool_transform2/kis_tool_transform.h https://commits.kde.org/krita/f14e1f3555e3b60091b129e24701f9a02d56d90f |