Blender Git Loki
Git Commits -> Revision 3e45f01
Revision 3e45f01 by Bastien Montagne (master) July 28, 2019, 14:11 (GMT) |
Fix T67385: Bind in Laplacian Deform Modifier with new vertex group in Edit Mode crashes Blender. Main issue in that report was that meshes generated from `mesh_create_eval_final_view()` and the like need some special freeing handling (as, among other things, they borrow and do not own their potential editmesh data...). Factorized that into a helper func also used by `BKE_object_free_derived_caches()`. |
Commit Details:
Full Hash: 3e45f01494bcadc0f4d644f3c7d4b936b6553c9b
Parent Commit: c4cf14d
Lines Changed: +14, -9