You can now specify custom names for types instead of relying on the default "TYPEX" naming

This commit is contained in:
Sigma Dimensions
2023-03-11 14:13:32 +01:00
parent fad5c7c921
commit 8624888bfc
3 changed files with 12 additions and 9 deletions
@@ -244,6 +244,7 @@ class BIMModelProperties(PropertyGroup):
)
type_class: bpy.props.EnumProperty(items=get_type_class, name="IFC Class", update=update_type_class)
type_predefined_type: bpy.props.EnumProperty(items=get_type_predefined_type, name="Predefined Type", default=None)
type_name: bpy.props.StringProperty(name="Name", default="TYPEX")
class BIMArrayProperties(PropertyGroup):