File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments