From 4dbe344d05248c6df35aa53a99b0c76b29089997 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 24 Sep 2018 11:25:14 +0200 Subject: Fix FBX import of armatures. Some typos, and missing named parameters... --- 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 6b83387d..92817fa2 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": (4, 10, 2), + "version": (4, 10, 3), "blender": (2, 80, 0), "location": "File > Import-Export", "description": "FBX IO meshes, UV's, vertex colors, materials, textures, cameras, lamps and actions", -- cgit v1.2.3