pymel.core.system.dynamicLoad

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

import maya.cmds as cmds

pm.dynamicLoad( 'libDynSlice.dll' )

Previous topic

pymel.core.system.displayWarning

Next topic

pymel.core.system.error

Core

Core Modules

Other Modules

This Page