py api: bpy_extras.io_utils.path_reference() - added library argument so exporters get the paths of linked images right.

This commit is contained in:
2011-10-11 04:36:27 +00:00
parent fa5275cdfa
commit 751aa8c7f4
2 changed files with 9 additions and 6 deletions

View File

@@ -268,7 +268,7 @@ def module_names(path, recursive=False):
def basename(path):
"""
Equivalent to os.path.basename, but skips a "//" suffix.
Equivalent to os.path.basename, but skips a "//" prefix.
Use for Windows compatibility.
"""