pymel.core.system.dynamicLoad — PyMEL 1.0.7 documentation

pymel.core.system.dynamicLoad

dynamicLoad(*args, **kwargs)

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

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 Modules

Type Modules

Other Modules

This Page