This commit is contained in:
2014-10-30 09:38:17 +01:00
parent 9460d4f3de
commit 3599de21ae
3 changed files with 9 additions and 18 deletions

View File

@@ -46,7 +46,6 @@ def blendfile_remap(blendfile_src, blendpath_dst, path_remap):
return filepath_tmp
for fp, (rootdir, fp_blend_basename) in blendfile_path_walker.FilePath.visit_from_blend(
blendfile_src,
readonly=False,
@@ -128,4 +127,3 @@ def main():
if __name__ == "__main__":
main()