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 1 additions and 1 deletions
Showing only changes of commit aa90e9ff89 - Show all commits

View File

@ -166,7 +166,7 @@ struct MeshRuntime {
*/
bool vert_normals_dirty = true;
bool poly_normals_dirty = true;
bool corner_normals_dirty = false;
bool corner_normals_dirty = true;
mutable Vector<float3> vert_normals;
mutable Vector<float3> poly_normals;
mutable Vector<float3> corner_normals;