Skip to content

Export Helper v1.0 initial release

Compare
Choose a tag to compare
@mdbridges1 mdbridges1 released this 23 May 03:54
· 3 commits to master since this release

​This Blender add-on is designed to quickly export every object in your blend file to one of 4 formats:

  • GLB (glTF 2.0 binary)
  • OBJ
  • FBX
  • FBX for Unity

I developed it as part of creating a series of modular game assets and quickly realised it would be quicker to write a little script to export it than do the work manually. It has grown since then, becoming an add-on with multiple export options.

If you have any feedback, either on its functionally or code base please let me know :D

and if you want to see additional functionality or have a request for a different type of add on let me know as well.

Mikey