From a2ab3972c8f99491640f535c9cba300318016619 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 7 Feb 2025 16:32:20 +0500 Subject: [PATCH] bim.update_representation - add note about about material unassignment --- src/bonsai/bonsai/bim/module/geometry/operator.py | 1 + 1 file changed, 1 insertion(+) 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" )