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

Add Blender 4.2+ support for the import/export settings panels #310

Merged

Conversation

Exairnous
Copy link
Contributor

The glTF add-on changed how it handles drawing the user extension settings panels for the import/export dialogs. Now the glTF add-on searches for a single draw method (which handles both import and export) in the init.py file of the Hubs add-on where previously it provided a panel for the importer and exporter respectively that we could hook into. This PR adds support for the new method while preserving support for the previous method.

The glTF add-on changed how it handles drawing the user extension settings panels for the import/export dialogs.  Now the glTF add-on searches for a single draw method (which handles both import and export) in the __init__.py file of the Hubs add-on where previously it provided a panel for the importer and exporter respectively that we could hook into.  This commit adds support for the new method while preserving support for the previous method.
@Exairnous Exairnous force-pushed the support-4.2-import-export-panels branch from 59d2e73 to c9100d6 Compare August 28, 2024 01:34
@Exairnous Exairnous added this to the 1.6.1 milestone Oct 15, 2024
@Exairnous Exairnous merged commit ef9d651 into Hubs-Foundation:master Oct 19, 2024
6 checks passed
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.

1 participant