[Bf-extensions-cvs] [ad42925] master: FBX: Correction to the relative paths import

Sergey Sharybin noreply at git.blender.org
Tue Jan 20 21:44:14 CET 2015


Commit: ad42925185027a5466e4ed1773848ade4def054e
Author: Sergey Sharybin
Date:   Wed Jan 21 01:40:15 2015 +0500
Branches: master
https://developer.blender.org/rBAad42925185027a5466e4ed1773848ade4def054e

FBX: Correction to the relative paths import

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

M	io_scene_fbx/json2fbx.py

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

diff --git a/io_scene_fbx/json2fbx.py b/io_scene_fbx/json2fbx.py
index 7240da9..79e94a1 100755
--- a/io_scene_fbx/json2fbx.py
+++ b/io_scene_fbx/json2fbx.py
@@ -65,7 +65,7 @@ ensured to be unique.
 """
 
 
-import encode_bin
+from . import encode_bin
 
 
 def elem_empty(elem, name):



More information about the Bf-extensions-cvs mailing list