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:
authorCampbell Barton <ideasman42@gmail.com>2011-10-11 08:44:52 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-10-11 08:44:52 +0400
commit1a21899facaac90ee7b296ce84ed859198b5ad3b (patch)
treeba4f22df0f5efd2de7f2d938e35159a40b923e0e /object_animrenderbake.py
parentad8251bfdda50def103063b9fa8fc8c89aa0ccb9 (diff)
use library argument for bpy_extras.io_utils.path_reference(...)
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))