From 0476c641ea2f0b6bee595e1ca0dcd9203b3c805c Mon Sep 17 00:00:00 2001 From: doc-code Date: Sun, 1 Sep 2024 03:48:45 +0200 Subject: [PATCH] Update CHANGELOG for v1.3.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 710fd01..3075604 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## v1.3.0 + +### New Features + +- Add templates from folder + *Automatically add the `.blend` files from a given folder and auto-name them with the clean file name.* + *(with optional recursion depth parameter, default 1)* +- Clear current templates (with safety confirm) + *Easily remove all the current templates from the add-on preferences menu.* +- Auto-naming from the path (when adding from folder, or selecting the path before setting the name) +- Added current number of templates in the add-on preferences +- Update `File > Default` menu with new functions: + 1) Clear current templates + 2) Add from folder functions + ## v1.2.6 - Fix preferences persistence issues on restart