mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-18 07:26:06 +08:00
Sync changes from upstream repository
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user