mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Fix Redshift function missing arguments.
This commit is contained in:
parent
d3d27576ec
commit
09a941acd0
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ class RenderSettzings(object):
|
|||
self._set_vray_settings(aov_separator, width, height)
|
||||
|
||||
if renderer == "redshift":
|
||||
self._set_redshift_settings()
|
||||
self._set_redshift_settings(width, height)
|
||||
|
||||
def _set_Arnold_settings(self, width, height):
|
||||
"""Sets settings for Arnold."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue