Skip to content

Releases: bonjorno7/PowerSave

Purge Orphans

22 Mar 18:03
Compare
Choose a tag to compare

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

21 Nov 16:29
Compare
Choose a tag to compare

This update makes some minor changes, and adds integration for my new addon: PowerProps.

Autosave External Text

02 Sep 18:07
Compare
Choose a tag to compare

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

02 Sep 12:32
Compare
Choose a tag to compare

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

12 Jan 19:23
Compare
Choose a tag to compare

This version fixes the recent files bug I added in the last version.

Fix Recent Files

10 Jan 13:40
Compare
Choose a tag to compare

This version fixes the bug with files not being added to the recent files list.

Autosave Format

09 Jan 20:43
Compare
Choose a tag to compare

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

17 Sep 15:58
Compare
Choose a tag to compare

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

14 Sep 20:28
Compare
Choose a tag to compare

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

20 Feb 01:48
Compare
Choose a tag to compare

This update fixes a bug some users had with the arrow buttons.