We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ShapeAttribute
ShapeListAttribute
1 parent ed4645c commit ad972acCopy full SHA for ad972ac
meshroom/ui/qml/GraphEditor/AttributeEditor.qml
@@ -27,7 +27,7 @@ ListView {
27
ScrollBar.vertical: MScrollBar { id: scrollBar }
28
29
delegate: Loader {
30
- active: (object.enabled || object.hasAnyOutputLinks) && (
+ active: !object.hasDisplayableShape && (object.enabled || object.hasAnyOutputLinks) && (
31
!objectsHideable
32
|| ((!object.desc.advanced || GraphEditorSettings.showAdvancedAttributes)
33
&& (object.isDefault && GraphEditorSettings.showDefaultAttributes || !object.isDefault && GraphEditorSettings.showModifiedAttributes)
0 commit comments