bim.assign_cost_value - add description

This commit is contained in:
Andrej730
2024-11-20 20:32:41 +05:00
parent 37141c89ac
commit 15354d2e06
@@ -618,6 +618,7 @@ class LoadCostItemTypes(bpy.types.Operator):
class AssignCostValue(bpy.types.Operator, tool.Ifc.Operator):
bl_idname = "bim.assign_cost_value"
bl_label = "Assign Cost Rate Value"
bl_description = "Assign cost rate value to active cost item"
bl_options = {"REGISTER", "UNDO"}
cost_item: bpy.props.IntProperty()
cost_rate: bpy.props.IntProperty()