https://bugs.kde.org/show_bug.cgi?id=404408
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/kde/ | |krita/commit/123c58cddef1dc | |e2b4fa2a16f2f6ebf4dacd5d78 Resolution|--- |FIXED --- Comment #5 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 123c58cddef1dce2b4fa2a16f2f6ebf4dacd5d78 by Dmitry Kazakov. Committed on 01/08/2019 at 19:48. Pushed by dkazakov into branch 'master'. Fix Tangent-Normal brush on rotated/mirrored canvas (and also in multihand brush) Now the canvas rotation/mirroing code is fully ported to the new API, by passing via KisPaintInformation instead of paintop settings' temporary properties. M +25 -13 libs/image/brushengine/kis_paint_information.cc M +24 -11 libs/image/brushengine/kis_paint_information.h M +0 -19 libs/image/brushengine/kis_paintop_settings.cpp M +0 -9 libs/image/brushengine/kis_paintop_settings.h M +0 -1 libs/ui/CMakeLists.txt M +1 -13 libs/ui/canvas/kis_canvas_controller.cpp D +0 -58 libs/ui/canvas/kis_paintop_transformation_connector.cpp D +0 -43 libs/ui/canvas/kis_paintop_transformation_connector.h M +65 -4 libs/ui/tool/kis_painting_information_builder.cpp M +12 -0 libs/ui/tool/kis_painting_information_builder.h M +0 -6 libs/ui/tool/kis_tool_freehand.cc M +0 -28 libs/ui/tool/kis_tool_freehand_helper.cpp M +1 -4 libs/ui/tool/kis_tool_freehand_helper.h M +25 -39 libs/ui/tool/kis_tool_multihand_helper.cpp M +20 -8 plugins/paintops/defaultpaintops/brush/tests/kis_brushop_test.cpp M +3 -5 plugins/paintops/hairy/kis_hairy_paintop.cpp M +0 -2 plugins/paintops/hairy/kis_hairy_paintop.h M +1 -1 plugins/paintops/libpaintop/kis_current_outline_fetcher.cpp M +2 -5 plugins/paintops/libpaintop/kis_pressure_mirror_option.cpp M +0 -2 plugins/paintops/libpaintop/kis_pressure_mirror_option.h M +5 -11 plugins/paintops/libpaintop/kis_pressure_rotation_option.cpp M +0 -7 plugins/paintops/libpaintop/kis_pressure_rotation_option.h M +21 -30 plugins/paintops/tangentnormal/kis_tangent_tilt_option.cpp M +0 -3 plugins/paintops/tangentnormal/kis_tangent_tilt_option.h https://invent.kde.org/kde/krita/commit/123c58cddef1dce2b4fa2a16f2f6ebf4dacd5d78 -- You are receiving this mail because: You are watching all bug changes.