[Bf-extensions-cvs] [c24359d] master: Correct import (missed when moving from BAM)

Campbell Barton noreply at git.blender.org
Wed Mar 30 15:05:31 CEST 2016


Commit: c24359d93a4d2862e185f73814eff9213a98dc46
Author: Campbell Barton
Date:   Thu Mar 31 00:07:42 2016 +1100
Branches: master
https://developer.blender.org/rBAc24359d93a4d2862e185f73814eff9213a98dc46

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