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-02-06 23:46:44 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-02-06 23:46:44 +0300
commitf541b292efd661313cf3f95ed68e4af8974c4e4b (patch)
treedd2779388d30a051186ba51385446f722c2d9e1b /io_scene_obj/__init__.py
parent16f675ceda249a1c99c6567fa1bf54cbbb10db82 (diff)
Fix T60845: Export OBJ: error exporting as obj when file contains collection instances.
Looks like that was skipped somehow when OBJ IO was ported to 2.8...
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 84bddf9d..1ae4a8bf 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, 7),
+ "version": (3, 5, 8),
"blender": (2, 80, 0),
"location": "File > Import-Export",
"description": "Import-Export OBJ, Import OBJ mesh, UV's, materials and textures",