From dd9a33dc83f912c89947a149a76e374ee3bba13e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 11 Jul 2014 10:32:33 +1000 Subject: Add mesh tool to split faces by wire edges (face menu) This can be used in a similar way to the knife tool, but the edges are manually setup first. --- 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 6bf9d5a3b6a..0cb2dd1eb68 100644 --- a/source/blender/editors/mesh/CMakeLists.txt +++ b/source/blender/editors/mesh/CMakeLists.txt @@ -45,6 +45,7 @@ set(SRC editmesh_bisect.c editmesh_extrude.c editmesh_inset.c + editmesh_intersect.c editmesh_knife.c editmesh_knife_project.c editmesh_loopcut.c -- cgit v1.2.3