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-10-10 18:20:16 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-10-10 18:20:16 +0300
commitdb2c65d9e7885809a9ac6ab09fa2585e6b35d353 (patch)
tree6c9844bb5ced862350dff6984ad20d4e411cd1f0 /io_scene_obj/__init__.py
parentc4f78f14931be95e7f3bb31169579206369cc569 (diff)
Fix T70666: OBJ IO: Add support for new Emission option of Principled BSDF.
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 bddf758b..399a4d29 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, 6, 0),
+ "version": (3, 7, 0),
"blender": (2, 81, 6),
"location": "File > Import-Export",
"description": "Import-Export OBJ, Import OBJ mesh, UV's, materials and textures",