Blender Git Loki
Git Commits -> Revision 6d49b62
Revision 6d49b62 by Campbell Barton (master) October 25, 2018, 05:06 (GMT) |
WM: space, region type filtering for paint cursor Avoids calling poll on mouse-move for unrelated space/region types. |
Commit Details:
Full Hash: 6d49b623e2efce59b58bb1295024ab8ac492370a
Parent Commit: 46587b3
Lines Changed: +99, -26
14 Modified Paths:
/source/blender/editors/gpencil/annotate_paint.c (+1, -0) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+4, -3) (Diff)
/source/blender/editors/gpencil/gpencil_utils.c (+1, -0) (Diff)
/source/blender/editors/physics/particle_edit.c (+6, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+17, -4) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+5, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+8, -4) (Diff)
/source/blender/editors/sculpt_paint/sculpt_uv.c (+3, -1) (Diff)
/source/blender/editors/transform/transform.c (+24, -6) (Diff)
/source/blender/python/intern/bpy_rna_callback.c (+4, -1) (Diff)
/source/blender/windowmanager/intern/wm_draw.c (+11, -2) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+11, -3) (Diff)
/source/blender/windowmanager/wm.h (+3, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -0) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+4, -3) (Diff)
/source/blender/editors/gpencil/gpencil_utils.c (+1, -0) (Diff)
/source/blender/editors/physics/particle_edit.c (+6, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+17, -4) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+5, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+8, -4) (Diff)
/source/blender/editors/sculpt_paint/sculpt_uv.c (+3, -1) (Diff)
/source/blender/editors/transform/transform.c (+24, -6) (Diff)
/source/blender/python/intern/bpy_rna_callback.c (+4, -1) (Diff)
/source/blender/windowmanager/intern/wm_draw.c (+11, -2) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+11, -3) (Diff)
/source/blender/windowmanager/wm.h (+3, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -0) (Diff)