[ui] Visible property handles the show of an output attribute in the node in the GraphEditor

This commit is contained in:
Aurore LAFAURIE 2024-04-12 15:43:35 +02:00
parent f098ede8cb
commit f3027d1988

View file

@ -392,7 +392,7 @@ Item {
delegate: Loader {
id: outputLoader
active: object.isOutput && isFileAttributeBaseType(object)
active: object.isOutput && isFileAttributeBaseType(object) && object.desc.visible
anchors.right: parent.right
width: outputs.width