Skip to content

Instantly share code, notes, and snippets.

@p2or
Last active May 21, 2023 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save p2or/110410d3934df565b99b42cf48c440d0 to your computer and use it in GitHub Desktop.
Save p2or/110410d3934df565b99b42cf48c440d0 to your computer and use it in GitHub Desktop.
Save and reopen #Blender
bpy.ops.wm.save_as_mainfile(filepath=bpy.data.filepath)
bpy.ops.wm.open_mainfile(filepath=bpy.data.filepath)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment