Blender Git Commit Log
Git Commits -> Revision 52bfa75
Revision 52bfa75 by Campbell Barton (master) September 21, 2021, 07:26 (GMT) |
WM: only return PASS_THROUGH on PRESS for selection operators Some selection operators return (PASS_THROUGH & FINISHED) so the tweak event isn't suppressed from the PRESS event having been handled. This is now restricted to events with a PRESS action. Without this, using CLICK for selection was passing the event through which could run other actions unintentionally. |
Commit Details:
Full Hash: 52bfa750e74952ddd4e8223d92d21140831902a7
Parent Commit: 5eb505e
Lines Changed: +32, -4