Blender Git Commit Log

Git Commits -> Revision 5116b7a

Revision 5116b7a by Sergey Sharybin (master)
July 29, 2021, 10:28 (GMT)
Fix Cycles crash with fluid object motion blur disabled

Motion attributes expects mesh to have non-zero number of motion steps,
which was violated in the case when fluid mesh had motion blur disabled.

This is a bit of annoying fix, because of the order of updates. More
ideal solution would be to handle cached and fluid velocities in the
sync_mesh_motion() which ensures all the dependencies between settings.

Commit Details:

Full Hash: 5116b7a4c222c6f80da00afa05925a36476d4d44
Parent Commit: 0491052
Lines Changed: +42, -2

2 Modified Paths:

/intern/cycles/blender/blender_mesh.cpp (+39, -2) (Diff)
/intern/cycles/render/attribute.cpp (+3, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021