thanks for the response. yes, i do use the command line render outside of maya. but, i still use the batch from within maya at times. i know its not the optimal way to render, but if i just have a few frames...i don't mind.
i still like to see the feedback in maya's command line.....so if anybody has any idea why it would not show up, please let me know.
thanks!
casey
QUOTE(gentlesea @ 04/13/07, 02:40 AM) [snapback]264027[/snapback]
Hi,
you could use the Render command outside of Maya. Launch a shell (Windows-R, cmd.exe) and navigate to the directory where your scene files are.
CODE
Render -s -e
will do the job with some nice output.
If you use mental Ray as a renderer you could do
CODE
Render -r mr -s -e
The detail of the output settings is called "verbosity". You can set it using the -v option.
CODE
Render -r mr -v 4 -s -e
Hope this helped.
gentlesea