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
06bc6baae3
commit
b156f18f07
1 changed files with 7 additions and 3 deletions
|
|
@ -144,9 +144,13 @@ class InventoryModel(QtGui.QStandardItemModel):
|
|||
)
|
||||
|
||||
formatting_data = {
|
||||
"product": repre_info.product_name,
|
||||
"productType": repre_info.product_type,
|
||||
"representation": repre_info.representation_name
|
||||
"product": {
|
||||
"name": repre_info.product_name,
|
||||
"type": repre_info.product_type,
|
||||
},
|
||||
"representation": {
|
||||
"name": repre_info.representation_name,
|
||||
}
|
||||
}
|
||||
formatting_data.update(folder_data)
|
||||
return formatting_data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue