Skip to content

Commit

Permalink
Make the type more descriptive
Browse files Browse the repository at this point in the history
We group layer based on the "." separator as recommended by the OpenEXR specifiations.
This is though a virtual group, not explicitelly stored this way in the file nor the header.
This is an attempt in making the type more descriptive.
  • Loading branch information
afichet committed May 18, 2023
1 parent 2121e0f commit d4c7ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/attribute/LayerItem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ HeaderItem* LayerItem::constructItemHierarchy(
parent,
{QString::fromStdString(m_leafName),
(int)childCount(),
"channellist"},
"virtual channel group"},
QString::fromStdString(partName),
partID,
QString::fromStdString(m_leafName));
Expand Down

0 comments on commit d4c7ba2

Please sign in to comment.