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
577db91ccd
commit
5b52bbcea0
1 changed files with 2 additions and 2 deletions
|
|
@ -152,8 +152,8 @@ class InventoryModel(QtGui.QStandardItemModel):
|
|||
"name": repre_info.representation_name,
|
||||
}
|
||||
}
|
||||
formatting_data.update(folder_data)
|
||||
return formatting_data
|
||||
template_data .update(folder_data)
|
||||
return template_data
|
||||
|
||||
def refresh(self, selected=None):
|
||||
"""Refresh the model"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue