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

Fix motion blur when point instancer has multiple prototypes and velocities/accelerations #1456

Merged
merged 2 commits into from
Mar 21, 2023

Conversation

cpichard
Copy link
Collaborator

Changes proposed in this pull request
To check if velocity (and acceleration) blur has to be activated we were checking the velocities vector contained the same number of instance of the processed prototype. Unfortunately, the velocities vector contains all the velocities of the point instancer and the test was failing with multiple prototypes.

Issues fixed in this pull request
Fixes #1442

@cpichard cpichard marked this pull request as ready for review March 20, 2023 10:28
@cpichard cpichard requested a review from sebastienblor March 20, 2023 10:28
@cpichard cpichard merged commit 46dff90 into Autodesk:master Mar 21, 2023
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.

Velocity motion blur doesn't work if PointInstancer has more than one prototype
2 participants