Blender Git Commit Log

Git Commits -> Revision d6100f8

November 27, 2018, 19:48 (GMT)
dynamic fracture: fix for depsgraph thread jamming / crashes

the modifier eval thread made calls (validate shard) which changed the rigidbody thread's data from outside, before control is passed to rigidbody thread again (both tasks / threads follow each other alternatingly, first rigidbody, then modifier, then again rigidbody and so on after frames do change. Solution was to delay validation and let the rigidbody thread do it, instead of forcing it from the modifier thread.

Commit Details:

Full Hash: d6100f8d48cf588971d91277af7db08b8bca5c23
Parent Commit: e3bcc2d
Lines Changed: +9, -2

1 Modified Path:

/source/blender/blenkernel/intern/fracture.c (+9, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021