Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

blender python get current filename

import bpy
import os

filepath = bpy.data.filepath
filepath_split = os.path.split(filepath) #list with [path, name] 
 
PREVIOUS NEXT
Tagged: #blender #python #current #filename
ADD COMMENT
Topic
Name
5+3 =