Blender Git Commit Log

Git Commits -> Revision e72ecaa

Revision e72ecaa by Josh Belanich (master)
January 8, 2020, 16:23 (GMT)
Fix T66529: Cycles motion blur render errors with fast rotating objects

In transform_motion_decompose, successive quaternion pairs are checked to be
aligned such that their interpolation is rotation through the shortest angle
between them. If not, the first in the pair was flipped. This can cause
problems for sequences of more than 2 quarternions, since flipping the first
in a pair might misalign the previously pair, if unlucky.

Instead, this change flips the second in the pair, which is safe when
iterating forwards.

Differential Revision: https://developer.blender.org/D6537

Commit Details:

Full Hash: e72ecaa371579b2068491871f068e813d0696233
Parent Commit: 6bca11a
Committed By: Brecht Van Lommel
Lines Changed: +1, -1

1 Modified Path:

/intern/cycles/util/util_transform.cpp (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021