mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Fix dictionary bug.
This commit is contained in:
parent
b1d49692e0
commit
e9426df72d
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ class RenderSettings(object):
|
|||
cmds.setAttr(
|
||||
"defaultArnoldDriver.mergeAOVs", multi_exr)
|
||||
|
||||
for attr in additional_options.items():
|
||||
for attr in additional_options.keys():
|
||||
cmds.setAttr(attr, additional_options.get(attr, None))
|
||||
|
||||
def _set_redshift_settings(self, width, height):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue