Update client/ayon_core/tools/sceneinventory/model.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
sjt-rvx 2025-07-02 10:18:07 +00:00 committed by GitHub
parent 2630ca88b6
commit da381c423d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -295,8 +295,8 @@ class InventoryModel(QtGui.QStandardItemModel):
status_name = None
else:
fmt_data = self.generate_group_formatting_data(repre_info)
group_name = group_name_template.format(**fmt_data)
template_data = self._get_repre_info_template_data(repre_info)
group_name = group_name_template.format(**template_data)
item_icon = valid_item_icon