Page 1 of 1

MEL to C++ compiler ?

Posted: Fri Jan 19, 2007 12:45 am
by deadalvs
hi.

is there such a thing around that compiles .mel scripts into fast cpp code? it's a shame how slow MEL performs...

?

Posted: Sat Jan 20, 2007 9:01 pm
by Joss
You can always use Maya API.

Posted: Tue Apr 03, 2007 10:48 pm
by deadalvs
umm, Joss...

how complicates is it to learn C++ and the API to be able to do «simple» scripting... how's the learning curve ?

i have both the books of david gould about mel and the c++/api, but programming c++ is like a holy grail...

what about python scripting ?? in maya 8.5 it's totally integrated, i think...

:?:

Posted: Wed Apr 04, 2007 8:22 am
by Joss
Question was asked before 8.5 were released ;)
Don't know about python. It should be faster, but anyway it's interpreted language.

Well...

Posted: Thu Apr 05, 2007 11:24 pm
by sacslacker
You can write slow C++ code too. Python seems a tad faster and for me it's more logical to write in. It can also be compiled but I haven't tried anything like that with Maya 8.5 yet.

Posted: Sun Apr 08, 2007 3:46 am
by Robert Cervellione
do you think python will run faster then the same script in mel?