https://bugs.kde.org/show_bug.cgi?id=497336
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/-/commit/28ba650 |hics/krita/-/commit/c94a5e5 |0890c9d14994a14255cb67bbc3e |94ed9acc19438acd07bad2b3d97 |fbf8b1 |b2658c --- Comment #2 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit c94a5e594ed9acc19438acd07bad2b3d97b2658c by Dmitry Kazakov. Committed on 12/12/2024 at 13:11. Pushed by dkazakov into branch 'krita/5.2'. Fix backward compatibility of Per-Channel filter In Krita 5.1.0 we added two additional "virtual" channels to the per-channel filter ("Hue" and "Saturation"). And we added them **not** to the end of the list, but **before** the "Lightness" channel, which basically broke all the files created in Krita version before 5.1.0. The patch manually remaps the channels depending on the number of channels present in the configuration XML. M +68 -8 plugins/filters/colorsfilters/kis_multichannel_filter_base.cpp M +22 -0 plugins/filters/colorsfilters/kis_multichannel_utils.cpp https://invent.kde.org/graphics/krita/-/commit/c94a5e594ed9acc19438acd07bad2b3d97b2658c -- You are receiving this mail because: You are watching all bug changes.