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>2010-08-09 02:49:46 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-08-09 02:49:46 +0400
commit1bda960348db2da858515bd036bd1690544ff8b3 (patch)
treee99521eaac518864b17079e8deef6e984e785165 /release/scripts/modules/bpy/path.py
parenta773d8836fdfb17b0bbec0f47b6adfa3b2b866e5 (diff)
[#23228] Play rendered animation is not working
own recent commit missed renaming expand -> abspath
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 2974615299b..63149f2fce8 100644
--- a/release/scripts/modules/bpy/path.py
+++ b/release/scripts/modules/bpy/path.py
@@ -26,7 +26,7 @@ functions for dealing with paths in Blender.
import bpy as _bpy
import os as _os
-def expand(path):
+def abspath(path):
"""
Returns the absolute path relative to the current blend file using the "//" prefix.
"""