[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [31180] trunk/blender/release/scripts/ modules/bpy/path.py: [#23228] Play rendered animation is not working

Campbell Barton ideasman42 at gmail.com
Mon Aug 9 00:49:46 CEST 2010


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.
     """





More information about the Bf-blender-cvs mailing list