Summary: | Animation curves - Transform Mask - New keyframe between 2 keyframes + CTRL Z | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | grum999 |
Component: | Animation | Assignee: | Eoin O'Neill <eoinoneill1991> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | emmetoneill.pdx, eoinoneill1991 |
Priority: | NOR | ||
Version First Reported In: | nightly build (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/ec7d311c7e51542b694654e47514ed007f609993 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | example of problem |
Description
grum999
2021-06-16 19:32:26 UTC
Yeah, that should be grouped into a single undo command for sure. Thanks! Git commit ec7d311c7e51542b694654e47514ed007f609993 by Eoin O'Neill. Committed on 17/06/2021 at 01:23. Pushed by eoinoneill into branch 'master'. KisAnimCurvesDocker: Fix add keyframe / remove keyframe buttons undo stack. Originally, they were adding all keyframes as their own undo operation, causing undo spam. They now correctly group all keyframe additions and removals to one undo object. M +47 -43 plugins/dockers/animation/KisAnimCurvesDocker.cpp M +6 -1 plugins/dockers/animation/KisAnimCurvesDocker.h https://invent.kde.org/graphics/krita/commit/ec7d311c7e51542b694654e47514ed007f609993 I'll try to test it tonight... But commit is only for CTRL+Z? Or it takes in account case (A) too? (I tried to look in code but... I'm not sure ^_^") Grum999 (In reply to Eoin O'Neill from comment #2) > Git commit ec7d311c7e51542b694654e47514ed007f609993 by Eoin O'Neill. > Committed on 17/06/2021 at 01:23. > Pushed by eoinoneill into branch 'master'. I confirm problem (B) about CTRL+Z is fixed I'll create a new dedicated bug about problem (A) Grum999 |