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-08-18 12:00:56 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-08-18 12:00:56 +0300
commitd7fa659c6f9d4922bbcf63d15a120786e1f6ee68 (patch)
tree7412486a91051b5f418c48f1eecf3fe7ac5807c1 /io_scene_fbx/__init__.py
parent34564dc442de355acfb7edd426a1dc265f0d761a (diff)
Fix T45834: FBX Importer failed to importer.
This file actually showed several issues: *Not always using safe 'get_bind_matrix' *Not protecting against zero-length bones in the force-connect area
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 5bd609a2..61b52586 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, 5, 4),
+ "version": (3, 5, 5),
"blender": (2, 74, 0),
"location": "File > Import-Export",
"description": "FBX IO meshes, UV's, vertex colors, materials, textures, cameras, lamps and actions",