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

[SM64] Add better exception processing to combined exporter #496

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jesusyoshi54
Copy link
Collaborator

Typically when exporting all selected with the combined exporter, exceptions were passed over as it would be common for objects to be selected without gfx or col data and to throw an exception.
Now the exceptions I except to appear during this have an extra argument that I catch during exception processing so that I only pass them (e.g. no data type exceptions), and all other valid exceptions will halt the export

scut added 2 commits February 11, 2025 18:30
…which will give a warning in the console. Possibility to add warning for user for other exceptions though probably not
@jesusyoshi54 jesusyoshi54 added enhancement New feature or request sm64 Has to do with the Super Mario 64 side labels Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request sm64 Has to do with the Super Mario 64 side
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant