Blender Git Loki
Git Commits -> Revision a62e340
Revision a62e340 by Brecht Van Lommel (master) July 23, 2010, 14:46 (GMT) |
Fix #21028: operator redo creates hundreds of images when texture paint is on. Now operator redo will look for an undo push with the same name in both the paint/sculpt and global undo stack. |
Commit Details:
Full Hash: a62e34057381e8b25b25827ded2e0fd59fc62727
SVN Revision: 30656
Parent Commit: f5dd835
Lines Changed: +39, -23
6 Modified Paths:
/source/blender/editors/include/ED_sculpt.h (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_undo.c (+23, -13) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+1, -1) (Diff)
/source/blender/editors/util/undo.c (+11, -5) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_undo.c (+23, -13) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+1, -1) (Diff)
/source/blender/editors/util/undo.c (+11, -5) (Diff)