You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Ensure shape data is properly updated after model modifiers are applied.
- Ensure shape data is properly updated after switching model between import and export ready modes.
- Throw an error if the model has too many total vertices due to shape data inclusions.
thrownewInvalidDataException("Mesh Group "+meshNum+" has too many total vertices/triangle indices.\nRemove some vertices/faces/shapes or split them across multiple mesh groups.");
loggingFunction(true,"Group: "+mIdx+" Part: "+pIdx+" :: "+perPartMajorCorrections.ToString()+" Vertices had major corrections made to their weight data.");
1327
1327
}
1328
-
1329
-
foreach(varshpKvinp.ShapeParts)
1330
-
{
1331
-
foreach(varvinshpKv.Value.Vertices)
1332
-
{
1333
-
v.UV1[1]*=-1;
1334
-
v.UV2[1]*=-1;
1335
-
}
1336
-
}
1337
-
1338
1328
pIdx++;
1339
1329
}
1340
1330
mIdx++;
1341
1331
}
1342
1332
1343
1333
1334
+
// Update the base shape data to match our base model.
0 commit comments