Sync changes from upstream repository

This commit is contained in:
Bozo The Builder
2020-01-16 10:59:30 -08:00
parent 066c760fb5
commit fd6843da76
70 changed files with 6078 additions and 805 deletions

View File

@@ -377,7 +377,8 @@ bool ON_SubD::SetTextureCoordinatesFromFaceDomains() const
{
if (ON_SubDTextureDomainType::Unset == this->TextureDomainType())
{
if (false == SetTextureDomains(ON_SubDTextureDomainType::PerFace, false, false))
// uset default to packed
if (false == SetTextureDomains(ON_SubDTextureDomainType::Packed, false, false))
return false;
}
ON_SubDFaceIterator fit(*this);