Table of Contents


This page provides a brief overview of the Script Access documentation, which can be found at the V-Ray for SketchUp root folder.

Overview


In V-Ray it is now possible to access the underlying scene plugins via the SketchUp script tools.

A script access manual is provided with the installation of V-Ray. It can be found at the V-Ray for SketchUp root folder:

Windows - C:\Program Files\Chaos Group\V-Ray\V-Ray for SketchUp\extension\documentation\_index.html
macOS - /Applications/ChaosGroup/V-Ray/V-Ray\ for\ SketchUp/extension/documentation/_index.html


Note that User data parameters are employed in the communication between V-Ray for SketchUp and its UI, whereas the actual scene parameters (V-ray core) are set accordingly only at render time.
The precise names of such user data parameters can be found in exported V-Ray files:

  • for Settings - export a .vropt file
  • for Assets - export an asset of the required type as a .vrmat file

Their parameter handlers contain isUserData="1"

To set a parameter value in the V-Ray UI via a script, the "user data" counterpart must be adjusted as well. Otherwise, the change will only affect the V-Ray scene.