pymel.tools.py2mel

Convert python callables into MEL procedures

Functions

getMelArgs Inspect the arguments of a python function and return the cloesst compatible MEL arguments.
getMelType return the name of the closest MEL type equivalent for the given python
isIterable Returns True if an object is iterable and not a string or ProxyUnicode type, otherwise returns False.
isMapping Returns True if an object is a mapping (dictionary) type, otherwise returns False.
isValidMelType Returns whether typeStr is a valid MEL type identifier
py2melCmd Create a MEL command from a python function or class.
py2melProc This is a work in progress.

Classes

WrapperCommand