From 8be718ce8d06ac0bd54c7c5d606df61e7b1c763c Mon Sep 17 00:00:00 2001 From: Abdelrahman AL MAROUK Date: Tue, 29 Aug 2023 11:36:50 +0200 Subject: [PATCH] [BoundingBox] fix automatic bounding box - bug in QML multithreading because of linked signals --- meshroom/nodes/aliceVision/Meshing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/meshroom/nodes/aliceVision/Meshing.py b/meshroom/nodes/aliceVision/Meshing.py index a9203f0265..cf77e88bfa 100644 --- a/meshroom/nodes/aliceVision/Meshing.py +++ b/meshroom/nodes/aliceVision/Meshing.py @@ -547,7 +547,6 @@ def __init__(self, coreNode=None): group="" ) self.coreNode._instanceAttributes.add(attributeFactory(attrDesc, None, False, self.coreNode)) - coreNode.internalFolderChanged.connect(self.checkBBox) coreNode.globalStatusChanged.connect(self.checkBBox) def processChunk(self, chunk):