Skip to content

Releases: mdbridges1/Export_Helper

Export Helper v1.1

23 May 16:12
Compare
Choose a tag to compare

Export Helper

This 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

It is currently designed to take each object, and centre it in the scene and export, then places the model back. where it was in the scene.

Limitations

  • Currently doesn't work well with multi-object models with uncommon origins.
  • Not tested with animations at the moment.

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 functionality or codebase 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

Export Helper v1.0 initial release

23 May 03:54
Compare
Choose a tag to compare

​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