Faces split: Don't leave CD_NORMAL after split

This is supposed to be a temporary layer.

If someone needs loop normals after split it should explicitly
ask for that.
This commit is contained in:
Sergey Sharybin
2017-02-16 11:00:17 +01:00
parent 5cbaf56b26
commit 6468cb5f9c
2 changed files with 4 additions and 4 deletions

View File

@@ -80,6 +80,7 @@ static inline BL::Mesh object_to_mesh(BL::BlendData& data,
}
else {
me.split_faces();
me.calc_normals_split();
}
}
if(subdivision_type == Mesh::SUBDIVISION_NONE) {