Summary: | [transform tool warp] dot handler are obtrusive | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | David REVOY <info> |
Component: | Usability | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/e3aa488cbb27369b54470969a7e84d32772edc99 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | [ ^ screenshot of the bug ] |
Git commit 0fd9889295e130317f07ef50fa01b68ccdacf50a by Dmitry Kazakov. Committed on 11/03/2014 at 09:09. Pushed by dkazakov into branch 'master'. Make the Wrap-tool handles less obstructive A small circle + a cross M +17 -0 krita/image/krita_utils.cpp M +4 -0 krita/image/krita_utils.h M +55 -29 krita/plugins/tools/tool_transform2/kis_tool_transform.cc M +3 -11 krita/ui/kis_selection_decoration.cc http://commits.kde.org/calligra/0fd9889295e130317f07ef50fa01b68ccdacf50a Git commit e3aa488cbb27369b54470969a7e84d32772edc99 by Dmitry Kazakov. Committed on 15/03/2014 at 07:44. Pushed by dkazakov into branch 'calligra/2.8'. Make the Wrap-tool handles less obstructive A small circle + a cross Conflicts: krita/ui/kis_selection_decoration.cc M +17 -0 krita/image/krita_utils.cpp M +4 -0 krita/image/krita_utils.h M +55 -29 krita/plugins/tools/tool_transform2/kis_tool_transform.cc M +3 -11 krita/ui/kis_selection_decoration.cc http://commits.kde.org/calligra/e3aa488cbb27369b54470969a7e84d32772edc99 Awww ! Thanks Dmitry for porting this fix for future 2.8.(1?) backport. I must admit I'm enjoying my "testing hollidays" using 2.8 ; It's good to have a full week of painting without any crash or bug, and a predictible Krita. I might continue to use 2.8 to expand a bit my hollidays ^__^ I'll test this new unobstrusive decoration soon, thanks a lot ! Hey Dmitry, I just tested the new decoration on situation ; and it work perfectly in custom mode. I'll do further test to see how it can be a good replacement for Iwarp/Liquify filter. Many thanks ; big improvements ! |
Created attachment 85428 [details] [ ^ screenshot of the bug ] Hi, transform tool in warp mode (custom point) is a wonderful tool ; most of the time I use it to perform thin corrections ( moving an eyes slightly , or tweaking proportion ). One of the problem I meet is when the 'dot handler' or 'point' on the canvas to manipulate the effect become too obtrusive: they don't let me see what I'm doing. It's happen especially when I'm tweaking facial feature of a character. Here is an idea to solve it : a slider on the tool options for the handler opacity.