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

git.blender.org/blender.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:36:27 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-10-11 08:36:27 +0400
commit751aa8c7f46ecbfe21553df8d8cbebf0f1839921 (patch)
tree339129fae305f70d2bae18c740f7b03d250aff9f /release/scripts/modules/bpy/path.py
parentfa5275cdfa136dd81a15cd2d37f8dadf77f7bcee (diff)
py api: bpy_extras.io_utils.path_reference() - added library argument so exporters get the paths of linked images right.
Diffstat (limited to 'release/scripts/modules/bpy/path.py')
-rw-r--r--release/scripts/modules/bpy/path.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/modules/bpy/path.py b/release/scripts/modules/bpy/path.py
index c8a78d521d5..e6d0fbb99a2 100644
--- a/release/scripts/modules/bpy/path.py
+++ b/release/scripts/modules/bpy/path.py
@@ -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.
"""