Blender Git Loki
Git Commits -> Revision c5ef38a
Revision c5ef38a by Brecht Van Lommel (master) February 1, 2010, 11:36 (GMT) |
Fix #20420: grab brush + subsurf modifier crash. Previously the PBVH nodes were cached once at the start, but these can change when modifiers are executed, now it simply doesn't cache them anymore, that was only really a performance bottleneck when it was caching individual vertices. |
Commit Details:
Full Hash: c5ef38a415805d4d4609eb44a85cc0417b2fa7d5
SVN Revision: 26509
Parent Commit: 7795e71
Lines Changed: +15, -23