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:
-rw-r--r--source/blender/src/edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/edit.c b/source/blender/src/edit.c
index f96f972e641..ca6239b5580 100644
--- a/source/blender/src/edit.c
+++ b/source/blender/src/edit.c
@@ -1005,7 +1005,7 @@ static void make_trans_verts(float *min, float *max, int mode)
tottrans++;
}
- if (mode & 2) {
+ if ((mode & 2) && (tipsel)) {
VECCOPY (tv->oldloc, ebo->tail);
tv->loc= ebo->tail;
tv->nor= NULL;