Blender Git Commit Log
Git Commits -> Revision 0f981ed
Revision 0f981ed by Campbell Barton (master) January 17, 2013, 03:41 (GMT) |
fix airbrush + tablet pressure bug. Timer events used by the airbrush would always give a pressure of 1.0, ignoring the tablets real pressure in all paint modes. Move tablet data into its own struct-member so it can be used with timer events. |
Commit Details:
Full Hash: 0f981edc990195c699eeb2c9f9544ed4eaba8b5e
SVN Revision: 53870
Parent Commit: 60e5583
Lines Changed: +26, -21
6 Modified Paths:
/source/blender/editors/gpencil/gpencil_paint.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+2, -3) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+2, -2) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+12, -8) (Diff)
/source/blender/windowmanager/wm_event_types.h (+4, -5) (Diff)
/source/blender/windowmanager/WM_types.h (+4, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+2, -3) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+2, -2) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+12, -8) (Diff)
/source/blender/windowmanager/wm_event_types.h (+4, -5) (Diff)
/source/blender/windowmanager/WM_types.h (+4, -1) (Diff)