| Summary: | Android render image sequence fails | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | Know Zero <knowzero> |
| Component: | Animation | Assignee: | sh_zam <shzam> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | shzam |
| Priority: | NOR | ||
| Version First Reported In: | 5.0.2 | ||
| Target Milestone: | --- | ||
| Platform: | Android | ||
| OS: | Android 8.x | ||
| Latest Commit: | https://invent.kde.org/graphics/krita/commit/544a2c74b3b161f5f2a6528bc76f90e25db97440 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Know Zero
2022-01-16 18:00:13 UTC
Git commit 6c2345f67b0024b31439dd5033c2c3059bf13daa by Sharaf Zaman. Committed on 20/01/2022 at 11:37. Pushed by szaman into branch 'master'. Bugfix: Directory to render animation doesn't exit. with .arg().arg() based replace, if the path contains %1 (which is often true on Android). The original Uri is replaced rather than the other intended argument M +1 -3 libs/ui/animation/KisAnimationRender.cpp M +2 -2 plugins/dockers/compositiondocker/compositiondocker_dock.cpp https://invent.kde.org/graphics/krita/commit/6c2345f67b0024b31439dd5033c2c3059bf13daa Git commit 544a2c74b3b161f5f2a6528bc76f90e25db97440 by Sharaf Zaman. Committed on 01/03/2022 at 08:31. Pushed by szaman into branch 'krita/5.0'. Bugfix: Directory to render animation doesn't exit. with .arg().arg() based replace, if the path contains %1 (which is often true on Android). The original Uri is replaced rather than the other intended argument (cherry picked from commit 6c2345f67b0024b31439dd5033c2c3059bf13daa) M +1 -3 libs/ui/animation/KisAnimationRender.cpp M +2 -2 plugins/dockers/compositiondocker/compositiondocker_dock.cpp https://invent.kde.org/graphics/krita/commit/544a2c74b3b161f5f2a6528bc76f90e25db97440 |