Files
test2/source/blender/editors/space_node
Campbell Barton f16d2b7eaa fix for middle mouse up events not working with modal keymaps (used for fly mode).
With mouse events event->val started as 0/1 for press/release but later the tweak function made LMB and RMB zero value into KM_RELEASE, somehow MMB didnt get used by the tweak function so was left at 0 and the modal keymap function failed when comparing MMB Mouse ups.

now initialize event->val as KM_PRESS/KM_RELEASE
2009-09-24 10:35:04 +00:00
..
2009-09-21 16:21:54 +00:00
2009-06-23 00:09:26 +00:00
2009-08-19 00:55:30 +00:00
2009-08-19 00:55:30 +00:00
2009-07-16 19:41:28 +00:00