Saving scene in script #668
-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
themasterlink
Aug 23, 2022
Replies: 1 comment
-
Hey, You can just use bpy for this. import bpy
bpy.ops.wm.save_as_mainfile(filepath=filepath) This will store the current scene in a blend file. Best, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jeehart
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
You can just use bpy for this.
This will store the current scene in a blend file.
Best,
Max