How to send a bunch of files (.duf) to an Iray Server?
Nirguin
Posts: 8
I have several files that I would like to send without having to open each one, go to the rendering settings tab, Bridge, "Add to Queue[...]" and put the name and upload it
Something like "Render Queue - ManFriday" but for servers
Comments
Servers want .MDL files, not native Daz Studio files - you can do that through the Advanced tab of Render Settings, I am not aware of any tools beyond that.
Sorry, I had forgotten that there are scripts that will - with a little squidging together - do this:
http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/samples/rendering/render_iray_server/start shows how to use the server via script
http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/samples/file_io/file_listing/start shows how to get a list of files.
Combine the latter, to get the list of scenes to render, with the former, to send each file to the Iray Server.