mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Update client/ayon_core/tools/sceneinventory/model.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
2630ca88b6
commit
da381c423d
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue