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>2014-05-06 17:15:22 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2014-05-06 17:15:22 +0400
commit9ffc13cad61375a7facec905c1e0c0df60057d9b (patch)
treef11070fa7e5dd77f297b8decf8eaa13c07ccc480 /io_scene_obj
parent615f1b81000e23951e404f02cebf9a4bc49cf5e3 (diff)
Add some versionning to obj and fbx addons.
Rough guess, 2.0 for obj (because of quite heavy changes in it this fall/winter), and 3.0 for FBX (assuming 1.0 = 6.1 exporter, and 2.0 = 7.x importer, makes 3.0 = 7.4 exporter)
Diffstat (limited to 'io_scene_obj')
-rw-r--r--io_scene_obj/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/io_scene_obj/__init__.py b/io_scene_obj/__init__.py
index 9ee19faa..72ea746c 100644
--- a/io_scene_obj/__init__.py
+++ b/io_scene_obj/__init__.py
@@ -20,7 +20,8 @@
bl_info = {
"name": "Wavefront OBJ format",
- "author": "Campbell Barton",
+ "author": "Campbell Barton, Bastien Montagne",
+ "version": (2, 0, 0),
"blender": (2, 58, 0),
"location": "File > Import-Export",
"description": "Import-Export OBJ, Import OBJ mesh, UV's, "