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 <b.mont29@gmail.com>2019-11-18 12:41:01 +0300
committerBastien Montagne <b.mont29@gmail.com>2019-11-18 12:41:01 +0300
commit4fd8ee12dbaba9fb21dad8f3c2a8718fb69f27a0 (patch)
treebdd9674f61da92a7c5dd38de3084f8c1c28a7a96 /io_scene_obj/__init__.py
parent9714cfe4a72b8bf8f61d917bbfdeb31397fe4f0c (diff)
Fix T71618: Can't import OBJs that have single-value colors in their MTL file.
MTL standard does consider g and b values as optional...
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 399a4d29..e121bb66 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, 7, 0),
+ "version": (3, 8, 0),
"blender": (2, 81, 6),
"location": "File > Import-Export",
"description": "Import-Export OBJ, Import OBJ mesh, UV's, materials and textures",