View Full Version : Skip pre-render mel when rendering from inside maya?
dandruff 12-20-2010, 11:53 AM I want to run a pre-render mel when rendering a scene I have. No problems there, but It makes sure that my settings are correct for "final"-render, and I do not want to do that while test-rendering. All my final-rendering is done from render managers (ie. maya batch?). Is it possible to make a switch in the script depending on manual render/batch render?
|
|
haggi
12-20-2010, 06:22 PM
if(`about -batch`)
{
doBatchRenderThings()
}
CGTalk Moderation
12-20-2010, 06:22 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2013, Jelsoft Enterprises Ltd.