Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions client/ayon_core/pipeline/create/product_name.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,10 @@ def _get_product_name_old(
"product": {
"type": product_type,
"basetype": product_base_type or product_type,
}
},
"host": {
"name": host_name,
},
}

if dynamic_data:
Expand Down Expand Up @@ -469,7 +472,10 @@ def get_product_name(
"product": {
"type": product_type,
"basetype": product_base_type,
}
},
"host": {
"name": host_name,
},
}
if folder_entity:
fill_pairs["folder"] = {
Expand Down
Loading