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>2017-10-18 16:27:38 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2017-10-18 16:27:38 +0300
commit89285a88abbeb6886da3eefa9818012c6d760886 (patch)
tree91b0212a19824b6dd7705a8b673fc077961c06a1 /io_scene_fbx/__init__.py
parentdd2126b0988e6efa6a29b47cfefb659ec7952b68 (diff)
Fix T53065: stupid animation linked to nothing in FBX file broke import.
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 e243b877..3c1a8ffd 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, 7, 14),
+ "version": (3, 7, 15),
"blender": (2, 79, 1),
"location": "File > Import-Export",
"description": "FBX IO meshes, UV's, vertex colors, materials, textures, cameras, lamps and actions",