From 8b775ea30fa4b58bee3c68f8d27f2c5e4536bdf0 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 8 Apr 2025 15:42:17 +0500 Subject: [PATCH] bim.assign_container - small clarification --- src/bonsai/bonsai/bim/module/spatial/operator.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bonsai/bonsai/bim/module/spatial/operator.py b/src/bonsai/bonsai/bim/module/spatial/operator.py index d46c826d56..ed788f7651 100644 --- a/src/bonsai/bonsai/bim/module/spatial/operator.py +++ b/src/bonsai/bonsai/bim/module/spatial/operator.py @@ -78,8 +78,8 @@ class AssignContainer(bpy.types.Operator, tool.Ifc.Operator): bl_label = "Assign Container" bl_description = "\n".join( ( - "Assign the selected objects to the selected container.", - "This will move objects to the container collection in the outliner.", + "Assign the selected objects to the container selected in Spatial Manager.\n", + "This will also move objects to the container collection in the outliner.", "ALT + Click to ensure objects are only linked in the container collection", ) )