Mesh: Replace MLoop struct with generic attributes #104424

Merged
Hans Goudey merged 261 commits from refactor-mesh-corners-generic into main 2023-03-20 15:55:25 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 84628054f8 - Show all commits

View File

@ -1069,7 +1069,7 @@ static bool mesh_calc_islands_loop_poly_uv(const MEdge *edges,
}
}
else {
BLI_assert(loops[edge_to_loops.indices[i]].v == v2);
BLI_assert(corner_verts[edge_to_loops.indices[i]] == v2);
UNUSED_VARS_NDEBUG(v2);
if (!equals_v2v2(uvco_v2, luvs[edge_to_loops.indices[i]]) ||
!equals_v2v2(uvco_v1, luvs[edge_to_loops.indices[i + 1]])) {