Re-oranized and simplified README
This commit is contained in:
parent
45fc4ebf78
commit
ae8fd3c3d2
73
README.md
73
README.md
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
Custom Templates Add-On allows you to use your own .blend files as template options for new projects.
|
**Custom Templates** allows you to use your own .blend files as template options for new projects.
|
||||||
|
|
||||||
Your templates will be avaliable in the Splash Screen and the `File > New` menu.
|
Your templates will be avaliable in the Splash Screen and the `File > New` menu.
|
||||||
|
|
||||||
#### Why this add-on?
|
#### Why *Custom Templates*?
|
||||||
|
|
||||||
Blender allows you to save you own .blend file to use on startup.
|
Blender allows you to save you own .blend file to use on startup.
|
||||||
|
|
||||||
@ -16,61 +16,50 @@ With **Custom Templates** you can setup as many .blend file as you like, as temp
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Instead of being limited to the usual options Blender offers to start a new project (General, 2D Animation, Sculpting, VFX, Video Editing), you will be able to configure your own list of .blend files that will be added in the Splash Screen and the `File > New` menu.
|
Create your own templates or find the ones that best suit your needs online.
|
||||||
|
|
||||||
Create your own version of General, 2D Animation or any other template you might need.
|
|
||||||
|
|
||||||
*Customize workspaces, preset your usual materials, define additional windows and anything else you would like to have from the beginning.*
|
*Customize workspaces, preset your usual materials, define additional windows and anything else you would like to have from the beginning.*
|
||||||
|
|
||||||
### Preferences
|
*The only limit is your immagination!*
|
||||||
|
|
||||||
In the add-on preferences, you can manage the list of your custom template files and the splash screen mode.
|
### How to use
|
||||||
|
|
||||||
Preferences:
|
- **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
|
||||||
|
*Simply 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 > Select new custom template`
|
||||||
|
*This functions will open a popup where you will select the file path and specify the name for the new template.*
|
||||||
|
3) By using `File > Defaults > Use current as new template` *(only avaliable when a saved .blend file is loaded)*
|
||||||
|
*This functions will open a popup where you will specify the name for the new template. The path will be the one of the current .blend file.*
|
||||||
|
4) By importing a previously exported templates list
|
||||||
|
*Note: the import process override the current list. Be sure to export the current list, if necessary*
|
||||||
|
|
||||||
- Templates: List of your custom templates (each with Name and Path to .blend file)
|
> *You can add, remove, reorder and update your templates any time...*
|
||||||
- Override Splash Screen 'New File' list: When active, replaces the list of templates in the Splash Screen
|
|
||||||
*(you can update this settings directly from the splash screen menu of the add-on)*
|
|
||||||
|
|
||||||
You can add, remove and reorder templates as you wish.
|
- *(Optionally)* **Export** your templates list to **JSON file**
|
||||||
|
*Useful after disabling and re-enabling the add-on, re-installing blender, or simply to prepare different sets of templates to import when needed.*
|
||||||
|
|
||||||
It's possible to Import and Export from and to JSON file (see [Import/Export just below](#importexport)).
|
At this point your templates will be avaliable in the `File > New` menu and in the Splash Screen.
|
||||||
|
|
||||||
*Changes will be immidiatly visible.*
|
---
|
||||||
|
|
||||||

|
##### Splash Screen
|
||||||
|
|
||||||
You can have as many template as you like.
|
From the Splash Screen (or from preferences), you can easily switch between your Custom Templates and Blender's default templates.
|
||||||
*Still, the splash screen will be limited to the first 5, so reorder accordingly if you have more...*
|
> *This only applies to the splash screen.
|
||||||
|
> `File > New` menu will always show all your templates.*
|
||||||
|
|
||||||
> *Note that, as of now, using wrong file paths will NOT show any warning and you will get an error while opening the template.*
|
Notes:
|
||||||
> *Be sure to use only valid `.blend` files as path.*
|
|
||||||
|
|
||||||
### Features
|
- With more than 5 templates, only the first 5 will be shown in the splash
|
||||||
|
- If you have no templates currently defined, Blender's default list will always be used
|
||||||
##### Open Template
|
|
||||||
Of course, the main feature of the add-on is to show your list of templates in the `File > New` menu and in the Splash Screen, according to preferences.
|
|
||||||
They will open in an unsaved windows, just like the Blender's default ones.
|
|
||||||
|
|
||||||
##### Manage templates
|
|
||||||
You can open the add-on preferences using the button `File > Defaults > Manage templates` or by manually open Blender's Preferences, going in the add-ons tab, and looking for the Custom Templates add-on preferences.
|
|
||||||
|
|
||||||
##### Import/Export
|
|
||||||
Both from the add-on preferences menu and the `File > Default > Import/Export` menu, is possibile to export the current custom templates list to a JSON file, or importing an existing JSON file and using it to override the current custom templates list.
|
|
||||||
|
|
||||||
> *Note that this will only backup names and paths. This is not intended as a backup for your .blend files.*
|
|
||||||
|
|
||||||
##### Select new custom template
|
|
||||||
Instead of using preferences, you can select a new template file using `File > Defaults > Select new custom template`.
|
|
||||||
*This functions will open a popup where you will select the file path and specify the name for the new template.*
|
|
||||||
|
|
||||||
##### Use current as new template
|
|
||||||
If you have a .blend file already open, you can use `File > Defaults > Use current as new template` (which is visible only when a saved .blend file is currently loaded).
|
|
||||||
*This functions will open a popup where you will specify the name for the new template. The path will be the one of the current .blend file.*
|
|
||||||
|
|
||||||
### Support
|
### Support
|
||||||
|
|
||||||
As of today, the add-on has been only tested on Blender 4.2.0.
|
As of today, the add-on has been only tested on Blender 4.2.x.
|
||||||
*It may or may not work on previous version.*
|
*It may or may not work on previous version.*
|
||||||
|
|
||||||
### Copyright
|
### Copyright
|
||||||
@ -80,4 +69,4 @@ This add-on is developed under GPL-3.0 license by Francesco Bellini from 2024.
|
|||||||
|
|
||||||
#### Changelog
|
#### Changelog
|
||||||
|
|
||||||
Visit the [CHANGELOG](./CHANGELOG) file to see the changes over new version.
|
Visit the [CHANGELOG](./CHANGELOG.md) file to see the changes over new version.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user