mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-04 22:19:42 +08:00
Sync changes from upstream repository
Co-authored-by: Steve Baer <steve@mcneel.com> Co-authored-by: Nathan Letwory <nathan@mcneel.com> Co-authored-by: Dale Lear <dalelear@mcneel.com>
This commit is contained in:
committed by
Will Pearson
parent
b844466e88
commit
799431a63b
@@ -514,7 +514,7 @@ bool ON_3dmProperties::Write(ON_BinaryArchive& file) const
|
||||
= file.ArchiveFullPath().IsEmpty()
|
||||
? m_3dmArchiveFullPathName
|
||||
: file.ArchiveFullPath();
|
||||
if (archive_full_path.IsNotEmpty())
|
||||
if (rc && archive_full_path.IsNotEmpty())
|
||||
{
|
||||
if (!file.BeginWrite3dmChunk(TCODE_PROPERTIES_AS_FILE_NAME, 0))
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user