Blender Git Loki
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