Summary: | Weighted smoothing should be screenspace-proportional | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Jonathan Ringstad <jwringstad> |
Component: | Usability | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dimula73 |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/5111f3feb003b5e052201b0115a424d5237a8423 | Version Fixed In: | |
Sentry Crash Report: |
Description
Jonathan Ringstad
2014-06-05 12:56:37 UTC
Hi, Jonathan! Thanks for your report! Your suggestion looks quite reasonable. I think we'll implement it soon. Git commit 555b20efdbc1f672984b567276358c41ccba4844 by Dmitry Kazakov. Committed on 06/06/2014 at 12:16. Pushed by dkazakov into branch 'krita-testing-kazakov'. [FEATURE] Added a Scalable Distance option to Weighted Smoothing Now if you activate "Scalable Distance" option for a brush tool, the distance will be corrected to your current zoom level. It means that your stylus will be "stabilized" the same way at any zoom level you choose. CCMAIL:kimageshop@kde.org M +19 -0 krita/plugins/tools/defaulttools/kis_tool_brush.cc M +5 -0 krita/plugins/tools/defaulttools/kis_tool_brush.h M +6 -0 krita/ui/canvas/kis_coordinates_converter.cpp M +1 -0 krita/ui/kis_canvas_resource_provider.cpp M +2 -1 krita/ui/kis_canvas_resource_provider.h M +10 -0 krita/ui/kis_config.cc M +3 -0 krita/ui/kis_config.h M +6 -0 krita/ui/kis_zoom_manager.cc M +6 -0 krita/ui/tool/kis_resources_snapshot.cpp M +2 -0 krita/ui/tool/kis_resources_snapshot.h M +12 -0 krita/ui/tool/kis_smoothing_options.cpp M +3 -0 krita/ui/tool/kis_smoothing_options.h M +7 -1 krita/ui/tool/kis_tool_freehand_helper.cpp http://commits.kde.org/calligra/555b20efdbc1f672984b567276358c41ccba4844 Git commit 5111f3feb003b5e052201b0115a424d5237a8423 by Dmitry Kazakov. Committed on 06/06/2014 at 12:16. Pushed by dkazakov into branch 'master'. [FEATURE] Added a Scalable Distance option to Weighted Smoothing Now if you activate "Scalable Distance" option for a brush tool, the distance will be corrected to your current zoom level. It means that your stylus will be "stabilized" the same way at any zoom level you choose. CCMAIL:kimageshop@kde.org M +19 -0 krita/plugins/tools/defaulttools/kis_tool_brush.cc M +5 -0 krita/plugins/tools/defaulttools/kis_tool_brush.h M +6 -0 krita/ui/canvas/kis_coordinates_converter.cpp M +1 -0 krita/ui/kis_canvas_resource_provider.cpp M +2 -1 krita/ui/kis_canvas_resource_provider.h M +10 -0 krita/ui/kis_config.cc M +3 -0 krita/ui/kis_config.h M +6 -0 krita/ui/kis_zoom_manager.cc M +6 -0 krita/ui/tool/kis_resources_snapshot.cpp M +2 -0 krita/ui/tool/kis_resources_snapshot.h M +12 -0 krita/ui/tool/kis_smoothing_options.cpp M +3 -0 krita/ui/tool/kis_smoothing_options.h M +7 -1 krita/ui/tool/kis_tool_freehand_helper.cpp http://commits.kde.org/calligra/5111f3feb003b5e052201b0115a424d5237a8423 |