Yeah, I'd like to learn a Python. Because Maya chooses to echo all of it's commands in Melscript.. it's simply easier for me to learn & figure out the syntax of the mel language I have no doubt Python can do things more efficiently :)
I'm sure someone else could write it even cleaner than that. I'm just starting to get more comfortable with Python. I've been scripting in MEL for 6+ years or so and just started to force myself to convert to Python a few months ago. I do like how clean it can be, variables don't have to be defined, no ending lines with…
Holy crap Python is clean. Beauty job TkvToons I really like how you don't have to declare whether variables are strings, ints, floats, etc or brackets even?? jeeez.. that would have saved me loads of time from trying to track down those misplaced squirrely sobs ;)