MEL ARCANE Cinematic shot with animation lighting My latest work is fan art of MEL from ARCANE. Mel is one of my favorite character from the show. It was really challenging but it was also very fun to create. There is an article post you can read the…
Does anybody know MEL command to do an onscreen message like this: print command only outputs to the command line, but I'd prefer to put something on screen to minimize user mistakes.
Hello, I'm trying to write a Mel script that would give me the ability to creator locators equal to the amount of joints selected and then parent then to joints? is that something doable in Mel? thanks ed
I have two questions about MEL programming, the first. If I want to declare an integer I must always use int, I can't type; int $apple = "bbox"; // correct ? It must be;int $apple = 54; // always a number, the same can be said for floats ? What is meant by, MEL allows you to type commands in command syntax and function…
Hey guys I'm switching back to maya from max. Last time I was using maya was back in 2008 and the only mel script that I used was mjpolytools. I was wondering if there were any new very uselful mel scripts(modeling/UVing) that I should get. For example in max "textools" is an amazing script that I can't live without. Thanks
Hey Polycounters I recently was introduced to the world of Mel I was hoping someone could send me in the right direction to where I can find more tutorials. I've done a bunch of Google searches under the topic, but have come up short, most of the stuff online is Mel scripts tools that was created. Any resources would be…
i have question regarding matrices in MEL. i want to store vertex color information for a mesh in a matrix. as i don't know the size of the matrix, i need to query the vertcount, which will define the dimension of the matrix. somehow MEL does not support variables to define matrix sizes like this example: int $a = 1; int…