After OIIO transcoding force the layer name to be ""

This commit is contained in:
Roy Nieterau 2025-12-01 19:04:23 +01:00
parent 617887d0c3
commit b0c5b171c9

View file

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