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>2015-12-09 08:21:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-12-09 08:24:52 +0300
commitaaa56782d3c7b253aac34fcc8e966703bc368fe4 (patch)
treef6d61145169284bf90a4839154caf373e22f4219 /source/blender/bmesh/CMakeLists.txt
parent1898c1f05cd38ea82f6da2ac3af07bab56537f3b (diff)
BMesh: move BM_face_split_edgenet to its own file
Isolate edge-net splitting in preparation for other functions to be added here.
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 257768b0ac8..686b8507291 100644
--- a/source/blender/bmesh/CMakeLists.txt
+++ b/source/blender/bmesh/CMakeLists.txt
@@ -112,6 +112,8 @@ set(SRC
intern/bmesh_operators_private.h
intern/bmesh_polygon.c
intern/bmesh_polygon.h
+ intern/bmesh_polygon_edgenet.c
+ intern/bmesh_polygon_edgenet.h
intern/bmesh_private.h
intern/bmesh_queries.c
intern/bmesh_queries.h