This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenkernel/intern
Andre Susano Pinto a3b684d698 [#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.
2009-02-21 12:15:57 +00:00
..
2008-09-20 11:08:35 +00:00
2008-11-04 23:46:01 +00:00
2008-10-11 20:19:04 +00:00
2008-10-02 20:39:57 +00:00
2008-08-30 14:32:16 +00:00
2008-12-16 12:32:10 +00:00
2008-09-20 13:02:06 +00:00
2008-12-16 12:32:10 +00:00
2008-12-16 12:32:10 +00:00
2008-11-04 23:46:01 +00:00
2008-09-19 14:15:36 +00:00
2008-08-30 14:32:16 +00:00
2008-08-30 14:32:16 +00:00
2008-10-28 20:26:38 +00:00
2008-10-09 14:28:17 +00:00
2008-11-04 01:05:44 +00:00
2008-11-12 19:03:50 +00:00
2008-09-19 14:15:36 +00:00
2008-11-12 19:03:50 +00:00
2008-09-19 14:15:36 +00:00
2008-04-27 18:26:43 +00:00
2008-10-08 18:35:41 +00:00
2008-05-05 17:30:33 +00:00
2008-12-16 12:32:10 +00:00
2008-08-30 14:32:16 +00:00
2008-10-28 20:26:38 +00:00
2008-10-28 20:26:38 +00:00
2009-01-28 12:34:22 +00:00
2008-05-05 17:30:33 +00:00
2008-09-19 14:15:36 +00:00
2008-10-29 16:49:51 +00:00
2008-11-12 19:03:50 +00:00
2008-10-28 20:26:38 +00:00
2008-05-05 17:30:33 +00:00