mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54: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
ebcfe422ac
commit
c130b72f12
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ class ExtractBurnin(openpype.api.Extractor):
|
|||
burnin_data["anatomy"] = filled_anatomy.get_solved()
|
||||
|
||||
# Add context data burnin_data.
|
||||
burnin_data["context"] = instance.context.data["burnin_context"]
|
||||
burnin_data["context"] = instance.context.data.get("burnin_context") or {}
|
||||
|
||||
# Add source camera name to burnin data
|
||||
camera_name = repre.get("camera_name")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue