Small cleanup

This commit is contained in:
Hans Goudey 2022-11-04 11:58:44 +01:00
parent f4e261bfed
commit 026d21a225
1 changed files with 2 additions and 2 deletions

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",