mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-11 14:22:33 +00:00
bim.assign_container - small clarification
This commit is contained in:
@@ -78,8 +78,8 @@ class AssignContainer(bpy.types.Operator, tool.Ifc.Operator):
|
|||||||
bl_label = "Assign Container"
|
bl_label = "Assign Container"
|
||||||
bl_description = "\n".join(
|
bl_description = "\n".join(
|
||||||
(
|
(
|
||||||
"Assign the selected objects to the selected container.",
|
"Assign the selected objects to the container selected in Spatial Manager.\n",
|
||||||
"This will move objects to the container collection in the outliner.",
|
"This will also move objects to the container collection in the outliner.",
|
||||||
"ALT + Click to ensure objects are only linked in the container collection",
|
"ALT + Click to ensure objects are only linked in the container collection",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user