allow burnin in harmony

This commit is contained in:
Milan Kolar 2020-09-10 20:54:11 +02:00
parent a2d3072fd6
commit 81b328977d
2 changed files with 4 additions and 2 deletions

View file

@ -25,7 +25,8 @@ class ExtractBurnin(pype.api.Extractor):
"shell",
"nukestudio",
"premiere",
"standalonepublisher"
"standalonepublisher",
"harmony"
]
optional = True

View file

@ -44,7 +44,8 @@ class ExtractRender(pyblish.api.InstancePlugin):
frame_start = result[4]
frame_end = result[5]
audio_path = result[6]
instance.data["audio"] = [{"filename": audio_path}]
if audio_path:
instance.data["audio"] = [{"filename": audio_path}]
instance.data["fps"] = frame_rate
# Set output path to temp folder.