bim.update_representation - add note about about material unassignment

This commit is contained in:
Andrej730
2025-02-07 16:32:20 +05:00
committed by Dion Moult
parent 667223da8e
commit a2ab3972c8
@@ -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"
)