Blender Git Loki
Git Commits -> Revision c8bcaba
Revision c8bcaba by Campbell Barton (master) November 17, 2010, 15:16 (GMT) |
bugfix [#24685] Changing mode bypasses undo suppression Editmode undo operator was using the operator OPTYPE_UNDO flag as well as its own EM_DO_UNDO option. This gave 2 problems. - python suppressed undos would fail (as in the report). - Undo push was called twice on exiting editmode for no reason. Use the operator undo in this case. |
Commit Details:
Full Hash: c8bcabaf40c287515e69d95afa9f13ad2178af4b
SVN Revision: 33136
Parent Commit: 5a37333
Lines Changed: +1, -1
1 Modified Path:
/source/blender/editors/object/object_edit.c (+1, -1) (Diff)