mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-21 13:06:28 +02:00
[ui] WorkspaceView: open images in the 2D Viewer from the Graph/NodeEditor
Double click on a node or an attribute with an image file to display it in the 2D viewer.
This commit is contained in:
parent
bc1eb83d92
commit
dbcfce7c90
3 changed files with 53 additions and 5 deletions
|
@ -23,7 +23,7 @@ Item {
|
|||
readonly property variant cameraInits: _reconstruction.cameraInits
|
||||
property bool readOnly: false
|
||||
readonly property Viewer3D viewer3D: viewer3D
|
||||
|
||||
readonly property Viewer2D viewer2D: viewer2D
|
||||
|
||||
implicitWidth: 300
|
||||
implicitHeight: 400
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue