Summary: | When a brush uses the rotation option to rotate the dab the brush outline should show this even if the pen is just hovering over the tablet. | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | plassy |
Component: | Usability | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | griffinvalley, halla, lukast.dev, tahall256 |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Outliner rotation in over mode |
Description
plassy
2011-03-20 19:24:57 UTC
Tricky... The problem is that the rotation of the outline is determined by sensors. E.g. you can set the rotation to fuzzy (a.k.a. random) and the Art Pen rotation can be turned off. Then the art pen rotation is irrelevant, so we can't just take directly the art pen rotation. Sensors exist only when paintop is created currently. In Hover mode, nor paintop nor sensors are created currently. The sensors has to be initialized according the current preset and then we can show the rotation correctly in hover mode.Tricky for sure. Created attachment 82407 [details] Outliner rotation in over mode Now there is cool tilting brush preset, I feel frustrated to not have 'outliner' feedback while using Cintiq or Intuos. I attached this picture http://i.imgur.com/gvcaKBn.jpg . Showing the desired effect and the issue. This is resolved afaik. |