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>2012-04-07 17:42:00 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-07 17:42:00 +0400
commit99aaf0812c771a993adf8707ac539281a243b8b9 (patch)
tree08719e8b35b1d9a4248b2b93218b063aa14e3591 /source/blender/bmesh/operators/bmo_slide.c
parent8fa17c5362a09d023bda999d4595f1762e5f52b9 (diff)
fix for vertex slide not taking object transformation into account.
also make the shortcut 'Shift+V'
Diffstat (limited to 'source/blender/bmesh/operators/bmo_slide.c')
-rw-r--r--source/blender/bmesh/operators/bmo_slide.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/bmesh/operators/bmo_slide.c b/source/blender/bmesh/operators/bmo_slide.c
index 5a530e41d4f..faeeafe97f6 100644
--- a/source/blender/bmesh/operators/bmo_slide.c
+++ b/source/blender/bmesh/operators/bmo_slide.c
@@ -29,11 +29,8 @@
#include "BKE_global.h"
#include "BLI_math.h"
-#include "BLI_array.h"
-#include "BLI_utildefines.h"
#include "bmesh.h"
-
#include "intern/bmesh_operators_private.h" /* own include */
#define EDGE_MARK 1