What would this enhancement be for?
Rendering
Describe your enhancement suggestion in more detail
currently it doesn't seem possible to smoothly interpolate over time the properties of a Dynamic/Real-Time Light. such as its color, brightness, radius/cone angles, etc.
this means it's not possible to do things like gradually fade a light in or out over time. even using scripting, the update rate is limited by the Think rate, and the individual steps are quite apparent.
some I/O and respective scripting methods would solve this.
either a blanket SetInterpolationTime Input/method that would make subsequent changes happen gradually.
or an additional "interpolation time" parameter/argument for every individual setter Input/method.
What would this enhancement be for?
Rendering
Describe your enhancement suggestion in more detail
currently it doesn't seem possible to smoothly interpolate over time the properties of a Dynamic/Real-Time Light. such as its color, brightness, radius/cone angles, etc.
this means it's not possible to do things like gradually fade a light in or out over time. even using scripting, the update rate is limited by the Think rate, and the individual steps are quite apparent.
some I/O and respective scripting methods would solve this.
either a blanket
SetInterpolationTimeInput/method that would make subsequent changes happen gradually.or an additional "interpolation time" parameter/argument for every individual setter Input/method.