Update openpype/plugins/publish/extract_burnin.py

Co-authored-by: Milan Kolar <mkolar@users.noreply.github.com>
This commit is contained in:
Toke Jepsen 2021-09-01 09:36:20 +02:00 committed by GitHub
parent 1693be8778
commit 9887e00859
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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