mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
remove "root" key from template data
This commit is contained in:
parent
1af3b2d242
commit
d2c7f1db2d
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 temlate data to auto-fill them with anatomy data
|
||||
template_data.pop("root")
|
||||
|
||||
output[repre_id] = template_data
|
||||
return output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue