Revision: 31180
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=31180
Author:   campbellbarton
Date:     2010-08-09 00:49:46 +0200 (Mon, 09 Aug 2010)

Log Message:
-----------
[#23228] Play rendered animation is not working
own recent commit missed renaming expand -> abspath

Modified Paths:
--------------
    trunk/blender/release/scripts/modules/bpy/path.py

Modified: trunk/blender/release/scripts/modules/bpy/path.py
===================================================================
--- trunk/blender/release/scripts/modules/bpy/path.py   2010-08-08 20:59:16 UTC 
(rev 31179)
+++ trunk/blender/release/scripts/modules/bpy/path.py   2010-08-08 22:49:46 UTC 
(rev 31180)
@@ -26,7 +26,7 @@
 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.
     """


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to