Installation

  1. Download ZibraVDB for Gaffer.

  2. Unzip the archive to the "extensions" directory of your Gaffer installation directory.

C:\\\\...\\gaffer-1.5.14.0-windows\\extensions

image.png

  1. Add the GAFFER_EXTENSION_PATHS environmental variable to specify the path to the extensions directory.
GAFFER_EXTENSION_PATHS = "C:\\\\...\\gaffer-1.5.14.0-windows\\extensions"
  1. Launch Gaffer.

Activation

Using License Key

  1. Create zibravdb_license_key.txt file and paste your license key in it. The file can be located anywhere.

  2. Add an ENV variable ZIBRAVDB_LICENSE_KEY containing the path to zibravdb_license_key.txt. For example:

    ZIBRAVDB_LICENSE_KEY = "C:\\\\zibravdb_license_key.txt"
    
  3. Relaunch Gaffer.

Using License Server

Zibra License Server

  1. Add an ENV variable ZIBRAVDB_LICENSE_SERVER with the address and port of your license server. For example:

    ZIBRAVDB_LICENSE_SERVER = "127.0.0.1:19178"
    
  2. Relaunch Gaffer.

How to Use

ZibraVDB for Gaffer is an extension for the SceneReader node. Just select .zibravdb file in the SceneReader node to import ZibraVDB effect.

image.png