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