diff --git a/src/bonsai/bonsai/bim/module/geometry/operator.py b/src/bonsai/bonsai/bim/module/geometry/operator.py index cf57f9f3c8..3c32f01618 100644 --- a/src/bonsai/bonsai/bim/module/geometry/operator.py +++ b/src/bonsai/bonsai/bim/module/geometry/operator.py @@ -581,7 +581,11 @@ class UpdateRepresentation(bpy.types.Operator, tool.Ifc.Operator): if has_openings and not self.apply_openings: # Meshlike things with openings can only be updated without openings applied. if self.from_ui: - self.report({"ERROR"}, f"Object '{obj.name}' has openings - representation cannot be updated.") + self.report( + {"ERROR"}, + f"Object '{obj.name}' has openings. " + "ALT+click the button to bake the openings into the new representation.", + ) return if product.is_a("IfcGridAxis"):