I am using python-maya standalone, and I want to prevent the stdout of maya commands when I run a maya command.
i.e. if I run, maya.cmds.file(open=True, "somefile.ma") I don't want to see any output about whether or not it opened successfully or not, or about what versions its using or what plugins it is calling. I just want it to open the file without any output to the terminal.
Is there a way to achieve that?
