Blender Git Loki
Git Commits -> Revision 7c9adcc
Revision 7c9adcc by Bastien Montagne (blender-v2.91-release) January 13, 2021, 13:56 (GMT) |
Fix T83280: Crash when deleting hair collision collection. Root of the issue was missing management of ID pointers in the cloth modifier data stored in ParticleSystem for hair physics, in the 'foreach_id' particle system code. Using modifier's 'foreach_id' code in psys one unfortunately requires some ugly conversion gymnastics, but this is still better than having dedicated code for that case. Note that this is actually a fairly critical issue, fix should be backported to 2.91.1 should we do it, and to 2.83 LTS as well I think. |
Commit Details:
Full Hash: 7c9adcc05d6915342e2ecda18975ff9805e61ed1
Parent Commit: 0be041d
Committed By: Jeroen Bakker
Lines Changed: +28, -0
1 Modified Path:
/source/blender/blenkernel/intern/particle_system.c (+28, -0) (Diff)