Don't move sharp face attribute to BMesh

This commit is contained in:
Hans Goudey 2023-01-05 14:46:40 -05:00
parent 4c30b950b6
commit cfa6593860
1 changed files with 2 additions and 1 deletions

View File

@ -2378,7 +2378,8 @@ static bool attribute_stored_in_bmesh_flag(const StringRef name)
".select_vert",
".select_edge",
".select_poly",
"material_index");
"material_index",
"sharp_face");
}
CustomData CustomData_shallow_copy_remove_non_bmesh_attributes(const CustomData *src,