batch rendering

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am trying to implement a script that loops through each body in the root component, filtered by a particular naming convention on each folder/node/body, and renders them each separately to a separate file. My question is twofold:
1. I cannot seem to query which group a body happens to be in - it seems the root component flattens all the bodies underneath it and ignores the hierarchy defined in the browser. Is there a way to walk the browser tree and retrieve bodies that way as opposed to retrieving a flat list under the root component?
2. I found some other posts two years ago that mentioned rendering support via the API is limited. We have tens of thousands of combinations to render (each body will have to have multiple combinations of textures / colors specified, and each one rendered separately). It appears the API has plenty of support for editing the design, but is there support for rendering as we would like? (We would like to render each separate combination 120 seconds, then save it to a file, then continue... this process is impossible to do by hand...)