Maya C++ to Python/MEL

Hi is there any way to find the equivalent C++ class/methods when we search for a python or mel command.I guess there should be someway to search for maya c++ plugins easily…

New in 2012 :

http://download.autodesk.com/global/docs/mayasdk2012/en_us/index.html

Take a look into PyMel. It has access to Maya Api and you can find the same functions like in C++, but wrapped on Python.

Styler

Yes I want to find a way to access this.If i search in maya documentation.Search results are too generic.

vifx:

If i search in maya documentation.Search results are too generic.

Hmm…How did you try to do the search? Where did you stuck? I use maya api C++ documentation + WingIDE intellisense. It’s really comfortable. And Yes, PyMel documentation is pretty crappy and results are very generic, but you could navigate by categories.