update docstring

This commit is contained in:
Kayla Man 2023-06-19 23:20:08 +08:00
parent 3020ccd90a
commit 4ffab0bb67

View file

@ -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()