save startup blend for animation tab & whatnot
This commit is contained in:
2026-04-08 12:10:18 -06:00
parent 57a652524a
commit 692e200ffe
180 changed files with 12336 additions and 3431 deletions
@@ -60,7 +60,7 @@ def delete_unfinished_file(file_name):
try:
os.remove(file_name)
except Exception as e:
bk_logger.error(f"{e}")
bk_logger.error("Could not delete unfinished file %s: %s", file_name, e)
asset_dir = os.path.dirname(file_name)
if len(os.listdir(asset_dir)) == 0:
os.rmdir(asset_dir)