Go to: Synopsis. Return value. Python examples.
dynamicLoad(
string
)
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
dynamicLoad is undoable, queryable, and NOT editable.
Dynamically load the DLL passed as argument.None
In query mode, return type is based on queried flag.
import maya.cmds as cmds cmds.dynamicLoad( 'libDynSlice.dll' )