Switch-Toolbox icon indicating copy to clipboard operation
Switch-Toolbox copied to clipboard

Fix #349 : batch exportation of pokemon models

Open lobster6 opened this issue 3 years ago • 1 comments

Pokemon files in Pokemon Sword and Shield were not impacted by Batch Export because GFBMDL did not inherit IExportableModel, so the program considered that there was nothing to export. I did not try for Animal Crossing or Pokemon Let's Go, but the solution may be similar, depending on what file format you want

There is a bit of repetition with the ExportModel function, maybe we can simplify it though : https://github.com/KillzXGaming/Switch-Toolbox/blob/849aa7f6c2d91061d5b7e47afbc9e4370aaf8ba3/File_Format_Library/FileFormats/Pokemon/GFLX/GFBMDL/GFBMDL.cs#L744

lobster6 avatar Jan 17 '22 21:01 lobster6

There seems to be an issue with this code or the existing code where exported models have their texture uv's messed up

hYdos avatar Oct 27 '22 11:10 hYdos