Blender Git Commit Log
Git Commits  -> Revision 6557d33
		
			
			
		
Revision 6557d33 by Sergey Sharybin (master) February 13, 2013, 17:43 (GMT)  | 
Made maya keymad deselect everything in cases nothing was selected with LMB The way it works now is: - Border select is using TWEAK, for which you need to hold LMB down and move mouse. This prevents operators using RELEASE/CLICK events from being fired. - LMB select is using RELEASE event, this is no selection happens before border if you do border select. And this prevents any operator uses CLICK event from being fired. - Delect all happens by CLICK, which would be fired only in case no operators were handled with PRESS/RELEASE. This is a bit cards-house, but this is how events currently works and wouldn't want inventing something bigger now.  | 
Commit Details:
Full Hash: 6557d336084ac58e93a8dcbbc023e0236a4937af
SVN Revision: 54535
Parent Commit: da47116
Lines Changed:  +12,  -16
1 Modified Path:
/release/scripts/presets/keyconfig/maya.py (+12, -16) (Diff)


 Master Commits
MiikaHweb | 2003-2021