Blender Git Commit Log

Git Commits -> Revision 394fa07

Revision 394fa07 by Sergey Sharybin (master)
January 11, 2017, 15:32 (GMT)
Cycles: Fix wrong motion blur when combining deformation motion blur with autosplit

The issue was that we used to compare number of vertices for mesh after the auto
smooth was applied (at the center of the shutter time) with number of vertices
prior to the auto smooth applied. This caused false-positive consideration of a
mesh as changing topology.

Now we do autosplit as early as possible and do it from blender side, so Cycles
does not need to re-implement splitting on it's side.

Commit Details:

Full Hash: 394fa07d41bf403920806522e6ca09a9531bca29
Parent Commit: 38b0141
Lines Changed: +10, -39

2 Modified Paths:

/intern/cycles/blender/blender_mesh.cpp (+4, -38) (Diff)
/intern/cycles/blender/blender_util.h (+6, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021