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/modifiers/intern
Brecht Van Lommel 8b28c24d16 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.
2010-12-17 20:13:54 +00:00
..
2010-12-01 17:47:38 +00:00
2010-04-11 23:20:03 +00:00
2010-12-15 13:08:34 +00:00
2010-04-11 23:20:03 +00:00
2010-11-30 15:39:38 +00:00
2010-12-03 01:52:28 +00:00
2010-11-28 06:03:30 +00:00
2010-12-04 13:00:28 +00:00