| Summary: | Some brush settings can change weirdly when using toolbar sliders or shift-drag resize | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | animtim |
| Component: | Brush engines | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | welcome |
| Priority: | NOR | ||
| Version First Reported In: | git master (please specify the git hash!) | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/krita/bb5892d49250e59c0be084a49142c280bcfd9fa0 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
animtim
2016-05-17 12:00:09 UTC
Git commit 6f75b0fd3ef58c1907e97afcd38b844671737f19 by Dmitry Kazakov. Committed on 17/05/2016 at 16:37. Pushed by dkazakov into branch 'master'. Disable my predefined brushes fix because it causes a weird bug when changing any brush option M +2 -1 libs/brush/kis_predefined_brush_factory.cpp http://commits.kde.org/krita/6f75b0fd3ef58c1907e97afcd38b844671737f19 Is this fixed ? The first part about predefined brush bug is fixed since dmitry reverted the patch that introduced it. The second part about spray brush is not fixed, but is less annoying and easy to workaround in the meantime. Git commit bb5892d49250e59c0be084a49142c280bcfd9fa0 by Dmitry Kazakov. Committed on 26/05/2016 at 12:36. Pushed by dkazakov into branch 'master'. Force the paintops to copy the brush when the stroke is started M +3 -1 libs/brush/kis_auto_brush_factory.cpp M +1 -1 libs/brush/kis_auto_brush_factory.h M +2 -2 libs/brush/kis_brush.cpp M +1 -1 libs/brush/kis_brush.h M +1 -1 libs/brush/kis_brush_factory.h M +2 -2 libs/brush/kis_brush_registry.cpp M +1 -1 libs/brush/kis_brush_registry.h M +5 -2 libs/brush/kis_predefined_brush_factory.cpp M +1 -1 libs/brush/kis_predefined_brush_factory.h M +3 -1 libs/brush/kis_text_brush_factory.cpp M +1 -1 libs/brush/kis_text_brush_factory.h M +1 -1 plugins/paintops/hairy/kis_hairy_paintop.cpp M +2 -2 plugins/paintops/libpaintop/kis_brush_based_paintop.cpp M +2 -2 plugins/paintops/libpaintop/kis_brush_option.cpp M +1 -1 plugins/paintops/libpaintop/kis_brush_option.h M +1 -1 plugins/paintops/libpaintop/kis_brush_option_widget.cpp M +1 -1 plugins/paintops/sketch/kis_sketch_paintop.cpp M +1 -1 plugins/paintops/spray/kis_spray_paintop.cpp http://commits.kde.org/krita/bb5892d49250e59c0be084a49142c280bcfd9fa0 |