Tagged 'Elements'

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_"

Render Elements to folders

1 vote

This script will place your Render Element files in named subfolders according to where the main pass is stored.

Example:

Render path is set to - c:\blabla\bla.png

There are 3 render elements set, like: specular, shadows, zdepth etc.

path for render elements will look like:

c:\blabla\specular\bla_specular.png
c:\blabla\shadows\bla_shadows.png
c:\blabla\zdetph\bla_zdepth.png

In v2.0 multiple render Elements error corrected.

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:

Delete Vray Denoiser extra elements

1 vote

Vray introduced Vray Denoiser lately which is post rendering process using extra passes which is mostly you won't need it on composting and for production its taking too much space

this simple script will delete it for you.

 

Syndicate content