We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad1de2 commit c95c94bCopy full SHA for c95c94b
meshroom/core/node.py
@@ -1387,8 +1387,6 @@ def getGlobalStatus(self):
1387
def getFusedStatus(self):
1388
if not self._chunks:
1389
return StatusData()
1390
- if len(self._chunks) == 1:
1391
- return self._chunks[0].status
1392
fusedStatus = StatusData()
1393
fusedStatus.fromDict(self._chunks[0].status.toDict())
1394
for chunk in self._chunks[1:]:
0 commit comments