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
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 9011eeda95 - Show all commits

View File

@ -1470,6 +1470,7 @@ void BKE_mesh_sharp_edges_set_from_angle(Mesh *me, const float angle)
me->corner_verts(),
me->corner_edges(),
me->face_normals(),
me->corner_to_face_map(),
sharp_faces,
angle,
sharp_edges.span);

View File

@ -416,7 +416,7 @@ blender::Span<blender::float3> Mesh::corner_normals() const
this->faces(),
this->corner_verts(),
this->corner_edges(),
{},
this->corner_to_face_map(),
this->vert_normals(),
this->face_normals(),
sharp_edges,