https://bugs.kde.org/show_bug.cgi?id=396873
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/kde/ | |krita/commit/62ee4b3af9b60c | |1cf2ce66d78e34691d056ba062 --- Comment #6 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 62ee4b3af9b60c1cf2ce66d78e34691d056ba062 by Dmitry Kazakov. Committed on 02/10/2019 at 19:41. Pushed by dkazakov into branch 'master'. Limit available layer style blending modes to supported by ASL ones ASL format supports less blending modes than Krita does, so we should limit available ones in the GUI. M +48 -0 libs/pigment/KoCompositeOpRegistry.cpp M +1 -0 libs/pigment/KoCompositeOpRegistry.h M +15 -0 libs/ui/kis_composite_ops_model.cc M +8 -2 libs/ui/kis_composite_ops_model.h M +2 -2 libs/ui/layerstyles/WdgColorOverlay.ui M +2 -2 libs/ui/layerstyles/WdgGradientOverlay.ui M +8 -8 libs/ui/layerstyles/WdgPatternOverlay.ui M +2 -2 libs/ui/layerstyles/WdgSatin.ui M +2 -2 libs/ui/layerstyles/WdgStroke.ui M +8 -8 libs/ui/layerstyles/wdgBevelAndEmboss.ui M +7 -7 libs/ui/layerstyles/wdgInnerGlow.ui M +2 -2 libs/ui/layerstyles/wdgdropshadow.ui M +15 -6 libs/ui/widgets/kis_cmb_composite.cc M +10 -3 libs/ui/widgets/kis_cmb_composite.h https://invent.kde.org/kde/krita/commit/62ee4b3af9b60c1cf2ce66d78e34691d056ba062 -- You are receiving this mail because: You are watching all bug changes.