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-07-11 20:35:28 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2017-07-11 20:37:37 +0300
commit4e25de776a09e9d6bb6ccac9e935c32ea0952d95 (patch)
tree5566a4adf05b8b405fe59ef1a13a54b6f1f2a652 /io_scene_fbx/__init__.py
parent2316aea462d1d42d3166e849c86e0d3097d7c776 (diff)
Fix T52029: Blender 2.78a doesn't import user properties from FBX file.
Customprop handling helper was called with wrong data for objects and bones. Many thanks to Nik S (@proteamer) for spotting the issue, investigating it and finding the solution!
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 039e7952..a3cb049e 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, 11),
+ "version": (3, 7, 12),
"blender": (2, 77, 0),
"location": "File > Import-Export",
"description": "FBX IO meshes, UV's, vertex colors, materials, textures, cameras, lamps and actions",