mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 00:08:29 +02:00
[ui] Viewer2D: notion of feature/match provider nodes for features viewer
This commit is contained in:
parent
8d68f17410
commit
2bf1a5f809
3 changed files with 70 additions and 29 deletions
|
@ -22,6 +22,11 @@ FloatingPane {
|
|||
ColumnLayout {
|
||||
// Header
|
||||
RowLayout {
|
||||
// Node used to read features
|
||||
Label {
|
||||
text: _reconstruction ? _reconstruction.activeNodes.get("featureProvider").node.label : ""
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
// Settings menu
|
||||
Loader {
|
||||
active: root.pluginStatus === Loader.Ready
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue