Hi,
We have Swarm installed on several machines working with Vray for Revit and Vray for SketchUp.
I was assuming that I could use those nodes (with Vray swarm listening) with the command line, here is what I did :
I exported from max : test.vrscene
In command line I typed : vray.exe -sceneFile=c:\test\test.vrscene -distributed=1 -renderhost=RN01
Only my machine was working, and I saw in the Vray window the message with "connection timeout"
It didn't reach the swarm service on the render machine (it would work with Revit swarm on the same machine)
after watching a YT video I tested like this instead :
First I go one the rendermachine RN01 and run :
vray.exe -server
On my machine I run the same as before :
vray.exe -sceneFile=c:\test\test.vrscene -distributed=1 -renderhost=RN01
Ans it worked.
My conclusion is that the V-Ray Swarm service is working when Revit or SketchUp sends the rendering order but not when Vray standalone sends it.
Is that correct ?
We have Swarm installed on several machines working with Vray for Revit and Vray for SketchUp.
I was assuming that I could use those nodes (with Vray swarm listening) with the command line, here is what I did :
I exported from max : test.vrscene
In command line I typed : vray.exe -sceneFile=c:\test\test.vrscene -distributed=1 -renderhost=RN01
Only my machine was working, and I saw in the Vray window the message with "connection timeout"
It didn't reach the swarm service on the render machine (it would work with Revit swarm on the same machine)
after watching a YT video I tested like this instead :
First I go one the rendermachine RN01 and run :
vray.exe -server
On my machine I run the same as before :
vray.exe -sceneFile=c:\test\test.vrscene -distributed=1 -renderhost=RN01
Ans it worked.
My conclusion is that the V-Ray Swarm service is working when Revit or SketchUp sends the rendering order but not when Vray standalone sends it.
Is that correct ?
Comment