Blender Git Loki
Git Commits -> Revision 070dd04
Revision 070dd04 by Campbell Barton (custom-manipulators) June 8, 2017, 14:13 (GMT) |
Cleanup widget API Rename handler -> modal (matches operator) |
Commit Details:
Full Hash: 070dd04a2a4cc5a2984890130a0bd902ae0cfa89
Parent Commit: 123af0c
Lines Changed: +169, -189
21 Modified Paths:
/source/blender/editors/include/ED_transform.h (+1, -1) (Diff)
/source/blender/editors/manipulator_library/arrow3d_manipulator.c (+2, -2) (Diff)
/source/blender/editors/manipulator_library/cage2d_manipulator.c (+2, -2) (Diff)
/source/blender/editors/space_node/node_widgets.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/view3d_manipulators.c (+4, -4) (Diff)
/source/blender/editors/transform/transform_manipulator.c (+5, -5) (Diff)
/source/blender/editors/transform/transform_manipulator2d.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_wm_manipulator.c (+49, -24) (Diff)
/source/blender/makesrna/intern/rna_wm_manipulator_api.c (+3, -35) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+2, -2) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+4, -4) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator.c (+2, -2) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatorgroup.c (+61, -61) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatormap.c (+15, -24) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_intern.h (+2, -2) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_api.h (+4, -4) (Diff)
/source/blender/windowmanager/manipulators/wm_manipulator_fn.h (+1, -1) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+2, -7) (Diff)
/source/blender/windowmanager/manipulators/wm_manipulator_wmapi.h (+1, -1) (Diff)
/source/blender/windowmanager/WM_types.h (+1, -1) (Diff)
/source/blenderplayer/bad_level_call_stubs/stubs.c (+5, -4) (Diff)
/source/blender/editors/manipulator_library/arrow3d_manipulator.c (+2, -2) (Diff)
/source/blender/editors/manipulator_library/cage2d_manipulator.c (+2, -2) (Diff)
/source/blender/editors/space_node/node_widgets.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/view3d_manipulators.c (+4, -4) (Diff)
/source/blender/editors/transform/transform_manipulator.c (+5, -5) (Diff)
/source/blender/editors/transform/transform_manipulator2d.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_wm_manipulator.c (+49, -24) (Diff)
/source/blender/makesrna/intern/rna_wm_manipulator_api.c (+3, -35) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+2, -2) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+4, -4) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator.c (+2, -2) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatorgroup.c (+61, -61) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatormap.c (+15, -24) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_intern.h (+2, -2) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_api.h (+4, -4) (Diff)
/source/blender/windowmanager/manipulators/wm_manipulator_fn.h (+1, -1) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+2, -7) (Diff)
/source/blender/windowmanager/manipulators/wm_manipulator_wmapi.h (+1, -1) (Diff)
/source/blender/windowmanager/WM_types.h (+1, -1) (Diff)
/source/blenderplayer/bad_level_call_stubs/stubs.c (+5, -4) (Diff)