mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 19:12:31 +00:00
fix #2289
This commit is contained in:
@@ -288,7 +288,7 @@ class SaveLibraryFile(bpy.types.Operator):
|
|||||||
return {"FINISHED"}
|
return {"FINISHED"}
|
||||||
|
|
||||||
|
|
||||||
class AppendEntiryLibrary(bpy.types.Operator):
|
class AppendEntireLibrary(bpy.types.Operator):
|
||||||
bl_idname = "bim.append_entire_library"
|
bl_idname = "bim.append_entire_library"
|
||||||
bl_label = "Append Entiry Library"
|
bl_label = "Append Entiry Library"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user