mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
add camera name to burnin data so it's usable in burnin templates
This commit is contained in:
parent
229d28a590
commit
aa806b8e73
1 changed files with 5 additions and 0 deletions
|
|
@ -157,6 +157,11 @@ class ExtractBurnin(pype.api.Extractor):
|
|||
filled_anatomy = anatomy.format_all(burnin_data)
|
||||
burnin_data["anatomy"] = filled_anatomy.get_solved()
|
||||
|
||||
# Add source camera name to burnin data
|
||||
camera_name = repre.get("camera_name")
|
||||
if camera_name:
|
||||
burnin_data["camera_name"] = camera_name
|
||||
|
||||
first_output = True
|
||||
|
||||
files_to_delete = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue