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>2012-12-12 16:57:27 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-12-12 16:57:27 +0400
commitbee7c20a97e2e4fc72926a22db7409ab1b161f24 (patch)
tree422fefeb0e192c3ef4b8163a795265d8e7c30d93 /source/blender/bmesh/CMakeLists.txt
parent0ca46e3524ad74b4912b4cdfa8f27ae162e10257 (diff)
move edge split into its own function which can be called by the modifier without having to call a bmesh operator (gives some speedup).
Diffstat (limited to 'source/blender/bmesh/CMakeLists.txt')
-rw-r--r--source/blender/bmesh/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/bmesh/CMakeLists.txt b/source/blender/bmesh/CMakeLists.txt
index 2a23658f5d0..c41b0703240 100644
--- a/source/blender/bmesh/CMakeLists.txt
+++ b/source/blender/bmesh/CMakeLists.txt
@@ -111,6 +111,8 @@ set(SRC
tools/bmesh_decimate_dissolve.c
tools/bmesh_decimate_unsubdivide.c
tools/bmesh_decimate.h
+ tools/bmesh_edgesplit.c
+ tools/bmesh_edgesplit.h
bmesh.h
bmesh_class.h