Versions Compared

Key

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

...

Section
Column
width62%

Placement Options

UV set index – Specifies a UV set index to be used. If a UV set name is specified, it is used instead. -1 (negative one) is a special index value that links against the first UV set found for a mesh.

UV set name – The name of the UV set to be used.

Motion Blur Samples Options (available only for 3D Placement)

Override motion blur samples – Overrides the count of motion blur samples.

Motion blur samples – Specifies the motion blur samples.

Expression Editor icon () – Opens the Expression Editor.


Expand
titleScripting: 2d Placement attributes

Add to node:

vray addAttributesFromGroup place2dTexture1 vray_2d_placement_options 1;

Remove from node:

vray addAttributesFromGroup place2dTexture1 vray_2d_placement_options 0;

Attributes:

vrayUVSetName

Example:

setAttr -type "string" place2dTexture1.vrayUVSetName "uvSet1";

Expand
titleScripting: 3d Placement attributes

Add to node:

vray addAttributesFromGroup place3dTexture1 vray_3d_placement_options 1;

Remove from node:

vray addAttributesFromGroup place3dTexture1 vray_3d_placement_options 0;

Attributes:

vrayUVSetName3D

Example:

setAttr -type "string" place2dTexture1.vrayUVSetName3D "uvSet1";

Column
width5%

 

Column
width33%

 

 

...