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/operators/bmo_split_edges.c
parent49411a6e37ce88e644db733621ac2577851a7b7e (diff)
fix for bug in rip tool, isolated verts would remain selected after ripping.
Diffstat (limited to 'source/blender/bmesh/operators/bmo_split_edges.c')
-rw-r--r--source/blender/bmesh/operators/bmo_split_edges.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/bmesh/operators/bmo_split_edges.c b/source/blender/bmesh/operators/bmo_split_edges.c
index 88c1c3dca44..7eea4c4878d 100644
--- a/source/blender/bmesh/operators/bmo_split_edges.c
+++ b/source/blender/bmesh/operators/bmo_split_edges.c
@@ -29,7 +29,6 @@
#include "BLI_utildefines.h"
#include "bmesh.h"
-#include "tools/bmesh_edgesplit.h"
#include "intern/bmesh_operators_private.h" /* own include */