mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +00:00
bim.refresh_library - add description
This commit is contained in:
@@ -223,6 +223,7 @@ class SelectLibraryFile(bpy.types.Operator, IFCFileSelector, ImportHelper):
|
|||||||
class RefreshLibrary(bpy.types.Operator):
|
class RefreshLibrary(bpy.types.Operator):
|
||||||
bl_idname = "bim.refresh_library"
|
bl_idname = "bim.refresh_library"
|
||||||
bl_label = "Refresh Library"
|
bl_label = "Refresh Library"
|
||||||
|
bl_description = "Refresh the library browser"
|
||||||
bl_options = {"UNDO"}
|
bl_options = {"UNDO"}
|
||||||
|
|
||||||
def execute(self, context):
|
def execute(self, context):
|
||||||
|
|||||||
Reference in New Issue
Block a user