mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-06 12:51:57 +02:00
[Node] Show all outputs of node in Graph
This commit is contained in:
parent
796493417d
commit
840ed3a8b8
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ Item {
|
||||||
|
|
||||||
delegate: Loader {
|
delegate: Loader {
|
||||||
id: outputLoader
|
id: outputLoader
|
||||||
active: object.isOutput && isFileAttributeBaseType(object) && object.desc.visible
|
active: object.isOutput && object.desc.visible
|
||||||
visible: object.enabled || object.hasOutputConnections
|
visible: object.enabled || object.hasOutputConnections
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
width: outputs.width
|
width: outputs.width
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue