PDA

View Full Version : batch rendre problem in maya 11


BI0H0G
11-06-2011, 07:02 AM
i have a problem when i try to make a batch render in maya an it killing me so here is the issue i about to bath render i check the script editor and this is what appears

Result: Rendering Completed. See mayaRenderLog.txt for information. //

when i check the maya render log this is what appears


11/6/2011

Starting "C:\Program Files\Autodesk\Maya2011\bin\mayabatch.exe"
Warning: line 1: Unrecognized node type for node 'mentalrayItemsList'; preserving node information during this session.
Warning: line 1: Unrecognized node type for node 'mentalrayGlobals'; preserving node information during this session.
Warning: line 1: Unrecognized node type for node 'miDefaultOptions'; preserving node information during this session.
Warning: line 1: Unrecognized node type for node 'miDefaultFramebuffer'; preserving node information during this session.
Warning: line 1: Unrecognized node type for node 'mib_amb_occlusion1'; preserving node information during this session.
Warning: line 1: Unrecognized node type for node 'mib_amb_occlusion2'; preserving node information during this session.
File read in 0 seconds.
Result: C:/Users/CARLOS/Documents/maya/projects/default/scenes/untitled__5312.mb
Error: The renderer mentalRay is not registered yet.
Error: Scene C:/Users/CARLOS/Documents/maya/projects/default/scenes/untitled__5312.mb failed to render.

// Maya exited with status 210

Any help would be appreciated

Warheart
11-06-2011, 11:40 AM
Maybe try making sure that mayatomr.mll is set to autoload in the plugin manager?

Toast
11-07-2011, 04:26 AM
Error: The renderer mentalRay is not registered yet.

Yup. That's the problem right there. Are you laumching from cmd or from Maya itself?

Guess it wouldn't hurt to put the following code in your userSetup.mel;

if(!`pluginInfo -query -l -n Mayatomr`) loadPlugin "Mayatomr";

BI0H0G
11-07-2011, 10:01 AM
Thanks for your help now it works