Sync changes from upstream repository

This commit is contained in:
Bozo the Builder
2025-08-12 12:33:07 -07:00
parent 93bb2eb34a
commit 1adcb1b632
28 changed files with 744 additions and 288 deletions

View File

@@ -246,6 +246,7 @@ bool ON_GroundPlane::PopulateMaterial(ON_Material& mat) const
void ON_GroundPlane::SetXMLNode(ON_XMLNode& node) const
{
std::lock_guard<std::recursive_mutex> lg(_impl->_mutex);
_impl->SetModelNode(node);
}