mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fixing te multipart boolean option
This commit is contained in:
parent
2edcb15fbb
commit
81d09b98ff
1 changed files with 1 additions and 1 deletions
|
|
@ -1023,7 +1023,7 @@ class RenderProductsRedshift(ARenderProducts):
|
|||
# like Cryptomatte.
|
||||
# AOVs are merged in multi-channel file
|
||||
multipart = False
|
||||
force_layer = bool(self._get_attr("redshiftOptions.exrForceMultilayer"))
|
||||
force_layer = bool(self._get_attr("redshiftOptions.exrForceMultilayer")) # noqa
|
||||
exMultipart = bool(self._get_attr("redshiftOptions.exrMultipart"))
|
||||
if exMultipart or force_layer:
|
||||
multipart = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue