Blender Git Commit Log
Git Commits -> Revision fe8fcb4
Revision fe8fcb4 by Campbell Barton (master) August 3, 2017, 07:46 (GMT) |
Manipulator: render border widget Note there are issues clamping & updating, will resolve as part of changes to cage2d widget. |
Commit Details:
Full Hash: fe8fcb4343a5da4ec97db697a70afe423898e833
Parent Commit: c27446b
Lines Changed: +208, -12
10 Modified Paths:
/source/blender/draw/intern/draw_manager.c (+0, -1) (Diff)
/source/blender/editors/manipulator_library/manipulator_library_utils.c (+7, -3) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/cage2d_manipulator.c (+4, -3) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/grab3d_manipulator.c (+1, -0) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+1, -0) (Diff)
/source/blender/editors/space_view3d/view3d_intern.h (+1, -0) (Diff)
/source/blender/editors/space_view3d/view3d_manipulator_camera.c (+181, -0) (Diff)
/source/blender/editors/space_view3d/view3d_manipulator_lamp.c (+1, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_target_props.c (+11, -4) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_api.h (+1, -1) (Diff)
/source/blender/editors/manipulator_library/manipulator_library_utils.c (+7, -3) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/cage2d_manipulator.c (+4, -3) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/grab3d_manipulator.c (+1, -0) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+1, -0) (Diff)
/source/blender/editors/space_view3d/view3d_intern.h (+1, -0) (Diff)
/source/blender/editors/space_view3d/view3d_manipulator_camera.c (+181, -0) (Diff)
/source/blender/editors/space_view3d/view3d_manipulator_lamp.c (+1, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_target_props.c (+11, -4) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_api.h (+1, -1) (Diff)