Top "Mel" questions

MEL is the Maya Embedded Language used to automate processes in the 3D Computer Animation and Modeling software, "Maya".

Maya AbcExport with Python

I have the script to export an Alembic from Maya with MEL : AbcExport(-frameRange 31 41 -writeVisibility -dataFormat ogawa -root |myChar:char|…

python maya alembic mel
In Maya, how to query the world space coordinates of the control points of a curve using MEL

I created a curve using the EP curve tool. Then I tried to query the world space coordinates of the …

maya mel
How do I Get The Selected Object type

I need to basically query and perform a few tasks based on the current selection with PYMEL, example: from pymel.…

python 3d maya mel pymel
How to query any constraint's target list without knowing the constraint type?

In Maya, I have a list of constraints gathered by the following code. I want to iterate the constraints and …

python 3d constraints maya mel
MEL: Traverse through hierarchy

I'm writing a MEL script that will rename all of the joints in a joint hierarchy to a known format. …

mel