Blender Git Commit Log

Git Commits -> Revision 8b28c24

Revision 8b28c24 by Brecht Van Lommel (master)
December 17, 2010, 20:13 (GMT)
Fix #25272: shrinkwrap with dependency cycle could lead to eternal
loop and increasing memory usage.

Modifiers should never call mesh_get_derived_final or similar, only
use ob->derivedFinal if it exists, if the dependencies are set correct
and there are no cycles, it will be there.

Commit Details:

Full Hash: 8b28c24d16386db7e68326d8607de5d20c9833b0
SVN Revision: 33756
Parent Commit: 4b0c455
Lines Changed: +20, -20

4 Modified Paths:

/source/blender/blenkernel/BKE_shrinkwrap.h (+2, -2) (Diff)
/source/blender/blenkernel/intern/constraint.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/shrinkwrap.c (+15, -15) (Diff)
/source/blender/modifiers/intern/MOD_shrinkwrap.c (+2, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021