Merge branch 'master' into blender2.8

This commit is contained in:
2017-08-12 14:06:02 +10:00
27 changed files with 60 additions and 184 deletions

View File

@@ -1163,7 +1163,6 @@ static PyObject *C_BVHTree_FromObject(PyObject *UNUSED(cls), PyObject *args, PyO
/* Get data for tessellation */
{
DM_ensure_looptri(dm);
lt = dm->getLoopTriArray(dm);
tris_len = (unsigned int)dm->getNumLoopTri(dm);