I have a python script that runs from the command line. It opens a maya scene, gets some data, and then exits. It returns information that it has gleaned from the scene to the standard out.
Unfortunately, Maya insists on bragging about how fast it was able to open the scene. It always prints out “File read in 7 seconds” or some such as it opens the file to be processed. This text pollutes the output of my script.
Frankly, I don’t care to know how fast Maya opened the scene (and, in fact, will never ever see this line as the script runs autonomously). I just want to parse the data (and only the data) my script is actively returning. Is it possible to get Maya to quietly (humbly?) open the scene?