mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 23:36:20 +00:00
Fix #5276. Fix inaccurate tooltip for assign container operator.
This commit is contained in:
@@ -76,7 +76,7 @@ class DereferenceStructure(bpy.types.Operator, tool.Ifc.Operator):
|
|||||||
class AssignContainer(bpy.types.Operator, tool.Ifc.Operator):
|
class AssignContainer(bpy.types.Operator, tool.Ifc.Operator):
|
||||||
bl_idname = "bim.assign_container"
|
bl_idname = "bim.assign_container"
|
||||||
bl_label = "Assign Container"
|
bl_label = "Assign Container"
|
||||||
bl_description = "Assign current default container to the selected objects"
|
bl_description = "Assign the selected objects to the selected container"
|
||||||
bl_options = {"REGISTER", "UNDO"}
|
bl_options = {"REGISTER", "UNDO"}
|
||||||
container: bpy.props.IntProperty(options={"SKIP_SAVE"})
|
container: bpy.props.IntProperty(options={"SKIP_SAVE"})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user