From 828be6eb5b9c8355869d3fe85f91831d0e551142 Mon Sep 17 00:00:00 2001 From: azyges Date: Mon, 19 Jan 2026 21:20:54 +0900 Subject: [PATCH] fix body materials --- .../ModelDecimation/ModelDecimationFilters.cs | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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)