https://bugs.kde.org/show_bug.cgi?id=405431
Eoin O'Neill <eoinoneill1...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/4cca3e960 | |03e9267b114052abdba45d1afb7 | |18f2 Status|ASSIGNED |RESOLVED --- Comment #1 from Eoin O'Neill <eoinoneill1...@gmail.com> --- Git commit 4cca3e96003e9267b114052abdba45d1afb718f2 by Eoin O'Neill. Committed on 08/04/2021 at 20:11. Pushed by eoinoneill into branch 'master'. Feature: Added next / previous keyframe action that takes onion skins filtration into account. Now animators can skip to the next keyframe (or previous keyframe) that matches the onion skins filtration settings. The actions are called `previous_unfiltered_keyframe` and `next_unfiltered_keyframe` and must be bound to a keyboard shortcut via Krita settings. M +34 -10 krita/krita.action M +7 -2 libs/image/kis_onion_skin_compositor.cpp M +2 -1 libs/image/kis_onion_skin_compositor.h M +81 -18 libs/ui/canvas/kis_animation_player.cpp M +23 -0 libs/ui/canvas/kis_animation_player.h M +2 -2 libs/ui/widgets/kis_color_label_button.cpp M +1 -1 libs/ui/widgets/kis_color_label_button.h M +16 -0 plugins/dockers/animation/KisAnimTimelineDocker.cpp M +1 -1 plugins/dockers/animation/KisOnionSkinsDocker.cpp https://invent.kde.org/graphics/krita/commit/4cca3e96003e9267b114052abdba45d1afb718f2 -- You are receiving this mail because: You are watching all bug changes.