mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #448 from ynput/bugfix/maya-arnold-global-aov-mode
Maya: Solely collect the beauty render when Maya render view is disabled in Arnold
This commit is contained in:
commit
7362747d5e
1 changed files with 2 additions and 1 deletions
|
|
@ -720,7 +720,8 @@ class RenderProductsArnold(ARenderProducts):
|
|||
|
||||
# AOVs > Legacy > Maya Render View > Mode
|
||||
aovs_enabled = bool(
|
||||
self._get_attr("defaultArnoldRenderOptions.aovMode")
|
||||
self._get_attr(
|
||||
"defaultArnoldRenderOptions.aovMode", as_string=False)
|
||||
)
|
||||
if not aovs_enabled:
|
||||
return beauty_products
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue