diff --git a/LightlessSync/Services/ModelDecimation/ModelDecimationFilters.cs b/LightlessSync/Services/ModelDecimation/ModelDecimationFilters.cs index 7cd4d91..f2d7f8a 100644 --- a/LightlessSync/Services/ModelDecimation/ModelDecimationFilters.cs +++ b/LightlessSync/Services/ModelDecimation/ModelDecimationFilters.cs @@ -64,9 +64,14 @@ internal static class ModelDecimationFilters // BODY MATERIALS ONLY, NOT MESHES internal static readonly string[] BodyMaterials = [ - "_bibo", - "_a.mtrl", - "_b.mtrl", + "b0001_bibo.mtrl", + "b0101_bibo.mtrl", + + "b0001_a.mtrl", + "b0001_b.mtrl", + + "b0101_a.mtrl", + "b0101_b.mtrl", ]; internal static string NormalizePath(string path)