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 0 additions and 3 deletions
Showing only changes of commit e9ae0978ae - Show all commits

View File

@ -546,9 +546,6 @@ static int customdata_compare(
}
break;
}
case CD_MLOOP: {
break;
}
case CD_MLOOPUV: {
MLoopUV *lp1 = (MLoopUV *)l1->data;
MLoopUV *lp2 = (MLoopUV *)l2->data;