Control VRay/Vred distributed rendering
Problem:
You want to be able to start and close the distributed client/server on a rrClient.
The Client should be disabled while the process is running.
Solution:
- Open rrControl, right-click on a client, choose Other/Edit New Script.
- Open the Execute Commandline script.
- Change
CmdLine= 'echo "Hello"<NL>'
CmdLine=CmdLine+ 'echo "I am alive""<NL>'
into
CmdLine="C:\\Program Files\\Autodesk\\VREDPro-6.67-x64\\bin\\WIN64\\VREDClusterServer.exe" - Save the script as VRed_Distributed_Start.py
- Now change
CmdLine="C:\\Program Files\\Autodesk\\VREDPro-6.67-x64\\bin\\WIN64\\VREDClusterServer.exe"
into
CmdLine="<rrBin>rrKillWait 1 VREDClusterServer.exe" - Save the script as VRed_Distributed_Stop.py
- Open rrConfig, tab Client Config and select all clients.
- Add VREDClusterServer.exe to "Disable if process found:"