Skip to content

Commit 161a4b0

Browse files
authored
Update README.md
1 parent 6d46897 commit 161a4b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
A simple Blender add-on that allows to **multiple OBJ files at once** and comes with the usual settings.
44

5-
*Background:* This repository has emerged from [*How to batch import Wavefront OBJ files?*](https://blender.stackexchange.com/q/5064) to keep track of all the changes over the years and having all downloads in one place. The add-on itself is basically just a wrapper of [`wm.obj_import`](https://docs.blender.org/api/current/bpy.ops.wm.html?highlight=obj_import#bpy.ops.wm.obj_import) or [`import_scene.obj`](https://docs.blender.org/api/blender_python_api_2_74_5/bpy.ops.import_scene.html?highlight=import_scene.obj#bpy.ops.import_scene.obj) operator in versions prior to Blender `3.2.0` until importing multiple .obj files is supported officially.
5+
### Background
6+
7+
This repository has emerged from [*How to batch import Wavefront OBJ files?*](https://blender.stackexchange.com/q/5064) to keep track of all the changes over the years and having all downloads in one place. The add-on itself is basically just a wrapper of [`wm.obj_import`](https://docs.blender.org/api/current/bpy.ops.wm.html?highlight=obj_import#bpy.ops.wm.obj_import) or [`import_scene.obj`](https://docs.blender.org/api/blender_python_api_2_74_5/bpy.ops.import_scene.html?highlight=import_scene.obj#bpy.ops.import_scene.obj) operator in versions prior to Blender `3.2.0` until importing multiple .obj files is supported officially.
68

79
## Versions
810

0 commit comments

Comments
 (0)