mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-24 03:11:22 +08:00
Update source to v6.14.19098.19271
This commit is contained in:
@@ -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) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user