Summary: | Cage transform GUI paints wrongly (and sometimes crashes) when creating a cage | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Dmitry Kazakov <dimula73> |
Component: | Tools/Transform | Assignee: | Scott Petrovic <scottpetrovic> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | 4.1.1 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/krita/5aac27570ce311e5b3f43560a460bc42decc881a | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Screenshot |
Description
Dmitry Kazakov
2018-07-23 08:56:00 UTC
Assigned to Scott :) confirmed. This is caused by some recent warp rendering changes. That logic must be spilling over to the cage transform mode for some reason. Git commit 4b4c5ce7afed68d0115ceb9e883f48442140ba13 by Scott Petrovic. Committed on 24/07/2018 at 01:14. Pushed by scottpetrovic into branch 'master'. M +2 -0 plugins/tools/tool_transform2/kis_cage_transform_strategy.cpp M +12 -2 plugins/tools/tool_transform2/kis_warp_transform_strategy.cpp M +6 -0 plugins/tools/tool_transform2/kis_warp_transform_strategy.h https://commits.kde.org/krita/4b4c5ce7afed68d0115ceb9e883f48442140ba13 Git commit 5aac27570ce311e5b3f43560a460bc42decc881a by Boudewijn Rempt, on behalf of Scott Petrovic. Committed on 24/07/2018 at 07:16. Pushed by rempt into branch 'krita/4.1'. M +2 -0 plugins/tools/tool_transform2/kis_cage_transform_strategy.cpp M +12 -2 plugins/tools/tool_transform2/kis_warp_transform_strategy.cpp M +6 -0 plugins/tools/tool_transform2/kis_warp_transform_strategy.h https://commits.kde.org/krita/5aac27570ce311e5b3f43560a460bc42decc881a |