kasceut.blogg.se

Autodesk maya 2015 help
Autodesk maya 2015 help







autodesk maya 2015 help

The tools designed using MEL scripts generally come under the following categories: This makes MEL harder to learn and fully understand. In many ways MEL complements the Maya API, with somewhat clear boundaries between allocated tasks. Since nodes form the actual computational core of Maya using a more robust readily apparent programming method would be a very inefficient approach. In practice, however, MEL is used as a metaprogramming language where MEL just instructs Maya's node architecture to solve the problem. MEL is often criticized for its lack of programming features, and object orientation. This provides many insights into undocumented inner workings of Maya.

autodesk maya 2015 help

#Autodesk maya 2015 help code#

  • A lot of legacy code and inner working of Maya is in MEL form.
  • Discoverability of MEL is better since the built-in command echo server was created with MEL in mind.
  • Still MEL offers some advantages to Python:

    autodesk maya 2015 help

    Python was added to Maya as an alternative to MEL in Maya 8.5. Mel is primarily a language meant to journal the Maya session, thus lacks many advanced features such as associative arrays. MEL is fairly limited compared to mainstream scripting languages. The majority of standard Maya commands are default MEL scripts, saved in the Maya Program Files directory. It provides some memory management and dynamic array-allocation, and offers direct access to functions specific to Maya. MEL is syntactically similar to Perl and Tcl.









    Autodesk maya 2015 help