https://bugs.kde.org/show_bug.cgi?id=402559
Tymond <tamtamy.tym...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/kri | |ta/8049758796253d8f80e0d974 | |a383609709d0db54 Status|REPORTED |RESOLVED --- Comment #1 from Tymond <tamtamy.tym...@gmail.com> --- Git commit 8049758796253d8f80e0d974a383609709d0db54 by Agata Cacko. Committed on 18/04/2019 at 15:37. Pushed by tymond into branch 'master'. Allow Clone Brush to reset origin after every stroke Summary: This commit introduces the behaviour of Clone Brush that allows for always starting a new stroke as if the offset wasn't set yet, which means it always starts from the same source/origin point. Usecases: painting multiple leaves, flowers, crosses etc. in less regular way than what could be created with regular Clone Brush. Test Plan: - save and load brush with and without the new option enabled - use the same brush with and without the new option enabled - use both versions without setting the origin - switch between enabled and disabled option after setting the origin - check whether the tooltip works Reviewers: #krita, dkazakov Reviewed By: #krita, dkazakov Subscribers: dkazakov Tags: #krita Differential Revision: https://phabricator.kde.org/D20653 M +5 -0 libs/image/brushengine/kis_paintop_settings.cpp M +10 -3 libs/image/brushengine/kis_paintop_settings.h M +4 -0 libs/ui/tool/kis_tool_freehand.cc M +13 -0 plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_option.cpp M +7 -0 plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_option.h M +18 -3 plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings.cpp M +15 -2 plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings.h M +13 -0 plugins/paintops/defaultpaintops/duplicate/wdgduplicateop.ui https://commits.kde.org/krita/8049758796253d8f80e0d974a383609709d0db54 -- You are receiving this mail because: You are watching all bug changes.