bim.import_representation_items - add description

This commit is contained in:
Andrej730
2025-04-25 17:34:35 +05:00
parent 0634dc83d4
commit 8ac04e32e5
@@ -2722,6 +2722,7 @@ class RemoveRepresentationItemFromShapeAspect(bpy.types.Operator, tool.Ifc.Opera
class ImportRepresentationItems(bpy.types.Operator, tool.Ifc.Operator):
bl_idname = "bim.import_representation_items"
bl_label = "Import Representation Items"
bl_description = "Import representation items for the active object."
bl_options = {"REGISTER", "UNDO"}
def _execute(self, context):