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

Fix type mismatches when assigning properties on import. #300

Closed Exairnous closed 3 months ago

Exairnous commented 3 months ago

Round numbers when assigning to integer properties on import to avoid errors relating to floating point inaccuracies, i.e. the property value should be an int but it's actually a float.

Exairnous commented 3 months ago

Closing in favor of #302