-
Version 1.6.0 Stable
released this
2024-11-10 16:38:55 +01:00 | 3 commits to main since this releaseNew Features
- Select the templates you want in the Splash Screen
From the add-on preferences, you can toggle Splash Screen visibility, for each template.
Do you have 50 templates but you only want some of them in the Splash? Now you can.
This information will be imported/exported in JSON
- New operators to process your template(s) file(s) to ensure all external resources have absolute paths
This will simply open the file in background, check if it has any relative paths, and, if so, execute Blender's operatorFile > External Data > Make Paths Absolute
and save the file.
Optionally, you can automatically create a backup of your .blend file, before updating the file. The backup is only made if the file is actually changed.
Avaliable directly from template row (for single template), or for all, from the templates menu, or fromFile > Defaults > Ensure absolute paths in templates
- Re-Designed templates list in preferences!
Update name and path, toggle splash screen, ensure absolute paths, remove template, directly from the template row.
Custom Templates has a new look!
Legacy support
It's also available a legacy version, for previous Blender versions.
The legacy version has been tested on the following LTS previous version:
- Blender
3.6 LTS
- Blender
3.3 LTS
- Blender
2.93 LTS
- Blender
2.83 LTS
- And may of may not work on other not-LTS previous versions
Download the file
custom-templates-legacy-1.6.0.zip
and install (you can follow Blender's docs for installing add-ons).Downloads
- Select the templates you want in the Splash Screen
-
Version 1.5.0 Stable
released this
2024-09-23 02:36:26 +02:00 | 35 commits to main since this releaseNew Features
- New option:
File > New > Start from...
(opt-in from preferences)
Select any .blend file to use as template. Optionally, you save the template in your list, on the fly. - Splash Screen now supports 5+ templates with a submenu
- Minor UI update
Now use a single checkbox for switching templates in Splash Screen menu.
Legacy support
It's also avaliable a legacy version, for previous Blender versions.
The legacy version has been tested on the following LTS previous version:
- Blender
3.6 LTS
- Blender
3.3 LTS
- Blender
2.93 LTS
- Blender
2.83 LTS
- And may of may not work on other not-LTS previous versions
Download the file
custom-templates-legacy-1.5.0.zip
and install (you can follow Blender's docs for installing add-ons).Downloads
- New option:
-
Version 1.4.0 Stable
released this
2024-09-03 23:37:49 +02:00 | 47 commits to main since this releaseNew Feature
- Add workspace from your Custom Templates
Usually, while adding a new workspace, you can choose between the workspaces of the 5 default blender templates.
Now you can also add workspaces from your Custom Templates!
Right-click one of your workspaces and look for theAdd from Custom Templates
menu. - Minor preferences UI update
Legacy update
- Update Splash Screen UI for legacy to match Blender <=3.6
Legacy support
It's also avaliable a legacy version, for previous Blender versions.
The legacy version has been tested on the following LTS previous version:
- Blender
3.6 LTS
- Blender
3.3 LTS
- Blender
2.93 LTS
- Blender
2.83 LTS
- And may of may not work on other not-LTS previous versions
Download the file
custom-templates-legacy-1.4.0.zip
and install (you can follow Blender's docs for installing add-ons).Downloads
- Add workspace from your Custom Templates
-
Version 1.3.1 Stable
released this
2024-09-01 16:05:34 +02:00 | 61 commits to main since this release- Fix file path selector
Always use absolute path when selecting, even when a .blend file is loaded.
Legacy support
From this version, it's also avaliable a legacy version, for previous Blender versions.
The legacy version has been tested on the following LTS previous version:
- Blender
3.6 LTS
- Blender
3.3 LTS
- Blender
2.93 LTS
- Blender
2.83 LTS
- And may of may not work on other not-LTS previous versions
Download the file
custom-templates-legacy-1.3.1.zip
and install (you can follow Blender's docs for installing add-ons).Downloads
- Fix file path selector
-
Version 1.3.0 Stable
released this
2024-09-01 03:49:41 +02:00 | 67 commits to main since this releaseNew 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:- Clear current templates
- Add from folder functions
Downloads
- Add templates from folder
-
Version 1.2.6 Stable
released this
2024-08-28 19:27:09 +02:00 | 80 commits to main since this release- Fix preferences persistence issues on restart
- Used poll function to disable operators instead of hiding them
This is the first official version, released on extensions.blender.org and avaliable from Blender's Get Extensions preferences section.
Downloads
-
Version 1.2.5 Stable
released this
2024-08-27 12:52:04 +02:00 | 84 commits to main since this release- Fix override splash preference persistence when updating from splash
by marking preferences as dirty, after altering the value.
Downloads
- Fix override splash preference persistence when updating from splash
-
Version 1.2.4 Stable
released this
2024-08-26 23:09:06 +02:00 | 86 commits to main since this release- Remove some
INFO
messages - Update classes id prefix (shorter and removing build warnings for menus naming)
Downloads
- Remove some
-
Version 1.2.3 Stable
released this
2024-08-26 16:03:13 +02:00 | 91 commits to main since this release- Fix Splash Screen issue after disabling the add-on
- Fix index access problems in a couple of situations
- Minor UI updates
Downloads
-
Version 1.2.2 Stable
released this
2024-08-19 00:24:21 +02:00 | 98 commits to main since this releaseAdd files permission in manifest (for import/export)
Downloads