Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

blender python save file

import bpy
# save blend
bpy.ops.wm.save_mainfile()
# save as
bpy.ops.wm.save_as_mainfile(filepath=filepath)

Comment

PREVIOUS NEXT
Code Example
Python :: python remove duplicates from 2d list 
Python :: add a column while iterating rows pandas 
Python :: RuntimeError: Please set pin numbering mode using GPIO.setmode(GPIO.BOARD) or GPIO.setmode(GPIO.BCM) 
Python :: how to reverse a list in python 
Python :: django phone number field 
Python :: how to add row in spark dataframe 
Python :: RuntimeWarning: invalid value encountered in true_divide 
Python :: google colab how to upload a folder 
Python :: pandas replace space with underscore in column names 
Python :: python datetime milliseconds 
Python :: pygame.display.flip vs update 
Python :: decreasing for loop python 
Python :: python requests cookies 
Python :: pd add column with zeros 
Python :: dataframe row 
Python :: update python mac 
Python :: discord.py cog 
Python :: get columns containing string 
Python :: pandas.core.series.series to dataframe 
Python :: percentage of null values for every variable in dataframe 
Python :: order dictionary by value python 
Python :: read pdf py 
Python :: sklearn cross validation score 
Python :: python dictionary to csv 
Python :: drop nulll python 
Python :: icon tkiner 
Python :: column.replace 
Python :: python selenium clear input 
Python :: pandas append index ignore 
Python :: boto3 upload file to s3 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =