Releases: bonjorno7/PowerSave
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.
Autosave Format
This version fixes a bug caused by the fix of the previous bug related to BoxCutter.
It also adds several options for autosave, including functionality that I had removed before.
Fix BoxCutter Autosave and Add Readme Text
This version prevents issues by delaying autosaves while BoxCutter is running.
Also I'm getting rid of usage.pdf
because it's outdated, and just adding some contents to README.md
instead (which is part of the release zip now cause it's only 2kb anyway).
Autosave Folder
This version replaces "Save to Copy" with "Autosave Folder".
You can now make autosaves go anywhere you want; supports both absolute and relative paths.
Uses Blender's //
notation; leave default to overwrite current file.
Fix Bug with Path.with_name
This update fixes a bug some users had with the arrow buttons.