show property description in pset_template ui

This commit is contained in:
Vukas Pajic
2021-11-10 10:18:55 +01:00
committed by GitHub
parent a9f27fcf17
commit a26539d6a5
@@ -95,6 +95,7 @@ class BIM_PT_pset_template(Panel):
row.prop(props.active_prop_template, "primary_measure_type", text="")
else:
row.label(text=prop_template["Name"])
row.label(text=prop_template["Description"])
row.label(text=prop_template["PrimaryMeasureType"])
if props.active_prop_template_id and props.active_prop_template_id == prop_template_id: