| Summary: | playback cache doesn't get loaded in a good way | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | Bollebib <kwadraatnope> |
| Component: | Animation | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | dimula73 |
| Priority: | NOR | ||
| Version First Reported In: | 3.0.2 Alpha | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | https://commits.kde.org/krita/6213b0e10e782056d13c90a7ad0e94f6a506616c | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Bollebib
2016-12-05 21:02:59 UTC
Git commit e964c2951f1e3bbf5becf48016d2bb209c599c17 by Dmitry Kazakov. Committed on 04/04/2017 at 07:36. Pushed by dkazakov into branch 'kazakov/svg-loading'. Regenerate frames cache *before* starting the playback Now when you click "Play" button, the cache is first regenerated, and only after that, the playback starts. Fixes T4878 CC:kimageshop@kde.org M +1 -0 libs/ui/CMakeLists.txt M +70 -0 libs/ui/KisAnimationCacheRegenerator.cpp M +10 -0 libs/ui/KisAnimationCacheRegenerator.h M +12 -0 libs/ui/canvas/kis_animation_player.cpp A +124 -0 libs/ui/dialogs/KisAnimationCacheUpdateProgressDialog.cpp [License: GPL (v2+)] C +15 -20 libs/ui/dialogs/KisAnimationCacheUpdateProgressDialog.h [from: libs/ui/KisAnimationCacheRegenerator.h - 058% similarity] M +3 -20 libs/ui/kis_animation_cache_populator.cpp https://commits.kde.org/krita/e964c2951f1e3bbf5becf48016d2bb209c599c17 Git commit 6213b0e10e782056d13c90a7ad0e94f6a506616c by Boudewijn Rempt, on behalf of Dmitry Kazakov. Committed on 06/04/2017 at 10:02. Pushed by rempt into branch 'krita/3.1'. Regenerate frames cache *before* starting the playback Now when you click "Play" button, the cache is first regenerated, and only after that, the playback starts. Fixes T4878 CC:kimageshop@kde.org M +1 -0 libs/ui/CMakeLists.txt M +70 -0 libs/ui/KisAnimationCacheRegenerator.cpp M +10 -0 libs/ui/KisAnimationCacheRegenerator.h M +12 -0 libs/ui/canvas/kis_animation_player.cpp A +124 -0 libs/ui/dialogs/KisAnimationCacheUpdateProgressDialog.cpp [License: GPL (v2+)] C +15 -20 libs/ui/dialogs/KisAnimationCacheUpdateProgressDialog.h [from: libs/ui/KisAnimationCacheRegenerator.h - 058% similarity] M +3 -20 libs/ui/kis_animation_cache_populator.cpp https://commits.kde.org/krita/6213b0e10e782056d13c90a7ad0e94f6a506616c |