[Bf-extensions-cvs] [b937fde] blender-v2.77-release: Correct import (missed when moving from BAM)

Campbell Barton noreply at git.blender.org
Tue Apr 5 10:54:45 CEST 2016


Commit: b937fdecb779bff5e1b8441302331b527c15afc0
Author: Campbell Barton
Date:   Thu Mar 31 00:07:42 2016 +1100
Branches: blender-v2.77-release
https://developer.blender.org/rBAb937fdecb779bff5e1b8441302331b527c15afc0

Correct import (missed when moving from BAM)

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

M	io_blend_utils/blend/blendfile_path_walker.py

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

diff --git a/io_blend_utils/blend/blendfile_path_walker.py b/io_blend_utils/blend/blendfile_path_walker.py
index 9c6c800..b7c37a0 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



More information about the Bf-extensions-cvs mailing list