Further clarify the bim.link_ifc command

This commit is contained in:
Ryan Schultz
2023-10-10 13:43:56 -05:00
parent 5bff837a61
commit 9fef920a6f
@@ -809,9 +809,9 @@ class ToggleFilterCategories(bpy.types.Operator):
class LinkIfc(bpy.types.Operator):
bl_idname = "bim.link_ifc"
bl_label = "Link IFC"
bl_label = "Link Blend/IFC File"
bl_options = {"REGISTER", "UNDO"}
bl_description = "Link a Blender file"
bl_description = "This will link the Blender file that is synced with the IFC file"
filepath: bpy.props.StringProperty(subtype="FILE_PATH")
files: bpy.props.CollectionProperty(name="Files", type=bpy.types.OperatorFileListElement)
directory: bpy.props.StringProperty(subtype="DIR_PATH")