Add label in preferences

This commit is contained in:
Francesco Bellini 2024-08-17 17:45:55 +02:00
parent ec3af34472
commit db42669de1

@ -25,7 +25,7 @@ class CustomTemplatesPreferences(AddonPreferences):
text="Here you can setup your own .blend files that will be shown in the `File > New` menu.")
layout.label(
text="You can also use `File > Defaults > Select new custom template` and `File > Defaults > Use current as new template` to update this preferences.")
layout.label(text="Your custom templates:")
row = layout.row()
row.template_list("UI_UL_list", "custom_templates",
self, "projects", self, "active_template_index")