Merge branch 'blender-v2.81-release'

This commit is contained in:
Sybren A. Stüvel 2019-11-05 17:45:31 +01:00
commit 3c161fb82c
1 changed files with 1 additions and 1 deletions

View File

@ -1495,7 +1495,7 @@ Mesh *AbcSubDReader::read_mesh(Mesh *existing_mesh,
* This prevents crash from T49813.
* TODO(kevin): perhaps find a better way to do this? */
if (face_counts->size() != existing_mesh->totpoly ||
face_indices->size() != existing_mesh->totpoly) {
face_indices->size() != existing_mesh->totloop) {
settings.read_flag = MOD_MESHSEQ_READ_VERT;
if (err_str) {