Why Maya and Python?
Python has the benefit of being able to use both MEL and C++
There are 4 Maya libraries that Python can use:
- CMDS
- OpenMaya
- PyMEL: Wraps both CMDS and OpenMaya libraries into one interface that we can use. Can cut down on amount of code we need to write, the downside is that it can be slow. Some studio’s don’t allow it because of its performance issues.