Versions Compared

Key

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

This page introduces scripting and programming for V-Ray for 3ds Max.

Responsivegridmacro
VAlignmentstart
Columns2repeat(2, 1fr)
Columns3width1100px
Columns1repeat(3, 1fr)
Columns1width1740px
Columnsrepeat(2, 1fr)
Columns2width1290px

Overview

...

The core of how V-Ray determines how to render your 3ds Max scenes can be found within the VRay tab of the Render Setup window. Some basic information on each rollout can be found below in the topics below, but for more details, please see the dedicated pages for each section.

Options

...

 

column
Div
stylepadding-left: 5px;padding-right: 5px;padding-bottom: 10px;
classdashboard
ui-text-box
Textboxcard
PageToIncludeSystem Requirements
CardPageLinkMaxScript
width25%

MaxScript

Allows the control and creation of many areas of V-Ray for 3ds Max via 3ds Max's native MaxScript. Many complex and time consuming tasks can be made easier through the use of MaxScript.

Find out more: MaxScript


 





ui-text-box
Textboxcardcolumn
PageToIncludewidthSystem Requirements25%
CardPageLink
V-Ray App SDK

V-Ray SDK

The V-Ray SDK is included with the installation of V-Ray for 3ds Max and allows the creation of V-Ray compatible materials, textures, lights, atmospheric effects, cameras, and custom geometric primitives. As it is based not on MaxScript, but on C++ source code, resulting plugins can run a lot faster; they can also be far more complex than a MaxScript in many cases.

 The

The plugins must be compiled from the source code via a compiler such as Visual Studio. In addition, the V-Ray SDK includes the source code for some of the additional V-Ray plugins - for example, the VRayDomeCamera plugin

. Find out more: V-Ray App SDK

.

Column
width50%