Bug 268974

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: UsabilityAssignee: 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
Version:           svn trunk (using KDE 4.5.1) 
OS:                Linux

Since the Art Pen of the Intuos4 tablet has rotation support, it would be nice if you could see what angle the brush has before making a stroke. You cannot easily determine it since the Art Pen is completely round like the standard Pen. The only orientation point is the pen button.

Reproducible: Always
Comment 1 Halla Rempt 2011-05-26 22:56:00 UTC
Tricky...
Comment 2 LukasT 2012-03-22 20:00:51 UTC
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.
Comment 3 David REVOY 2013-09-19 13:20:12 UTC
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.
Comment 4 wolthera 2015-05-08 15:39:08 UTC
This is resolved afaik.