Versions Compared

Key

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

This page provides information on setting up multiple versions of V-Ray on your local system from a .zip file.

 

UI Button
colorblue
newWindowtrue
icondownload
titleDownload V-Ray for Nuke
urlhttps://download.chaosgroup.com/?platform=54&product=47

 

Overview


Sometimes users need to be able to quickly switch between different V-Ray versions without having to constantly reinstall it. In this case, both V-Ray for Nuke and V-Ray Standalone can be installed and run from arbitrary locations on your machine or local network. This page describes how to set up your local system so that it loads the files for the correct version.

The notes here are for the Windows and Linux operating systems only.

 

Unpacking the Contents of the .zip File


Extract the contents of the relevant .zip file into a suitable folder, for example, vray_builds/my_version . After the extraction, there should be four sub folders in it: nuke_plugins, nuke_root, nuke_vray, vray and vray_std .

 

Running Nuke


 

Tabs Container
directionhorizontal
Tabs Page
titleWindows
OSActionVariableLocationDescriptionExample
WindowsSetVRAY_FOR_NUKE_n_PLUGINS 1vray_builds/my_version/nuke_vray

Loads the V-Ray plugins.

Note: This variable can also be set to point to the vray_std folder. This allows the VRayTranslator node can locate the right V-Ray Standalone executable.

set VRAY_FOR_NUKE_12_2_PLUGINS =vray_builds/my_version/nuke_vray
WindowsSetVRAY_RT_GPU_LIBRARY_PATHvray_builds/my_version/vray_stdLoads the V-Ray GPU libraries.set VRAY_RT_GPU_LIBRARY_PATH=vray_builds/my_version/vray_std
WindowsSetNUKE_PATHvray_builds/my_version/nuke_pluginsRequired to run V-Ray itself.set NUKE_PATH=vray_builds/my_version/nuke_plugins ;%NUKE_PATH%
WindowsSetPATHvray_builds/my_version/nuke_rootRequired to run V-Ray itself.set PATH=vray_builds/my_version/nuke_root ;%PATH%
Tabs Page
titleLinux
OSActionVariableLocationDescriptionExample
LinuxExportVRAY_FOR_NUKE_n_PLUGINS 1vray_builds/my_version/nuke_vray

Loads the V-Ray plugins.

Note: This variable can also be set to point to the vray_std folder. This allows the VRayTranslator node can locate the right V-Ray Standalone executable.

export VRAY_FOR_NUKE_12_2_PLUGINS =vray_builds/my_version/nuke_vray
LinuxExportVRAY_RT_GPU_LIBRARY_PATHvray_builds/my_version/vray_stdLoads the V-Ray GPU libraries.export VRAY_RT_GPU_LIBRARY_PATH=vray_builds/my_version/vray_std
LinuxExportNUKE_PATHvray_builds/my_version/nuke_pluginsRequired to run V-Ray itself.export NUKE_PATH=vray_builds/my_version/nuke_plugins :$NUKE_PATH
LinuxExportLD_LIBRARY_PATHvray_builds/my_version/nuke_root Required to run V-Ray itself.export LD_LIBRARY_PATH=vray_builds/my_version/nuke_root :$LD_LIBRARY_PATH
UI Text Box
typeinfo

Previous installations required users to set the VRAY_AUTH_CLIENT_FILE_PATH environment variable to point to a vrlclient.xml file, which contained the V-Ray license server settings. This step is no longer necessary since it is covered when Installing the License Server.

 

Footnotes

  1. Anchor
    1
    1
     n is the Nuke version (12, 12.1, 12.2, etc.)


Running V-Ray Standalone


After you have complete your V-Ray for Nuke setup, you need to to perform the following steps to run V-Ray Standalone

Windows

  1. Edit the vray_builds/my_version/vray_std/vrayconfig.xml Replace [PLUGINS]\vrayplugins with the path to vray_builds/my_version/nuke_vray/vrayplugins .
     

Linux

  1. Edit the vray_builds/my_version/vray_std/vrayconfig.xml Replace [PLUGINS]/vrayplugins with the path to vray_builds/my_version/nuke_vray/vrayplugins .