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 d0d29dd21d - Show all commits

View File

@ -86,7 +86,7 @@ struct WeightedNormalData {
blender::OffsetIndices<int> faces;
blender::Span<blender::float3> face_normals;
blender::VArray<bool> sharp_faces;
const int *poly_strength;
const int *face_strength;
const MDeformVert *dvert;
int defgrp_index;