mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 17:04:54 +01:00
Change import position.
This commit is contained in:
parent
e0b0e30734
commit
302e493f61
1 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
from maya import cmds
|
||||
from mtoa.core import createOptions
|
||||
|
||||
from openpype.api import (
|
||||
get_project_settings,
|
||||
|
|
@ -97,7 +96,7 @@ class RenderSettings(object):
|
|||
|
||||
def _set_Arnold_settings(self, settings, width, height):
|
||||
"""Sets settings for Arnold."""
|
||||
|
||||
from mtoa.core import createOptions
|
||||
createOptions()
|
||||
cmds.setAttr("defaultResolution.width", width)
|
||||
cmds.setAttr("defaultResolution.height", height)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue