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 848088d commit 08e16dcCopy full SHA for 08e16dc
meshroom/core/node.py
@@ -1715,7 +1715,7 @@ def _hasDisplayableShape(self):
1715
Note: These attributes can be loaded in the the ShapeViewer / ShapeEditor.
1716
False otherwise.
1717
"""
1718
- return next((attr for attr in self._attributes if attr.hasDisplayableShape or \
+ return next((attr for attr in self._attributes if attr.hasDisplayableShape or
1719
attr.desc.semantic == "shapeFile"), None) is not None
1720
1721
0 commit comments