From 45e00458203877c4f39d4da450f7bd15f1ef8426 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Fri, 21 Jun 2024 23:32:46 +1000 Subject: [PATCH] Fix bug where merge duplicate types would trigger listeners in an active Blender session. Stop using listeners, I guess? --- src/ifcpatch/ifcpatch/recipes/MergeDuplicateTypes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcpatch/ifcpatch/recipes/MergeDuplicateTypes.py b/src/ifcpatch/ifcpatch/recipes/MergeDuplicateTypes.py index 49c80bf813..c26fa918c4 100644 --- a/src/ifcpatch/ifcpatch/recipes/MergeDuplicateTypes.py +++ b/src/ifcpatch/ifcpatch/recipes/MergeDuplicateTypes.py @@ -93,4 +93,5 @@ class Patcher: relating_type=relating_type, related_objects=related_objects, should_map_representations=False, + should_run_listeners=False, )