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.

C++ speed/efficience in Maya

C++ speed/efficience in Maya

j.victor.ferreira
Enthusiast Enthusiast
532 Views
2 Replies
Message 1 of 3

C++ speed/efficience in Maya

j.victor.ferreira
Enthusiast
Enthusiast

Hey guys,

 
Could somebody help me in some doubt?
How faster C++ could be in Maya, compared to python API in general?
Is this something that worth to work with for what kind of programs (generally)?
 
Thanks in advance!
Accepted solutions (1)
533 Views
2 Replies
Replies (2)
Message 2 of 3

BurkhardRammner
Collaborator
Collaborator
Accepted solution

c++ is generally at least 10x faster than python, but may be a lot faster.

You need c++ if the calculation just takes too long using python. So, either there is too much to compute or the computation is too complex or both. If you need your code for interactive work in the viewport, c++ also has a clear advantage (no delay).

 

0 Likes
Message 3 of 3

j.victor.ferreira
Enthusiast
Enthusiast

Hi @BurkhardRammner !

This point of working interactivelly in viewport is very interesting.

thanks a lot for the information! 🙂

 

João

0 Likes