Versions Compared

Key

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

...

Tabs Container
directionhorizontal
Tabs Page
titleWindows

 

  1. Download the V-Ray installer executable (.exe).

  2. Open a Command Prompt. Type out: the location of the installer that you just downloaded-unpackInstall=the location where you wish to unpack. Alternatively, you can drag and drop the installer and a target folder for unpacking into the Command Prompt to insert their directories. Press Enter to run the command. As an example, you can create a new folder called vray_builds to hold all portable V-Ray builds. Then, you can make other sub-folders and name them according to the V-Ray build version, for example vray_60100_c4dr26 . It should look something like this:

 

Code Block
D:\Downloads\vray_adv_60100_c4dr26_x64.exe -unpackInstall=D:\vray_builds\vray_60100_c4dr26
Section
Column
width5%

 

Column
width40%
UI Text Box

After unpacking the installation file, your directories should look like this:

D:\vray_builds\vray_60100_c4dr26 
├── V-Ray\
│ ├── docs\
│ ├── res\
│ ├── tools\  
├── chaos_common\
│ ├── bin\ 
│ └── docs\

Column
width10%

 

Column
width40%
UI Text Box

Here is an example with two different V-Ray 6 builds for Cinema 4D R26 - each can be deployed with its own settings.

Section
Column
width50%

 D:\vray_builds\vray_60100_c4dr26 
├── V-Ray\
│ ├── docs\
│ ├── res\
│ ├── tools\  
├── chaos_common\
│ ├── bin\ 
│ └── docs\

Column
width50%

 D:\vray_builds\vray_60000_c4dr26 
├── V-Ray\
│ ├── docs\
│ ├── res\
│ ├── tools\  
├── chaos_common\
│ ├── bin\ 
│ └── docs\

Column
width5%

 

3. Cut or copy the V-Ray folder. 

4. Paste it to the Maxon plugins folder. The default location is C:\Program Files\Maxon Cinema 4D Rxx\plugins , where xx is the Cinema 4D version.

 

UI Text Box
typeinfo

The D:\vray_builds\ directory is just an example, the Portable installation can be unpacked anywhere. 

UI Text Box
typenote

The GPU device select tool is not located in the default plugins location, but instead it is found under C:/Program Files/ Maxon Cinema 4D Rxx\plugins\V-Ray\res\libs\win64

Tabs Page
titlemacOS

 

  1. Download the V-Ray installer .dmg file and double-click to mount it. By default, it mounts to /Volumes.

  2. Open a Terminal and type out /path/to/run_installer-unpackInstall=</unpack/target/location>. Press Enter to run the command.
    As an example, you can create a new folder called vray_builds in your root directory to hold all portable V-Ray builds. Then, you can make other sub-folders and name them according to the V-Ray build version, for example vray_60100_c4dr26. An example unpacking command should look like this:

 

Code Block
/Volumes/V-Ray\ for\ C4D\ r26/vray_adv_60100_c4dr26_mavericks_x64.app/Contents/MacOS/run_installer -unpackInstall=/vray_builds/vray_60100_c4dr26
Section
Column
width5%

 

Column
width40%
UI Text Box

After unpacking the installation file, your directories should look like this:

/vray_builds/vray_60100_c4dr26 
├── V-Ray\
│ ├── docs\
│ ├── res\
│ ├── tools\  
├── chaos_common\
│ ├── bin\ 
│ └── docs\

Column
width10%

 

Column
width40%
UI Text Box

Here is an example with two different V-Ray 6 builds for Cinema 4D R26 - each can be deployed with its own settings.

Section
Column
width50%

/vray_builds/vray_60100_c4dr26 
├── V-Ray\
│ ├── docs\
│ ├── res\
│ ├── tools\  
├── chaos_common\
│ ├── bin\ 
│ └── docs\

Column
width50%

/vray_builds/vray_60000_c4dr26 
├── V-Ray\
│ ├── docs\
│ ├── res\
│ ├── tools\  
├── chaos_common\
│ ├── bin\ 
│ └── docs\

Column
width5%

 

3. Cut or copy the V-Ray folder. 

4. Paste it to the Maxon plugins folder. The default location is /Applications/Maxon Cinema 4D RXX/plugins , where xx is the Cinema 4D version.

 NOTE: the GPU device selection tool is not found under the default plugins location, instead it can be found under /Applications/Maxon Cinema 4D R26/plugins/V-Ray/res/libs/win64

UI Text Box
typeinfo

The /vray_builds/ directory is just an example, the Portable installation can be unpacked anywhere. 

UI Text Box
typenote

For V-Ray version older than V-Ray 6, update 1 - On some macOS versions you might be presented with a security message by the OS that prevents you from installing. In such cases, right-click on the installer app and select Open which allows the installation to continue. An example and further information can be found on the Installation of Chaos Cloud Rendering Client App page or in Apple's How to open an app that hasn’t been notarized or is from an unidentified developer article.

...