Blender Git Commit Log
Git Commits -> Revision 7d827d0
Revision 7d827d0 by Pablo Dobarro (master) March 9, 2021, 20:21 (GMT) |
Fix T86422: Expand crashing with EEVEE enabled Using EEVEE (as well as some other actions like saving the file or tweaking mesh parameters) can cause a PBVH rebuild. The different sculpt tools can store PBVH nodes or other related data in their caches, so this data becomes invalid if the PBVH rebuilds during evaluation. This ensures that the PBVH does not rebuild while the cache of Expand is being used, like it already happens for brushes and filters. Reviewed By: JacquesLucke Maniphest Tasks: T86422 Differential Revision: https://developer.blender.org/D10675 |
Commit Details:
Full Hash: 7d827d0e9e1a396580be988313bfd9ee4273a517
Parent Commit: dcd7dac
Lines Changed: +1, -1
1 Modified Path:
/source/blender/blenkernel/intern/paint.c (+1, -1) (Diff)