First request is an exposure slider to go right below the intensity slider, so the total output of the light is Intensity*2Exposure . That way you can adjust the brightness of the light in stops, which makes it makes it so much more intuitive to fine tune your lighting, especially when your lights have crazy values like 32024000 and you want to make it half as bright without breaking out the calculator. It also lets you directly copy values from exposure sliders in the frame buffer and post software.
The second is a checkbox to preserve the intensity when scaling it up or down, so that scaling doesn't affect the brightness of the object being illuminated, only the highlight size and the softness of the shadow it casts. The Size Multiplier in VRaySun has this property, it changes the softness of the light, but not the overall illuminance. I think the formula is the same as exposure, so Intensity * Size². There are some design choices to be made here to make it useful, because ideally you'd be able to change your mind half way through setting up your lights, and enable the feature without losing your current values.
I have to things on my wishlist for lights. I have a script to create my own VRayLight preset that has these options as attributes, but it would be great to have them as native options
The second is a checkbox to preserve the intensity when scaling it up or down, so that scaling doesn't affect the brightness of the object being illuminated, only the highlight size and the softness of the shadow it casts. The Size Multiplier in VRaySun has this property, it changes the softness of the light, but not the overall illuminance. I think the formula is the same as exposure, so Intensity * Size². There are some design choices to be made here to make it useful, because ideally you'd be able to change your mind half way through setting up your lights, and enable the feature without losing your current values.
I have to things on my wishlist for lights. I have a script to create my own VRayLight preset that has these options as attributes, but it would be great to have them as native options
Comment