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 'object_animrenderbake.py')
-rw-r--r--object_animrenderbake.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/object_animrenderbake.py b/object_animrenderbake.py
index 0c354408..054d1d39 100644
--- a/object_animrenderbake.py
+++ b/object_animrenderbake.py
@@ -94,7 +94,7 @@ class OBJECT_OT_animrenderbake(bpy.types.Operator):
return {'CANCELLED'}
# make sure we have an absolute path so that copying works for sure
- absp = bpy.path.abspath(img.filepath)
+ absp = bpy.path.abspath(img.filepath, library=img.library)
print("Animated baking for frames " + str(start) + " - " + str(end))