cstml / batch-renderer-rhino-vray

A tool for Batch Rendering in Rhino using VRay 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rhino Tool Batch Render

The tool was developed by myself for Grimshaw Architects. The purpose of the tool is to automate the rendering process.

How it works

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.

What it does

  1. The script must be loaded from the comand line of Rhino
  2. The script will then prompt for an output folder
  3. The Script will itterate through all the Named Views and all the Layer States.
  4. Every rendering is then saved in the specified folder together with the pre-selected passes.
  5. The naming of the file then contains the LayerState and the Named View

Short Info

The code is written in Python using the RhinoScript library and the VRay 3 API.

Contribute

  • 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

About

A tool for Batch Rendering in Rhino using VRay 3

License:MIT License


Languages

Language:Python 100.0%