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:
authorCampbell Barton <ideasman42@gmail.com>2016-03-30 16:07:42 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-03-30 16:08:39 +0300
commitc24359d93a4d2862e185f73814eff9213a98dc46 (patch)
treed0618c2182ca4a1155717bc0193a73ca3352e1b2
parent320d4f7bafb27592854fa346687ec1b72d6698c1 (diff)
Correct import (missed when moving from BAM)
-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