mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 22:16:41 +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_idname = "bim.append_inspected_linked_element"
|
||||||
bl_label = "Append Inspected Linked Element"
|
bl_label = "Append Inspected Linked Element"
|
||||||
bl_description = "Append inspected linked element"
|
bl_description = "Append inspected linked element"
|
||||||
bl_options = {"REGISTER"}
|
bl_options = {"REGISTER", "UNDO"}
|
||||||
|
|
||||||
def _execute(self, context):
|
def _execute(self, context):
|
||||||
from bonsai.bim.module.project.data import LinksData
|
from bonsai.bim.module.project.data import LinksData
|
||||||
|
|||||||
Reference in New Issue
Block a user