Blender Git Commit Log
Git Commits -> Revision fa1145d
Revision fa1145d by Campbell Barton (custom-manipulators) June 10, 2017, 00:20 (GMT) |
Cleanup: consistent naming Use shorter names for manipulator |
Commit Details:
Full Hash: fa1145d47518152596eb2af5cc0f35a4b4b839ed
Parent Commit: e249500
Lines Changed: +404, -452
23 Modified Paths:
/source/blender/editors/include/ED_manipulator_library.h (+16, -16) (Diff)
/source/blender/editors/include/ED_transform.h (+3, -3) (Diff)
/source/blender/editors/manipulator_library/arrow2d_manipulator.c (+18, -18) (Diff)
/source/blender/editors/manipulator_library/arrow3d_manipulator.c (+2, -2) (Diff)
/source/blender/editors/manipulator_library/cage2d_manipulator.c (+22, -22) (Diff)
/source/blender/editors/manipulator_library/dial3d_manipulator.c (+12, -12) (Diff)
/source/blender/editors/manipulator_library/facemap3d_manipulator.c (+4, -4) (Diff)
/source/blender/editors/manipulator_library/manipulator_library_intern.h (+1, -1) (Diff)
/source/blender/editors/manipulator_library/manipulator_library_utils.c (+6, -6) (Diff)
/source/blender/editors/manipulator_library/primitive3d_manipulator.c (+13, -13) (Diff)
/source/blender/editors/space_node/node_widgets.c (+5, -5) (Diff)
/source/blender/editors/space_view3d/view3d_manipulators.c (+30, -30) (Diff)
/source/blender/editors/transform/transform_manipulator.c (+33, -33) (Diff)
/source/blender/editors/transform/transform_manipulator2d.c (+10, -10) (Diff)
/source/blender/makesrna/intern/rna_wm_manipulator.c (+28, -30) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+5, -5) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator.c (+80, -121) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatorgroup.c (+27, -28) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatormap.c (+65, -69) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_intern.h (+6, -6) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_api.h (+14, -14) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+1, -1) (Diff)
/source/blender/windowmanager/manipulators/wm_manipulator_wmapi.h (+3, -3) (Diff)
/source/blender/editors/include/ED_transform.h (+3, -3) (Diff)
/source/blender/editors/manipulator_library/arrow2d_manipulator.c (+18, -18) (Diff)
/source/blender/editors/manipulator_library/arrow3d_manipulator.c (+2, -2) (Diff)
/source/blender/editors/manipulator_library/cage2d_manipulator.c (+22, -22) (Diff)
/source/blender/editors/manipulator_library/dial3d_manipulator.c (+12, -12) (Diff)
/source/blender/editors/manipulator_library/facemap3d_manipulator.c (+4, -4) (Diff)
/source/blender/editors/manipulator_library/manipulator_library_intern.h (+1, -1) (Diff)
/source/blender/editors/manipulator_library/manipulator_library_utils.c (+6, -6) (Diff)
/source/blender/editors/manipulator_library/primitive3d_manipulator.c (+13, -13) (Diff)
/source/blender/editors/space_node/node_widgets.c (+5, -5) (Diff)
/source/blender/editors/space_view3d/view3d_manipulators.c (+30, -30) (Diff)
/source/blender/editors/transform/transform_manipulator.c (+33, -33) (Diff)
/source/blender/editors/transform/transform_manipulator2d.c (+10, -10) (Diff)
/source/blender/makesrna/intern/rna_wm_manipulator.c (+28, -30) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+5, -5) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator.c (+80, -121) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatorgroup.c (+27, -28) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatormap.c (+65, -69) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_intern.h (+6, -6) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_api.h (+14, -14) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+1, -1) (Diff)
/source/blender/windowmanager/manipulators/wm_manipulator_wmapi.h (+3, -3) (Diff)