Blender Git Commit Log
Git Commits -> Revision 773beec
Revision 773beec by Yevgeny Makarov (master) January 28, 2020, 10:35 (GMT) |
macOS: add trackpad smart zoom event support This is done with two-finger double tap on trackpads, and is usually used to zoom into an element under the cursor. It can now be used for toggling local view in the 3D viewport. Differential Revision: https://developer.blender.org/D6588 |
Commit Details:
Full Hash: 773beec541474616eda18583567c9934745c71ba
Parent Commit: 92d606b
Committed By: Brecht Van Lommel
Lines Changed: +31, -2
8 Modified Paths:
/intern/ghost/GHOST_Types.h (+2, -1) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.mm (+13, -0) (Diff)
/intern/ghost/intern/GHOST_WindowViewCocoa.h (+5, -0) (Diff)
/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+1, -0) (Diff)
/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+2, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+3, -0) (Diff)
/source/blender/windowmanager/wm_event_types.h (+4, -1) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.mm (+13, -0) (Diff)
/intern/ghost/intern/GHOST_WindowViewCocoa.h (+5, -0) (Diff)
/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+1, -0) (Diff)
/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+2, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+3, -0) (Diff)
/source/blender/windowmanager/wm_event_types.h (+4, -1) (Diff)