Releases: bonjorno7/PowerSave
Autosave Versions
Extension Format
This update adds support for the new extension format, while still keeping support for the old format (as long as I do double maintenance on the metadata).
Fix Recent Files List
This update does some refactoring and fixes a small bug with recent files.
It is the last release before I'll switch to the new extension manifest system.
Add Subfolder
You can now optionally append a subfolder named after the current date to your base path when saving a new project.
Thanks @PAL123 for your contribution!
Purge Orphans
This update makes it so PowerSave uses Blender's own Purge Orphans operator in version 2.93 and above, where it natively supports recursion.
Their operator is better; it tells you what it's going to do before it does it, and seems to catch data blocks that mine misses sometimes.
When I made PowerSave, Blender's operator did not do recursion, meaning you had to purge several times to get the desired result; so I made my own operator.
As of Blender 2.93.0 the Purge Orphans operator does support recursion, so I'm making PowerSave use it when available, instead of my own operator.
I'll keep my own Purge Orphans around for those still using older Blender versions.
PowerProps Integration
This update makes some minor changes, and adds integration for my new addon: PowerProps.
Autosave External Text
This version adds the Autosave External Text option, which makes it so autosaving also saves external text files.
Recent files is updated without having to reload, and I fixed an error in older Blender versions introduced with the last update.
Smarter Increment
This version makes incremental save/load code smarter, so it only looks at numbers at the end of the name.
It also adds the Increment Strict option, which makes it only recognize numbers that are prefixed the same was as your Increment Format.
Fix Recent Files Again
This version fixes the recent files bug I added in the last version.
Fix Recent Files
This version fixes the bug with files not being added to the recent files list.