I've been working on an automation script and I seem to have hit a small wall on one of the steps I'm working on.
In this example I have a scene with an object and some basic cameras, "Front", "Back", "Left", "Right". I started working on this neat little script script that at first seemed to work well.
batchRenderMgr.netRender = true
Front = batchRenderMgr.CreateView $Front
Front.overridePreset = on
Front.outputFilename = "\\\\Server\outputs\teapot_frontview.tif"
Front.name = "Front"
Repeat for Back, left and right Cameras.
The above works great in that it will create a view in the batch manger based on the named camera, call forth the settings I want and even give me a file output name. However the issues is that unless I manually click on the "save" button in the Render Output file and hit "ok" in the TIF Image Control, it will Not render when submitted to the Farm.. The Farm servers have the error "3dsmax adapter error : 3dsmax.exe process no response." Im still learning Maxscript so I'm hoping that this is just a learning curve that I am overlooking something simple here and not a bug in Maxscript.
The reason I need this to work without me having to go into it manually is that it is part of a larger automation process I'm working on. Thank you in advanced for all your help and knowledge.
By Libby · 2015-01-05
barigazy · 2015-01-09