Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the Navigation Mesh component export for Blender 4.2
Add an extra dummy value to the Navigation Mesh component when exporting from Blender 4.2. Hubs expects the value for the Navigation Mesh to be an empty dictionary, but the glTF exporter attempts to strip these out. To combat this, the Hubs exporter uses a dummy value that gets stripped down to an empty dictionary by the glTF exporter, but in Blender 4.2 the glTF exporter added in an additional call to strip out empty values and ended up removing the component entirely. Fixes #311
- Loading branch information