In the Distributed Render Setup reads the following:
2. Set-up the Render Client. In the Maya interface, bring forth the Render Settings dialogue and in the Settings tab under the System roll out click on the Settings button in the Distributed Rendering group. Add all the Render Servers by inputing their IP's in the Add Server name or IP field and click on the Add Server button. You can include or exclude the servers in the list in the current rendering by selecting them from the list and toggling the Change button.
Is it possible to add a Server without using the UI of Maya?
Is there a mel/python command that allows vray to refresh the list of servers available for DR?
I am curreblty developing a script that:
- Request some number of machines for DR
- Detects when a machine X is available
- "Notifies" the client (that requested the machines) that machine X should be added to the DR server list
I want to be able to remove a server from this list without using the UI as well.
2. Set-up the Render Client. In the Maya interface, bring forth the Render Settings dialogue and in the Settings tab under the System roll out click on the Settings button in the Distributed Rendering group. Add all the Render Servers by inputing their IP's in the Add Server name or IP field and click on the Add Server button. You can include or exclude the servers in the list in the current rendering by selecting them from the list and toggling the Change button.
Is it possible to add a Server without using the UI of Maya?
Is there a mel/python command that allows vray to refresh the list of servers available for DR?
I am curreblty developing a script that:
- Request some number of machines for DR
- Detects when a machine X is available
- "Notifies" the client (that requested the machines) that machine X should be added to the DR server list
I want to be able to remove a server from this list without using the UI as well.
Comment