mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
fix get_products call in scene inventory
This commit is contained in:
parent
21d7dd3080
commit
513882e6d9
1 changed files with 1 additions and 0 deletions
|
|
@ -185,6 +185,7 @@ class SceneInventoryView(QtWidgets.QTreeView):
|
||||||
return
|
return
|
||||||
|
|
||||||
standard_versions = ayon_api.get_versions(
|
standard_versions = ayon_api.get_versions(
|
||||||
|
project_name,
|
||||||
product_ids=hero_versions_by_product_id.keys(),
|
product_ids=hero_versions_by_product_id.keys(),
|
||||||
versions=hero_versions_by_product_id.values()
|
versions=hero_versions_by_product_id.values()
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue