Blender Git Loki
Git Commits -> Revision 2b946f4
Revision 2b946f4 by Campbell Barton (master) November 19, 2013, 03:31 (GMT) |
Fix T37445: Crash with snapping and shrink-wrap modifier. Developer note: BVHTREE_FROM_FACES was being used for both edit-mesh and derived-mesh bvh-trees, this could cause index lookup errors in editmode. Fix by adding a new type for editmesh so theres no confusion. |
Commit Details:
Full Hash: 2b946f42970bf4f3b8ce8e5c9b79451745309d89
Parent Commit: 95d3286
Lines Changed: +5, -2