Maya Utilities Part IV
Maya Utilities Part III
Maya Utilities Part II
This time, I want to have a look at two simple submodules for the Maya Utilities framework I described in my previous post.
more in Maya, PythonMaya Utilities Part I
Obviously, I can’t use something like Maya for even a week, without starting to write myself little scripts and tools. Python and PyMEL help, although not always. The Maya API is sometimes really discouraging, but nevertheless, I set up a little framework for myself, to collect (and slightly organise) small scripts in Maya. Nothing fancy, but that’s the goal: simple little scripts, at your fingertips.
more in Maya, PythonMEL silliness REVISED
Would you believe it, people actually read this??? Anyway, even more amazing: thanks to Guy Dubost, I’ve now learned that there actually is a straight-forward way of doing this in MEL: about -batch. As with so many things (undoInfo, anyone?) Maya really knows how to hide it’s functionality in the most obscure places/commands. Thank you Guy, for mailing me this hint!