Blender Git Loki
Git Commits -> Revision b6e84d3
Revision b6e84d3 by Germano Cavalcante (blender-v2.91-release) January 13, 2021, 13:51 (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: b6e84d3edffde553d6dd58bbc48ba77bef01625e
Parent Commit: 2fa5fd5
Committed By: Jeroen Bakker
Lines Changed: +17, -0
1 Modified Path:
/source/blender/editors/transform/transform.c (+17, -0) (Diff)