Summary: | Animation caching in wrong order when using `Import animation frames...` dialog. | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | adliu6400 |
Component: | Animation | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dimula73, eoinoneill1991, freebox64 |
Priority: | NOR | ||
Version: | 4.1.5 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | macOS | ||
Latest Commit: | https://commits.kde.org/krita/aed191675e826f37d1173af49d22b212094c434a | Version Fixed In: | |
Sentry Crash Report: |
Description
adliu6400
2018-12-01 23:32:11 UTC
Hi. It sounds similar to https://forum.kde.org/viewtopic.php?f=139&t=156137 Git commit aed191675e826f37d1173af49d22b212094c434a by Jouni Pentikäinen. Committed on 09/01/2019 at 16:12. Pushed by jounip into branch 'master'. Always update UI time when changing displayed frame Before this change, playback for cached vs. uncached frames behaved slightly differently, causing some frames to never be displayed when scrubbing. This also fixes missing UI updates for layer opacity slider when the property is animated. Related: bug 402841 M +3 -3 libs/ui/canvas/kis_animation_player.cpp https://commits.kde.org/krita/aed191675e826f37d1173af49d22b212094c434a The fix was reverted, because it breaks playback https://commits.kde.org/krita/1af5c349f0705fa5c14b3740508994a5352e9e6e This seems to be fixed due to a correction made on commit 2007269642067b388e4b2698afd8bf97b6727051 which corrected datarace issues for animation caching. I can no longer reproduce this bug on master. If you continue to experience this issue, please let me know and I will reopen this bug report. As for now, though, I believe this bug is resolved. |