Blender Git Loki
Git Commits -> Revision 1544b93
Revision 1544b93 by Campbell Barton (master) July 10, 2019, 23:36 (GMT) |
Undo System: add is_final argument (no functional changes) This is needed step out of undo steps which accumulate changes, larger changes could be made to handle this but better not make them at this point. |
Commit Details:
Full Hash: 1544b9322c4f8728277a7a24b028bab95f22f7d6
Parent Commit: e60d351
Lines Changed: +35, -35
14 Modified Paths:
/source/blender/blenkernel/BKE_undo_system.h (+2, -1) (Diff)
/source/blender/blenkernel/intern/undo_system.c (+9, -7) (Diff)
/source/blender/editors/armature/editarmature_undo.c (+2, -1) (Diff)
/source/blender/editors/curve/editcurve_undo.c (+2, -4) (Diff)
/source/blender/editors/curve/editfont_undo.c (+2, -1) (Diff)
/source/blender/editors/lattice/editlattice_undo.c (+2, -1) (Diff)
/source/blender/editors/mesh/editmesh_undo.c (+2, -1) (Diff)
/source/blender/editors/metaball/editmball_undo.c (+2, -1) (Diff)
/source/blender/editors/physics/particle_edit_undo.c (+2, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_curve_undo.c (+2, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_image_undo.c (+2, -4) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+2, -4) (Diff)
/source/blender/editors/space_text/text_undo.c (+2, -4) (Diff)
/source/blender/editors/undo/memfile_undo.c (+2, -4) (Diff)
/source/blender/blenkernel/intern/undo_system.c (+9, -7) (Diff)
/source/blender/editors/armature/editarmature_undo.c (+2, -1) (Diff)
/source/blender/editors/curve/editcurve_undo.c (+2, -4) (Diff)
/source/blender/editors/curve/editfont_undo.c (+2, -1) (Diff)
/source/blender/editors/lattice/editlattice_undo.c (+2, -1) (Diff)
/source/blender/editors/mesh/editmesh_undo.c (+2, -1) (Diff)
/source/blender/editors/metaball/editmball_undo.c (+2, -1) (Diff)
/source/blender/editors/physics/particle_edit_undo.c (+2, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_curve_undo.c (+2, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_image_undo.c (+2, -4) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+2, -4) (Diff)
/source/blender/editors/space_text/text_undo.c (+2, -4) (Diff)
/source/blender/editors/undo/memfile_undo.c (+2, -4) (Diff)