Blender Git Commit Log

Git Commits -> Revision 2070cd5

Revision 2070cd5 by Lukas Toenne (master)
July 11, 2012, 16:08 (GMT)
Fix #32058, Crash when using ParticleInstance with an hidden particle system.

The instance modifier needs to access the derived mesh data of the particle parent object to create stuff on the hairs, however the dm does not exist when the particle modifier is hidden. This is a general design problem: Objects accessing another object's derived mesh data is unsafe. For now it just checks valid dm pointer and uses identity transform if NULL.

Commit Details:

Full Hash: 2070cd5d4929b969046492e55da34736a9d6304c
SVN Revision: 48837
Parent Commit: a87051b
Lines Changed: +6, -0

1 Modified Path:

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