From a2c685584d00c1f25dd2f119ad51ef4a9d94ee0f Mon Sep 17 00:00:00 2001 From: Bastien Montagne <montagne29@wanadoo.fr> Date: Mon, 18 May 2015 14:51:30 +0200 Subject: [PATCH] Fix json2fbx.py import --- io_scene_fbx/json2fbx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io_scene_fbx/json2fbx.py b/io_scene_fbx/json2fbx.py index 79e94a1e0..7240da91b 100755 --- a/io_scene_fbx/json2fbx.py +++ b/io_scene_fbx/json2fbx.py @@ -65,7 +65,7 @@ ensured to be unique. """ -from . import encode_bin +import encode_bin def elem_empty(elem, name): -- GitLab