Hey,
I was wondering if there was a way to run a V-Ray slave without the console open. Basically having a hidden process in the background.
I'm looking into setting up a minimal GUI for the render-slave so it's not in the Windows taskbar but acts just like a tray icon that you can click and it shows the logs (possibly with some extra debugging features).
Anyway, I'm not sure how to run the render slave without the open console. Is there something like a -background argument you can pass?
I'm currently using:
Thanks in advance.
Cheers,
Roy
I was wondering if there was a way to run a V-Ray slave without the console open. Basically having a hidden process in the background.
I'm looking into setting up a minimal GUI for the render-slave so it's not in the Windows taskbar but acts just like a tray icon that you can click and it shows the logs (possibly with some extra debugging features).
Anyway, I'm not sure how to run the render slave without the open console. Is there something like a -background argument you can pass?
I'm currently using:
Code:
vray.exe -server -portNumber=20207
Cheers,
Roy
Comment