mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 22:33:33 +00:00
bim.calculate_cost_item_resource_value - tooltip
This commit is contained in:
@@ -659,6 +659,7 @@ class ContractCostItemRate(bpy.types.Operator, tool.Ifc.Operator):
|
|||||||
class CalculateCostItemResourceValue(bpy.types.Operator, tool.Ifc.Operator):
|
class CalculateCostItemResourceValue(bpy.types.Operator, tool.Ifc.Operator):
|
||||||
bl_idname = "bim.calculate_cost_item_resource_value"
|
bl_idname = "bim.calculate_cost_item_resource_value"
|
||||||
bl_label = "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"}
|
bl_options = {"REGISTER", "UNDO"}
|
||||||
cost_item: bpy.props.IntProperty()
|
cost_item: bpy.props.IntProperty()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user