From bffbfb5fa33fce906fa3293d5a36b411a2c6839c Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 18 Jul 2023 18:19:55 +0500 Subject: [PATCH] Small description for some type templates --- src/blenderbim/blenderbim/bim/module/model/prop.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/blenderbim/blenderbim/bim/module/model/prop.py b/src/blenderbim/blenderbim/bim/module/model/prop.py index 90adc41ec5..976a61b22c 100644 --- a/src/blenderbim/blenderbim/bim/module/model/prop.py +++ b/src/blenderbim/blenderbim/bim/module/model/prop.py @@ -138,8 +138,8 @@ class BIMModelProperties(PropertyGroup): type_template: bpy.props.EnumProperty( items=( ("MESH", "Custom Mesh", ""), - ("LAYERSET_AXIS2", "Vertical Layers", ""), - ("LAYERSET_AXIS3", "Horizontal Layers", ""), + ("LAYERSET_AXIS2", "Vertical Layers", "For objects similar to walls"), + ("LAYERSET_AXIS3", "Horizontal Layers", "For objects similar to slabs"), ("PROFILESET", "Extruded Profile", ""), ("EMPTY", "Non-Geometric Type", ""), ("WINDOW", "Window", ""),