- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Trying to submit render-to-texture jobs via maxscript is a hellish experience at the moment. By googling and digging around in the install directory files (Macro_BakeTextures.mcr) you find out there is a function called NetworkRTT. However, it isn't talked about anywhere in the documentation. So it's impossible to know what parameters to send it, without resorting to trial and error.
The script we're developing is able to batch RTT groups of objects, and we want to be able to use NetworkRTT to network render. If we do res = NetworkRTT objs, it brings up the job submission window, and we can enter a job name. In our script however, we want the job name to be set automatically (with a string we send when running our batch function). Even better would be if we could noPrompt it, and send jobs without configuring them.
None of this is possible without NetworkRTT being properly documented though. If it's not too much to ask, please add it to the maxscript documentation.
In the meantime, does anyone have a workaround for the job name example above?
Solved! Go to Solution.
