Blender Git Loki
Git Commits -> Revision 8d2576f
Revision 8d2576f by Campbell Barton (master) October 30, 2020, 09:48 (GMT) |
Undo System: support for grouping steps with begin/end calls This adds support for treating multiple undo steps as a single step from the user perspective. This is needed for outliner mode switching and `object.switch_object` operator which change active object and mode in a single action. |
Commit Details:
Full Hash: 8d2576fd295fc67e2b70c282117928173ec1af8a
Parent Commit: 3624c06
Lines Changed: +96, -0
5 Modified Paths:
/source/blender/blenkernel/BKE_undo_system.h (+9, -0) (Diff)
/source/blender/blenkernel/intern/undo_system.c (+45, -0) (Diff)
/source/blender/editors/include/ED_undo.h (+3, -0) (Diff)
/source/blender/editors/undo/ed_undo.c (+38, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/undo_system.c (+45, -0) (Diff)
/source/blender/editors/include/ED_undo.h (+3, -0) (Diff)
/source/blender/editors/undo/ed_undo.c (+38, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+1, -0) (Diff)