mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 10:51:13 +00:00
small tweak
This commit is contained in:
@@ -85,7 +85,7 @@ class BIMTypeProperties(PropertyGroup):
|
|||||||
relating_type: EnumProperty(items=get_relating_type, name="Relating Type")
|
relating_type: EnumProperty(items=get_relating_type, name="Relating Type")
|
||||||
relating_type_object: PointerProperty(
|
relating_type_object: PointerProperty(
|
||||||
type=bpy.types.Object,
|
type=bpy.types.Object,
|
||||||
name="Copy Class",
|
name="Copy Type",
|
||||||
update=update_relating_type_from_object,
|
update=update_relating_type_from_object,
|
||||||
poll=is_object_class_applicable,
|
poll=is_object_class_applicable,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user