Merge branch 'master' into blender2.8

This commit is contained in:
2018-01-13 02:05:49 +01:00
40 changed files with 530 additions and 239 deletions

View File

@@ -650,7 +650,7 @@ static PyObject *bpy_bm_utils_face_join(PyObject *UNUSED(self), PyObject *args)
bool do_remove = true;
if (!PyArg_ParseTuple(
args, "O|i:face_join",
args, "O|O&:face_join",
&py_face_array,
PyC_ParseBool, &do_remove))
{