mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
aov Filtering
This commit is contained in:
parent
098d36d6e8
commit
33974c39d4
1 changed files with 1 additions and 1 deletions
|
|
@ -1110,7 +1110,7 @@ class RenderProductsRedshift(ARenderProducts):
|
|||
if light_groups_enabled:
|
||||
return products
|
||||
|
||||
beauty_name = "Beauty_other" if has_beauty_aov else ""
|
||||
beauty_name = "BeautyAux" if has_beauty_aov else ""
|
||||
for camera in cameras:
|
||||
products.insert(0,
|
||||
RenderProduct(productName=beauty_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue