Hi,
When exporting a scene to a vray scene via batch it produces code that is causes an error in the standalone renderer.
rgn_left=-1.#IND;
rgn_width=160;
rgn_top=-1.#IND;
rgn_height=120;
bmp_width=160;
bmp_height=120;
r_left=0;
r_width=160;
r_top=0;
r_height=120;
Those lines with -1.#IND that are written to the SettingsOutput vraySettingsOutput block produce an "expected a ";" after property definition" during rendering with standalone.
I am using Maya 2010 on Win 7 64bit and the vray demo.
When exporting a scene to a vray scene via batch it produces code that is causes an error in the standalone renderer.
rgn_left=-1.#IND;
rgn_width=160;
rgn_top=-1.#IND;
rgn_height=120;
bmp_width=160;
bmp_height=120;
r_left=0;
r_width=160;
r_top=0;
r_height=120;
Those lines with -1.#IND that are written to the SettingsOutput vraySettingsOutput block produce an "expected a ";" after property definition" during rendering with standalone.
I am using Maya 2010 on Win 7 64bit and the vray demo.
Comment