Summary: | Warp and Cage Transform do not work in Jan 19th 4.3.0 pre-alpha appimage | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Ahab Greybeard <ahab.greybeard> |
Component: | Tools/Transform | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | acc4commissions, dimula73, halla |
Priority: | NOR | Keywords: | regression, release_blocker |
Version: | nightly build (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/kde/krita/commit/973e2a7fd65b153a23f775c2179abc27072e9540 | Version Fixed In: | |
Sentry Crash Report: |
Description
Ahab Greybeard
2020-01-20 17:15:15 UTC
Also, when you press 'Work Recursively' button in any way while using the Warp or Cage Transform, the content inside the selection disapears. (In reply to acc4commissions from comment #1) > Also, when you press 'Work Recursively' button in any way while using the > Warp or Cage Transform, the content inside the selection disapears. Turns out its not only the content inside the selection, but the whole contents on the layer disappears. the content outside the selection is still visible, but it seems to be just a projection and cannot be edited in any way. (In reply to acc4commissions from comment #1) > Also, when you press 'Work Recursively' button in any way while using the > Warp or Cage Transform, the content inside the selection disapears. This particular issue has been fixed(?) in the latest nightly. The Cage and the Warp transform still does not work, but the content disappearing is gone. I should've made a separated bug report, but there's that. :/ Sorry... Git commit c05334ed89d5557dd5c1b2b7035ef34a3b58c332 by Dmitry Kazakov. Committed on 28/01/2020 at 13:15. Pushed by dkazakov into branch 'master'. Fix Warp and Cage transform in master The problem was cause that assignment operator has been called on the same object. So it has been cleared instead of assigned. M +2 -0 plugins/tools/tool_transform2/tool_transform_args.cc https://invent.kde.org/kde/krita/commit/c05334ed89d5557dd5c1b2b7035ef34a3b58c332 Git commit 002c950d9c0bca4b6a8b6fc3ea90a1106a0cc2cd by Boudewijn Rempt, on behalf of Dmitry Kazakov. Committed on 28/01/2020 at 13:17. Pushed by rempt into branch 'krita/4.2'. Fix Warp and Cage transform in master The problem was cause that assignment operator has been called on the same object. So it has been cleared instead of assigned. (cherry picked from commit c05334ed89d5557dd5c1b2b7035ef34a3b58c332) M +2 -0 plugins/tools/tool_transform2/tool_transform_args.cc https://invent.kde.org/kde/krita/commit/002c950d9c0bca4b6a8b6fc3ea90a1106a0cc2cd Git commit 973e2a7fd65b153a23f775c2179abc27072e9540 by Dmitry Kazakov. Committed on 28/01/2020 at 13:13. Pushed by dkazakov into branch 'master'. Fix Warp and Cage transform in master The problem was cause that assignment operator has been called on the same object. So it has been cleared instead of assigned. M +2 -0 plugins/tools/tool_transform2/tool_transform_args.cc https://invent.kde.org/kde/krita/commit/973e2a7fd65b153a23f775c2179abc27072e9540 |