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 1 deletions
Showing only changes of commit 6770c55a50 - Show all commits

View File

@ -146,7 +146,6 @@ static void expand_mesh(Mesh &mesh,
mesh.face_offset_indices[mesh.faces_num] = mesh.totloop + loop_expand;
}
if (loop_expand != 0) {
CustomData_free_layers(&mesh.loop_data, CD_NORMAL, mesh.totloop);
CustomData_free_layers(&mesh.loop_data, CD_MDISPS, mesh.totloop);
CustomData_free_layers(&mesh.loop_data, CD_TANGENT, mesh.totloop);
CustomData_free_layers(&mesh.loop_data, CD_PAINT_MASK, mesh.totloop);