small tweak

This commit is contained in:
Ryan Schultz
2025-03-02 10:31:46 -06:00
parent c1efdbb8ea
commit 99c49736fa
+1 -1
View File
@@ -85,7 +85,7 @@ class BIMTypeProperties(PropertyGroup):
relating_type: EnumProperty(items=get_relating_type, name="Relating Type")
relating_type_object: PointerProperty(
type=bpy.types.Object,
name="Copy Class",
name="Copy Type",
update=update_relating_type_from_object,
poll=is_object_class_applicable,
)