mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-01 07:48:37 +02:00
[ui] add partial graph submission up to a certain node
This commit is contained in:
parent
907c9cbcba
commit
25992286d0
4 changed files with 21 additions and 7 deletions
|
@ -229,6 +229,7 @@ Item {
|
|||
onDoubleClicked: root.nodeDoubleClicked(node)
|
||||
|
||||
onComputeRequest: uigraph.execute(node)
|
||||
onSubmitRequest: uigraph.submit(node)
|
||||
onRemoveRequest: uigraph.removeNode(node)
|
||||
|
||||
Keys.onDeletePressed: uigraph.removeNode(node)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue