Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

blender python get current filename

import bpy
import os

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

blender python get current filename

import bpy
import os

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

PREVIOUS NEXT
Code Example
Python :: path selecter in tkinter 
Python :: pandas append new column 
Python :: select inverse with conditions pandas 
Python :: python array linspace 
Python :: python string name out of mail 
Python :: scikit learn decision tree 
Python :: python find index 
Python :: dobj in spacy 
Python :: print index and value on each iteration of the for loop in Python 
Python :: check for changed model fields in djnago signal 
Python :: list dictionary to json file python with tab 
Python :: crawling emails with python 
Python :: object function in python 
Python :: python list insert 
Python :: mechanize python #3 
Python :: how to pick the latest data entered django 
Python :: format binary string python 
Python :: leer fichero de texto con columnas como diccionario python 
Python :: python extraer ultimo elemento lista 
Python :: pandas find column with max value for each row 
Python :: python avg 
Python :: aiohttp set port 
Python :: compare string python 
Python :: numpy random entries not repeat 
Python :: rgb to grayscale python 
Python :: python take input without displaying it 
Python :: algebraic pyramid python 
Python :: best time to buy and sell stock python 
Python :: number length python 
Python :: python windows api 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =