mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
replace redshift settings setters with method
This commit is contained in:
parent
5d56323050
commit
b62fa7451b
1 changed files with 0 additions and 11 deletions
|
|
@ -467,17 +467,6 @@ class CreateRender(plugin.Creator):
|
|||
self._set_vray_settings(asset)
|
||||
if renderer == "redshift":
|
||||
self._set_redshift_settings()
|
||||
cmds.setAttr("redshiftOptions.imageFormat", 1)
|
||||
|
||||
# resolution
|
||||
cmds.setAttr(
|
||||
"defaultResolution.width",
|
||||
asset["data"].get("resolutionWidth"))
|
||||
cmds.setAttr(
|
||||
"defaultResolution.height",
|
||||
asset["data"].get("resolutionHeight"))
|
||||
|
||||
self._set_global_output_settings()
|
||||
|
||||
def _set_redshift_settings(self):
|
||||
"""Sets settings for Arnold."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue