mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 02:07:36 +00:00
bim.assign_cost_item_type name change
This commit is contained in:
@@ -223,7 +223,7 @@ class EditCostItem(bpy.types.Operator, tool.Ifc.Operator):
|
|||||||
|
|
||||||
class AssignCostItemType(bpy.types.Operator, tool.Ifc.Operator):
|
class AssignCostItemType(bpy.types.Operator, tool.Ifc.Operator):
|
||||||
bl_idname = "bim.assign_cost_item_type"
|
bl_idname = "bim.assign_cost_item_type"
|
||||||
bl_label = "Assign Cost Item Type Product"
|
bl_label = "Assign Cost Item To Product Types"
|
||||||
bl_options = {"REGISTER", "UNDO"}
|
bl_options = {"REGISTER", "UNDO"}
|
||||||
cost_item: bpy.props.IntProperty()
|
cost_item: bpy.props.IntProperty()
|
||||||
prop_name: bpy.props.StringProperty()
|
prop_name: bpy.props.StringProperty()
|
||||||
|
|||||||
Reference in New Issue
Block a user