Skip to content

Commit a834fdd

Browse files
committed
Adds support for pulling material data from .db files and applying it to a mdl export.
Current supported workflow is using console tools to wrap the db with the switch /mats. Readded wait for SQL cleanup, oops.
1 parent 241ed37 commit a834fdd

File tree

1 file changed

+1
-1
lines changed
  • xivModdingFramework/Models/DataContainers

1 file changed

+1
-1
lines changed

xivModdingFramework/Models/DataContainers/TTModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1757,8 +1757,8 @@ public static async Task<TTModel> LoadFromFile(string filePath, Action<bool, str
17571757
model.MeshGroups[matNum].Material = materialPath;
17581758
}
17591759
}
1760-
17611760

1761+
XivCache.WaitForSqlCleanup();
17621762
db.Close();
17631763
}
17641764

0 commit comments

Comments
 (0)