| Summary: | Video import's UX does not do anything to caution naive users about what they're importing. | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | wolthera <griffinvalley> |
| Component: | Animation | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | halla |
| Priority: | NOR | ||
| Version First Reported In: | git master (please specify the git hash!) | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/graphics/krita/commit/838c2cf9d510436461854970f60ea2dead126598 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
wolthera
2021-05-12 13:03:47 UTC
How hard can it be to just add a warning? I don't think we need to disable a feature just for that. The only proper warning I can think of is to tell people to not use the feature at all unless they have several years of experience in animation industry. I think I solved this with https://invent.kde.org/graphics/krita/commit/535ab8b8647f9fc1184f90abf83c56d84917ef85 Git commit 838c2cf9d510436461854970f60ea2dead126598 by Halla Rempt. Committed on 12/05/2021 at 13:29. Pushed by rempt into branch 'master'. Warn the user when trying to import more than 100 frames M +12 -0 libs/ui/animation/KisDlgImportVideoAnimation.cpp https://invent.kde.org/graphics/krita/commit/838c2cf9d510436461854970f60ea2dead126598 Git commit e945b4dd8c5ffad5d0f377c830675da126d9ae41 by Wolthera van Hövell tot Westerflier. Committed on 12/05/2021 at 17:51. Pushed by woltherav into branch 'master'. Make the video import warning a lot more accurate. Now, the widget will be able to tell you the maximum amount of frames you can import if the selection is too large. This still needs a lot of love, but at the least it's more useful? This also adds a license and does some code-style fixes. M +114 -56 libs/ui/animation/KisDlgImportVideoAnimation.cpp M +15 -7 libs/ui/animation/KisDlgImportVideoAnimation.h https://invent.kde.org/graphics/krita/commit/e945b4dd8c5ffad5d0f377c830675da126d9ae41 |