Notifications
Clear all
[Closed] How to get the value of Vraylight
May 11, 2021 2:07 am
I know how to set,
lightl=vraylight name:"LIGHT_01"
lightl.sizeLength=250;
lightl.sizeWidth=250;
lightl.normalizeColor=3;
lightl.multiplier=100;
lightl.affect_reflections=off;
lightl.specular_contribution=0.3;
lightl.invisible=on;
but,
how to get the values of already existing Vraylights?
2 Replies
May 11, 2021 2:07 am
What about:
lightl=$LIGHT_01
print lightl.sizeLength
print lightl.affect_reflections
and so on.