Sync changes from upstream repository

This commit is contained in:
Bozo the Builder
2024-04-03 04:03:44 -07:00
parent b939e2ac6b
commit 4034b523dd
17 changed files with 801 additions and 175 deletions

View File

@@ -1027,6 +1027,9 @@ void ON_SubDVertex::ClearSavedSurfacePoints() const
void ON_SubDVertex::ClearSavedSubdivisionPoints() const
{
// Dale Lear 2024 Feb 27 - Fix RH-80633
// Unconditionally clear cached crease sector sharpness.
this->Internal_ClearInteriorCreaseVertexSharpnessForExperts();
// clear vertex specific limit point cache
ClearSavedSurfacePoints();
// clear general subdivision point cache