vlado, I wrote quick script to put lights in my scene but have problems with setting this light to have vrya shadows and area shadow. maxscript listener says "$.raytracedShadows = on" for setting on vrayshadows and "$.areaShadow = on" for area shadows but it doesn't set the light properly. Is there any way to implement vray light setting into maxscript?
Announcement
Collapse
No announcement yet.
what are maxscript names for vraylight and area shadows?
Collapse
X
-
Tags: None
-
$.shadowGenerator = vrayShadow()
search for 'How do I change the Shadow type of a Light?' in mxs help, its a strange way to do itDave Buchhofer. // Vsaiwrk
-
Comment