Blender Git Commit Log
Git Commits -> Revision 0260fad
Revision 0260fad by Campbell Barton (master) November 10, 2017, 16:26 (GMT) |
Manipulator: ruler tool Add the 3D view ruler as a tool, the modal operator remains for now however it may be removed if we use the tool-system for 2.8. Note that this does copy code from the operator, its different enough not to attempt to de-duplicate. |
Commit Details:
Full Hash: 0260fad9ba41c3a714df9b39e6e6d171b143cf41
Parent Commit: 63830cd
Lines Changed: +1094, -1
1 Added Path:
/source/blender/editors/space_view3d/view3d_manipulator_ruler.c (+1079, -0) (View)
5 Modified Paths:
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+3, -0) (Diff)
/source/blender/editors/space_view3d/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+3, -0) (Diff)
/source/blender/editors/space_view3d/view3d_intern.h (+6, -1) (Diff)
/source/blender/editors/space_view3d/view3d_ops.c (+2, -0) (Diff)
/source/blender/editors/space_view3d/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+3, -0) (Diff)
/source/blender/editors/space_view3d/view3d_intern.h (+6, -1) (Diff)
/source/blender/editors/space_view3d/view3d_ops.c (+2, -0) (Diff)