Scripts

Reassign Light shadows types

/*
Select all the light you want to change first
This will show the properties of the light
showProperties selection[1]
*/

for i = 1 to selection.count do
(
selection[i].shadowgenerator = VRayShadowMap()
)

/*
Random Arrays
*/
Array01 = # (“1″,”2″, “3″)
Array02 = # (“Alpha”,”Beta”, “Charlie”)
messageBox (Array01 + ” ” + Array02 + “, your render was submitted”)