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-05-18 18:58:12 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-05-18 18:58:12 +0300
commit91976e77c322b95fa29544a81dd46c3008facddd (patch)
tree57d0f40ce02651d9e98e8c62b9e6c6dad9743f90 /io_scene_fbx/__init__.py
parent717c062b5ed2237206c21b1bff9cc438f76ae358 (diff)
FBX export: more twisting and co to attempt fixing scale/animation issue, still failing.
Diffstat (limited to 'io_scene_fbx/__init__.py')
-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 4038c2ae..1e644cdc 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, 2, 5),
+ "version": (3, 2, 6),
"blender": (2, 74, 0),
"location": "File > Import-Export",
"description": "FBX IO meshes, UV's, vertex colors, materials, textures, cameras, lamps and actions",