Blender Git Loki
Git Commits -> Revision 6d4f512
Revision 6d4f512 by Bastien Montagne (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 18, 2016, 10:44 (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: 6d4f51212ba5a278513e024e009bdb49fea69654
Parent Commit: ab44c20
Committed By: Sergey Sharybin
Lines Changed: +5, -2