mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
After OIIO transcoding force the layer name to be ""
This commit is contained in:
parent
617887d0c3
commit
b0c5b171c9
1 changed files with 4 additions and 0 deletions
|
|
@ -401,6 +401,10 @@ class ExtractReview(pyblish.api.InstancePlugin):
|
||||||
new_staging_dir,
|
new_staging_dir,
|
||||||
self.log
|
self.log
|
||||||
)
|
)
|
||||||
|
# The OIIO conversion will remap the RGBA channels just to
|
||||||
|
# `R,G,B,A` so we will pass the intermediate file to FFMPEG
|
||||||
|
# without layer name.
|
||||||
|
layer_name = ""
|
||||||
|
|
||||||
try:
|
try:
|
||||||
self._render_output_definitions(
|
self._render_output_definitions(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue