mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-23 19:47:39 +02:00
[ui] display output 3D files when double clicking on a node
* iterate over output attributes to find an "obj" file * make default material brighter
This commit is contained in:
parent
76ec5a1913
commit
b8f61bf033
6 changed files with 42 additions and 10 deletions
|
@ -22,6 +22,7 @@ Item {
|
|||
// signals
|
||||
signal workspaceMoved()
|
||||
signal workspaceClicked()
|
||||
signal nodeDoubleClicked(var node)
|
||||
|
||||
clip: true
|
||||
|
||||
|
@ -221,6 +222,7 @@ Item {
|
|||
onAttributePinCreated: registerAttributePin(attribute, pin)
|
||||
|
||||
onPressed: draggable.selectNode(nodeDelegate)
|
||||
onDoubleClicked: root.nodeDoubleClicked(node)
|
||||
|
||||
Keys.onDeletePressed: uigraph.removeNode(node)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue