Skip to content

Fix start delay breaking fade transitions - #284

Merged
exeldro merged 1 commit into
exeldro:masterfrom
AntAptive:master
Aug 28, 2026
Merged

Fix start delay breaking fade transitions#284
exeldro merged 1 commit into
exeldro:masterfrom
AntAptive:master

Conversation

@AntAptive

Copy link
Copy Markdown
Contributor

obs_transition_set_manual_time treats exactly 0.0 as a reset, clearing the transition's sources

Fixes #277

@exeldro

exeldro commented Aug 27, 2026

Copy link
Copy Markdown
Owner

change the "else if" above it instead

@AntAptive

Copy link
Copy Markdown
Contributor Author

Yeah that's cleaner haha, fixed.

@exeldro

exeldro commented Aug 28, 2026

Copy link
Copy Markdown
Owner

You removed the case where t is exactly 0.0f, should it not be <= instead of <?

obs_transition_set_manual_time treats exactly 0.0 as a reset, clearing the transition's sources

Fixes exeldro#277
@AntAptive

AntAptive commented Aug 28, 2026

Copy link
Copy Markdown
Contributor Author

Yes, that's my bad. Fixed

@exeldro
exeldro merged commit 7c42050 into exeldro:master Aug 28, 2026
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

Successfully merging this pull request may close these issues.

Start delay not working in Move Transition Override with Fade OBS 32.1.2

2 participants