Blender Git Commit Log
Git Commits -> Revision 9e79f2d
Revision 9e79f2d by Martin Poirier (master) January 14, 2010, 18:15 (GMT) |
[#19978] Can not switch view with keymaps while emulate numpad is activated; in modes other than object and edit Was caused by event emulation (numpad and mmb) happening separately at each level of the keymap, so brush selection was latching on the event before it had time to test emulated values with view navigation entries (at a lower level in the hierarchy). After discussion with Matt, decided that event emulation should be done at the root of the event loop, replacing the event with the emulated values. This is much more predictable and more logical as far as event emulation goes. |
Commit Details:
Full Hash: 9e79f2d92a991e12e5314f3bbc0a20993868bd17
SVN Revision: 26004
Parent Commit: be680ae
Lines Changed: +32, -36
1 Modified Path:
/source/blender/windowmanager/intern/wm_event_system.c (+32, -36) (Diff)