Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugenio Pignataro <info@oscurart.com.ar>2017-04-03 17:45:33 +0300
committerEugenio Pignataro <info@oscurart.com.ar>2017-04-03 17:45:33 +0300
commita1515dddab595cb3d3e1cefa6e52afce224e06e7 (patch)
treed07404a977a5e7f643dfd355acf8523f1d1c30e4
parent48d37aced7e51fb720f2329207bfdd4cac1cc25e (diff)
Discard overwrite
-rw-r--r--oscurart_tools/oscurart_files.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oscurart_tools/oscurart_files.py b/oscurart_tools/oscurart_files.py
index 355a5e3d..0d2eceb8 100644
--- a/oscurart_tools/oscurart_files.py
+++ b/oscurart_tools/oscurart_files.py
@@ -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()