Tagged 'light select'

GTVFX-SCA_createLightSelectElements_perLight

2 votes

Creates a VRay Light Select Element for each light in your scene.

Elements are named with prefix of the nameTag variable. You can change this variable if necessary for your pipeline. To do so you will need to open the script and modify the variable within the struct.

Default nameTag = "lgt_"

GTVFX-SCA_createLightSelectElements_ByLayer

1 vote

 

Manages the creation of VRay Light Select Elements based on a layer naming convention.

All lights on a layer will be included in that Light Select Element.

Layers are found by matching the pattern of the nameTag variable. You can change this variable if necessary for your pipeline by using the slender button at the top of the dialog.

Default nameTag = "*lgt_*"  (fe: lgt_sun, lgt_key, etc...)

 

 Updates: