bim.calculate_cost_item_resource_value - tooltip

This commit is contained in:
Andrej730
2024-11-08 18:05:46 +05:00
parent 534355cd33
commit af1f3cad34
@@ -659,6 +659,7 @@ class ContractCostItemRate(bpy.types.Operator, tool.Ifc.Operator):
class CalculateCostItemResourceValue(bpy.types.Operator, tool.Ifc.Operator):
bl_idname = "bim.calculate_cost_item_resource_value"
bl_label = "Calculate Cost Item Resource Value"
bl_description = "Calculate cost item value based on it's resources. Any previous cost values are removed"
bl_options = {"REGISTER", "UNDO"}
cost_item: bpy.props.IntProperty()