Use your own .blend files as template options for new projects. https://extensions.blender.org/add-ons/custom-templates/
Go to file
2024-09-01 16:05:34 +02:00
addon Update manifest to v1.3.1 2024-09-01 15:46:12 +02:00
images Update preview image 2024-09-01 03:48:07 +02:00
releases/1.x.x Upload .zip for v1.3.1 2024-09-01 16:01:00 +02:00
.gitignore Update .gitignore to remove new images projects and utils files 2024-08-31 14:02:33 +02:00
CHANGELOG.md Update CHANGELOG 2024-09-01 16:05:34 +02:00
LICENSE Add GPL 3.0 LICENSE file 2024-08-16 22:57:11 +02:00
README_EXT.md Update README_EXT 2024-09-01 04:05:13 +02:00
README.md Update README for v1.3.0 2024-09-01 03:49:41 +02:00
release.sh Update release script using blender -c extension build instead of zip, for creating the target .zip 2024-08-17 13:57:19 +02:00

Custom Templates - Add-On

Custom Templates allows you to use your own .blend files as template options for new projects.



File > New menu with the add-on custom buttons

Your templates will be avaliable in the Splash Screen and the File > New menu.

Getting Started

  • Prepare your templates and save them in .blend files
    or find online .blend templates that fits your needs
  • Define your templates in the add-on's preferences
    It's simple. Select a .blend file and name your template.
    You can do this:
    1. Directly from add-on preferences, in the templates list
    2. By using File > Defaults > Add from folder
      Select a folder (and optionally a recursion depth, default 1) and find .blend files to use as template. By default, the clean file name will be used as name for the new templates.
    3. By using File > Defaults > Select new template
      Popup to specify name and path for the new template.
    4. By using File > Defaults > Use current file as template (only avaliable when a saved .blend file is currently loaded)
      Popup to specify the name for the new template. The path will be the one of the current .blend file.
    5. By importing a previously exported templates list from JSON file
      (Either using File > Defaults > Import Templates as well as from the menu located in the top right of the templates list in the preferences)
      Note: the import process override the current list. Be sure to export the current list, if necessary.

You can add, remove, reorder and update your templates any time...

  • (Optionally) Export your templates list to JSON file
    From File > Defaults > Export templates, or from the add-on preferences menu. Useful after disabling and re-enabling the add-on, re-installing blender, or simply to prepare different sets of templates to import when needed.

At this point your templates will be avaliable in the File > New menu and in the Splash Screen.

You can update the contents of your .blend templates at any time. The file is read each time you open the template.

Splash Screen

From the Splash Screen (or from preferences), you can easily switch between your Custom Templates and Blender's default templates.

This only applies to the splash screen.
File > New menu will always show all your templates.

Notes:

  • With more than 5 templates, only the first 5 will be shown in the splash. If this is your case, be sure to reorder on top the 5 you want to see in the splash.
  • If you have no templates currently defined, Blender's default list will always be used (to avoid empty list in splash)

Why Custom Templates?

Blender allows you to save you own .blend file to use on startup.

This is great, but wouldn't it be nice to be able to create your own templates?

With Custom Templates you can setup as many .blend file as you like, as templates.


Create your own templates or find the ones that best suit your needs online.

Customize workspaces, preset your usual materials, define additional windows or anything else you would like to have from the beginning.

The only limit is your immagination!

Support

As of today, the add-on has been only tested on Blender 4.2.x. It may or may not work on previous version.

Changelog

Visit the CHANGELOG file to see the changes over new version.

This add-on is developed under GPL-3.0 license by Francesco Bellini from 2024.
See the LICENSE file.