mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-28 08:26:32 +02:00
[ui] Viewer3D: synchronize media list and graph hover/selection
* ease bidirectional navigation between 3D media list and graph * use same mechanism to indicate selected/hovered elements * remove 'frame' button (space gain + action available on double click)
This commit is contained in:
parent
05854ed897
commit
2f307c16fb
3 changed files with 91 additions and 40 deletions
|
@ -124,6 +124,8 @@ Item {
|
|||
readonly property int outputMediaIndex: library.find(outputAttribute)
|
||||
|
||||
anchors.fill: parent
|
||||
inspector.uigraph: reconstruction
|
||||
|
||||
DropArea {
|
||||
anchors.fill: parent
|
||||
keys: ["text/uri-list"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue