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:
-rw-r--r--io_blend_utils/blend/blendfile_path_walker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_blend_utils/blend/blendfile_path_walker.py b/io_blend_utils/blend/blendfile_path_walker.py
index 9c6c800f..b7c37a07 100644
--- a/io_blend_utils/blend/blendfile_path_walker.py
+++ b/io_blend_utils/blend/blendfile_path_walker.py
@@ -627,7 +627,7 @@ class bf_utils:
def iter_array(block, length=-1):
assert(block.code == b'DATA')
- import blendfile
+ from blend import blendfile
import os
handle = block.file.handle
header = block.file.header