mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
use createOptions() for defaultArnoldRenderOptions
This commit is contained in:
parent
00eab724a4
commit
3314c5f282
1 changed files with 4 additions and 2 deletions
|
|
@ -42,8 +42,10 @@ class ArnoldStandinLoader(load.LoaderPlugin):
|
|||
# does not exist yet and some connections to the standin
|
||||
# can't be correctly generated on create resulting in an error
|
||||
cmds.loadPlugin("mtoa")
|
||||
cmds.refresh(force=True)
|
||||
maya.utils.processIdleEvents()
|
||||
# create defaultArnoldRenderOptions for
|
||||
# `defaultArnoldRenderOptions.operator``
|
||||
from mtoa.core import createOptions
|
||||
createOptions()
|
||||
|
||||
import mtoa.ui.arnoldmenu
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue