Blender Git Loki
Git Commits -> Revision 47796b7
Revision 47796b7 by Ton Roosendaal (master) December 30, 2008, 19:01 (GMT) |
2.5 Undo editmode and global undo code back. It's now called ED_undo_push() btw, but don't worry, for operators this is going to be a simple operator flag, so you can remove the old calls from all tools (but keep them when you directly change data outide modifiers). Will put undo back functional tomorrow |
Commit Details:
Full Hash: 47796b75ff5dc43d38d21f6cf091a6c88478e571
SVN Revision: 18179
Parent Commit: 14d1538
Lines Changed: +609, -38
2 Added Paths:
/source/blender/editors/util/editmode_undo.c (+346, -0) (View)
/source/blender/editors/util/undo.c (+200, -0) (View)
/source/blender/editors/util/undo.c (+200, -0) (View)