Blender Git Loki
Git Commits -> Revision 4bdfa8a
Revision 4bdfa8a by Brecht Van Lommel (master) November 4, 2009, 20:19 (GMT) |
Sculpt: split generic part of image paint undo system into separate paint_undo.c file, to be reused for sculpt. |
Commit Details:
Full Hash: 4bdfa8a7d71c7b982a1f13191cfc4ee07502d473
SVN Revision: 24321
Parent Commit: 8b8f8fc
Lines Changed: +296, -174
1 Added Path:
/source/blender/editors/sculpt_paint/paint_undo.c (+231, -0) (View)
6 Modified Paths:
/source/blender/editors/include/ED_sculpt.h (+6, -3) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+45, -167) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+10, -0) (Diff)
/source/blender/editors/space_view3d/view3d_header.c (+1, -1) (Diff)
/source/blender/editors/util/ed_util.c (+1, -1) (Diff)
/source/blender/editors/util/undo.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+45, -167) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+10, -0) (Diff)
/source/blender/editors/space_view3d/view3d_header.c (+1, -1) (Diff)
/source/blender/editors/util/ed_util.c (+1, -1) (Diff)
/source/blender/editors/util/undo.c (+2, -2) (Diff)