bim.refresh_library - add description

This commit is contained in:
Andrej730
2025-08-28 18:17:13 +05:00
parent 6702e912e7
commit c8a60cc4d5
@@ -223,6 +223,7 @@ class SelectLibraryFile(bpy.types.Operator, IFCFileSelector, ImportHelper):
class RefreshLibrary(bpy.types.Operator):
bl_idname = "bim.refresh_library"
bl_label = "Refresh Library"
bl_description = "Refresh the library browser"
bl_options = {"UNDO"}
def execute(self, context):