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

dissolve.py: Keep track of particles for duration #3353

Merged
merged 1 commit into from
Apr 6, 2020

Conversation

ferdnyc
Copy link
Contributor

@ferdnyc ferdnyc commented Apr 6, 2020

Because the particle system starts affecting particles in frame 10, a lifetime of 80 means that some of the earliest particles will begin to die off at frame 90, well before the 128-frame animation is complete. It appears that, when particles die, they "reset" to their starting point.

This change raises the lifetime to 120, to ensure that the particle system keeps control of all particles for the entire duration of the animation.

Fixes #3350

@ferdnyc
Copy link
Contributor Author

ferdnyc commented Apr 6, 2020

Merging to hopefully fix the Dissolve title template

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.

Animated Title: "Dissolving Text" is not working properly
1 participant