Hubs-Foundation / hubs-blender-exporter

The Hubs Blender Add-on enables artists to export their creations to the immersive web with Hubs
Mozilla Public License 2.0
165 stars 50 forks source link

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

Closed Exairnous closed 1 month ago

Exairnous commented 2 months ago

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.