Mesh: Replace MLoop struct with generic attributes #104424

Merged
Hans Goudey merged 261 commits from refactor-mesh-corners-generic into main 2023-03-20 15:55:25 +01:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 026d21a225 - Show all commits

View File

@ -259,10 +259,10 @@ static void mesh_blend_write(BlendWriter *writer, ID *id, const void *id_address
Set<std::string> names_to_skip;
if (!BLO_write_is_undo(writer)) {
/* When converting to the old mesh format, don't save redundant attributes. */
names_to_skip.add_multiple_new({"position",
".hide_vert",
names_to_skip.add_multiple_new({".hide_vert",
".hide_edge",
".hide_poly",
"position",
"material_index",
".select_vert",
".select_edge",