cleanup: pep8

This commit is contained in:
2014-11-21 20:58:44 +01:00
parent 47a6eaa936
commit aac29c824d
12 changed files with 57 additions and 77 deletions

View File

@@ -56,7 +56,7 @@ def create_from_files(deps):
for f_abs in iter_files_blend(dirname):
if f_abs.endswith(".png"):
f_rel = bpy.path.relpath(f_abs)
image = bpy.data.images.load(f)
image = bpy.data.images.load(f_rel)
image.use_fake_user = True
deps.append(f_abs)
@@ -96,4 +96,3 @@ if __name__ == "__main__":
import sys
sys.exit(returncode)