Skip to content

Commit 8d1b9ef

Browse files
authored
Merge pull request #2905 from alicevision/dev/depthmap
Enable depthmap visualization for "*depth*" files
2 parents 000d91e + d5b39dc commit 8d1b9ef

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
@@ -1717,7 +1717,7 @@ FocusScope {
17171717

17181718
MaterialToolButton {
17191719
id: displayImageOutputIn3D
1720-
enabled: root.aliceVisionPluginAvailable && _reconstruction && displayedNode && Filepath.basename(root.source).includes("depthMap")
1720+
enabled: root.aliceVisionPluginAvailable && _reconstruction && displayedNode && Filepath.basename(root.source).includes("depth")
17211721
ToolTip.text: "View Depth Map in 3D"
17221722
text: MaterialIcons.input
17231723
font.pointSize: 11

0 commit comments

Comments
 (0)