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

Bug: Cycles Particle Motion Blur #5862

Open
BrianHanke opened this issue May 20, 2024 · 1 comment
Open

Bug: Cycles Particle Motion Blur #5862

BrianHanke opened this issue May 20, 2024 · 1 comment

Comments

@BrianHanke
Copy link
Contributor

We talked about this a bit on Discord, but I thought I'd make an official report here. Load the attached scene and compare the motion blur in Arnold and Cycles. Arnold looks good, but Cycles creates "pointy" blur. It might be related to this issue: https://projects.blender.org/blender/blender/issues/103918 Thanks!

arnold
cycles

cycles_particle_blur_bug.zip

@johnhaddon
Copy link
Member

Implementation notes :

  • This does seem to be because we're not packing the radius in to the vec4 for the motion positions.
  • I think there is some opportunity to simplify the motion blur implementation in GafferCycles. Currently every primitive conversion function has its own duplicate logic conforming the samples to Cycles' constraints, and there is also additional logic in CyclesRenderer to determine if a sample coincides with the frame. I think this could probably all be consolidated into a single place.

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