https://bugs.kde.org/show_bug.cgi?id=438341
Eoin O'Neill <eoinoneill1...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/a01eb1b65 | |cd3f195fc191653d9e21e06160b | |7b7f Status|CONFIRMED |RESOLVED --- Comment #3 from Eoin O'Neill <eoinoneill1...@gmail.com> --- Git commit a01eb1b65cd3f195fc191653d9e21e06160b7b7f by Eoin O'Neill. Committed on 15/06/2021 at 23:22. Pushed by eoinoneill into branch 'master'. AnimatedTransformMask: Fix undo / redo operations when keys are added using inplace transform. Keyframes weren't properly cleaned up after transform operations due to where and how we were adding keyframes. We should now have proper undo / redo support for keyframes created with this method. Additionally, pressing escape twice to exit / cancel inplace transform stroke will now properly undo any keyframe additions or replacements that occured, reverting keyframe data back to intended values. M +83 -1 plugins/tools/tool_transform2/kis_animated_transform_parameters.cpp M +2 -1 plugins/tools/tool_transform2/kis_animated_transform_parameters.h M +11 -3 plugins/tools/tool_transform2/kis_modify_transform_mask_command.cpp M +5 -0 plugins/tools/tool_transform2/kis_modify_transform_mask_command.h M +8 -1 plugins/tools/tool_transform2/strokes/inplace_transform_stroke_strategy.cpp https://invent.kde.org/graphics/krita/commit/a01eb1b65cd3f195fc191653d9e21e06160b7b7f -- You are receiving this mail because: You are watching all bug changes.