mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Update openpype/plugins/publish/extract_burnin.py
Co-authored-by: Milan Kolar <mkolar@users.noreply.github.com>
This commit is contained in:
parent
1693be8778
commit
9887e00859
1 changed files with 2 additions and 2 deletions
|
|
@ -156,8 +156,8 @@ class ExtractBurnin(openpype.api.Extractor):
|
|||
burnin_data["anatomy"] = filled_anatomy.get_solved()
|
||||
|
||||
# Add context data burnin_data.
|
||||
burnin_data["context"] = (
|
||||
instance.context.data.get("burnin_context") or {}
|
||||
burnin_data["custom"] = (
|
||||
instance.data.get("custom_burnin_data") or {}
|
||||
)
|
||||
|
||||
# Add source camera name to burnin data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue