Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2019-01-10 17:25:16 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-01-10 17:26:18 +0300
commit9448cef00d1b3ac3e4c58e7278d726fd9d2f95da (patch)
treee9a1d08c9855b31d369e357997c0ee93e487d0d1 /io_scene_obj/__init__.py
parent2e9f1abbe7dcee90d3d0b3ce9fc950da9f656fe2 (diff)
Fix first part of T60381: OBJ import broken in case of multiple OBJ objects named the same.
Ensure we use a different key for each OBJ object (usung similar naming increment as Blender one).
Diffstat (limited to 'io_scene_obj/__init__.py')
-rw-r--r--io_scene_obj/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_obj/__init__.py b/io_scene_obj/__init__.py
index 166cc7fc..7fcb0a97 100644
--- a/io_scene_obj/__init__.py
+++ b/io_scene_obj/__init__.py
@@ -21,7 +21,7 @@
bl_info = {
"name": "Wavefront OBJ format",
"author": "Campbell Barton, Bastien Montagne",
- "version": (3, 5, 3),
+ "version": (3, 5, 4),
"blender": (2, 80, 0),
"location": "File > Import-Export",
"description": "Import-Export OBJ, Import OBJ mesh, UV's, materials and textures",