This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender
Alexander Gavrilov c1fd97f15d Fix T45936: invalid cycles motion blur for particle rotation and children.
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.

Reviewers: sergey, lukastoenne

Maniphest Tasks: T45936

Differential Revision: https://developer.blender.org/D2124
2016-07-26 18:06:42 +02:00
..
2016-01-04 14:20:48 +05:00
2016-07-22 04:06:10 +10:00
2016-07-22 18:18:59 +10:00
2016-07-16 17:48:57 +10:00
2016-07-15 02:39:45 +10:00
2016-07-21 18:16:08 -04:00
2016-07-21 18:16:08 -04:00
2016-07-22 04:06:10 +10:00
2016-07-23 18:52:18 +10:00
2016-07-15 02:39:45 +10:00
2016-07-22 21:00:12 -04:00