Summary: | Opacity keyframes not saving | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | victorhugodias1 |
Component: | Animation | Assignee: | Eoin O'Neill <eoinoneill1991> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ahab.greybeard, eoinoneill1991 |
Priority: | NOR | ||
Version: | 4.3.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/557905903ed08d05d397d04c7a52d0acfb9dff46 | Version Fixed In: | |
Sentry Crash Report: |
Description
victorhugodias1
2020-07-22 14:32:43 UTC
I can confirm this for appimages 4.2.6 to the latest Jul 22 5.0.0 prealpha. After a Save and re-Open, the opacity of the group layer is set to the opacity of whatever frame was selected when saved. As a separate but possibly related bug, if a single opacity keyframe is put onto any layer or group layer, it can't be removed and the layer opacity is then controlled by the opacity keyframe and vice-versa. This is maintained on a paint layer after a Save but not on a group layer. Git commit f7a80c5d8d29077d7a22f97b3371a9bb62fdc3c5 by Eoin O'Neill. Committed on 28/07/2020 at 21:19. Pushed by eoinoneill into branch 'krita/4.3'. Fix Loading Group Node Opacity Keyframes. Original Cause: KraLoadVisitor::visit(KisGroupLayer*) wasn't calling loadNodeKeyframes, resulting in loss of data on load. M +2 -0 plugins/impex/libkra/kis_kra_load_visitor.cpp https://invent.kde.org/graphics/krita/commit/f7a80c5d8d29077d7a22f97b3371a9bb62fdc3c5 Git commit 557905903ed08d05d397d04c7a52d0acfb9dff46 by Eoin O'Neill. Committed on 29/07/2020 at 03:43. Pushed by eoinoneill into branch 'master'. Fix Loading Group Node Opacity Keyframes. Original Cause: KraLoadVisitor::visit(KisGroupLayer*) wasn't calling loadNodeKeyframes, resulting in loss of data on load. (cherry picked from commit f7a80c5d8d29077d7a22f97b3371a9bb62fdc3c5) M +2 -0 plugins/impex/libkra/kis_kra_load_visitor.cpp https://invent.kde.org/graphics/krita/commit/557905903ed08d05d397d04c7a52d0acfb9dff46 |