All MEL commands have a basic structure which most of the people make a mistake, It is
command -flag object;
where object is not always necessary to come only if necessary
for example it can be like
polySphere -r 2;
it will create a polygon sphere with radius 2 units,
command is wat you want to do and flags are actually like the properties of that command
No comments:
Post a Comment