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() )
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() )
Copyright © 2010 Mike Oakley. All Rights Reserved.