Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-06-13 19:38:57 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-06-13 19:43:25 +0400
commit5861e528d64906325632a490b1682f696abd3ebc (patch)
tree770ba82c6912d0db05166a6a31a5698a8ad585ee /source/blender/editors/mesh/CMakeLists.txt
parentcb7915fc606846601ef43fc8804735006bbc0b31 (diff)
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.
Diffstat (limited to 'source/blender/editors/mesh/CMakeLists.txt')
-rw-r--r--source/blender/editors/mesh/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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