mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-04 01:08:26 +02:00
If unexposed attributes (ie. attributes that are located in the lower side of a node, and hidden by default) are connected, they are meant to remain visible even if the lower part of that node is hidden. This was working fine for any attribute that was not a `ListAttribute`, as the check was made on whether the attribute's value was a link to another attribute. For `ListAttributes`, whose value is actually a list of values, this was not working as nested links were not checked. Instead of relying on the `isLink` property, we now use `isLinkNested`: for regular attributes, this is equivalent to using `isLink`, but for `ListAttributes`, the full list of values will be checked. |
||
---|---|---|
.. | ||
Charts | ||
Controls | ||
GraphEditor | ||
ImageGallery | ||
MaterialIcons | ||
Utils | ||
Viewer | ||
Viewer3D | ||
AboutDialog.qml | ||
Application.qml | ||
DialogsFactory.qml | ||
Homepage.qml | ||
LiveSfmView.qml | ||
main.qml | ||
WorkspaceView.qml |