Horje
blender python get current filename Code Example
blender python get current filename
import bpy
import os

filepath = bpy.data.filepath
filepath_split = os.path.split(filepath) #list with [path, name] 




Python

Related
qtimer singleshot Code Example qtimer singleshot Code Example
python using string to access objects Code Example python using string to access objects Code Example
matplotlib convert color string to int Code Example matplotlib convert color string to int Code Example
django create ap Code Example django create ap Code Example
django cleanup settings Code Example django cleanup settings Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8