Versions Compared

Key

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

...

ButtonDescription

Starts Production Rendering with the current V-Ray renderer (V-Ray or V-Ray GPU).

Starts an Interactive Production Rendering (IPR) session with the current V-Ray renderer (V-Ray or V-Ray GPU). Found by clicking and holding the Render Current Frame / Production Mode button.

Opens the V-Ray virtual frame buffer (VFB).

Render in Chaos Cloud button opens the Submit to Chaos Cloud rendering dialog.

Shows the V-Ray light lister tool.

Opens the V-Ray Camera Lister where you can manage settings of multiple cameras, as well as to copy and paste settings from one camera to another. The V-Ray Camera Lister is available with V-Ray for 3ds Max 2017 and newer versions.

Creates a VRayPhysicalCamera. Click and drag in a viewport to actually create the camera.

Creates a rectangle VRayLight. Click and drag in a viewport to create the light.

Creates a dome VRayLight. Click in a viewport to create the light.

Create a sphere VRayLight. Click and drag in a viewport to create the light.

Creates a mesh VRayLight(s) out of the currently selected object(s).

Creates a VRayIES light. Click and drag in a viewport to create the light.

Creates a VRaySun light. Click and drag in a viewport to create the light.

Creates a VRayAmbientLight. Click in a viewport to create the light.

Creates a VRayProxy object. Click in a viewport to create the object.

Creates a VRayMetaball object. Click in a viewport to create the object.

Creates a VRayPlane object. Click in a viewport to create the object.

Applies VRayDisplacementMod modifier to the selected object.

Creates a VRayFur object over the currently selected object.

Creates a new VRayMtl material, assigns it to the selected objects and opens the new material in the Material Editor. For the classic Material Editor, the new material is shown in the currently selected slot. For the Slate Material Editor, the new material is shown in the middle of the Slate workspace. Clicking and holding this button opens a flyout with additional material types.

Creates a new VRaySSS2 material, assigns it to the selected objects and opens the new material in the Material Editor. Found under the V-Ray Material button.

Creates a new VRayHairNextMtl material, assigns it to the selected objects and opens the new material in the Material Editor. Found under the V-Ray Material button.

Creates a new VRayALSurfaceMtl material, assigns it to the selected objects and opens the new material in the Material Editor. Found under the V-Ray Material button.

Creates a new VRayBlendMtl material, assigns it to the selected objects and opens the new material in the Material Editor. Found under the V-Ray Material button.

Opens the V-Ray Material Library Browser and downloads its material library (if not already downloaded) for 3ds Max 2018 and above. For earlier 3ds Max versions, this button downloads the library but V-Ray Material Library Browser's UI is not supported. The V-Ray material library can be loaded in the Material Editor from the Material/Map Browser.

Opens Chaos Cosmos Browser. Note that Cosmos browser is using a built-in browser window in 3ds Max 2019 and newer, and opens an external window with previous 3ds Max versions.

Applies matte shadow settings through the V-Ray Object Properties on the selected object(s).

Registers the V-Ray menus - equivalent to the registerVRayMenus() MaxScript command. See Notes below.

Opens the V-Ray for 3ds Max online documentation.

 

Anchor
notes
notes

Notes

...

Fancy Bullets
typecircle
  • When a plug-in adds new menu options to 3ds Max, the plug-in must "register" the menu options with the 3ds Max User Interface. By default, the V-Ray menus are automatically registered when V-Ray is installed, and the V-Ray installer even includes an option regarding this process. However, sometimes the V-Ray menu items can disappear from the UI if the 3ds Max menu system is reset. An example of this is a switch between different 3ds Max work spaces, which can reset the menu system. If the V-Ray menus disappear after the menu system is reset, they can be re-registered manually in one of the following methods: clicking the V-Ray menu registration button on the V-Ray Toolbar, or in the MaxScript listener, running the command registerVRayMenus().