Blender Git Commit Log
Git Commits -> Revision 7801791
Revision 7801791 by Campbell Barton (master) June 4, 2020, 10:24 (GMT) |
Fix error removing the image paint cursor Mix up with imapaint.paintcursor & imapaint.paint.paint_cursor Remove imapaint.paintcursor since it wasn't used. Also rename paint_cursor_start_explicit() to paint_cursor_start(), removing the existing paint_cursor_start() since it took the paint struct from the context, a value that's known by all callers. |
Commit Details:
Full Hash: 78017916f7c7a8ec8907c9b993214ff8ec3c3557
Parent Commit: 465a9f6
Lines Changed: +11, -25
8 Modified Paths:
/source/blender/blenkernel/intern/scene.c (+0, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+0, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+1, -11) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+6, -5) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+0, -2) (Diff)
/source/blender/blenloader/intern/readfile.c (+0, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+1, -11) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+6, -5) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+0, -2) (Diff)