error with recent commit, thanks Ender79 for finding.
This commit is contained in:
@@ -2303,7 +2303,7 @@ int mesh_recalcTesselation(CustomData *fdata,
|
||||
mp = mpoly;
|
||||
polyorigIndex = CustomData_get_layer(pdata, CD_ORIGINDEX);
|
||||
for (i=0; i<totpoly; i++, mp++) {
|
||||
if (mp->totloop < 2) {
|
||||
if (mp->totloop < 3) {
|
||||
/* do nothing */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user