Merge branch 'blender-v2.90-release'

This commit is contained in:
Philipp Oeser 2020-08-11 21:52:54 +02:00
commit 185ed9980c
1 changed files with 5 additions and 0 deletions

View File

@ -772,6 +772,11 @@ static EMat *build_edge_mats(const MVertSkin *vs,
*has_valid_root = true;
}
else if (totedge == 0) {
/* Vertex-only mesh is valid, mark valid root as well (will display error otherwise). */
*has_valid_root = true;
break;
}
}
}