No tags yet.
What is flags.
flags modify the command your using. Make it more specific or add more control.
Ex. If you wanted to select an object called sphere, you could use "select sphere". But flags would make the command more specific to what you want, like "select -add sphere" (-add is the flag), which would add the sphere to whatever other selections you had, or "select -tgl sphere" which would toggle the seelction of the sphere on/off, etc. "select" is the command, anything with a dash(-) is the flag. Under Maya help menu look at the Mel Command reference. It will tell you what flags go with each command.
You must log in to post.