Re: [Maya-Python] mel command to execute render to file

2010-04-27 Thread Chad Dombrova
it will obviously be different for 3delight than it is for mental ray. i think each renderer plugin registers the command that should be used with Render.exe. you might want to check the mel scripts that come with 3delight and look for the code where it registers itself. i know i've seen this cod

Re: [Maya-Python] mel command to execute render to file

2010-04-27 Thread Michiel Duvekot
Mayatomr -render; -- Michiel -- http://groups.google.com/group/python_inside_maya

[Maya-Python] mel command to execute render to file

2010-04-27 Thread f.michal
Hello, Is there any mel command that would render a frame to file ? Actually I need to do exactly what normal batch rendering does (render.exe), but from "mayabatch.exe -batch" session. If anybody asks why, I already have a nice tool to run maya in batch, generate rib frames and run 3delight. Th