Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Susano Pinto <andresusanopinto@gmail.com>2009-02-21 15:15:57 +0300
committerAndre Susano Pinto <andresusanopinto@gmail.com>2009-02-21 15:15:57 +0300
commita3b684d69878eaff3e0ad475264485419e0c029f (patch)
tree3bad2934a7b44cf007090fb6184a3d57f8174359 /source/gameengine/Ketsji/KX_ObjectActuator.cpp
parentf87a399978e81e96a711347b1dee66dbbbd362d5 (diff)
[#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.
Diffstat (limited to 'source/gameengine/Ketsji/KX_ObjectActuator.cpp')
0 files changed, 0 insertions, 0 deletions