https://bugs.kde.org/show_bug.cgi?id=457043
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/commit/8106e5c92 |hics/krita/commit/1f874f2da |af65d5d52304858a63e4d88e4f8 |2cdf9c66647c0a7ed937f8321f3 |7b12 |5bc7 --- Comment #4 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 1f874f2da2cdf9c66647c0a7ed937f8321f35bc7 by Dmitry Kazakov. Committed on 04/08/2022 at 13:22. Pushed by dkazakov into branch 'krita/5.1'. Fix problem of rendering animation Animation is rendered in multiple threads, the loaders cannot be accessed in multiple threads though. So now there is a wrapper class that locks the access to the library loading. M +3 -3 libs/flake/KoShapeFactoryBase.cpp M +34 -3 libs/koplugin/KoJsonTrader.cpp M +17 -1 libs/koplugin/KoJsonTrader.h M +17 -17 libs/koplugin/KoPluginLoader.cpp M +15 -12 libs/ui/KisImportExportManager.cpp M +4 -4 plugins/extensions/qmic/QMic.cpp https://invent.kde.org/graphics/krita/commit/1f874f2da2cdf9c66647c0a7ed937f8321f35bc7 -- You are receiving this mail because: You are watching all bug changes.