diff --git a/meshroom/ui/qml/Viewer/Viewer2D.qml b/meshroom/ui/qml/Viewer/Viewer2D.qml index 0b151d79..661dfc11 100644 --- a/meshroom/ui/qml/Viewer/Viewer2D.qml +++ b/meshroom/ui/qml/Viewer/Viewer2D.qml @@ -439,8 +439,10 @@ FocusScope { onMoved: { if(!useAuto) { - _reconstruction.setAttribute(activeNode.attribute("fisheyeCenterOffset.fisheyeCenterOffset_x"), x) - _reconstruction.setAttribute(activeNode.attribute("fisheyeCenterOffset.fisheyeCenterOffset_y"), y) + _reconstruction.setAttribute( + activeNode.attribute("fisheyeCenterOffset"), + JSON.stringify([x, y]) + ); } } onIncrementRadius: {