/blender_UBJSON_exporter

Blender to UBJSON exporter

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

This is a fork of the original Libgdx Blender G3D Exporter

It is an exporter addon for Blender, that exports your scene to JSON or binary JSON (UBJSON).

The original addon did not export to the official UBJSON format, because LibGDX uses a custom UBJSON loader.

This addon does export to the official UBJSON format, using py-ubjson. Because of that, the UBJSON files exported by this addon cannot be parsed by LibGDX anymore. However, they can be parsed by anything else that supports UBJSON, such as JSON for C++.

Installation

Same as the original addon + you need to install py-ubjson