Hi. SelectionMask Painting does not work when no selection in Krita 2.9. It's not possible to paint without selection. But in Gimp/PS it's possible to paint. All unselected area makes red. Thanks.
Right. The interaction needs a bit of thinking, though -- do we create the empty selection when pressing show global selection, or make the show-selection-as-mask button create a selection? I don't think we'll manage to implement this in time for 2.9 :-(.
Git commit 23be34a6bd97a01cc6615e06209018e3868ea3b6 by Dmitry Kazakov. Committed on 17/08/2018 at 16:10. Pushed by dkazakov into branch 'master'. Make ShowGlobalSelectionMask option auto-create the mask 1) When the option is activated and there is no global mask yet, a new mask is created. 2) When the option is deactivated and the global selection mask is empty (nothing selected!), then the mask is automatically deleted TODO: perhaps we don't want to save this option into KisConfig anymore, but somehow activate that depending on the presence on a global selection in the image? CC:kimageshop@kde.org M +13 -0 libs/image/kis_layer_utils.cpp M +8 -0 libs/image/kis_layer_utils.h M +45 -10 plugins/dockers/defaultdockers/kis_layer_box.cpp https://commits.kde.org/krita/23be34a6bd97a01cc6615e06209018e3868ea3b6
Git commit 5e2a52d78d1ea559443d1ed31a4660eda2705da6 by Dmitry Kazakov. Committed on 20/08/2018 at 11:43. Pushed by dkazakov into branch 'master'. Do not create extra mask if the user has a deactivated selection mask already M +21 -0 plugins/dockers/defaultdockers/kis_layer_box.cpp https://commits.kde.org/krita/5e2a52d78d1ea559443d1ed31a4660eda2705da6