hello all,'m working in some mel stuff and stuck in software setting. How can i do this in mel....
MayaSoftware > Anti-aliasing quality > quality = production.
Please help....Thanks in advance.
Know it's an old post, but I recently had the same trouble finding the right command to change the quality for Maya Software.
This is my solution:
setAttr "defaultRenderQuality.edgeAntiAliasing" 0;setAttr "defaultRenderQuality.shadingSamples" 2;setAttr "defaultRenderQuality.useMultiPixelFilter" 1;