Add label in preferences
This commit is contained in:
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.")
|
text="Here you can setup your own .blend files that will be shown in the `File > New` menu.")
|
||||||
layout.label(
|
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.")
|
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 = layout.row()
|
||||||
row.template_list("UI_UL_list", "custom_templates",
|
row.template_list("UI_UL_list", "custom_templates",
|
||||||
self, "projects", self, "active_template_index")
|
self, "projects", self, "active_template_index")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user