mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix burnin templates
This commit is contained in:
parent
b583535bdf
commit
77927bdeea
1 changed files with 3 additions and 1 deletions
|
|
@ -184,7 +184,9 @@ class ExtractBurnin(openpype.api.Extractor):
|
|||
for key in self.positions:
|
||||
value = burnin_def.get(key)
|
||||
if value:
|
||||
burnin_values[key] = value
|
||||
burnin_values[key] = value.replace(
|
||||
"{task}", "{task[name]}"
|
||||
)
|
||||
|
||||
# Remove "delete" tag from new representation
|
||||
if "delete" in new_repre["tags"]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue