Blender Git Commit Log
Git Commits -> Revision 6fda30c
Revision 6fda30c by Germano Cavalcante (master) December 4, 2020, 13:49 (GMT) |
Fix T83177: Industry Compatible keymap: MMB-dragging to transform engages axis-constraining on release With rBc0677b662f4b, we try to track all modal events in order to detect the one corresponding to the release. But modifier keys can mask the modal event and thus confirm realease ends up being skipped. This resulted in the T83387. With this commit we now read the actual key drop value in the modal event. This fixes T83387 |
Commit Details:
Full Hash: 6fda30cc54d24730d81b96b2e3b542bf94f52137
Parent Commit: 2de49d1
Lines Changed: +6, -1
1 Modified Path:
/source/blender/editors/transform/transform.c (+6, -1) (Diff)