[#23228] Play rendered animation is not working

own recent commit missed renaming expand -> abspath
This commit is contained in:
2010-08-08 22:49:46 +00:00
parent a773d8836f
commit 1bda960348

View File

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