diff --git a/source/blender/render/intern/multires_bake.cc b/source/blender/render/intern/multires_bake.cc index c90abd79c55..0ecbfaa75fa 100644 --- a/source/blender/render/intern/multires_bake.cc +++ b/source/blender/render/intern/multires_bake.cc @@ -504,7 +504,6 @@ static void do_multires_bake(MultiresBakeRender *bkr, {reinterpret_cast(dm->getEdgeArray(dm)), temp_mesh->totedge}); temp_mesh->poly_offsets_for_write().copy_from({dm->getPolyArray(dm), temp_mesh->totpoly + 1}); temp_mesh->corner_verts_for_write().copy_from({dm->getCornerVertArray(dm), temp_mesh->totloop}); - temp_mesh->corner_edges_for_write().copy_from({dm->getCornerEdgeArray(dm), temp_mesh->totloop}); const blender::Span positions = temp_mesh->vert_positions(); const blender::OffsetIndices polys = temp_mesh->polys();