Merge branch 'master' into blender2.8

This commit is contained in:
Campbell Barton
2018-09-11 15:01:41 +10:00

View File

@@ -793,7 +793,7 @@ int getTransformOrientation_ex(const bContext *C, float normal[3], float plane[3
}
}
result = ORIENTATION_EDGE;
result = is_zero_v3(plane) ? ORIENTATION_VERT : ORIENTATION_EDGE;
}
else if (em->bm->totvertsel > 3) {
BMIter iter;