custom_templates_addon/CHANGELOG
2024-08-26 23:09:06 +02:00

53 lines
2.1 KiB
Plaintext

## v1.2.3 - 1.2.4
- Fix Splash Screen issue after disabling the add-on
- Remove some `INFO` messages
- Fix index access problems in a couple of situations
- Update classes id prefix (shorter and removing build warnings for menus naming)
- Minor UI updates
## v1.2.2
Add files permission in manifest *(for import/export)*
## v1.2.1
Minor code refactor
## v1.2.0
- Implement Splash Screen 'New File' list override:
1) Add new preference for Splash Screen Override
2) Add little menu for switching between Blender's default and Custom Templates list right from the splash screen.
*The add-on will only show your first 5 templates (while `File > New` always shows all your templates)*
*If you have no custom templates, the default Blender's one will be used.*
## v1.1.0
- Implement Import/Export functionality (to and from json file)
- Re-organized source code, and reduce size where possibile
*This update does not impact on previous functionalities*
## v1.0.2
Swich from `zip` to `blender -c extension built` for building the .zip file (now without useless /addon folder in the zip).
*This update does not impact on functionalities*
## v1.0.1
Update preferences identifier from `__name__` to `__package__` as documented [here](https://docs.blender.org/manual/en/dev/advanced/extensions/addons.html#user-preferences-and-package)
*This update does not impact on functionalities*
## v1.0.0
This is the first official version of the extension.
Current features:
- Add-on preferences with the list of custom templates (each with display name & path)
- The list of Custom Templates is added to the `File > New` menu
- The add-on functions are added to the `File > Defaults` menu, which are:
1) Manage Templates (simple link to the Custom Templates add-on preferences)
2) Select new custom template (open a popup requesting name and path and add it to the preferences
3) Use current file as template (open a popup requesting name, and using the path of the current .blend file and add it to the preferences. Note: This function is only visible when a saved .blend file is currently loaded)