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