Page MenuHome

Fix T45936: invalid cycles motion blur for particle rotation and children.
ClosedPublic

Authored by Alexander Gavrilov (angavrilov) on Jul 26 2016, 5:49 PM.

Details

Summary

Commit rB709ca0ece changed how rotation was handled for particles so
that unless actual rotation physics is enabled, there is no rotation.
However it only updated ptcache_particle_read, forgetting to change
exactly the same code in ptcache_particle_interpolate.

This means that for subframes old code that computes a rotation from
velocity is used, resulting in completely different rotation than for
integer frames. This causes rotational motion blur by itself, and also
mangles motion blur paths of child particles.

Diff Detail

Repository
rB Blender

Event Timeline

Alexander Gavrilov (angavrilov) retitled this revision from to Fix T45936: invalid cycles motion blur for particle rotation and children..
Alexander Gavrilov (angavrilov) updated this object.
This revision was automatically updated to reflect the committed changes.