Skip to content

Commit d5b39dc

Browse files
committed
[ui] Viewer: Relax the criteria for identifying images as depth maps
1 parent 6eed1f7 commit d5b39dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshroom/ui/qml/Viewer/Viewer2D.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1663,7 +1663,7 @@ FocusScope {
16631663

16641664
MaterialToolButton {
16651665
id: displayImageOutputIn3D
1666-
enabled: root.aliceVisionPluginAvailable && _reconstruction && displayedNode && (Filepath.basename(root.source).includes("depthMap") || Filepath.basename(root.source).includes("depth_"))
1666+
enabled: root.aliceVisionPluginAvailable && _reconstruction && displayedNode && Filepath.basename(root.source).includes("depth")
16671667
ToolTip.text: "View Depth Map in 3D"
16681668
text: MaterialIcons.input
16691669
font.pointSize: 11

0 commit comments

Comments
 (0)