mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
fix burnins
This commit is contained in:
parent
ea59a764cd
commit
a90eb2d54a
1 changed files with 2 additions and 2 deletions
|
|
@ -316,8 +316,8 @@ class ExtractBurnin(publish.Extractor):
|
|||
burnin_values = {}
|
||||
for key in self.positions:
|
||||
value = burnin_def.get(key)
|
||||
if not value:
|
||||
continue
|
||||
if value:
|
||||
burnin_values[key] = value
|
||||
|
||||
# Remove "delete" tag from new representation
|
||||
if "delete" in new_repre["tags"]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue