PyMEL
1.0
What’s New
Installation
Why PyMEL?
Getting Started
PyNodes
Attributes
Non-Existent Objects
Building User Interfaces
Standalone Maya Python Interpreter
Setting Up PyMEL Autocompletion in Eclipse
For Developers
Design Philosophy
MEL to Python Cheat Sheet
Module Documentation
pymel.core
pymel.core.datatypes
pymel.core.nodetypes
pymel.core.uitypes
pymel.core.runtime
pymel.util
pymel.versions
pymel.mayautils
pymel.tools
pymel.tools.envparse
pymel.tools.mel2py
pymel.tools.py2mel
pymel.tools.py2mel.getMelArgs
pymel.tools.py2mel.getMelType
pymel.tools.py2mel.isIterable
pymel.tools.py2mel.isMapping
pymel.tools.py2mel.isValidMelType
pymel.tools.py2mel.py2melCmd
pymel.tools.py2mel.py2melProc
pymel.tools.py2mel.WrapperCommand
pymel.tools.loggingControl
pymel.api
PyMEL
Docs
»
Module Documentation
»
pymel.tools.py2mel
»
pymel.tools.py2mel.WrapperCommand
View page source
pymel.tools.py2mel.WrapperCommand
¶
class
WrapperCommand
(
*args
)
¶
classmethod
createSyntax
(
)
¶
parseCommandArgs
(
argData
)
¶
parseFlagArgs
(
argData
)
¶
cycle through known flags looking for any that have been set.
Return type:
a list of (flagLongName, flagArgList) tuples
setResult
(
result
)
¶
convert to a valid result type