SUMMARY In Krita 5.0.2 and 5.1, if Distance/Sample Count for Weighted/Stabilizer brush smoothing are set higher than 100, their new values will not be remembered and be reset to 100 on a new document or session. This does not occur in 4.4.7. STEPS TO REPRODUCE 1. Select Weighted smoothing in the brush tool options. 2. Set Distance higher than 100. 3. Restart Krita and observe the Distance. OBSERVED RESULT Distance is reset to 100. EXPECTED RESULT Settings over 100 should be saved. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Debian sid (available in About System) KDE Plasma Version: 5.24.3 KDE Frameworks Version: 5.90.0 Qt Version: 5.12.12 (appimage)
Confirmation: https://krita-artists.org/t/stabilizer-resetting/38775
Git commit ce7db693e2c9cb1a1f10d07b8046e52abf740bd9 by Dmitry Kazakov. Committed on 29/03/2022 at 04:50. Pushed by dkazakov into branch 'master'. Fix weighted distance value being clipped by 100 That was the order of initialization order problem: the range of the slider was initialized only after the value was set. M +5 -2 plugins/tools/basictools/kis_tool_brush.cc https://invent.kde.org/graphics/krita/commit/ce7db693e2c9cb1a1f10d07b8046e52abf740bd9
Git commit a532ed5eb7fa3805ee1dace06cb7dea6fdac9d13 by Dmitry Kazakov. Committed on 29/03/2022 at 04:56. Pushed by dkazakov into branch 'krita/5.0'. Fix weighted distance value being clipped by 100 That was the order of initialization order problem: the range of the slider was initialized only after the value was set. M +5 -2 plugins/tools/basictools/kis_tool_brush.cc https://invent.kde.org/graphics/krita/commit/a532ed5eb7fa3805ee1dace06cb7dea6fdac9d13