I have 2 issues with the standalone renderer:
1. effectsResult missing
When rendering .vrscene files through standalone, I don't get the effectsresult image as a file.
It does appear when I render through the SketchUp V-Ray UI and save all channels separately.
I need to run the standalone tool, because I am batch rendering 3 .vrscene files.
How do I get the standalone tool to render and save the effectsresult image as well?
2. Swarm nodes do not join
The swarm nodes do not join the render when rendering .vrscene files through standalone.
Is my script written correctly?
vray -sceneFile="xxx.vrscene" -display=1 -autoClose=1 -setFocus=0 -verboseLevel=3 -transferAssets=1 -distributed=1 -portNumber=30304 -renderhost="host name 1;host name 2" -showProgress=2
Please advise.
Thanks
1. effectsResult missing
When rendering .vrscene files through standalone, I don't get the effectsresult image as a file.
It does appear when I render through the SketchUp V-Ray UI and save all channels separately.
I need to run the standalone tool, because I am batch rendering 3 .vrscene files.
How do I get the standalone tool to render and save the effectsresult image as well?
2. Swarm nodes do not join
The swarm nodes do not join the render when rendering .vrscene files through standalone.
Is my script written correctly?
vray -sceneFile="xxx.vrscene" -display=1 -autoClose=1 -setFocus=0 -verboseLevel=3 -transferAssets=1 -distributed=1 -portNumber=30304 -renderhost="host name 1;host name 2" -showProgress=2
Please advise.
Thanks
Comment