Blender Git Loki
Git Commits -> Revision 5b364dd
Revision 5b364dd by Campbell Barton (master) December 20, 2017, 05:40 (GMT) |
Manipulator: tooltip support Currently operators and properties are used. |
Commit Details:
Full Hash: 5b364dd780b9e97b686409907dddee5caaccf9c2
Parent Commit: 3143b2f
Lines Changed: +209, -0
6 Modified Paths:
/source/blender/editors/include/UI_interface.h (+2, -0) (Diff)
/source/blender/editors/interface/interface_region_tooltip.c (+123, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+19, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_intern.h (+3, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_map.c (+53, -0) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_api.h (+9, -0) (Diff)
/source/blender/editors/interface/interface_region_tooltip.c (+123, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+19, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_intern.h (+3, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_map.c (+53, -0) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_api.h (+9, -0) (Diff)