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/bmesh.h
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/bmesh.h')
-rw-r--r--source/blender/bmesh/bmesh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/bmesh/bmesh.h b/source/blender/bmesh/bmesh.h
index 78c814af86e..f29d280d071 100644
--- a/source/blender/bmesh/bmesh.h
+++ b/source/blender/bmesh/bmesh.h
@@ -244,6 +244,7 @@ extern "C" {
#include "intern/bmesh_mods.h"
#include "intern/bmesh_operators.h"
#include "intern/bmesh_polygon.h"
+#include "intern/bmesh_polygon_edgenet.h"
#include "intern/bmesh_queries.h"
#include "intern/bmesh_walkers.h"