Batch import Wavefront .obj files
A simple Blender add-on that allows to multiple OBJ files at once and comes with the usual settings.
It's basically just a wrapper of wm.obj_import
operator until importing multiple .obj
files is supported officially.
- Download the correct release of the add-on to match your version of Blender
- In Blender open up Preferences > Addons
- Click Install, select
io_batch_import_objs.py
and activate the Add-on
This repository has emerged from: How to batch import Wavefront OBJ files?