Correct own error in recent transform orientation changes

This commit is contained in:
Campbell Barton
2018-09-11 15:00:50 +10:00
parent 5bb11cfde2
commit 6bf003bce0

View File

@@ -796,7 +796,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;