Switch-Toolbox
                                
                                 Switch-Toolbox copied to clipboard
                                
                                    Switch-Toolbox copied to clipboard
                            
                            
                            
                        Fix #349 : batch exportation of pokemon models
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
There seems to be an issue with this code or the existing code where exported models have their texture uv's messed up