0

I have a set of obj exports comprising of a million files(each file between 100-200kb). Is there are a way to pick up files from a folder and export them to glTF? What I am talking about is batch importing obj files to batch export to glTF. I am new to blender and would really appreciate if anybody can guide me on this.

sujal ks
  • 1
  • 3
  • related: https://blender.stackexchange.com/questions/168140/batch-exporting-scene-collections-or-selected-objects-using-gltf-blender-io/175968#175968 – brockmann Jul 22 '20 at 06:37

1 Answers1

1

You can do batch export from Blender in the same way as described in Export multiple objects to .obj, but with the glTF export API. That said, I think a standalone CLI converter might be easier to use in this case, like obj2gltf.

Don McCurdy
  • 1,214
  • 6
  • 21
  • I have been referring to this link and trying to get the import>export and later delete it running it on loop https://blender.stackexchange.com/questions/10709/re-import-obj-and-replace-existing?noredirect=1&lq=1 – sujal ks Jul 23 '20 at 01:40