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

Improve/fix the loop animation message bus handling and handler registration. #185

Closed Exairnous closed 1 year ago

Exairnous commented 1 year ago

This condenses and cleans up the message handling the same as is done in gizmos.py. Fixes the the undo/redo handler function being appended/removed to/from the load_post handler instead of the proper undo and redo handlers.