The original tutorial can be found here: http://www.scriptswell.net/2010/12/mel-scripting-tutorial-how-to-write-to.html In this mel scripting tutorial we'll look at how to write data out to a file so you can make your own data exporting tools. By the end of it you'll have a firm understanding of...
The original tutorial can be found here: http://www.scriptswell.net/2010/09/mel-tutorial-how-to-read-text-file.html Knowing how to read and write a file in MEL is one of the skills you need to have as a scripter. Maybe the file contains animation data you need to access, or skin weighting data, ...
The original tutorial can be found here: http://www.scriptswell.net/2010/03/mel-tutorial-tokenize.html The tokenize MEL command is incredibly useful and very easy to use. You'll find once you know how it works and what it does, you'll end up using it in almost every script you write in one w...