mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix extract usd layered
This commit is contained in:
parent
14ba402c16
commit
43485cc64a
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ class ExtractUSDLayered(publish.Extractor):
|
||||||
# to detect whether we should make this into a new publish
|
# to detect whether we should make this into a new publish
|
||||||
# version. If not, skip it.
|
# version. If not, skip it.
|
||||||
asset = get_asset_by_name(
|
asset = get_asset_by_name(
|
||||||
project_name, dependency.data["asset"], fields=["_id"]
|
project_name, dependency.data["folderPath"], fields=["_id"]
|
||||||
)
|
)
|
||||||
subset = get_subset_by_name(
|
subset = get_subset_by_name(
|
||||||
project_name,
|
project_name,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue