Blender Git Commit Log

Git Commits -> Revision a3b684d

Revision a3b684d by Andre Susano Pinto (master)
February 21, 2009, 12:15 (GMT)
[#18277] Segfault crash by editing mesh with subsurf+ParticleInstance modifiers

particleInstanceModifier_applyModifier uses getVertCo,which is not implemented by ccgDM.

getVertCo was used to simply perform a min/max, so it was fixed to use the apropriate min/max
dm->getMinMax(dm, min_r, max_r);


Maybe the fact ccgDM doesn't implements getVertCo/getVertNo is a bug, since it implements every
other DM function and its strange those are left out.

Commit Details:

Full Hash: a3b684d69878eaff3e0ad475264485419e0c029f
SVN Revision: 19071
Parent Commit: f87a399
Lines Changed: +4, -13

1 Modified Path:

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