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 51 forks source link

Init on addon register #260

Closed keianhzo closed 6 months ago

keianhzo commented 6 months ago

We were not initializing on add-on register, only on scene open. This PR ensures that the scene debugger is always initialized after addon registreation.

keianhzo commented 6 months ago

Not sure why but it seemed to be the operator call while registering, maybe the operator was not yet fully initialized.