• v1.6.0 5761394c5b

    Version 1.6.0 Stable

    Francesco Bellini released this 2024-11-10 16:38:55 +01:00 | 3 commits to main since this release

    New 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 operator File > 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 from File > 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
  • v1.5.0 215aba3866

    Version 1.5.0 Stable

    Francesco Bellini released this 2024-09-23 02:36:26 +02:00 | 35 commits to main since this release

    New 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
  • v1.4.0 db265e4015

    Version 1.4.0 Stable

    Francesco Bellini released this 2024-09-03 23:37:49 +02:00 | 47 commits to main since this release

    New 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 the Add 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
  • v1.3.1 706b86a975

    Version 1.3.1 Stable

    Francesco Bellini 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
  • v1.3.0 28ed1a909a

    Version 1.3.0 Stable

    Francesco Bellini released this 2024-09-01 03:49:41 +02:00 | 67 commits to main since this release

    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
    Downloads
  • v1.2.6 090b6f7775

    Version 1.2.6 Stable

    Francesco Bellini 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
  • v.1.2.5 119717bfbb

    Version 1.2.5 Stable

    Francesco Bellini 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
  • v1.2.4 eb8b4aac82

    Version 1.2.4 Stable

    Francesco Bellini 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
  • v1.2.3 55ceb10701

    Version 1.2.3 Stable

    Francesco Bellini 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
  • v1.2.2 fb3898c25f

    Version 1.2.2 Stable

    Francesco Bellini released this 2024-08-19 00:24:21 +02:00 | 98 commits to main since this release

    Add files permission in manifest (for import/export)

    Downloads