Blender Git Commit Log
Git Commits -> Revision e20c825
Revision e20c825 by Campbell Barton (master) August 24, 2017, 07:04 (GMT) |
Manipulator: modal callback can now cancel & pass events Re-use operator return flags for manipulator modal & invoke, this means manipulators can allow navigation or other events to be handled as they run - see T52499 |
Commit Details:
Full Hash: e20c825b05e00954995fe2ed74e7fb409d09abe8
Parent Commit: 134e927
Lines Changed: +107, -57
15 Modified Paths:
/release/scripts/templates_py/manipulator_custom_geometry.py (+2, -0) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/arrow2d_manipulator.c (+3, -1) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/arrow3d_manipulator.c (+6, -2) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/cage2d_manipulator.c (+7, -3) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/dial3d_manipulator.c (+6, -3) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/grab3d_manipulator.c (+8, -4) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/primitive3d_manipulator.c (+3, -1) (Diff)
/source/blender/editors/transform/transform_manipulator.c (+3, -1) (Diff)
/source/blender/editors/transform/transform_manipulator2d.c (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_wm_manipulator.c (+19, -5) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator.c (+1, -1) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_group.c (+13, -8) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_map.c (+28, -23) (Diff)
/source/blender/windowmanager/manipulators/wm_manipulator_fn.h (+2, -2) (Diff)
/source/blender/windowmanager/manipulators/wm_manipulator_wmapi.h (+3, -2) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/arrow2d_manipulator.c (+3, -1) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/arrow3d_manipulator.c (+6, -2) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/cage2d_manipulator.c (+7, -3) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/dial3d_manipulator.c (+6, -3) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/grab3d_manipulator.c (+8, -4) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/primitive3d_manipulator.c (+3, -1) (Diff)
/source/blender/editors/transform/transform_manipulator.c (+3, -1) (Diff)
/source/blender/editors/transform/transform_manipulator2d.c (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_wm_manipulator.c (+19, -5) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator.c (+1, -1) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_group.c (+13, -8) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_map.c (+28, -23) (Diff)
/source/blender/windowmanager/manipulators/wm_manipulator_fn.h (+2, -2) (Diff)
/source/blender/windowmanager/manipulators/wm_manipulator_wmapi.h (+3, -2) (Diff)