[#23228] Play rendered animation is not working
own recent commit missed renaming expand -> abspath
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user