Blender Git Commit Log
Git Commits -> Revision 22f5edc
Revision 22f5edc by Pablo Dobarro (master) January 14, 2020, 19:19 (GMT) |
Fix T71712: Free the dynamic mesh preview when rebuilding the PBVH The PBVH usually is rebuild after a topology change, so it does not make sense to keep the previous dynamic mesh preview vertex list. This may cause a crash is the number of vertices of the new mesh (and preview) is larger previous one. Now the list is deleted with the PBVH and a new one will be generated using the new mesh when the cursor is updated. Reviewed By: jbakker Maniphest Tasks: T71712 Differential Revision: https://developer.blender.org/D6476 |
Commit Details:
Full Hash: 22f5edcf45e82b06ac70abfc542ae35169178506
Parent Commit: eb9401e
Lines Changed: +5, -8
1 Modified Path:
/source/blender/blenkernel/intern/paint.c (+5, -8) (Diff)