[Bf-extensions-cvs] [a2c6855] master: Fix json2fbx.py import

Bastien Montagne noreply at git.blender.org
Mon May 18 17:59:33 CEST 2015


Commit: a2c685584d00c1f25dd2f119ad51ef4a9d94ee0f
Author: Bastien Montagne
Date:   Mon May 18 14:51:30 2015 +0200
Branches: master
https://developer.blender.org/rBAa2c685584d00c1f25dd2f119ad51ef4a9d94ee0f

Fix json2fbx.py import

===================================================================

M	io_scene_fbx/json2fbx.py

===================================================================

diff --git a/io_scene_fbx/json2fbx.py b/io_scene_fbx/json2fbx.py
index 79e94a1..7240da9 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):



More information about the Bf-extensions-cvs mailing list