Blender Git Commit Log
Git Commits -> Revision c1fd97f
Revision c1fd97f by Alexander Gavrilov (master) July 26, 2016, 16:06 (GMT) |
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 |
Commit Details:
Full Hash: c1fd97f15d7eb1862adf9de22cf9a6d363518573
Parent Commit: f3f10e4
Committed By: Sergey Sharybin
Lines Changed: +2, -2
1 Modified Path:
/source/blender/blenkernel/intern/pointcache.c (+2, -2) (Diff)