From 88371e59e408e06613fec168496652b002b0cb44 Mon Sep 17 00:00:00 2001 From: Ryan Schultz Date: Sun, 16 Nov 2025 14:58:25 -0600 Subject: [PATCH] small tweak --- src/bonsai/bonsai/bim/module/geometry/operator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bonsai/bonsai/bim/module/geometry/operator.py b/src/bonsai/bonsai/bim/module/geometry/operator.py index 1b1fc595e7..66f5d50d48 100644 --- a/src/bonsai/bonsai/bim/module/geometry/operator.py +++ b/src/bonsai/bonsai/bim/module/geometry/operator.py @@ -2697,7 +2697,7 @@ class DirectProfileEdit(bpy.types.Operator, tool.Ifc.Operator): material_usage = None if material_usage == "LAYER2": - self.report({"ERROR"}, "LAYER2 elements (walls, railings, etc.) cannot use profile editing. Use axis editing instead (Alt+E).") + self.report({"ERROR"}, "LAYER2 elements (walls, railings, etc.) cannot use profile editing.") return {"CANCELLED"} # Try to get representation