mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Hound fix.
This commit is contained in:
parent
86c2aaff37
commit
26174213bd
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ class ExtractBurnin(openpype.api.Extractor):
|
|||
# Add context data burnin_data.
|
||||
burnin_data["context"] = {}
|
||||
for item in repre_burnin_defs:
|
||||
for field, setting in repre_burnin_defs[item].items():
|
||||
for _, setting in repre_burnin_defs[item].items():
|
||||
if "context" in setting:
|
||||
key = setting.split("[")[1].split("]")[0]
|
||||
burnin_data["context"][key] = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue