Blender Git Loki
Git Commits -> Revision 846e5f1
Revision 846e5f1 by Sergey Sharybin (master) July 15, 2019, 15:03 (GMT) |
Fix T66812: Particles + Build Modifier = Crash Particles can not be used with a destructive modifiers, so we can not maker such configuration fully reliable. Not sure this specific setup ever worked in 2.7x, maybe DM index was somehow reset somewhere in particle system in older Blender version, or maybe all of Blender version were crashing. Anyway, seems to be very easy to avoid obvious index past the array boundary in the mapping, Reviewers: brecht, zeddb Reviewed By: brecht Maniphest Tasks: T66812 Differential Revision: https://developer.blender.org/D5257 |
Commit Details:
Full Hash: 846e5f1dc0dd969d9a472a6bfb272375c45e2811
Parent Commit: 69aa5bb
Lines Changed: +1, -1
1 Modified Path:
/source/blender/blenkernel/intern/particle.c (+1, -1) (Diff)