Blender Git Loki
Git Commits -> Revision c7bc2f5
Revision c7bc2f5 by Campbell Barton (master) July 24, 2017, 07:19 (GMT) |
Manipulator: handle keymaps for selected items Was only handling keymap items when the cursor was hovering over a manipulator. |
Commit Details:
Full Hash: c7bc2f5e870c8074ed639a3b33c52df19679ca41
Parent Commit: 392b6a3
Lines Changed: +122, -35
5 Modified Paths:
/source/blender/windowmanager/intern/wm_event_system.c (+78, -34) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_group.c (+14, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_map.c (+19, -0) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_api.h (+7, -1) (Diff)
/source/blender/windowmanager/manipulators/wm_manipulator_wmapi.h (+4, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_group.c (+14, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_map.c (+19, -0) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_api.h (+7, -1) (Diff)
/source/blender/windowmanager/manipulators/wm_manipulator_wmapi.h (+4, -0) (Diff)