Hello,
we have a MaxScript tool that runs a process when the render finishes by adding a #postRender callback to the scene. The problem is that when using distributed render the callback is executed by all the machines that help on the render task. Is there a way to identify from MaxScript if the machine executing the code is the host or one of the slaves so we can run the process only once?
We are mainly using VRay 3.6 on Max 2017 at the moment.
Regards
we have a MaxScript tool that runs a process when the render finishes by adding a #postRender callback to the scene. The problem is that when using distributed render the callback is executed by all the machines that help on the render task. Is there a way to identify from MaxScript if the machine executing the code is the host or one of the slaves so we can run the process only once?
We are mainly using VRay 3.6 on Max 2017 at the moment.
Regards
Comment