mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
bim.append_inspected_linked_element - fix missing UNDO
This commit is contained in:
@@ -2426,7 +2426,7 @@ class AppendInspectedLinkedElement(AppendLibraryElement):
|
||||
bl_idname = "bim.append_inspected_linked_element"
|
||||
bl_label = "Append Inspected Linked Element"
|
||||
bl_description = "Append inspected linked element"
|
||||
bl_options = {"REGISTER"}
|
||||
bl_options = {"REGISTER", "UNDO"}
|
||||
|
||||
def _execute(self, context):
|
||||
from bonsai.bim.module.project.data import LinksData
|
||||
|
||||
Reference in New Issue
Block a user