Hello. The spacing of a brush is reset from 0.01 to 0.02 when overwriting it's settings. Here's a screencast of the issue ... http://www.andreasresch.at/upload/Krita_SpacingBug_01.zip Cheers, Andreas
I can confirm this on my nightly Windows build of 4.1 (git 8a53ca7) To reproduce, just take a brush, change its brush spacing to 0.01, then click the overwrite button. Note that if auto-spacing is on, this bug does NOT happen
As a further clarification, after you save to 0.01 spacing, you might have to switch to a different brush, then come back to see the spacing is set to 0.02
After looking at the code, it is in KisBrush::setSpacing(double s) We are not going to allow spacing to be 0.01. It destroys the performance on too many brushes it seems. The fix for this will be to change the spacing slider so it can only go down to 0.02
Git commit 65e24ca59b97b8f9fca6b70f967e24f8045ad101 by Scott Petrovic. Committed on 16/05/2018 at 03:19. Pushed by scottpetrovic into branch 'master'. Related: bug 0, bug 02 M +1 -1 plugins/paintops/libpaintop/kis_spacing_selection_widget.cpp https://commits.kde.org/krita/65e24ca59b97b8f9fca6b70f967e24f8045ad101
Git commit a23085a0e8db4eebb86792432f49c1c6aa344203 by Boudewijn Rempt, on behalf of Scott Petrovic. Committed on 16/05/2018 at 18:25. Pushed by rempt into branch 'krita/4.0'. Related: bug 0, bug 02 (cherry picked from commit 65e24ca59b97b8f9fca6b70f967e24f8045ad101) M +1 -1 plugins/paintops/libpaintop/kis_spacing_selection_widget.cpp https://commits.kde.org/krita/a23085a0e8db4eebb86792432f49c1c6aa344203