Update source to v6.14.19098.19271

This commit is contained in:
Will Pearson
2019-04-09 10:17:14 -07:00
parent 98797aac6e
commit f2dc7fba67
97 changed files with 10406 additions and 7766 deletions

View File

@@ -920,9 +920,7 @@ ON_Object* ON_BinaryArchive::Internal_ConvertObject(
ON_Mesh* mesh = nullptr;
if ( Archive3dmVersion() < 60 )
{
// Use an ordinary mesh to V5 and earlier file formats.
const ON_SubDDisplayParameters dp = ON_SubDMeshProxyUserData::MeshProxyDisplayParameters();
mesh = subd->GetLimitSurfaceMesh(dp, nullptr);
mesh = subd->GetControlNetMesh(nullptr);
}
else if ( ON_Internal_UseSubDMeshProxy(*this) )
{