Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #349 : batch exportation of pokemon models #437

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lobster6
Copy link

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 :

public void ExportModel(string fileName, DAE.ExportSettings settings)

@hYdos
Copy link

hYdos commented Oct 27, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants