The tool was developed by myself for Grimshaw Architects. The purpose of the tool is to automate the rendering process.
It is an automation of the rendering process, which is currently still missing within Rhino 5, and it makes use of VRay 3 as the default renderer through actioning its API.
- The script must be loaded from the comand line of Rhino
- The script will then prompt for an output folder
- The Script will itterate through all the Named Views and all the Layer States.
- Every rendering is then saved in the specified folder together with the pre-selected passes.
- The naming of the file then contains the LayerState and the Named View
The code is written in Python using the RhinoScript library and the VRay 3 API.
- I have stopped maintaining the script as I currenly lack access to the license.
- Please feel free to use it under the MIT Licence
- If you have any edit suggestions, make a pull request