Go to: Synopsis. Return value. Python examples.

Synopsis

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.

Return value

None

In query mode, return type is based on queried flag.

Python examples

import maya.cmds as cmds

cmds.dynamicLoad( 'libDynSlice.dll' )