diff --git a/src/bonsai/bonsai/bim/module/geometry/operator.py b/src/bonsai/bonsai/bim/module/geometry/operator.py index ff12939e0c..78f8a6cc03 100644 --- a/src/bonsai/bonsai/bim/module/geometry/operator.py +++ b/src/bonsai/bonsai/bim/module/geometry/operator.py @@ -402,6 +402,7 @@ class UpdateRepresentation(bpy.types.Operator, tool.Ifc.Operator): bl_label = "Update Representation" bl_description = ( "Write selected objects representations to IFC.\n" + "Converting to tesellation will also unassign material layer/profile sets.\n" "A star in the operator name indicates that active object representation in IFC is not yet synced with Blender.\n" "ALT+CLICK to apply openings to the mesh" )