Blender Git Commit Log

Git Commits -> Revision 34fe03c

Revision 34fe03c by Bastien Montagne (master)
March 13, 2016, 17:21 (GMT)
Fix T47773: Particle System with Boids Crash.

Problem was, during initialization of boids particles in `dynamics_step()`,
psys of target objects was not obtained with generic `psys_get_target_system()`
as later in code, which could lead to some uninitialized `psys->tree` usage...

Think it's safe enough for 2.77, though not a regression.

Commit Details:

Full Hash: 34fe03c7f25cd06876a79af418ced9f4cfa91226
Parent Commit: ed28134
Lines Changed: +5, -2

2 Modified Paths:

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