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;