Ok so I have a huge mural that I need to render. I mean billboard size! I can start a DR in Maya and it works just fine at a test resolution something like 1024 wide. But if I got to a test at say 4096 I get to the point where all of the image have loaded on all of the machine and it just hangs on the master
All machines are MacPros running Mavericks.
I can run a batch render from the command line and use "Render -r vray -preRender "setAttr \"vraySettings.sys_distributed_rendering_on\" 1;" test.ma" and I get the same result
so I have exported to a vrscene file and I'm trying to render using standalone and DR.
The problem I keep getting is not matter how I seem to word the syntax I get a:
error: Error parsing command line
even if I take away every option but the scene file :
vray -sceneFile=/Volumes/Projects/City\ Town\ Engineering/uberRig/uberRig/scenes/uberRig_Camera_3_w_lights.vrscene
returns the same error I even tried putting quotes around it same thing
here is the whole command line I was trying to run:
vray -sceneFile="/Volumes/Projects/City\ Town\ Engineering/uberRig/uberRig/scenes/uberRig_Camera_3_w_lights.vrscene" -distributed=1 -renderhost="10.1.10.91;10.1.10.122;10.1.10.201;10. 1.10.123;10.1.10.108" -imgFile="/Volumes/Projects/City\ Town\ Engineering/uberRig/uberRig/images/Vray_DRTEst.exr"
yes I know that my names have spaces in them but the above syntax works just fine for the terminal and usually for maya using the terminal as above. Anyway if someone can tell me what Im doing wrong I would greatly appreciate it I really need to get this done and turned into the client.
Thanx,
James
All machines are MacPros running Mavericks.
I can run a batch render from the command line and use "Render -r vray -preRender "setAttr \"vraySettings.sys_distributed_rendering_on\" 1;" test.ma" and I get the same result
so I have exported to a vrscene file and I'm trying to render using standalone and DR.
The problem I keep getting is not matter how I seem to word the syntax I get a:
error: Error parsing command line
even if I take away every option but the scene file :
vray -sceneFile=/Volumes/Projects/City\ Town\ Engineering/uberRig/uberRig/scenes/uberRig_Camera_3_w_lights.vrscene
returns the same error I even tried putting quotes around it same thing
here is the whole command line I was trying to run:
vray -sceneFile="/Volumes/Projects/City\ Town\ Engineering/uberRig/uberRig/scenes/uberRig_Camera_3_w_lights.vrscene" -distributed=1 -renderhost="10.1.10.91;10.1.10.122;10.1.10.201;10. 1.10.123;10.1.10.108" -imgFile="/Volumes/Projects/City\ Town\ Engineering/uberRig/uberRig/images/Vray_DRTEst.exr"
yes I know that my names have spaces in them but the above syntax works just fine for the terminal and usually for maya using the terminal as above. Anyway if someone can tell me what Im doing wrong I would greatly appreciate it I really need to get this done and turned into the client.
Thanx,
James
Comment