From a26539d6a54be3cc63c68a02693b832005c33e24 Mon Sep 17 00:00:00 2001 From: Vukas Pajic <83825269+vulevukusej@users.noreply.github.com> Date: Wed, 10 Nov 2021 10:18:55 +0100 Subject: [PATCH] show property description in pset_template ui --- src/blenderbim/blenderbim/bim/module/pset_template/ui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/blenderbim/blenderbim/bim/module/pset_template/ui.py b/src/blenderbim/blenderbim/bim/module/pset_template/ui.py index b0068f365c..529055df65 100644 --- a/src/blenderbim/blenderbim/bim/module/pset_template/ui.py +++ b/src/blenderbim/blenderbim/bim/module/pset_template/ui.py @@ -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: