https://bugs.kde.org/show_bug.cgi?id=497336
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Latest Commit| |https://invent.kde.org/grap | |hics/krita/-/commit/28ba650 | |0890c9d14994a14255cb67bbc3e | |fbf8b1 Resolution|--- |FIXED --- Comment #1 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 28ba6500890c9d14994a14255cb67bbc3efbf8b1 by Dmitry Kazakov. Committed on 12/12/2024 at 13:08. Pushed by dkazakov into branch 'master'. 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/28ba6500890c9d14994a14255cb67bbc3efbf8b1 -- You are receiving this mail because: You are watching all bug changes.