From e97f979f73ffb1872a7bb388efab883b47544e78 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 22 Aug 2013 17:56:08 +0000 Subject: 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. --- source/blender/bmesh/bmesh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/bmesh/bmesh.h') 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" -- cgit v1.2.3