Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

Maya 2017 missing MCallbackId header

Maya 2017 missing MCallbackId header

Anonymous
Not applicable
767 Views
2 Replies
Message 1 of 3

Maya 2017 missing MCallbackId header

Anonymous
Not applicable

Hello,

 

I can not seem to find the MCallbackId header in the Maya 2017 includes.

Also in the C++ documentation MCallbackId is completely missing and in the Python docs it is just a blank page.

https://help.autodesk.com/view/MAYAUL/2017/ENU/?guid=__py_ref_class_open_maya_1_1_m_callback_id_html

 

Is there something I'm missing? It seems that in Maya 2016 it was still included. I also checked in Maya 2018 and it is also missing from there.

 

Cheers

Marcell

0 Likes
Accepted solutions (1)
768 Views
2 Replies
Replies (2)
Message 2 of 3

cheng_xi_li
Autodesk Support
Autodesk Support
Accepted solution

Hi,

 

I think it is fine.

 

If you open MMessage.h, you'll find

typedef MUintPtrSz MCallbackId;

I think you the reason you could find python one is Maya documents are generated based on the comments with cpp files. Python 2.0 APIs are wrappers, so there is a header file for MCallbackId without implementation. But for C++, it is just a uint_ptr typedef.

 

Yours,

Li

0 Likes
Message 3 of 3

Anonymous
Not applicable

Hi,

 

Yes you are right!

Thank you very much

 

Cheers

Marcell

0 Likes