Merge branch 'master' into blender2.8

This commit is contained in:
Brecht Van Lommel
2017-10-24 02:04:58 +02:00
44 changed files with 1272 additions and 1122 deletions

View File

@@ -1469,7 +1469,7 @@ static PyObject *bpy_bmvert_calc_edge_angle(BPy_BMVert *self, PyObject *args)
else {
PyErr_SetString(PyExc_ValueError,
"BMVert.calc_edge_angle(): "
"vert doesn't use 2 edges");
"vert must connect to exactly 2 edges");
return NULL;
}
}