Versions Compared

Key

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

This page collects various useful utilities like the V-Ray Fur Styler, the mudbox2vrmesh, the vdenoise for Nuke and other tools related to V-Ray, which are not part of the official V-Ray installations.

Floatingpagetoc


VRMat migration utility tool

...

This modifier allows you to paint the initial and bend directions for VRayFur objects so that you can sort of "style" the appearance of VRayFur.

Download for 3ds Max 20182020-20232025:   VRayFurStyler_VRay6.2.zip

For 3ds Max versions that use the Plugin Package Format (2022 and later) the .dlo file needs to be added to C:\ProgramData\Autodesk\ApplicationPlugins\VRay3ds Max20nn\plugins, and the XML must be manually edited so that it includes the new DLO in the list here: C:\ProgramData\Autodesk\ApplicationPlugins\VRay3dsMax20nn\PackageContents.xml (where nn stands for the number of V-Ray for 3ds Max version).

...

Code Block
<ComponentEntry AppName="VRayFurStyler" Version="56.2010.2308" ModuleName="./plugins/vrayfurstyler2022.dlo" />

...

Download for Mudbox 2015-2016: mudbox2vrmesh.zip

VRayDenoiser plugin for Nuke

...

BY DOWNLOADING THIS CONTENT YOU AGREE TO BE BOUND BY THE TERMS OF THE EULA ATTACHED

Download for Nuke 8-1415.0 for Windows and Linux: vdenoise_nuke.zip

For more information on how to use the plugin, visit the V-Ray Denoiser | VRayDenoiser page.

...

BY DOWNLOADING THIS CONTENT YOU AGREE TO BE BOUND BY THE TERMS OF THE EULA ATTACHED

Download for Nuke 11.0-1415.0 for Windows and Linux: lenseffects_nuke.zip

For more information, visit the VRayLensEffects page.

...

Download version 1.4.12, 64-bit: maketx-1.4.12.zip

blendimg

...

This little program can be used to blend multiple images together. Originally it was designed to blend images produced by the photon mapping engine of V-Ray when you need to shoot an enourmous amount of photons. It can also be used to sort of render progressive path tracing in distributed rendering mode, where you blend the PPT images produced from several different machines.

Download: blendimg.zip

Bercon Metaballs 1.14

...

This is a recompile for V-Ray 2.0 of the original open-source plugin Bercon Metaballs 1.14 by Jerry Ylilammi; includes full source code under Apache License 2.0.

Download for 3ds Max 9-2013 for V-Ray 2.x: bercon_metaballs_vray23.zip

Bercon Maps

...

This is a recompile for 3ds Max 2020 of the original open-source plugins Bercon Map by Jerry Ylilammi; includes full source code under Apache License 2.0.

...

  • to un-hex a vrscene, use the -u flag. Example: vrscene_dehexer.exe -u source.vrscene result.vrscene.
  • to compare vrscenes, use the -d flag. Example: vrscene_dehexer.exe -d scene1.vrscene scene2.vrscene.
  • run the program without arguments to print a help message.

Download for Windows: vrscene_dehexer.zip