Cleanup: add trailing commas to structs
Needed for clang formatting to workaround bug/limit, see: T53211
This commit is contained in:
@@ -324,7 +324,7 @@ void BKE_mesh_calc_normals_poly(
|
||||
|
||||
MeshCalcNormalsData data = {
|
||||
.mpolys = mpolys, .mloop = mloop, .mverts = mverts,
|
||||
.pnors = pnors, .lnors_weighted = lnors_weighted, .vnors = vnors
|
||||
.pnors = pnors, .lnors_weighted = lnors_weighted, .vnors = vnors,
|
||||
};
|
||||
|
||||
/* Compute poly normals, and prepare weighted loop normals. */
|
||||
|
||||
Reference in New Issue
Block a user