Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

blender python save file

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

Source by blenderartists.org #
 
PREVIOUS NEXT
Tagged: #blender #python #save #file
ADD COMMENT
Topic
Name
6+6 =