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:
Diffstat (limited to 'oscurart_tools')
-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()