Blender Git Commit Log
Git Commits -> Revision eefaec4
Revision eefaec4 by Campbell Barton (master) May 7, 2018, 19:40 (GMT) |
Extrude Widget: Add orientation to topbar Add extrude operator that's intended to work on the current selection and be activated as a tool. |
Commit Details:
Full Hash: eefaec41140046c455aa51f22b22fdbdc90e00a6
Parent Commit: 1702238
Lines Changed: +103, -9
6 Modified Paths:
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+8, -1) (Diff)
/source/blender/editors/include/ED_transform.h (+2, -0) (Diff)
/source/blender/editors/mesh/editmesh_extrude.c (+82, -7) (Diff)
/source/blender/editors/mesh/mesh_intern.h (+1, -0) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+8, -0) (Diff)
/source/blender/editors/transform/transform_manipulator_3d.c (+2, -1) (Diff)
/source/blender/editors/include/ED_transform.h (+2, -0) (Diff)
/source/blender/editors/mesh/editmesh_extrude.c (+82, -7) (Diff)
/source/blender/editors/mesh/mesh_intern.h (+1, -0) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+8, -0) (Diff)
/source/blender/editors/transform/transform_manipulator_3d.c (+2, -1) (Diff)