mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 17:04:54 +01:00
Fix types
This commit is contained in:
parent
f8e8ce5c61
commit
862167fc6a
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ class RenderSettings(object):
|
|||
self._set_global_output_settings()
|
||||
|
||||
def _set_vray_settings(self, aov_separator, width, height):
|
||||
# type: (dict) -> None
|
||||
# type: (str, int, int) -> None
|
||||
"""Sets important settings for Vray."""
|
||||
settings = cmds.ls(type="VRaySettingsNode")
|
||||
node = settings[0] if settings else cmds.createNode("VRaySettingsNode")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue