Merge branch 'blender-v3.6-release'

This commit is contained in:
Hans Goudey
2023-06-16 08:23:47 -04:00

View File

@@ -879,7 +879,7 @@ static Mesh *modifyMesh(ModifierData *md, const ModifierEvalContext *ctx, Mesh *
else {
origindex[mpoly_index] = ORIGINDEX_NONE;
dst_material_index[mpoly_index] = mat_nr;
sharp_faces.span[i] = use_flat_shading;
sharp_faces.span[mpoly_index] = use_flat_shading;
}
poly_offests_new[mpoly_index] = mpoly_index * 4;