mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
update docstring
This commit is contained in:
parent
3020ccd90a
commit
4ffab0bb67
1 changed files with 3 additions and 3 deletions
|
|
@ -37,10 +37,10 @@ class ArnoldStandinLoader(load.LoaderPlugin):
|
|||
def load(self, context, name, namespace, options):
|
||||
if not cmds.pluginInfo("mtoa", query=True, loaded=True):
|
||||
cmds.loadPlugin("mtoa")
|
||||
# create defaultArnoldRenderOptions before creating aiStandin
|
||||
# which tried to connect it. Since we load the plugin and directly
|
||||
# Create defaultArnoldRenderOptions before creating aiStandin
|
||||
# which tries to connect it. Since we load the plugin and directly
|
||||
# create aiStandin without the defaultArnoldRenderOptions,
|
||||
# here needs to create the render options for aiStandin creation.
|
||||
# we need to create the render options for aiStandin creation.
|
||||
from mtoa.core import createOptions
|
||||
createOptions()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue