Mesh: Replace auto smooth with node group #108014

Merged
Hans Goudey merged 149 commits from HooglyBoogly/blender:refactor-mesh-corner-normals-lazy into main 2023-10-20 16:54:20 +02:00
1 changed files with 0 additions and 3 deletions
Showing only changes of commit d6c4ef7586 - Show all commits

View File

@ -157,9 +157,6 @@ static void write_mesh_objects(Vector<std::unique_ptr<OBJMesh>> exportable_as_me
if (mtl_writer) {
mtlindices.append(mtl_writer->add_materials(obj));
}
if (export_params.export_normals) {
obj.ensure_mesh_normals();
}
}
/* Parallel over meshes: store normal coords & indices, uv coords and indices. */