You can setup a postrender mel script to trigger something once the render completes if you are doing commandline the flag is -postRender
On Fri, Nov 8, 2013 at 5:23 AM, DayDreamer <[email protected]>wrote: > Never done it, but i think follwoing code will help > > all_render_files = ['file.ma', 'file2.ma'] > for render_file in all_render_files: > # Don't know the exact command for render > subprocess.call('"..../maya.exe" "{0}"').format(render_file) > > this will render the given files in queue. > > Note :- You can also multithread it , look for memory and processor usage. > > Does it help ? > > --- > Day Dreamer > > -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/python_inside_maya/023651cf-d375-4a28-8b21-db0f5bf8d636%40googlegroups.com > . > > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAM9RXo%2BaaA6%2BfMmPC1gqcddBVf6k4kBe41KZ2oFAXV-awsmu_Q%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
