Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alicevision/meshroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoïc Vital <mugulmotion@gmail.com>2022-10-07 19:02:13 +0300
committerFabien Castan <fabcastan@gmail.com>2022-10-19 11:50:23 +0300
commit72218ed6130cf3f36eec486c93e14d2bc30d3720 (patch)
tree1712ff462b502752d72de2f4a76e30acd0af74ba
parent0496f0c6a2be12e2aca8d63ae76ffa35a9e0e32d (diff)
[ui] minor fix
-rw-r--r--meshroom/ui/qml/Viewer/Viewer2D.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/meshroom/ui/qml/Viewer/Viewer2D.qml b/meshroom/ui/qml/Viewer/Viewer2D.qml
index 6f1db582..abe2f8f1 100644
--- a/meshroom/ui/qml/Viewer/Viewer2D.qml
+++ b/meshroom/ui/qml/Viewer/Viewer2D.qml
@@ -9,7 +9,7 @@ FocusScope {
clip: true
- property var displayedNode: _reconstruction.cameraInit
+ property var displayedNode: null
property bool useExternal: false
property url sourceExternal