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
+3 -3
View File
@@ -32,11 +32,11 @@ class BlenderKitFormatter(logging.Formatter):
"""
EMOJIS = {
logging.DEBUG: "🐞",
logging.DEBUG: "🐞 ",
logging.INFO: "",
logging.WARNING: "⚠️ ",
logging.ERROR: "",
logging.CRITICAL: "🔥",
logging.ERROR: " ",
logging.CRITICAL: "🔥 ",
}
def format(self, record):