Blender Git Loki
Git Commits -> Revision e660079
Revision e660079 by Joshua Leung (master) August 6, 2015, 13:48 (GMT) |
StopGap Fix for T44932: Ignore pressure values when drawing straight line segments with GPencil After some testing of the behaviour of this stuff, it became clear that the current pressure handling here isn't very useful. The initial point would invariably get a low pressure value (due to the way that the initial tap needs time to "take"), while the end of the stroke suffers from similar issues (i.e. when the pen is released). Meanwhile, the line thickness would flicker while drawing the stroke, as the endpoint pressure varied. So, until we find a better way, all straight line segments are now drawn without pressure sensitivity. |
Commit Details:
Full Hash: e660079e47700f29fc227e357d0f16dbfb6986d4
Parent Commit: c587302
Lines Changed: +5, -9
1 Modified Path:
/source/blender/editors/gpencil/gpencil_paint.c (+5, -9) (Diff)