Sync changes from upstream repository

This commit is contained in:
Bozo the Builder
2025-08-12 12:41:00 -07:00
parent 93bb2eb34a
commit 2447ac5cdf
34 changed files with 766 additions and 293 deletions

View File

@@ -2408,7 +2408,7 @@ bool ON_SubDMeshProxyUserData::WriteToArchive(
{
for (;;)
{
if (archive.Archive3dmVersion() < 60)
if (archive.Archive3dmVersion() >= 60)
break;
if (false == IsValid())
return false;