Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flares3 Behavior #3107

Open
Night-Fury-SGN opened this issue Dec 2, 2023 · 2 comments
Open

Flares3 Behavior #3107

Night-Fury-SGN opened this issue Dec 2, 2023 · 2 comments

Comments

@Night-Fury-SGN
Copy link

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
@ohlidalp
Copy link
Member

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:

set_flare_fading_defaults   scaleMin, scaleMax,   opacityMin, opacityMax

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

@Night-Fury-SGN
Copy link
Author

I'mma be honest, I've seen the word syntax and immediately thought of software code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants