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