Incremental autosaves, unique autosave filepath per OS, autosave on file load, and autosaves for unsaved files.
Go to file
Demeter Dzadik 4a4f5a4bc4 Let ChatGPT re-write the ReadMe 2023-07-17 18:16:47 +02:00
docs Add gitignore and more up-to-date screenshot 2023-07-17 17:51:17 +02:00
.gitignore Add gitignore and more up-to-date screenshot 2023-07-17 17:51:17 +02:00
LICENSE Initial Commit 2023-07-17 17:39:11 +02:00
README.md Let ChatGPT re-write the ReadMe 2023-07-17 18:16:47 +02:00
__init__.py Initial Commit 2023-07-17 17:39:11 +02:00

README.md

This add-on makes Blender's autosaves a bit more powerful and reliable.

Addon Preferences UI

Features:

  • Incremental autosave: Automatically save in configurable time intervals, without each autosave overwriting the previous one.
  • Customizable configuration: Set the maximum number of saves per file and the interval between saves according to your preferences.
  • Autosave on file switch: Automatically save the current file when opening another, ensuring your progress is always backed up.
  • Autosave for unsaved files: Automatically save files that have not been saved before, giving them the name "Unnamed.blend".
  • Cross-platform compatibility: Specify separate file paths for different operating systems, preserving file organization without overwriting existing saves.
  • Invalid path fallback: If the specified file path is invalid, the add-on saves files in the default operating system temporary folder.

Installation

  • Download repo as .zip
  • In Blender go to Edit->Preferences->Addons->Install From File->browse the .zip you downloaded.