mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #978 from ynput/bugfix/delivery-use-current-anatomy-roots
Delivery: Use current roots during delivery
This commit is contained in:
commit
070d3a5d84
1 changed files with 4 additions and 0 deletions
|
|
@ -409,5 +409,9 @@ def get_representations_delivery_template_data(
|
|||
"version": version_entity["version"],
|
||||
})
|
||||
_merge_data(template_data, repre_entity["context"])
|
||||
|
||||
# Remove roots from template data to auto-fill them with anatomy data
|
||||
template_data.pop("root", None)
|
||||
|
||||
output[repre_id] = template_data
|
||||
return output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue