Blender Git Loki
Git Commits -> Revision feb8318
Revision feb8318 by Campbell Barton (master) August 18, 2011, 16:01 (GMT) |
fix for undo issues with generic, multi-purpose WM_OT_context* operators, operators now check if they modify certain ID data (not screne, wm, brush or scene) and only do undo in those cass. - Zkey to switch shading was pushing undo's. - Wkey to interactively edit camera, lamp settings wasnt doing an undo push when it should. - Toggling settings (such as bone boolean options) now skips an undo push if there are no items selected. |
Commit Details:
Full Hash: feb83181437cd36b283ae6551f10045d1fdbedd5
SVN Revision: 39526
Parent Commit: aa4d5cc
Lines Changed: +66, -13
1 Modified Path:
/release/scripts/startup/bl_operators/wm.py (+66, -13) (Diff)