mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
🐛 fix aov separator in redshift
This commit is contained in:
parent
1d5087fb5f
commit
fa7b7d67f9
1 changed files with 1 additions and 1 deletions
|
|
@ -963,7 +963,7 @@ class RenderProductsRedshift(ARenderProducts):
|
|||
|
||||
"""
|
||||
prefix = super(RenderProductsRedshift, self).get_renderer_prefix()
|
||||
prefix = "{}{}<aov>".format(prefix, self.aov_separator)
|
||||
prefix = "{}{}<aov>".format(prefix, self.layer_data["aov_separator"])
|
||||
return prefix
|
||||
|
||||
def get_render_products(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue