Revert "Merge pull request #65 from mcneel/update-1700083597-8.x"

This reverts commit 79b9408511, reversing
changes made to 052b5c981c.
This commit is contained in:
fraguada
2023-11-15 23:07:33 +01:00
parent 79b9408511
commit 92dfe19314
29 changed files with 326 additions and 1113 deletions

View File

@@ -866,13 +866,13 @@ ON_SubDimple::ON_SubDimple(const ON_SubDimple& src)
m_subd_appearance = src.m_subd_appearance;
m_texture_coordinate_type = src.m_texture_coordinate_type;
m_texture_mapping_tag = src.m_texture_mapping_tag;
m_colors_mapping_tag = src.m_colors_mapping_tag;
// NOTE WELL: (Dale Lear Aug 2023)
// Fragment settings like the two m_fragment_... values
// Fragment settings like the three m_fragment_... values
// should be copied only if the mesh fragments are copied
// and that happens conditionally and happens later
// if ON_SubDimple::CopyEvaluationCacheForExperts() is called.
// NO // m_fragment_colors_mapping_tag = src.m_fragment_colors_mapping_tag;
// NO // m_fragment_texture_settings_hash = src.m_fragment_texture_settings_hash;
// NO // m_fragment_colors_settings_hash = src.m_fragment_colors_settings_hash;