pymel.core.system.dynamicLoad

static system.dynamicLoad(*args, **kwargs)

Dynamically load the DLL passed as argument. In query mode, return type is based on queried flag.

Flags:

Derived from mel command maya.cmds.dynamicLoad

Example:

import pymel.core as pm

pm.dynamicLoad( 'libDynSlice.dll' )

Previous topic

pymel.core.system.displayWarning

Next topic

pymel.core.system.error

Core

Core Modules

Other Modules

This Page