Skip to content

dibidabidab/blender_UBJSON_exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

No packages published

Languages

  • Python 95.8%
  • Java 4.2%