Discard overwrite

This commit is contained in:
Eugenio Pignataro 2017-04-03 11:45:33 -03:00
parent 48d37aced7
commit a1515dddab
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ class collectImagesOsc(Operator):
shutil.copy(image.filepath, os.path.join(imagespath,os.path.basename(image.filepath)))
image.filepath = os.path.join(imagespath,os.path.basename(image.filepath))
else:
print("%s exists." % (image))
print("%s exists." % (image.name))
bpy.ops.file.make_paths_relative()