mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-04-17 19:56:02 +08:00
Revert "Merge pull request #65 from mcneel/update-1700083597-8.x"
This reverts commit79b9408511, reversing changes made to052b5c981c.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user