Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-01-20 23:40:15 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-01-20 23:41:25 +0300
commitad42925185027a5466e4ed1773848ade4def054e (patch)
tree07c2d302f9406865c8658bf2225bd095bb4525ec /io_scene_fbx/json2fbx.py
parenta14c6d6be6b4541fd7c32a81b7af5ab88418d1fe (diff)
FBX: Correction to the relative paths import
Diffstat (limited to 'io_scene_fbx/json2fbx.py')
-rwxr-xr-xio_scene_fbx/json2fbx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_fbx/json2fbx.py b/io_scene_fbx/json2fbx.py
index 7240da91..79e94a1e 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):