Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page provides information about the V-Ray Exporter component in V-Ray for Grasshopper.

 


Overview

...

Section
Column
width60%

The V-Ray Exporter component exports the current scene to a .vrscene or .vrmesh file. The component must be connected to a V-Ray Render component and a valid output file must be set.

Right-click on the component opens a list of export options. Some of them are available only when a Timeline is connected to the V-Ray Render component.

Show Controls - Provides an output file component connected to the exporter. Specifying a valid output file is required for the V-Ray Exporter to work.

Auto Export - when enabled, an export is triggered on any change to the scene.

 Export – Exports a Proxy Mesh (.vrmesh) or a V-Ray Scene (.vrscene).

Export Animation - Exports an animation as a single animated Proxy Mesh or V-Ray Scene file. This function is disabled when there is no animation in the scene.

Export Sequence - Exports an animation as a sequence of V-Ray Scene (vrscene) files, each corresponding to an individual frame. This function is disabled when there is no animation in the scene or if the Output File is a vrmesh.

Open - Opens the specified output file at its designated location.

UI Text Box
typewarning

Currently, animated object creation or deletion is not exported correctly. Every animated object should exist throughout the entire sequence. Mesh faces, on the other hand, can be modified, deleted, or created dynamically (vrscene export only).

UI Text Box
typenote

Note that .vrmesh files do not store lights, camera, render settings, or material data. They contain only geometry data and face IDs.

UI Text Box
typeinfo

If there is a Timeline connected to the V-Ray Render component, the Export option produces a file based on the current frame while the Export Animation includes the entire Timeline animation. 

Column
width5%10%

 


Column
width35%25%

Image RemovedImage Added

Right-click on the component to see more options.



Input Parameters

...

Section
Column
width60%

Scene(Generic Data) – This is the scene input slot. A V-Ray Render's Scene is expected here. 

Output File (Text) – Specifies the output file location and type. Select .vrscene for a scene export and .vrmesh for a proxy mesh export.

Column
width5%10%

 


Column
width35%25%

Image RemovedImage Added


Example

...

Download the GH definition here.

...