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>2015-06-15 17:34:57 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-06-15 17:34:57 +0300
commit02b82c4fc10d1755fb3176b2aae66d060eea6015 (patch)
treedbc5e4240ff920393f2d209e427a029f567cfe75 /io_scene_fbx
parent15ec348c417d7fc7dd47216d55b1b16926cb67e4 (diff)
Again forgot to raise version count...
Diffstat (limited to 'io_scene_fbx')
-rw-r--r--io_scene_fbx/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_fbx/__init__.py b/io_scene_fbx/__init__.py
index c9931ce6..c4bd9b71 100644
--- a/io_scene_fbx/__init__.py
+++ b/io_scene_fbx/__init__.py
@@ -21,7 +21,7 @@
bl_info = {
"name": "FBX format",
"author": "Campbell Barton, Bastien Montagne, Jens Restemeier",
- "version": (3, 3, 2),
+ "version": (3, 3, 3),
"blender": (2, 74, 0),
"location": "File > Import-Export",
"description": "FBX IO meshes, UV's, vertex colors, materials, textures, cameras, lamps and actions",