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 509778b commit faddddcCopy full SHA for faddddc
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