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 6eed1f7 commit d5b39dcCopy full SHA for d5b39dc
meshroom/ui/qml/Viewer/Viewer2D.qml
@@ -1663,7 +1663,7 @@ FocusScope {
1663
1664
MaterialToolButton {
1665
id: displayImageOutputIn3D
1666
- enabled: root.aliceVisionPluginAvailable && _reconstruction && displayedNode && (Filepath.basename(root.source).includes("depthMap") || Filepath.basename(root.source).includes("depth_"))
+ enabled: root.aliceVisionPluginAvailable && _reconstruction && displayedNode && Filepath.basename(root.source).includes("depth")
1667
ToolTip.text: "View Depth Map in 3D"
1668
text: MaterialIcons.input
1669
font.pointSize: 11
0 commit comments