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/modifiers
parent49411a6e37ce88e644db733621ac2577851a7b7e (diff)
fix for bug in rip tool, isolated verts would remain selected after ripping.
Diffstat (limited to 'source/blender/modifiers')
-rw-r--r--source/blender/modifiers/intern/MOD_edgesplit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_edgesplit.c b/source/blender/modifiers/intern/MOD_edgesplit.c
index d79360c58ef..b3d3e65e120 100644
--- a/source/blender/modifiers/intern/MOD_edgesplit.c
+++ b/source/blender/modifiers/intern/MOD_edgesplit.c
@@ -44,7 +44,6 @@
#include "BKE_modifier.h"
#include "bmesh.h"
-#include "tools/bmesh_edgesplit.h"
#include "DNA_object_types.h"