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 000d91e + d5b39dc commit 8d1b9efCopy full SHA for 8d1b9ef
meshroom/ui/qml/Viewer/Viewer2D.qml
@@ -1717,7 +1717,7 @@ FocusScope {
1717
1718
MaterialToolButton {
1719
id: displayImageOutputIn3D
1720
- enabled: root.aliceVisionPluginAvailable && _reconstruction && displayedNode && Filepath.basename(root.source).includes("depthMap")
+ enabled: root.aliceVisionPluginAvailable && _reconstruction && displayedNode && Filepath.basename(root.source).includes("depth")
1721
ToolTip.text: "View Depth Map in 3D"
1722
text: MaterialIcons.input
1723
font.pointSize: 11
0 commit comments