mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Only use force options as multipart identifier.
This commit is contained in:
parent
d9499d5750
commit
52238488f3
1 changed files with 4 additions and 3 deletions
|
|
@ -1021,9 +1021,10 @@ class RenderProductsRedshift(ARenderProducts):
|
|||
# like Cryptomatte.
|
||||
# AOVs are merged in multi-channel file
|
||||
multipart = False
|
||||
force_layer = bool(self._get_attr("redshiftOptions.exrForceMultilayer")) # noqa
|
||||
exMultipart = bool(self._get_attr("redshiftOptions.exrMultipart"))
|
||||
if exMultipart and force_layer:
|
||||
force_layer = bool(
|
||||
self._get_attr("redshiftOptions.exrForceMultilayer")
|
||||
)
|
||||
if force_layer:
|
||||
multipart = True
|
||||
|
||||
return multipart
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue