Blender Git Loki
Git Commits -> Revision 465a9f6
Revision 465a9f6 by Campbell Barton (master) June 4, 2020, 08:41 (GMT) |
Cleanup: remove window manager argument for paint cursor API This caused an additional argument when exiting object modes and many other low level functions which don't need to access context. This simplifies fixing T77073. |
Commit Details:
Full Hash: 465a9f65de769d76cc950b674683a0903e36f31a
Parent Commit: 1a23b0b
Lines Changed: +86, -146
17 Modified Paths:
/source/blender/editors/gpencil/annotate_paint.c (+22, -24) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+6, -7) (Diff)
/source/blender/editors/gpencil/gpencil_utils.c (+3, -4) (Diff)
/source/blender/editors/include/ED_object.h (+0, -2) (Diff)
/source/blender/editors/physics/particle_edit.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+3, -3) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+5, -10) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -3) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+5, -13) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+12, -22) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+1, -1) (Diff)
/source/blender/editors/transform/transform.c (+12, -36) (Diff)
/source/blender/editors/transform/transform_generics.c (+1, -1) (Diff)
/source/blender/editors/util/ed_util.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_rna_callback.c (+2, -6) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+8, -8) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -2) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+6, -7) (Diff)
/source/blender/editors/gpencil/gpencil_utils.c (+3, -4) (Diff)
/source/blender/editors/include/ED_object.h (+0, -2) (Diff)
/source/blender/editors/physics/particle_edit.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+3, -3) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+5, -10) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -3) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+5, -13) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+12, -22) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+1, -1) (Diff)
/source/blender/editors/transform/transform.c (+12, -36) (Diff)
/source/blender/editors/transform/transform_generics.c (+1, -1) (Diff)
/source/blender/editors/util/ed_util.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_rna_callback.c (+2, -6) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+8, -8) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -2) (Diff)