Sync changes from upstream repository

Co-authored-by: Jussi Aaltonen <jussi@mcneel.com>
Co-authored-by: piac <giulio@mcneel.com>
Co-authored-by: Steve Baer <steve@mcneel.com>
This commit is contained in:
Bozo The Builder
2022-03-03 02:40:57 -08:00
parent 8fc4265bab
commit d49e422a37
15 changed files with 321 additions and 197 deletions

View File

@@ -2057,10 +2057,6 @@ ON_CurveRegionBoundaryElement& ON_CurveRegionBoundaryElement::operator=(const ON
return *this;
}
#if defined(OPENNURBS_GRADIENT_WIP)
class ON_CLASS ON_GradientColorData : public ON_UserData
{
ON_OBJECT_DECLARE(ON_GradientColorData);
@@ -2406,5 +2402,3 @@ bool ON_Hatch::SetGradientEndPoints(ON_3dPoint startpoint, ON_3dPoint endpoint)
data->m_end = endpoint;
return true;
}
#endif