I'm looking for a way to run a MEL script at the conclusion of a batch render. Is this possible? I'm aware of the 'Pre render MEL' and 'Post render MEL' render options, but am looking to run a script at the conclusion of a batch render.
This code specifically fires as expected following 'Render View' initiated renders but fails to fire following any type of batch render:
setAttr -type "string" defaultRenderGlobals.postMel "promptDialog -message \"done: postMel\"";
setAttr -type "string" defaultRenderGlobals.postRenderMel "promptDialog -message \"done: postRenderMel\"";
Is there perhaps a buried setting that suppresses these callbacks for batch renders?
System Info
Maya Ver: 2009 x64
OS: Win 8.1