From 0f1b2e7ea7a5b957f39fd5e41ae96ae288323b25 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 19 Mar 2018 16:23:36 +0100 Subject: Fix T54354: FBX addon fails on "blen_read_shape" for fome fbx files. Code would break on empty shapekey names, and was actually broken in all cases where Blender would have to alter the shapekey name when creating it. --- io_scene_fbx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_scene_fbx/__init__.py') diff --git a/io_scene_fbx/__init__.py b/io_scene_fbx/__init__.py index 948d9cb4..9611cb1f 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, 9, 0), + "version": (3, 9, 1), "blender": (2, 79, 1), "location": "File > Import-Export", "description": "FBX IO meshes, UV's, vertex colors, materials, textures, cameras, lamps and actions", -- cgit v1.2.3