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-08-22 21:56:08 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-08-22 21:56:08 +0400
commite97f979f73ffb1872a7bb388efab883b47544e78 (patch)
tree8ba9247185bb4e7cce7181026f1cf7f0b7fa8d4b /source/blender/bmesh/bmesh.h
parentc1cc9f3376eea4664a85db82e1901f5f03e59ac0 (diff)
new bmesh operator bisect_plane, cuts a mesh in half, takes a user defined plane as an argument, handles concave ngons which need multiple cuts.
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 5bde354f4e8..1b167b3f29a 100644
--- a/source/blender/bmesh/bmesh.h
+++ b/source/blender/bmesh/bmesh.h
@@ -270,6 +270,7 @@ extern "C" {
#include "intern/bmesh_inline.h"
#include "tools/bmesh_bevel.h"
+#include "tools/bmesh_bisect_plane.h"
#include "tools/bmesh_decimate.h"
#include "tools/bmesh_edgenet.h"
#include "tools/bmesh_edgesplit.h"