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.
2 parents 7d1ebe6 + c95c94b commit 1ff41c3Copy full SHA for 1ff41c3
1 file changed
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