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-13 05:52:36 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-08-13 05:52:36 +0400
commit5a9c012d86e900208db09b74aebd0bdd60ec711c (patch)
tree31cef1dd80dbf37339bad50a470b0cef37aa0e85 /source/blender/bmesh/bmesh.h
parent49411a6e37ce88e644db733621ac2577851a7b7e (diff)
fix for bug in rip tool, isolated verts would remain selected after ripping.
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 022dfe452e7..d1d93bbfd1d 100644
--- a/source/blender/bmesh/bmesh.h
+++ b/source/blender/bmesh/bmesh.h
@@ -271,6 +271,7 @@ extern "C" {
#include "tools/bmesh_bevel.h"
#include "tools/bmesh_decimate.h"
+#include "tools/bmesh_edgesplit.h"
#include "tools/bmesh_path.h"
#include "tools/bmesh_triangulate.h"