mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 00:08:29 +02:00
[core] Correctly load internalAttributes in compatibility mode
This commit is contained in:
parent
21d01acc9a
commit
930af07966
2 changed files with 64 additions and 13 deletions
|
@ -185,6 +185,7 @@ Panel {
|
|||
currentIndex: tabBar.currentIndex
|
||||
|
||||
AttributeEditor {
|
||||
id: inOutAttr
|
||||
Layout.fillHeight: true
|
||||
Layout.fillWidth: true
|
||||
model: root.node.attributes
|
||||
|
@ -249,6 +250,7 @@ Panel {
|
|||
}
|
||||
|
||||
AttributeEditor {
|
||||
id: nodeInternalAttr
|
||||
Layout.fillHeight: true
|
||||
Layout.fillWidth: true
|
||||
model: root.node.internalAttributes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue