Blender Git Loki
Git Commits -> Revision 44f5d99
Revision 44f5d99 by Germano Cavalcante (master) November 26, 2020, 14:42 (GMT) |
Fix T83020: Transform: AutoConstraint being confirmed without releasing the MMB The transform modifiers are confirmed by releasing any button. Thus, the operation can be falsely confirmed if the button that launched the operation is released after the modifier has been activated. Previously the events that confirmed the modifiers were hardcoded. An option to fix this would be to add custom confirmation keyitens for specific modifiers. But this can be a bit confusing and would make the modal keymap even bigger. So the solution here is to skip the button that launched the operation when confirming the modifier. |
Commit Details:
Full Hash: 44f5d99cbf872d8b9eead749ca880cbeb9fc0266
Parent Commit: 849debe
Lines Changed: +17, -0
1 Modified Path:
/source/blender/editors/transform/transform.c (+17, -0) (Diff)