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>2013-03-15 17:06:31 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-03-15 17:06:31 +0400
commit03f02019f221cb4c0f122d0bb1fe982cac60f70e (patch)
tree4e98d0e763bc776356f9ba6d534baad857add45d /source/blender/editors/mesh/CMakeLists.txt
parent6dc4ea34e44ae77125918ab9eda0fcfe7d9f0b3c (diff)
knife projection feature,
apart of 3d printing tools - use to cookie-cut text into a mesh.
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 169e7a60fb1..7e194d7ed5c 100644
--- a/source/blender/editors/mesh/CMakeLists.txt
+++ b/source/blender/editors/mesh/CMakeLists.txt
@@ -43,6 +43,7 @@ set(SRC
editmesh_add.c
editmesh_bvh.c
editmesh_knife.c
+ editmesh_knife_project.c
editmesh_loopcut.c
editmesh_rip.c
editmesh_select.c