You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed when Flares 3 was implemented, they shrink and expanded to show you that the flare turning on and off instead of fading in and out like the DIY method before this update. Was there a technical limitation, or is this just an early implementation flaw?
Flares.mp4
The text was updated successfully, but these errors were encountered:
Hi, thanks for the video. It was simply a choice, flare scaling was already used for other things. I can add fading also, just not sure how the configuration syntax should be. You probably want flares to scale at least a little. Maybe this:
This lets you combine both effects, fine-tuning how much it should blend and resize. Examples
; only scales like now
set_flare_fading_defaults 0, 1
; only fades
set_flare_fading_defaults 1,1, 0,1
; fades and also scales a bit
set_flare_fading_defaults 0.6, 1, 0,1
I noticed when Flares 3 was implemented, they shrink and expanded to show you that the flare turning on and off instead of fading in and out like the DIY method before this update. Was there a technical limitation, or is this just an early implementation flaw?
Flares.mp4
The text was updated successfully, but these errors were encountered: