Fix T66475 Spin Modifier: Merge Vert Makes mesh disappear

This commit is contained in:
2019-07-07 19:01:37 +02:00
parent 6b7bc30c64
commit 473259f98b

View File

@@ -132,6 +132,9 @@ static Mesh *mesh_remove_doubles_on_axis(Mesh *result,
tot_doubles += 1;
copy_v3_v3(mvert_new[i].co, axis_co);
}
else {
mvert_new[i].flag &= ~ME_VERT_TMP_TAG & 0xFF;
}
}
if (tot_doubles != 0) {