Summary: | Quick Brush engine brushes dont generate mirror strokes when used with mirror tools | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Raghavendra kamath <raghu> |
Component: | Brush engines | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bishounenthrall, halla, hiddenblade1013, r29hx7, raghu, rebecca, stefmercadante, victoriousz690f |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/krita/af13a646ad31af13cdca857254fe8c703c050cfd | Version Fixed In: | |
Sentry Crash Report: |
Description
Raghavendra kamath
2016-11-18 16:31:18 UTC
*** Bug 394933 has been marked as a duplicate of this bug. *** Can confirm this bug on my end. Running 4.1.0 Krita on Win 7 64x system. *** Bug 396829 has been marked as a duplicate of this bug. *** Dmitry estimates that this might take a couple of days of work to implement. I almost submitted a new bug report, but I think I have a pretty similar bug: brush _Basic-1 doesn't stroke on the other side when the mirror tools are enabled. That's not similar: that's exactly this. Git commit af13a646ad31af13cdca857254fe8c703c050cfd by Dmitry Kazakov. Committed on 11/03/2019 at 15:09. Pushed by dkazakov into branch 'master'. [FEATURE] Implement mirroring for Quick Brush The patch implements mirroring capabilities for Quick Brush. It just paints multiple "quick" strokes at the same time. M +51 -20 libs/image/kis_painter.cc M +12 -0 libs/image/kis_painter.h M +2 -0 libs/image/kis_painter_p.h M +9 -0 libs/image/krita_utils.cpp M +1 -0 libs/image/krita_utils.h M +18 -4 plugins/paintops/roundmarker/kis_roundmarkerop.cpp https://commits.kde.org/krita/af13a646ad31af13cdca857254fe8c703c050cfd |