From 5861e528d64906325632a490b1682f696abd3ebc Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 14 Jun 2014 01:38:57 +1000 Subject: New Editmesh Tool: Extend Vertex, (Alt+D) D512 Helps to easily add details to existing edges. Similar to the rip tool it depends on cursor location to choose the edge to extend along. --- source/blender/editors/mesh/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/mesh/CMakeLists.txt') diff --git a/source/blender/editors/mesh/CMakeLists.txt b/source/blender/editors/mesh/CMakeLists.txt index 8d91b300ff3..6bf9d5a3b6a 100644 --- a/source/blender/editors/mesh/CMakeLists.txt +++ b/source/blender/editors/mesh/CMakeLists.txt @@ -50,6 +50,7 @@ set(SRC editmesh_loopcut.c editmesh_path.c editmesh_rip.c + editmesh_rip_edge.c editmesh_select.c editmesh_tools.c editmesh_utils.c -- cgit v1.2.3