Fix bug indirect library linking

This commit is contained in:
2014-11-05 19:24:48 +01:00
parent 073d4784df
commit 0ce5b61d12
2 changed files with 17 additions and 3 deletions

View File

@@ -114,8 +114,11 @@ def pack(blendfile_src, blendfile_dst, mode='FILE',
lib_visit=lib_visit,
):
# we could pass this in!
fp_blend = os.path.join(fp.basedir, fp_blend_basename)
if fp_blend_basename_last != fp_blend_basename:
yield report(" %s: %s\n" % (colorize("blend", color='blue'), fp.basedir + fp_blend_basename))
yield report(" %s: %s\n" % (colorize("blend", color='blue'), fp_blend))
fp_blend_basename_last = fp_blend_basename
# assume the path might be relative