pymel.tools.py2mel — PyMEL 1.0.7 documentation

pymel.tools.py2mel

Convert python callables into MEL procedures

Functions

getMelArgs given a python function, return ( ( argName, melType ), { argName : default }, { argName : description } )
getMelType return the name of the closest MEL type equivalent for the given python object.
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
rtype:bool
py2melCmd Create a MEL command from a python function or class.
py2melProc This is a work in progress.

Classes

WrapperCommand

Previous topic

pymel.tools.mel2py.resolvePath

Next topic

pymel.tools.py2mel.getMelArgs

Core Modules

Type Modules

Other Modules

This Page