mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
add/cleanup refactored redshift settings function
This commit is contained in:
parent
50e60acc22
commit
6f58d72be5
1 changed files with 1 additions and 8 deletions
|
|
@ -104,14 +104,7 @@ class RenderSettings(object):
|
|||
self._set_vray_settings(aov_separator, width, height)
|
||||
|
||||
if renderer == "redshift":
|
||||
# set format to exr
|
||||
cmds.setAttr("RedshiftOptions.imageFormat", 1)
|
||||
|
||||
# resolution
|
||||
cmds.setAttr("defaultResolution.width", width)
|
||||
cmds.setAttr("defaultResolution.height", height)
|
||||
|
||||
self._set_global_output_settings()
|
||||
self._set_redshift_settings()
|
||||
|
||||
def _set_redshift_settings(self):
|
||||
"""Sets settings for Arnold."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue