https://bugs.kde.org/show_bug.cgi?id=356245
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED Latest Commit| |http://commits.kde.org/krit | |a/9fda1f749e9392a644b4b71c5 | |6e5cf76ae4832bb --- Comment #4 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 9fda1f749e9392a644b4b71c56e5cf76ae4832bb by Dmitry Kazakov. Committed on 18/12/2015 at 11:42. Pushed by dkazakov into branch 'master'. Implemented a "Drop Frames" mode for Krita and made it default option Now you can switch on the "Drop Frames" mode in the Animation Docker to ensure your animation is playing with the requested frame rate, even when the GPU cannot handle this amount of data to be shown. TODO: we still need an icon for this feature! Atm it uses "Auto Frame" icon! CC:kimages...@kde.org M +56 -6 krita/plugins/extensions/dockers/animation/animation_docker.cpp M +3 -0 krita/plugins/extensions/dockers/animation/animation_docker.h M +1 -0 krita/plugins/extensions/dockers/animation/kis_animation_utils.cpp M +1 -0 krita/plugins/extensions/dockers/animation/kis_animation_utils.h M +10 -0 krita/plugins/extensions/dockers/animation/wdg_animation.ui M +122 -31 krita/ui/canvas/kis_animation_player.cpp M +2 -2 krita/ui/canvas/kis_animation_player.h M +16 -1 krita/ui/kis_config.cc M +4 -1 krita/ui/kis_config.h M +14 -1 krita/ui/kis_config_notifier.cpp M +8 -1 krita/ui/kis_config_notifier.h http://commits.kde.org/krita/9fda1f749e9392a644b4b71c56e5cf76ae4832bb -- You are receiving this mail because: You are watching all bug changes.