mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-31 16:26:51 +08:00
Sync changes from upstream repository
Co-authored-by: alain <alain@mcneel.com> Co-authored-by: chuck <chuck@mcneel.com> Co-authored-by: Dale Fugier <dale@mcneel.com> Co-authored-by: Greg Arden <greg@mcneel.com> Co-authored-by: Mikko Oksanen <mikko@mcneel.com> Co-authored-by: Pierre Cuvilliers <pierre@mcneel.com> Co-authored-by: Steve Baer <steve@mcneel.com> Co-authored-by: wfcook <github@wfcook.com>
This commit is contained in:
@@ -523,8 +523,9 @@ bool ON_Dimension::Internal_ReadDimension(
|
||||
break;
|
||||
if (!archive.ReadDouble(&m_distance_scale))
|
||||
break;
|
||||
if (ON_nil_uuid == m_detail_measured)
|
||||
m_distance_scale = 1.0;
|
||||
// 24-Sep-2021 Dale Fugier, https://mcneel.myjetbrains.com/youtrack/issue/RH-65605
|
||||
//if (ON_nil_uuid == m_detail_measured)
|
||||
// m_distance_scale = 1.0;
|
||||
|
||||
if (content_version <= 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user