Skip to content

Commit 5dda2ac

Browse files
authored
Merge pull request #2842 from alicevision/fix/removeLoadModel
[ui] WorkspaceView: Remove `Load Model` button from Viewer3D
2 parents bddc006 + a850550 commit 5dda2ac

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

meshroom/ui/qml/WorkspaceView.qml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -233,20 +233,6 @@ Item {
233233
Viewer3DSettings.syncWithPickedViewId = viewer2D.sync3DSelected
234234
}
235235
}
236-
237-
// Load reconstructed model
238-
Button {
239-
readonly property var outputAttribute: _reconstruction && _reconstruction.texturing ? _reconstruction.texturing.attribute("outputMesh") : null
240-
readonly property bool outputReady: outputAttribute && _reconstruction.texturing.globalStatus === "SUCCESS"
241-
readonly property int outputMediaIndex: c_viewer3D.library.find(outputAttribute)
242-
243-
text: "Load Model"
244-
anchors.bottom: parent.bottom
245-
anchors.bottomMargin: 10
246-
anchors.horizontalCenter: parent.horizontalCenter
247-
visible: outputReady && outputMediaIndex == -1
248-
onClicked: viewer3D.view(_reconstruction.texturing.attribute("outputMesh"))
249-
}
250236
}
251237

252238
// Inspector Panel

0 commit comments

Comments
 (0)